@charset "UTF-8";

html{
 scroll-behavior: smooth;
}
.container{
 width: 100% !important;
 height: auto !important;
 padding: 0 !important;
 position: relative;
}
body {
	padding:42px 0 0;
}
h1, h2, h3, h4, h5, h6{
 color: #000;
}
@media screen and (max-width:991px) {
	body {
		padding:0;
	}
}
.lp_area{
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","meiryo","MS P Gothic","ＭＳ Ｐゴシック","Osaka", sans-serif;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: break-word;
	overflow-wrap: break-word;
 background: #000;
}
.lp_area img{
 max-width: 100%;
 height: auto;
 width: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	vertical-align: top;
	-moz-user-select: none; 
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none; 
	user-drag: none;
}

.sp_i{ display: none; }
.sp_b{ display: none; }

.pc_i{ display: inline-block; }
.pc_b{ display: block; }

.txt_c{ text-align: center;}
.txt_r{ text-align: right;}

.lp_area h1,
.lp_area h2,
.lp_area h3,
.lp_area h4,
.lp_area p,
.lp_area ul{
 margin: 0;
 font-size: 100%;
}
.lp_area .main_visual{
 background: #000;
 color: #fff;
 height: 200vh;
 overflow: hidden;
 position: relative;
}
.lp_area .main_visual h1{
 margin: 0;
 height: 100%;
 width: 100%;

 opacity: 0;
 transition: 1s opacity;
 transition-delay: 0.5s;

 position: relative;
 z-index: 1;
 clip-path: polygon(0 0,0 100%,100% 100%,100% 0);
 background-color: transparent;
}
.lp_area .main_visual h1::before {
 content: '';
 z-index: -1;
 inset: 0;
 width: 100%;
 height: 100%;
 position: fixed;
 background: url("../img/main_visual.webp") no-repeat 50% 50%;
 background-size: auto 90%
}
.loadOn .lp_area .main_visual h1{
 opacity: 1;
}
.lp_area .main_visual h1 img{
 width: 100%;
 visibility: hidden;
}
.lp_area .main_visual .utl{
 text-align: center;
 position: absolute;
 top: 30px;
 left: 0;
 width: 100%;
 z-index: 10;
 opacity: 0;
 transition: 1s opacity;
}
.loadOn .lp_area .main_visual .utl{
 opacity: 1;
}
.lp_area .main_visual .utl img{
 max-width: 395px;
 width: 70%;
}
.lp_area .notes{
 font-size: 1.4rem;
}
.lp_area .main_visual .notes{
 text-align: center;
 position: absolute;
 top: calc(100vh - 100px);
 left: 0;
 width: 100%;
 z-index: 10;
}
.lp_area .wrp_body{
 margin-top: -50vh;
 background: #000;
 color: #fff;
 height: 600vh;
}
.lp_area .guide{
 position: fixed;
 top: 50%;
 margin-top: -60px;
 right: 20px;
 z-index: 100;
 margin-bottom: 0;
}
.lp_area .guide li{
 width: 5px;
 height:  20px;
 list-style: none;
 background: #fff;
 opacity: 0.5;
 margin-bottom: 5px;
}
.scrPro .lp_area .guide{
 display: none;
}
html[data-area="0"] .lp_area .guide li:nth-of-type(1){ opacity: 1}
html[data-area="1"] .lp_area .guide li:nth-of-type(2){ opacity: 1}
html[data-area="2"] .lp_area .guide li:nth-of-type(3){ opacity: 1}
html[data-area="3"] .lp_area .guide li:nth-of-type(4){ opacity: 1}
html[data-area="4"] .lp_area .guide li:nth-of-type(4){ opacity: 1}

.inner{
 margin: 0 auto;
 padding:  0 10px;
 max-width: 1160px;
 
}

