@charset "utf-8";


/* 共通 */
body{
  color: #000414;
  background: #000728;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.hirago{
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}



a{
  text-decoration: none;
}
img{
	max-width: 100%;
}
.inner{
  max-width: 1000px;
  margin: 0 auto;
}
.vsp,
.vsp2{
  display: none;
}
/* /共通 */
.flo{
  position: fixed;
  bottom: 5%;
  right: 0;
  z-index: 111;
}

header{
  width: 100%;
  height: 70px;
  position: relative;
}
header .simond{
  position: absolute;
  top: -1px;
  left: 0px;
}
header .contact{
  width: 100%;
  max-width: 200px;
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: center;
}
header .contact a{
  width: 100%;
  padding: 27.3px 0px;
  display: inline-block;
  color: #000106;
  background: #fab704;
}

header .logo{
  padding: 16px 0px;
  text-align: center;
}

.alpha a{
  transition: 0.5s ease-in-out all;
}
.alpha a:hover{
  opacity: 0.6;
}

/* sec1 */
.sec1{
  color: #fff;
  background: url(../images/bg01.jpg);
  background-size: cover;
  padding-bottom: 90px;
}
.sec1 h2{
  font-size: 44px;
  line-height: 1.6;
  text-align: center;
  padding-top: 11.5%;
  padding-bottom: 60px;
  margin-bottom: 50px;
  position: relative;
  letter-spacing: 5px;
}
.sec1 h2:after{
  content: "";
  width: 100px;
  border-bottom: 6px solid #fab704;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.sec1 .spec{
  font-size: 18px;
  line-height: 2.2;
  text-align: center;
  margin-bottom: 50px;
}
.sec1 .free{
  text-align: center;
  margin-bottom: 70px;
}

.sec1 .movie{
  max-width: 1000px;
  margin: 0px auto 20px;
  padding: 0px 20px;
}
.sec1 .movie iframe{
  height: 525px;
}


/* sec2 */
.sec2 h2{
  font-size: 36px;
  color: #fff;
  text-align: center;
  margin-bottom: 100px;
  padding-top: 120px;
}
.sec2 h2 span{
  position: relative;
  z-index: 111;
  padding-left: 10px;
  letter-spacing: 3px;
}
.sec2 h2 span:after{
  content: "";
  width: 100%;
  border-bottom: 24px solid #cd9501;
  position: absolute;
  left: 0px;
  bottom: -11px;
  z-index: -1;
}
.sec2 .trouble{
  max-width: 1040px;
  margin: 0 auto 45px;
  color: #fff;
}
.sec2 .trouble li{
  width: 46.2%;
  float: left;
  margin-right: 5.5%;
  margin-bottom: 45px;
}
.sec2 .trouble li:nth-child(2n+2){
  margin-right: 0%;
}
.sec2 .trouble li .img{
  margin-bottom: 20px;
}
.sec2 .trouble li .spec{
  font-size: 24px;
  line-height: 2.5;
  padding-left: 6%;
}
.sec2 .trouble li .spec span{
  border-bottom: 3px solid #fab704;
  padding-bottom: 10px;
}
.sec2 .conventional{
  max-width: 1000px;
  margin: 0 auto 120px;
}
.sec2 .conventional .ttl{
  font-size: 28px;
  color: #fff;
  padding: 20px 10px 15px;
  background: #070f34;
  border: 1px solid #fff;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: 2px;
}
.sec2 .conventional .imgtxt{
  background: #fff;
}
.sec2 .conventional .imgtxt ul{
  width: 80%;
  margin: 0 auto;
}
.sec2 .conventional .imgtxt .img{
  width: 20%;
  float: left;
  padding: 20px 0px 15px;
}
.sec2 .conventional .imgtxt .txt{
  width: 76%;
  font-size: 20px;
  float: right;
  padding-top: 7%;
}
.sec2 .conventional .imgtxt .txt p{
  line-height: 2;
}
.sec2 .conventional .imgtxt .txt p:first-letter{
  color: #fab704;
  font-size: 14px;
}


/* sec3 */
.sec3{
  position: relative;
}
.sec3 .arrow{
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}


/* sec4 */
.sec4{
  padding-top: 100px;
}
.sec4 .varilogo{
  text-align: center;
  margin-bottom: 15px;
}
.sec4 h2{
  font-size: 32px;
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  margin-bottom: 70px;
}
.sec4 h2 span{
  border-bottom: 6px solid #cd9501;
  padding-bottom: 10px;
  display: inline-block;
}