.lp_area .sec_read{
 width: 100%;
 height: 200vh;
}
.lp_area .sec_read p,
.lp_area .sec_read h2{
 color: #fff;
 text-align: left;
}
.lp_area .sec_read h2{
 font-weight: bold;
 font-size: 3rem;
 margin-bottom: 0.5em;
 line-height: 1.25;
}
.lp_area .sec_read p{
 font-size: 1.4rem;
 margin-bottom: 0;
 line-height: 1.5;
}
.lp_area .sec_read .txt_box{
 position: sticky;
 position: fixed;
 pointer-events: none;
 top: 70%;
 width: 100%;
 padding: 0 10px;
 z-index: 4
}
.lp_area .sec_read_1 .txt_box{
 top: 65%;
}
.lp_area .sec_read .txt_box h2,
.lp_area .sec_read .txt_box p{
 margin-left: auto;
 margin-right: auto;
 max-width: 1160px;
}
.lp_area .sec_read_2 .txt_box h2,
.lp_area .sec_read_2 .txt_box p{
 width: 50%;
 margin-right: 0;
}

.lp_area .sec_read .pic img{ visibility:  hidden}
.lp_area .sec_read .bg{
 width: 100%;
 height: 100%;
 display: block;
 position: fixed;
 top: 0;
 left: 0;
 pointer-events: none;
 background: url("../img/img_visual_1.webp") no-repeat center center;
 background-size: cover;
 z-index: 2;
}
.lp_area .sec_read .pic{
 width: 100%;
 height: 100%;
 display: block;
 position: fixed;
 top: 0;
 left: 0;
 pointer-events: none;
 background: url("../img/img_visual_1.webp") no-repeat fixed center center;
 background-size: 20% auto;
 z-index: 3;
}
.lp_area .sec_read_2 .pic{ background-image: url("../img/img_visual_2.webp")}
.lp_area .sec_read_3 .pic{ background-image: url("../img/img_visual_3.webp")}
.lp_area .sec_read_1 .bg{ background-image: url("../img/bg_1.webp")}
.lp_area .sec_read_2 .bg{ background-image: url("../img/bg_2.webp")}
.lp_area .sec_read_3 .bg{ background-image: url("../img/bg_3.webp")}

.lp_area .sec_product{
 background: #fff;
 padding: 100px 0;
}
.lp_area .sec_product .utl{
 margin: 0 0 10px 0;
 text-align: center;
}
.lp_area .sec_product .utl img{
 width: 220px
}
.lp_area .sec_product .head_main{
 margin-bottom: 10px;
}
.lp_area .sec_product .head_main+p{
 line-height: 1;
 margin-bottom: 20px;
}

.lp_area .head_main{
 text-align: center;
 font-size: 50px;
 letter-spacing: 0.15em;
 margin-bottom: 1em;
 line-height: 1;
 font-weight: 900;
}
.lp_area .slick-slide img{
 transform: scale(1.2);
 margin: auto;
}
.lp_area .slick-slide {
 transition: 0.5s;
 transition-timing-function: ease-in-out;
 transform: scale(0.5);
 filter: blur(5px);
}
.lp_area .slick-slide p{
 visibility: hidden;
}
.lp_area .slick-center {
 transform: scale(1);
 filter: blur(0);
}
.lp_area .slick-center p{
 visibility: visible;
}
.lp_area .slick-initialized .slick-slide{
 height: auto;
}
.lp_area .slick-arrow{
 display: block;
 width: 50px;
 height: 50px;
 position: absolute;
 top: 25%;
 background: no-repeat;
 background-size: contain;
 font-size: 0;
 line-height: 0;
 border: 0;
}
.lp_area .slick-prev{
 display: block  !important;
 left: 0 !important;
 z-index: 10;
 background-image: url("../img/ico_left.png")
}
.lp_area .slick-next{
 left: auto !important;
 right: 0 !important;
 background-image: url("../img/ico_right.png")
}
.lp_area .item_model,
.lp_area .head_main,
.lp_area .item_name,
.lp_area .item_no,
.lp_area .item_cate,
.lp_area .item_price,
.lp_area .item_btn,
.lp_area .btn_ec{
 position: relative;
 font-family: "AVENIR NEXT", Sen, "Arial Black", Gadget, "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","meiryo","MS P Gothic","ＭＳ Ｐゴシック","Osaka", sans-serif;
}
.lp_area .item_model{
 margin: 1em 0;
 line-height: 1;
 font-size: 1.2rem;
 color: #666;
}
.lp_area .item_name,
.lp_area .item_no,
.lp_area .item_cate,
.lp_area .item_price,
.lp_area .item_btn,
.lp_area .btn_ec{
 margin-bottom: 1rem;
 line-height: 1;
 font-weight: 900;
}
.lp_area .slick-dots{
 position: static;
 margin: 20px 0 0 0;
}
.lp_area .slick-dots li {
 position: relative;
 display: inline-block !important;
 width: 40px !important;
 cursor: pointer;
 margin: 0 2px;
 height: 5px !important;
 background-color: #eee !important;
}
.lp_area .slick-dots li button {
 display: none;
}
.lp_area .slick-dots .slick-active {
 background-color: #000 !important;
}
.lp_area .slick-dots li button {
 display: none;
}


.lp_area .item_name{
 font-size: 3rem;
}
.lp_area .item_no{
 font-size: 1.4rem;
 font-weight: normal;
}
.lp_area .item_cate{
 font-size: 1.8rem;
 line-height: 1.5
}
.lp_area .item_price{
 font-size: 2.4rem;
}
.lp_area .item_price small{
 font-size: 1.4rem;
 font-weight: normal;
}
.lp_area .item_btn{
}
.lp_area .btn_ec{
 display: inline-block;
 margin: 0 0.25em;
 text-align: center;
 border: 1px solid #000;
 border-radius: 20px;
 text-decoration: none;
 padding:  12px 1em;
 font-size: 1.2rem;
font-family: "AVENIR NEXT", Sen, "Arial Black", Gadget, "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","meiryo","MS P Gothic","ＭＳ Ｐゴシック","Osaka", sans-serif;
color: #000;
min-width: 125px;transition: 0.25s;
}
.lp_area .btn_ec:hover,
.lp_area .btn_ec:focus{
 border: 1px solid #000;
 color: #fff;
 background: #000;
}
.lp_area .btn_ec_l{
 margin: 0;
 border-radius: 40px;
 padding:  18px 1em;
 font-size: 1.8rem;
 width: 100%;
 max-width: 280px;
}

.lp_area .sec_need{
 padding: 50px 0;
 background: #fff;
}

.lp_area .sec_need h3{
 font-size: 2rem;
 margin-bottom: 1em;
 line-height: 1;
 text-align: center;
 font-weight: bold;
}
.lp_area .txt_read{
 font-size: 1.8rem;
 text-align: center;
 line-height: 2;
 margin-bottom: 2em;
 font-weight: bold;

}
.lp_area .txt_read strong{
 font-size: 200%;
}
.lp_area .sec_need_item{
 display: grid;
 grid-template-columns: repeat(4, 1fr);  column-gap: 10px; row-gap: 10px;
}
.lp_area .sec_need_item p{
 font-size: 1.4rem;
}
.lp_area .sec_need_item section{
 border: 2px solid #000;
 padding:  20px;
}


.lp_area .head_sub{
 text-align: center;
 line-height: 1;
 font-weight: 900;
 font-family: "AVENIR NEXT", Sen, "Arial Black", Gadget, "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","meiryo","MS P Gothic","ＭＳ Ｐゴシック","Osaka", sans-serif;
 font-size: 4rem;
 letter-spacing: 0.05em;
 margin-bottom: 1em;
}
.lp_area .head_sub small{
 display: block;
 text-align: center;
 line-height: 1;
 font-weight: bold;
 margin-top: 1em;
 font-size: 1.6rem;
 color: #000;
 letter-spacing: 0;
}
.lp_area .sec_technology_item{
 padding: 45px 0;
 background: #fff;
}

.lp_area .sec_polarized h5,
.lp_area #LENS .sec_tech_item h5{
 font-weight: 900;
 font-family: "AVENIR NEXT", Sen, "Arial Black", Gadget, "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","meiryo","MS P Gothic","ＭＳ Ｐゴシック","Osaka", sans-serif;
}
.lp_area  .sec_tech_item h5 i{
 display: block;
 text-align: center;
 margin-bottom: 10px;
 font-style: normal;
}