.sec4 .imgtxt .img{
  width: 51%;
  float: left;
}
.sec4 .imgtxt .txt{
  width: 46%;
  float: right;
}
.sec4 .imgtxt .txt .no{
  text-align: right;
  margin-bottom: 150px;
}


.sec4 .txtimg .img{
  width: 51%;
  float: right;
}
.sec4 .txtimg .txt{
  width: 46%;
  float: left;
}
.sec4 .txtimg .txt .no{
  text-align: right;
  margin-bottom: 180px;
}

.sec4 .feature{
  position: relative;
  margin-bottom: 110px;
}
.sec4 .feature:last-child{
  margin-bottom: 70px;
}

.sec4 .feature .subtxt{
  font-size: 36px;
  color: #fff;
  position: absolute;
  line-height: 1.8;
}
.sec4 .feature .subtxt span{
  background: #cd9501;
  padding: 7px 20px;
  letter-spacing: 2px;
}

.sec4 .feature .position1{
  top: 80px;
  left: 33%;
}
.sec4 .feature .position2{
  top: 50px;
}

.sec4 .feature .imgtxt .txt .icon,
.sec4 .feature .txtimg .txt .icon{
  width: 24.5%;
  float: left;
  margin-right: 5%;
}
.sec4 .feature .imgtxt .txt .subtxt{
  position: static;
  width: 70%;
  float: left;
  font-size: 14px;
  padding-top: 4%;
}
.sec4 .feature .txtimg .txt .subtxt{
  position: static;
  width: 60%;
  float: left;
  font-size: 14px;
  padding-top: 4%;
}

.sec4 .movie2{
  max-width: 1000px;
  margin: 0 auto 120px;
}
.sec4 .movie2 iframe{
  height: 525px;
}

.sec4 .visibility{
  margin-bottom: 80px;
}
.sec4 .visi_txt{
  font-size: 32px;
  color: #fff;
  letter-spacing: 5px;
  text-align: center;
  line-height: 1.8;
}
.sec4 .visi_txt span{
  color: #fab704;
}
.sec4 .visibility .img{
  margin-top: -45px;
}
.sec4 .un_line{
  font-size: 45px;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 20px;
}
.sec4 .un_line span{
  position: relative;
  z-index: 111;
  padding-left: 10px;
  letter-spacing: 3px;
}
.sec4 .un_line span:after {
  content: "";
  width: 100%;
  border-bottom: 24px solid #cd9501;
  position: absolute;
  left: 0px;
  bottom: -11px;
  z-index: -1;
  padding-right: 10px;
}



/* sec5 */
.sec5{
  padding-top: 100px;
}
.sec5 .varilogo{
  text-align: center;
  margin-bottom: 15px;
}
.sec5 h2{
  font-size: 32px;
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  margin-bottom: 70px;
}
.sec5 h2 span{
  border-bottom: 6px solid #cd9501;
  padding-bottom: 10px;
  display: inline-block;
}

.sec5 .voice{
  max-width: 1480px;
  margin: 0 auto 90px;
}
.sec5 .voice li{
  width: 30.45%;
  float: left;
  margin-right: 4.325%;
}
.sec5 .voice li:last-child{
  margin-right: 0px;
}
.sec5 .voice li .txt{
  color: #fff;
  background: url(../images/bg03.jpg);
  border: 1px solid #fff;
  border-top: 0px;
  box-sizing: border-box;
}
.sec5 .voice li .txt .age{
  font-size: 14px;
  text-align: center;
  background: #000728;
  padding: 5px 0px;
}
.sec5 .voice li .txt .spec{
  min-height: 125px;
  font-size: 21px;
  line-height: 1.8;
  position: relative;
  text-align: center;
}
.sec5 .voice li .txt .spec p{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sec5 .voice li .txt .spec span{
  color: #fab704;
}

.sec5 .frame{
  max-width: 1000px;
  margin: 0 auto 130px;
}
.sec5 .frame iframe{
  height: 728px;
}



/* footer */
footer{
  background: #000000;
  padding: 35px 0px;
}
footer address{
  font-size: 11px;
  color: rgba(255,255,255,0.3);
  float: left;
}
footer ul{
  float: right;
}
footer ul li{
  float: left;
}
footer ul li:nth-child(1){
  margin-right: 20px;
}
footer ul li:nth-child(1):after{
  content: "|";
  color: #fff;
  padding-left: 20px;
  font-weight: bold;
}

footer ul li a{
  font-size: 13px;
  color: #fff;
}


/* varilux */
.vari_series {
  padding: 80px 0px 70px;
  background: url(../images/bg02.jpg);
}

.vari_series .lens_imgtxt{
  margin-bottom: 50px;
}
.vari_series .lens_imgtxt .img{
  width: 48%;
  float: left;
  padding: 2% 0px 0px 6%;

}
.vari_series .lens_imgtxt .txt{
  width: 43.5%;
  float: right;
  font-size: 20px;
  line-height: 2.4;
}
.vari_series .lens_imgtxt .txt .k_logo{
  margin-bottom: 20px;
}
.vari_series .contact_area h3{
  background: #000728;
  color: #fff;
  padding: 20px 50px;
  font-size: 20px;
}
.vari_series .contact_area .box{
  padding: 30px 50px;
  border: 1px solid #000728;
}
.vari_series .contact_area .box .txt{
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 16px;
}
.vari_series .contact_area .box .cap{
  line-height: 1.8;
  font-size: 12px;
  margin-bottom: 40px;
}

.contact_btn a{
  width: 100%;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  background: #cd9501;
  padding: 30px;
  text-align: center;
  border-radius: 60px;
  position: relative;
}
.contact_btn a:after{
  content: "";
  width: 32px;
  height: 27px;
  background: url(../images/r_arrow.png);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
}





@media screen and (max-width: 1200px){
  .sec1 .spec{
    margin: 0px 20px 50px;
  }

  .sec5 .voice li .txt .spec{
    font-size: 1.8vmin;
  }
  .sec5 .frame{
    margin: 0px 20px 100px;
  }

}

/* TB */
@media screen and (max-width: 800px){
  .vpc{
    display: none;
  }
  .vsp{
    display: block;
  }




  main img{
    width: 100%;
  }


  /* sec1 */
  .sec1{
    padding-bottom: 17%;
  }
  .sec1 .spec{
    margin-bottom: 10%;
  }
  .sec1 .free{
    padding: 0px 50px;
  }



  /* sec2 */
  .sec2 h2{
    line-height: 1.6;
    font-size: 5.5vmin;
    padding-top: 50px;
    margin-bottom: 20px;
  }
  .sec2 h2 span:after{
    border-bottom: 12px solid #cd9501;
    bottom: -5px;
  }
  .sec2 .trouble{
    max-width: 480px;
    margin: 0 auto;
  }
  .sec2 .trouble li{
    width: auto;
    float: none;
    margin-right: 0px;
  }
  .sec2 .conventional{
    margin: 0px 20px 15%;
  }
  .sec2 .conventional .ttl{
    font-size: 5vmin;
  }
  .sec2 .conventional .imgtxt ul{
    width: auto;
  }
  .sec2 .conventional .imgtxt .img{
    width: 25%;
    margin-right: 3%;
  }
  .sec2 .conventional .imgtxt .txt{
    width: 70%;
    font-size: 3.5vmin;
    float: left;
    padding-top: 4%;
  }
  .sec2 .conventional .imgtxt .txt p{
    line-height: 1.6;
    border-left: 5px solid #fab704;
    padding-left: 10px;
  }
  .sec2 .conventional .imgtxt .txt p:first-letter{
    color: #000414;
    font-size: 3.5vmin;
  }
  .sec2 .conventional .imgtxt .txt p:nth-child(1){
    margin-bottom: 15px;
  }


  /* sec4 */
  .sec4{
    padding-top: 30px;
  }
  .sec4 .visi_txt{
    font-size: 3.5vmin;
  }
  .sec4 .varilogo{
    width: 50%;
    margin: 0 auto 10px;
  }

  .sec4 .visibility{
    margin-bottom: 30px;
  }
  .sec4 .visibility .img{
    margin-top: 0px;
  }
  .sec4 h2 span {
    border-bottom: 3px solid #cd9501;
  }
  .sec4 h2{
    font-size: 4.5vmin;
    margin-bottom: 30px;
    letter-spacing: 4px;
  }

  .sec4 .feature{
    max-width: 670px;
    padding: 0px 20px;
    margin: 0 auto 30px;
  }
  .sec4 .feature .subtxt{
    width: 90%;
    font-size: 3.5vmin;
  }
  .sec4 .feature .subtxt span{
    padding: 2% 3%;
    line-height: 2.3;
  }

  .sec4 .imgtxt .img,
  .sec4 .txtimg .img{
    width: auto;
    float: none;
  }
  .sec4 .imgtxt .txt,
  .sec4 .txtimg .txt{
    width: auto;
    float: none;
    padding-top: 20px;
  }
  .sec4 .feature .imgtxt .txt .subtxt,
  .sec4 .feature .txtimg .txt .subtxt{
    padding-top: 0px;
    width: 79%;
    font-size: 3vmin;
  }

  .sec4 .feature .imgtxt .txt .icon,
  .sec4 .feature .txtimg .txt .icon{
    width: 16%;
  }

  .sec4 .feature .position1{
    top: 41.8%;
    left: 20px;
  }
  .sec4 .feature .position2{
    top: 27%;
  }
  .sec4 .movie2 {
    margin: 0px 20px 50px;
  }
  .sec4 .un_line{
    font-size: 3.5vmin;
    margin-bottom: 50px;
    line-height: 1.8;
  }


  /* sec5 */
  .sec5 .voice{
    max-width: 450px;
    margin: 0 auto;
  }
  .sec5 .voice li{
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 10%;
  }
  .sec5 .voice li .txt .spec{
    font-size: 2.5vmin;
  }


  /*varilux*/
  .vari_series .lens_imgtxt .img{
    width: auto;
    float: none;
  }
  .vari_series .lens_imgtxt .txt{
    margin: 0px 20px;
    width:auto;
    float: none;
    font-size: 3.5vmin;
  }
  .vari_series .contact_area .box .txt {
    font-size: 3vmin;
  }
  .vari_series .contact_area .box .cap{
    font-size: 2.5vmin;
  }


  /* footer */
  footer{
    padding-top: 0px;
    padding-bottom: 45px;
  }
  footer ul{
    float: none;
    border-bottom: 1px solid rgba(255,255,255,0.5);
  }
  footer ul li{
    width: 50%;
    float: left;
  }
  footer ul li a{
    width: 100%;
    color:rgba(255,255,255,0.5);
    display: inline-block;
    text-align: center;
    padding: 15px 0px;
  }
  footer .flogo{
    text-align: center;
    padding-top: 40px;
    margin-bottom: 7px;
  }

  footer ul li:nth-child(1){
    margin-right: 0px;
    border-right: 1px solid rgba(255,255,255,0.5);
  }
  footer ul li:nth-child(1):after {
    content: "";
    padding-left: 0px;
  }

  footer address{
    float: none;
    text-align: center;
  }

}

/* SP */
@media screen and (max-width: 640px){
  .vpc2{
    display: none;
  }
  .vsp2{
    display: block;
  }

  .flo{
    width: 100%;
    bottom: 0%;
    right: 0px;
    z-index: 1111;
  }
  .flo img{
    bottom: 0%;
  }

  header{
    height: auto;
    margin-bottom: 0px;
  }
  header .logo{
    width: 26%;
    text-align: left;
    float: left;
    margin-left: 5%;
  }
  header .contact{
    width: 29%;
    position: static;
    float: right;
  }
  header .contact a{
    font-weight: bold;
    font-size: 2.5vmin;
    padding: 18.5% 0px 18.5% 20px;
    position: relative;
  }
  header .contact a:before{
    content: "";
    display: block;
    background: url(../images/icon_mail.png);
    background-size: 100% 100%;
    width: 15px;
    height: 13px;
    position: absolute;
    top: 49%;
    left: 15px;
    transform: translateY(-50%);
  }


  /* sec1 */
  .sec1{
    background: url(../images/bg01_s.jpg);
    background-size: 100%;
  }
  .sec1 h2{
    padding-top: 15.5%;
    font-size: 6.5vmin;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .sec1 h2:after{
    width: 50px;
    border-bottom: 5px solid #fab704;
  }
  .sec1 .spec{
    font-size: 3.5vmin;
    text-align: left;
  }
  .sec1 .movie iframe{
    height: 285px;
  }


  /* sec2 */
  .sec2 .trouble{
    padding: 0px 20px;
  }
  .sec2 .trouble li .spec{
    font-size: 3.9vmin;
  }
  .sec2 .conventional .imgtxt .txt p:first-letter{
    color: #000414;
    font-size: 14px;
  }
  .sec2 .conventional .imgtxt .txt{
    padding-top: 7%;
  }


  /* sec3 */
  .sec3 .arrow{
    width: 20%;
    top: -18px;
  }

  /* sec4 */
  .sec4{
    padding-top: 30px;
  }
  .sec4 .visi_txt{
    font-size: 3.5vmin;
  }
  .sec4 .varilogo{
    width: 50%;
    margin: 0 auto 10px;
  }

  .sec4 .visibility{
    margin-bottom: 30px;
  }
  .sec4 .visibility .img{
    margin-top: 0px;
  }
  .sec4 h2 span {
    border-bottom: 3px solid #cd9501;
  }
  .sec4 h2{
    font-size: 4.5vmin;
    margin-bottom: 30px;
    letter-spacing: 4px;
  }

  .sec4 .feature{
    padding: 0px 20px;
    margin-bottom: 30px;
  }
  .sec4 .feature .subtxt{
    width: 90%;
    font-size: 4.5vmin;
  }
  .sec4 .feature .subtxt span{
    padding: 2% 3%;
    line-height: 2.3;
  }


  .sec4 .imgtxt .img,
  .sec4 .txtimg .img{
    width: auto;
    float: none;
  }
  .sec4 .imgtxt .txt,
  .sec4 .txtimg .txt{
    width: auto;
    float: none;
    padding-top: 20px;
  }
  .sec4 .feature .imgtxt .txt .subtxt,
  .sec4 .feature .txtimg .txt .subtxt{
    padding-top: 0px;
    width: 79%;
    font-size: 3vmin;
  }

  .sec4 .feature .imgtxt .txt .icon,
  .sec4 .feature .txtimg .txt .icon{
    width: 16%;
  }

  .sec4 .feature .position1{
    top: 41.8%;
    left: 20px;
  }
  .sec4 .feature .position2{
    top: 27%;
  }
  .sec4 .movie2 {
    margin: 0px 20px 50px;
  }
  .sec4 .movie2 iframe{
    height: 325px;
  }
  .sec4 .un_line{
    font-size: 5vmin;
  }
  .sec4 .un_line span:after{
    border-bottom: 12px solid #cd9501;
    padding-right: 5px;
    bottom: -7px;
  }



  /* sec5 */
  .sec5{
    padding-top: 30px;
  }
  .sec5 .varilogo{
    width: 50%;
    margin: 0 auto 10px;
  }
  .sec5 h2 span {
    border-bottom: 3px solid #cd9501;
  }
  .sec5 h2{
    font-size: 4.5vmin;
    margin-bottom: 30px;
    letter-spacing: 4px;
  }

  .sec5 .voice{
    margin: 0 20px;
  }
  .sec5 .frame{
    margin: 0 auto 60px;
        max-width: 90%;
  }
  .sec5 .frame iframe{
    height: 420px;
  }

  .sec5 .voice li .txt .spec{
    min-height: 100%;
  }
  .sec5 .voice li .txt .spec p{
    font-size: 4vmin;
    position: static;
    transform: translateX(0px);
    padding: 20px 0px;
  }

  /* vari_series */
  .vari_series{
    padding: 20px 0px 40px;
  }
  .vari_series .lens_imgtxt{
    margin-bottom: 20px;
  }

  .vari_series .contact_area h3{
    padding: 20px 20px;
    font-size: 3.5vmin;
  }
  .vari_series .contact_area .box{
    padding: 10px 20px 20px;
  }
  .vari_series .contact_area{
    margin: 0px 20px;
  }
  .vari_series .contact_area .box .txt{
    font-size: 3vmin;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .vari_series .contact_area .box .cap{
    font-size: 2.5vmin;
    margin-bottom: 20px;
  }
  .vari_series .contact_btn a{
    font-size: 3.8vmin;
    padding: 25px 20px;
  }
  .vari_series .contact_btn a:after {
    content: "";
    width: 16px;
    height: 13px;
    background: url(../images/r_arrow.png);
    background-size: 100%;
    right: 10%;
  }

  footer{
    padding-bottom: 75px;
  }


}