.lp_area .grp{
 display: flex;
 margin: auto;
 max-width: 970px;
 justify-content: space-between; 
}
.lp_area .grp_polarized{
 max-width: none;
 margin-top: 50px;
}
.lp_area .sec_polarized{
 width: 50%;
 order: 1;
 align-self: center;
}
.lp_area .sec_polarized h5{ font-size: 2.4rem;}
.lp_area .sec_polarized h5,
.lp_area .sec_polarized p{
 text-align: center;
 width: 80%;
 margin: auto;
}
.lp_area .pic_polarized{
 width: 50%;
 order: 2;
}
.lp_area .sec_tech_item{
 width: 45%;
 text-align: center;
}
.lp_area .sec_technology_item h4{
 text-align: center;
 margin: 0 0 1em 0;
 font-size: 2.4rem;
 font-weight: bold;
}
.lp_area .sec_technology_item .txt_tech{
 text-align: center;
 margin: 0 0 1em 0;
 font-size: 1.8rem;
}
.lp_area .sec_tech_item h5{
 margin: 1em 0;
 line-height: 1;
 font-size: 2.4rem;font-weight: bold;
}
.lp_area .sec_tech_item p{
 margin: 0;
 text-align: left;
}
.lp_area .sec_shop{
 background: #303030;
 color: #fff;
 padding: 75px 0;
}
.lp_area .sec_shop .head_items{
 margin-bottom: 55px;
}
.lp_area .sec_shop h3{
 text-align: center;
 color: #fff;
 font-size: 3rem;
 margin-bottom: 1em;
 line-height: 1;
 font-weight: 900;
 font-family: "AVENIR NEXT", Sen, "Arial Black", Gadget, "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","meiryo","MS P Gothic","ＭＳ Ｐゴシック","Osaka", sans-serif;
}
.lp_area .sec_shop p{
 text-align: center;
 color: #fff;
 font-weight: bold;
 font-size: 1.8rem;
 margin-bottom: 2em;
 line-height: 1;
}
.lp_area .sec_shop .btn_web{
 margin-bottom: 0;
}
.lp_area .btn_ec_wh {
 border: 1px solid #fff;
 color: #000;
 background: #fff;
}
.lp_area .btn_ec_wh:hover,
.lp_area .btn_ec_wh:focus{
 border: 1px solid #000;
 color: #fff;
 background: #000;
}
.lp_area .btn_ec_bl {
 border: 1px solid #000;
 color: #fff;
 background: #000;
}
.lp_area .btn_ec_bl:hover,
.lp_area .btn_ec_bl:focus{
 border: 1px solid #000;
 color: #000;
 background: #fff;
}
.lp_area .sec_discount{
 padding: 75px 0;
 background: #fff;
}
.lp_area .sec_discount h3{
 text-align: center;
 font-weight: bold;
 margin-bottom: 1em;
 font-size: 2.4rem;
}
.lp_area .sec_discount p{
 margin-top: 1em;
}
.lp_area .sec_discount p{
 margin-top: 1em;
}
.lp_area .sec_discount .change{
 margin-top: 85px;
}
.lp_area .sec_faq{
 padding: 75px 0;
 background: #171717;
 color: #fff;
}
.lp_area .sec_faq h2{
 color: #fff;
}
.lp_area .sec_faq h3{
 position: relative;
 color: #fff;
 text-align: left;
 padding-top: 15px;
 padding-left: 85px;
 padding-bottom: 30px;
 padding-right: 40px;
 border-bottom: 1px solid #ccc;
 
 min-height: 60px;
 line-height: 1.25;
 font-weight: bold;

 background: url("../img/ico_q.png") no-repeat left top;
 background-size: 60px 60px;
 font-size: 2.4rem;
 margin-bottom: 1em;
 cursor: pointer;
}
.lp_area .sec_faq h3::before{
 content: "";
 display: block;
 width: 20px;
 height: 20px;
 position: absolute;
 top: 50%;
 right: 5px;
 margin-top: -15px;
 border-top: 2px solid #fff;
 border-right: 2px solid #fff;
 transform: rotate(135deg);
}
.lp_area .sec_faq h3.on::before{
 margin-top: -0px;
 transform: rotate(315deg);
}
.lp_area .sec_faq .a_area{
 padding-left: 85px;
 background: url("../img/ico_a.png") no-repeat left top;
 background-size: 60px 60px;
 min-height: 60px;
 padding-top: 10px;
}
.lp_area .sec_faq .a_area{
 padding-top: 0;
 margin-bottom: 0;
 transition: 0.25s;
 max-height: 0;
 min-height: 0;
 overflow: hidden;
 position: relative;
 interpolate-size: allow-keywords;
}
.lp_area .sec_faq .on+.a_area{
 /*padding-top: 10px;*/
 margin-bottom: 4em;
 min-height: 60px;
 max-height: none;
}

.lp_area .sec_faq .a_area a{
 color: #fff;
 text-decoration: underline
}
.lp_area .sec_faq p{
 text-align: left;
}
.lp_area .message{
 background: #171717;
 color: #fff;
 padding: 100px 10px;
}
.lp_area .message p{
 text-align: center;
 line-height: 2;
 font-weight: bold;
 font-size: 2.5rem;
}
.lp_area .message strong{
 font-size: 150%;
}
.lp_area .ico_scroll{
 display: block;
 width: 90px;
 position: fixed;
 z-index: 100;
 bottom: 20px;
 right: 20px;
 animation: scr 2s infinite;
}
@keyframes scr{
 0%{ transform: translateY(0)}
 50%{ transform: translateY(5%)}
 100%{ transform: translateY(0)}
}
/*anim*/

.lp_area .sec_read .txt_box h2,
.lp_area .sec_read .txt_box p{
 opacity: 0;
 transform: translateX(5%);
 transition: 0.5s opacity, 0.5s transform;
}
.lp_area .sec_read .txt_box h2{transition-delay: 0.3s}
.lp_area .sec_read .txt_box p{transition-delay: 0.4s}

.lp_area .sec_read .bg{
 opacity: 0;
 transition: 0.25s opacity;
 transition-delay: 0.25s
}
.lp_area .sec_read .pic{
 background-size: 40% auto;
 opacity: 0;
 /*transition: 0.2s opacity,0.2s background;
 transition-delay: 0.2s,0.2s;*/
 transition: 0.5s;
 transition-delay: 0s;
}
.lp_area .sec_read.on .pic{
 transition-delay: 0.75s;
 transition-duration: 0.5s;
}
.lp_area .sec_read.on .txt_box h2,
.lp_area .sec_read.on .txt_box p,
.lp_area .sec_read.on .bg,
.lp_area .sec_read.on .pic{
 transform: translateX(0);
 opacity: 1;
}
.lp_area .sec_read.on .pic{
 background-size: 60% auto;
}
.lp_area .wrp_body{
 transition: 0.2s 0.2s background;
}
.scrPro .lp_area .wrp_body{
 background: #fff;
}
.scrPro .lp_area .ico_scroll{
 display: none
}
@media screen and (max-width: 768px) {
 .sp_i{ display: inline-block; }
 .sp_b{ display: block; }

 .pc_i{ display: none; }
 .pc_b{ display: none; }
 .lp_area .guide{
  right: 5px
 }
 .lp_area .ico_scroll{
  width: 45px;
  bottom: 10px;
  right: 10px;
 }
 .lp_area p{
  font-size: 1.2rem;
 }
 .lp_area .main_visual h1 {
  /*background: url("../img/main_visual_sp.webp") no-repeat fixed 50% 50%;
  background-size: 100% auto;*/
 }

.lp_area .main_visual h1::before {
  background: url("../img/main_visual_sp.webp") no-repeat  50% 50%;
  background-size: 100% auto;
}
 .lp_area .main_visual .notes{
  top: calc(100vh - 150px);
  padding: 0 10px
 }
 .lp_area .sec_read h2 {
 font-size: 2rem;
 }
 .lp_area .sec_read_2 .txt_box h2, .lp_area .sec_read_2 .txt_box p {
  width: auto;
  margin-right: auto;
 }
 .lp_area .sec_read .pic {
  top: -5%;
  left: 0;
 }
 .lp_area .sec_product .head_main {
  margin-bottom: 20px;
 }
 .lp_area .sec_read.on .pic{
  background-size: 100% auto;
 }
 .lp_area .sec_product .utl img{
  width: 120px
 }
 .lp_area .item_price{
  font-size: 1.4rem;  
 }
 .lp_area .item_name {
  font-size: 2rem;
 }
 .lp_area .sec_product {
  padding: 50px 0;
 }
 .lp_area .item_btn{
  display: flex;
  justify-content:center;
 }
 .lp_area .item_btn .btn_ec{
  margin: 0 2px;
  width: 46%;
 }
 .lp_area .head_main {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
 }
 .lp_area .sec_need_item {
  display: block;
 }
 .lp_area .sec_need_item section{
  margin-top: 10px;
 }
 .lp_area .txt_read {
  font-size: 1.2rem;
  text-align: left;
 }
 .lp_area .txt_read strong {
  font-size: 150%;
 }
 .lp_area .head_sub {
  font-size: 3rem;
 }
 .lp_area .sec_polarized h5 {
  font-size: 1.6rem;
 }
 .lp_area .sec_technology_item h4 {
  font-size: 1.6rem;
 }
 .lp_area .sec_technology_item .txt_tech {
  font-size: 1.2rem;
 }
 .lp_area .head_sub small{
  font-size: 1.2rem;
 }
 .lp_area .grp {
  display: block;
 }
 .lp_area .sec_tech_item {
  width: 100%;
 }
 .lp_area .sec_tech_item h5 {
  font-size: 1.6rem;
 }
 .lp_area .sec_discount h3 {
 font-size: 1.6rem;
 }
 .lp_area .btn_ec_l {
 border-radius: 40px;
 padding: 16px 1em;
 font-size: 1.6rem;
 width: 100%;
 max-width: 100%;
 }
 .lp_area .sec_shop h3{
  font-size: 2.5rem;
 }
 .lp_area .slick-slide img{
  transform: scale(0.8)
 }
 .lp_area .slick-slide {
  transform: scale(1);
 }
 .lp_area .slick-current{
  transform: scale(1);
  filter: blur(0);
 }
 .lp_area .slick-slide p {
  visibility: visible;
 }
 .lp_area .slick-arrow{
  width: 25px;
  height: 25px;
  top: 30%;
 }
 .lp_area .slick-dots li {
  width: 20px !important;
 }
 .lp_area .sec_discount{
  padding: 35px 0;
 }
 .lp_area .sec_faq {
  padding: 35px 0;
 }
 .lp_area .sec_faq h3{
  padding-left: 42px;
  min-height: 30px;
  background-size: 30px 30px;
  font-size: 1.6rem;
  /*padding-top: 10px;*/
 }
 .lp_area .sec_faq .a_area{
  padding-left: 42px;
  background-size: 30px 30px;
 }
 .lp_area .faq_item{
 }
 .lp_area .message p{
  font-size: 2rem;
 }
 
 .lp_area .sec_faq h3 {
  padding-top: 5px;
  padding-left: 40px;
  padding-right: 20px;
  padding-bottom: 15px;
 }
 .lp_area .sec_faq .a_area{
  padding-left: 40px;
 }
 .lp_area .sec_faq h3::before{
  width: 15px;
  height: 15px;
  top: 20px;
 }

}

/*
.body{
 width: 100%;
 background: #000;
 color: #fff;
}
.g2,
.g1{
 width: 100%;
 height: 100vh;
}
p{
 opacity: 0;
 position: sticky;
 top: 50%;
 left: 10%;
 transform: translateY(100%);
 transition: 0.5s opacity, 1s transform;
}
.on p{
 opacity: 1;
 transform: translateY(0%);
}
*/
