/*!
 * index.css
 * modified : 2015.05.18
 */

/*--------------------------------------------------
  Reset
--------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;vertical-align:top;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ul{zoom:1}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}del,ins{text-decoration:none;}a{text-decoration:none;outline:none;}nav{display:block;}section{display:block}

/*--------------------------------------------------
  body
--------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: "ŸàƒSƒVƒbƒN","Yu Gothic",YuGothic,
    "\30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33",
    "Hiragino Kaku Gothic Pro",
    "\30E1\30A4\30EA\30AA",Meiryo,
    "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",
    "Droid Sans",san-serif;
  color: #fff;
  background: #000;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

/*--------------------------------------------------
  common
--------------------------------------------------*/
.btn a {
  position: relative;
  display: block;
  padding: 15px 30px 14px 10px;
  font-size: 0.875em;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #777;
  transition: background 0.2s;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -ms-transition: background 0.2s;
}
.btn a:hover {
  background: #666;
}
.btn a:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 19px;
  width: 10px;
  height: 100%;
  background: url("../img/new_btn_arrow.png") no-repeat 0 center;
}

.ss-enable {
  display: none;
}
.ss-disable {
  display: inline-block;
}
.b64 {
  display: none;
}
.b48 {
  display: none;
}

@media screen and (max-width: 900px) {
  .btn a:after {
    right: 8px;
    background-image: url("../img/new_btn_arrow@2x.png");
    background-size: 9px auto;
  }
}
@media screen and (max-width: 640px) {
  .ss-enable {
    display: inline-block;
  }
  .ss-disable {
    display: none;
  }
  .b64 {
    display: block;
  }
  .nb64 {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .btn a {
    padding: 15px 20px 14px 10px;
    font-size: 0.75em;
  }
  .b48 {
    display: block;
  }
  .nb48 {
    display: none;
  }
}

/*--------------------------------------------------
  .hover
--------------------------------------------------*/
.pc a.hover,
.pc a img.hover {
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
}
.pc a.hover:hover,
.pc a:hover img.hover {
  opacity: 0.8;
}
.ielegacy a.hover:hover,
.ielegacy a:hover img.hover {
  filter: alpha(opacity=80);
}

/*--------------------------------------------------
  .container
--------------------------------------------------*/
.container {
  border-top: 6px solid #c83b18;
  overflow: hidden;
}
.ielegacy .container {
  min-width: 940px;
}

@media screen and (max-width: 900px) {
  .container {
    border-width: 4px;
  }
}

/*--------------------------------------------------
  header
--------------------------------------------------*/
header {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 950px;
}
header:before {
  content: "";
}
header:after {
  clear: both;
  display: block;
  content: "";
}
header h1 {
  position: absolute;
  left: 25px;
  top: 20px;
  width: 107px;
  line-height: 0;
}
header h1 a {
  display: block;
}
header h1 img {
  width: 100%;
  height: auto;
}
header ul {
  position: absolute;
  right: 30px;
  top: 12px;
}
header ul:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
}
header ul:after {
  clear: both;
  display: block;
  content: "";
}
header li {
  float: left;
  margin-left: 30px;
  font-size: 11px;
  line-height: 9px;
  line-height: 13px\9;
}
header li:first-child {
  margin-left: 0;
}
header li a {
  display: inline-block;
  padding-left: 10px;
  color: #fff;
  text-decoration: none;
  background: url("../img/new_header_arrow.png") no-repeat 0 0;
  opacity: 0.7;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
}
header li a:hover {
  opacity: 1.0;
}
.ielegacy header li a {
  filter: alpha(opacity=70);
}
.ielegacy header li a:hover {
  filter: alpha(opacity=100);
}

@media screen and (max-width: 900px) {
  header {
    padding: 3% 30px 2%;
  }
  header h1 {
    position: static;
    float: left;
    width: 90px;
  }
  header ul {
    position: static;
    float: right;
  }
  header li {
    margin-left: 25px;
    font-size: 10px;
  }
  header li a {
    background-image: url("../img/new_header_arrow@2x.png");
    background-size: 5px 9px;
    background-position: 0 center;
  }
}

@media screen and (max-width: 640px) {
  header {
    padding: 5% 0;
    border-bottom: 1px solid #222;
  }
  header h1 {
    float: none;
    margin-left: 4.6875%;
    width: 80px;
  }
  header .toggle {
    position: absolute;
    top: 50%;
    right: 2%;
    display: block;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: url("../img/new_header_menu_bg@2x.png") no-repeat 50% 50%;
    background-size: 20px 15px;
  }
  header ul {
    position: absolute;
    display: none;
    top: 115%;
    right: 3.125%;
    background: #333;
  }
  header ul.true {
    display: block;
  }
  header ul:before {
    content: "";
    position: absolute;
    top: -14px;
    right: 5%;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 14px 6px;
    border-color: transparent transparent #333 transparent;
  }
  header li {
    float: none;
    margin: 0;
    font-size: 18px;
    line-height: 18px;
    border-bottom: 1px solid #444;
  }
  header li:last-child {
    border-bottom: none;
  }
  header li a {
    display: block;
    padding: 15px 40px 15px 20px;
    background-size: 7px 13px;
    background-position: 95% center;
  }
}

/*--------------------------------------------------
  .mainvisual
--------------------------------------------------*/
.mainvisual {
  position: relative;
  margin: 0 auto;
  max-width: 950px;
}
.mainvisual img.main {
  margin-left: -4.7368421%;
  width: 109.4736842%;
  max-width: 1040px;
}
.mainvisual .inner-txt {
  position: absolute;
  padding-top: 10.6842105%;
  width: 100%;
  text-align: center;
}
.mainvisual h2 {
  width: 100%;
  line-height: 0;
  text-align: center;
}
.mainvisual h2 img {
  width: 656px;
  height: auto;
  max-width: 656px;
}
.mainvisual p {
  padding-top: 3.5789473%;
  line-height: 0;
}
.mainvisual p img {
  width: 364px;
  height: auto;
  max-width: 364px;
}
.mainvisual strong {
  display: block;
  padding-top: 6.1052631%;
  line-height: 0;
}
.mainvisual strong img {
  width: 233px;
  height: auto;
  max-width: 233px;
}

@media screen and (max-width: 950px) {
  .mainvisual h2 img {
    width: 86.9473684%;
  }
  .mainvisual p img {
    width: 38.3157894%;
  }
  .mainvisual strong img {
    width: 24.5263157%;
  }
}
@media screen and (max-width: 479px) {
  .mainvisual img.main {
    margin-left: -15%;
    width: 130%;
  }
  .mainvisual .inner-txt {
    padding-top: 7%;
  }
  .mainvisual p {
    padding-top: 5%;
  }
  .mainvisual p img {
    width: 65%;
  }
  .mainvisual strong {
    padding-top: 6%;
  }
  .mainvisual strong img {
    width: 34%;
  }
}

/*--------------------------------------------------
  .intro
--------------------------------------------------*/
.intro-wrap {
  width:100%;
  background: url("../img/new_intro_bg.png") repeat-x center 0;
}
.intro {
  position: relative;
  margin: 0 auto;
  max-width: 950px;
  background: #040404;
}
.intro img.main {
  margin-left: -46.5526315%;
  width: 192.1052631%;
  max-width: 1920px;
}
.intro .inner-txt {
  position: absolute;
  padding-top: 5.0526315%;
  width: 100%;
  text-align: center;
}
.intro h3 {
  width: 100%;
  line-height: 0;
  text-align: center;
}
.intro h3 img {
  width: 677px;
  height: auto;
  max-width: 677px;
}
.intro p {
  padding-top: 3.4210526%;
  line-height: 0;
}
.intro p img {
  width: 364px;
  height: auto;
  max-width: 364px;
}
.intro strong {
  display: block;
  padding-top: 3.5263157%;
  line-height: 0;
}
.intro strong img {
  width: 249px;
  height: auto;
  max-width: 249px;
}

@media screen and (max-width: 950px) {
  .intro-wrap {
	  background: none;
  }
  .intro h3 img {
    width: 71.2631578%;
  }
  .intro p img {
    width: 38.3157894%;
  }
  .intro strong img {
    width: 26.2105263%;
  }
}
@media screen and (max-width: 479px) {
  .intro {
    padding-top: 10%;
    background: #1a1c21;
  }
  .intro .inner-txt {
    margin-top: -4%;
    padding-top: 0;
  }
  .intro p {
    padding-top: 5%;
  }
  .intro p img {
    width: 65%;
  }
  .intro strong {
    padding-top: 6%;
  }
  .intro strong img {
    width: 40%;
  }
}

/*--------------------------------------------------
  nav
--------------------------------------------------*/
nav .inner {
  /*display: none;*/
  position: relative;
  z-index: 100;
  width: 100%;
  background: url("../img/new_nav_bg.png") repeat-x center 0;
}
nav ul {
  margin: 0 auto;
  max-width: 910px;
  background: url("../img/new_nav.png") no-repeat 0 0;
  background-size: 100% auto;
}
nav ul:after {
  clear: both;
  display: block;
  content: "";
}
nav ul li {
  float: left;
}
nav ul li a {
  position: relative;
  display: block;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
}
nav ul li span {
  display: none;
}
nav ul li img {
  width: 100%;
  height: auto;
}
nav ul li.on a,
.pc nav ul li a:hover {
  opacity: 0.0;
}
.ielegacy nav ul li.on a,
.ielegacy nav ul li a:hover {
  filter: alpha(opacity=0);
}

nav ul li.top {
  width: 88px;
  width: 9.6703296%;
}
nav ul li.impression {
  width: 178px;
  width: 19.5604395%;
}
nav ul li.resolusion {
  width: 185px;
  width: 20.3296703%;
}
nav ul li.felens {
  width: 143px;
  width: 15.7142857%;
}
nav ul li.features {
  width: 156px;
  width: 17.1428571%;
}
nav ul li.campaign {
  width: 160px;
  width: 17.5824175%;
}

@media screen and (max-width: 940px) {
  nav ul {
    margin: 0 30px;
  }
}
@media screen and (max-width: 640px) {
  nav .inner {
    position: static !important;
    background: #201f1f;
  }
  nav ul {
    margin: 0;
    border-top: 1px solid #333;
    background: none;
  }
  nav ul li {
    width: 50% !important;
    font-size: 1.0em;
    border-bottom: 1px solid #333;
    box-sizing: border-box;
  }
  nav ul li:nth-child(even) {
    border-left: 1px solid #333;
  }
  nav ul li a {
    padding: 10px 0 10px 3%;
    color: #eee;
  }
  nav ul li.on a,
  nav ul li a:hover {
    opacity: 1.0;
  }
  nav ul li span {
    display: inline-block;
    padding-left: 24px;
    line-height: 1.2;
  }
  nav ul li span:before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    display: block;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 4px 0 4px;
    border-color: #eee transparent transparent transparent;
  }
  nav ul li img {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  nav ul li {
    font-size: 1.25em;
  }
  nav ul li a {
    padding: 14px 0 14px 3%;
  }
}

/*--------------------------------------------------
  article
--------------------------------------------------*/
article .title {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 950px;
  text-align: center;
}
article .title h3 img {
  width: 71.5789473%;
  height: auto;
  max-width: 680px;
}
article .title p {
  margin-top: 15px;
  font-size: 1.125em;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  article .title p {
    padding: 0 4.6875%;
  }
}
@media screen and (max-width: 479px) {
  article .title h3 img {
    margin-left: -7%;
    width: 114%;
  }
  article .title p {
    font-size: 1.0em;
  }
}

/*--------------------------------------------------
  #Impression
--------------------------------------------------*/
#Impression {
  padding: 75px 0 0;
}
#Impression .imp-intro {
  margin: 0 auto;
  max-width: 950px;
}
#Impression .imp-intro img {
  margin: -9.9473684% 0 0 -4.6315789%;
  width: 110.1052631%;
  max-width: 1046px;
}

#Impression .movie-intro {
  margin: 0 auto 80px auto;
  max-width: 920px;
}
#Impression .movie-intro img {
  margin: 0% 0% 0% 2%;
  width: 100%;
  max-width: 920px;
}
#Impression .movie-intro .movie {
  display: block;
}
#Impression .movie-intro .sp {
  display: none;
}

@media screen and (max-width: 900px) {
	#Impression .movie-intro {
	  margin: 0 auto 10% auto;
	}
  	#Impression .movie-intro img {
	  margin: 0% 5% 0% 5%;
	  width: 90%;
	}
	#Impression .movie-intro .movie.pc {
	  display: none;
	}
	#Impression .movie-intro .sp {
	  display: block;
	}
}


#Impression section {
  margin: 60px auto 0;
  padding: 0 30px 40px;
  max-width: 950px;
  background: url("../img/new_imp_sec_btm.png") no-repeat center bottom;
  background-size: 100% 1px;
}
#Impression section.first {
  margin-top: 0;
}
#Impression section.last {
  background: none;
}
#Impression section:after {
  clear: both;
  display: block;
  content: "";
}
#Impression .gallery {
  float: left;
  margin: 0 auto;
  width: 72.2105263%;
  max-width: 686px;
}
#Impression .lens-info {
  float: right;
  width: 27.1578947%;
}
#Impression .lens-info h4 {
  line-height: 0;
}
#Impression .lens-info h4 img {
  width: 100%;
  height: auto;
  max-width: 258px;
}
#Impression .lens-info .nakano {
  margin-top: 21px;
  text-align: right;
}
#Impression .lens-info .nakano img {
  width: 61px;
  height: auto;
}
#Impression .lens-info strong {
  display: block;
  margin-top: 13px;
  line-height: 0;
}
#Impression .lens-info strong img {
  width: 100%;
  height: auto;
  max-width: 258px;
}
#Impression .lens-info em {
  display: block;
  margin-top: 10px;
  line-height: 0;
}
#Impression .lens-info em img {
  width: 100%;
  height: auto;
  max-width: 258px;
}
#Impression .lens-info p {
  margin-top: 13px;
  font-size: 0.875em;
  line-height: 1.7;
}

@media screen and (max-width:900px) {
  #Impression .gallery {
    float: none;
    width: auto;
  }
  #Impression .lens-info {
    float: none;
    margin: 50px auto 0;
    width: auto;
    max-width: 686px;
  }
  #Impression .lens-info h4 {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
  }
  #Impression .lens-info .txt-box {
    position: relative;
    display: table-cell;
    padding-left: 5%;
    vertical-align: middle;
  }
  #Impression .lens-info .nakano {
    display: table-cell;
  }
  #Impression .lens-info .nakano img {
    width: 50px;
  }
  #Impression .lens-info strong {
    margin-top: 0;
  }
  #Impression .lens-info .txt-img {
    display: table-cell;
    padding-left: 15px;
  }
}
@media screen and (max-width:640px) {
  #Impression {
    padding: 10.9375% 0 0;
  }
  #Impression section {
    margin-top: 9.375%;
    padding: 0 4.6875% 9.375%;
  }
}
@media screen and (max-width:479px) {
  #Impression .lens-info h4 {
    display: block;
    width: auto;
    text-align: center;
  }
  #Impression .lens-info h4 img {
    width: 80%;
  }
  #Impression .lens-info .txt-box {
    display: block;
    margin-top: 40px;
    padding-left: 0;
  }
}

/*--------------------------------------------------
  carousel
--------------------------------------------------*/
.carousel-viewport {
  position: relative;
  margin: 0 auto;
  width: 90.6705539%;
  overflow: hidden;
}
.carousel-inner {
  position: relative;
}
.carousel-slider {
  position: relative;
  width: 20000px;
}
.carousel-slider:after {
  clear: both;
  display: block;
  content: "";
}
.carousel-slider .item {
  position: relative;
  float: left;
}
.carousel-slider .item a {
  position: relative;
  display: block;
  background: #fff;
}
.carousel-slider .item a:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  background: url("../img/new_icn_zoom.png") no-repeat 0 0;
}
.carousel-slider .item img {
  width: 100%;
  height: auto;
  max-width: 622px;
}
.carousel-slider .item span {
  display: block;
  margin-top: 7px;
  font-size: 0.813em;
  line-height: 1.2;
  text-align: right;
}

@media screen and (max-width:479px) {
  .carousel-viewport {
    width: auto;
  }
}

/* .carousel-thum
--------------------------------------------------*/
.carousel-thum {
  margin: 30px auto 0;
  width: 90.6705539%;
}
.carousel-thum ul {
  margin-left: 0px;
  line-height: 0;
}
.carousel-thum ul:after {
  clear: both;
  display: block;
  content: "";
}
.carousel-thum li {
  position: relative;
  float: left;
  margin: 0 2.2508038% 0 0;
  width: 20.5787781%; /*128px;*/
  cursor: pointer;
}
.carousel-thum li .frame {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 0px solid #fff;
  transition: border 0.2s;
  -ms-transition: border 0.2s;
  -moz-transition: border 0.2s;
  -webkit-transition: border 0.2s;
}
.carousel-thum li.current .frame,
.carousel-thum li:hover .frame{
  border: 3px solid #fff;
}
.carousel-thum li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width:479px) {
  .carousel-thum {
    width: auto;
  }
}

/* .carousel-prev, .carousel-next
--------------------------------------------------*/
.carousel-prev,
.carousel-next {
  position: absolute;
  top: 50%;
  width: 4.664723%;
}
.carousel-prev em,
.carousel-next em {
  position: absolute;
  display: block;
  /*margin-top: -75%;*/
  padding-bottom: 150%;
  width: 100%;
  cursor: pointer;
  transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
.carousel-prev em:hover,
.carousel-next em:hover {
  opacity: 0.5;
}
.carousel-prev.false em,
.carousel-next.false em {
  opacity: 0.2;
  cursor: auto;
}
.ielegacy .carousel-prev em:hover,
.ielegacy .carousel-next em:hover {
  filter: alpha(opacity=50);
}
.ielegacy .carousel-prev.false em,
.ielegacy .carousel-next.false em {
  filter: alpha(opacity=20);
}
.carousel-prev {
  left: 0;
}
.carousel-prev em {
  left: 0;
  background: url("../img/new_carouse_prev.png") no-repeat left center;
  background-size: 56.25% auto;
}
.carousel-next {
  right: 0;
}
.carousel-next em {
  right: 0;
  background: url("../img/new_carouse_next.png") no-repeat right center;
  background-size: 56.25% auto;
}

@media screen and (max-width:479px) {
  .carousel-prev,
  .carousel-next {
    display: none !important;
  }
}

/*--------------------------------------------------
  #Resolusion
--------------------------------------------------*/
#Resolusion {
  padding: 60px 0 0;
}
#Resolusion .title {
  padding-bottom: 10px;
}
#Resolusion .line {
  margin: 50px auto 0;
  padding: 0 30px;
  max-width: 950px;
}
#Resolusion .line:after {
  clear: both;
  display: block;
  content: "";
}
#Resolusion section {
  width: 47.368421%;
}
#Resolusion section.leftfix {
  float: left;
}
#Resolusion section.rightfix {
  float: right;
}
#Resolusion section img {
  width: 100%;
  height: auto;
}
#Resolusion section h4 {
  margin-bottom: 9px;
}

@media screen and (max-width: 640px) {
  #Resolusion .line {
    margin-top: 4.6875%;
    padding: 0 4.6875%;
  }
}
@media screen and (max-width: 479px) {
  #Resolusion .line {
    margin-top: 0;
  }
  #Resolusion section {
    margin-top: 7.5%;
    width: auto;
  }
  #Resolusion section.leftfix {
    float: none;
  }
  #Resolusion section.rightfix {
    float: none;
  }
  #Resolusion section h4 {
    margin-bottom: 5px;
  }
}

/*--------------------------------------------------
  .faction
--------------------------------------------------*/
.faction {
  position: relative;
  margin: 70px auto 0;
  max-width: 950px;
  text-align: center;
}
.faction img.main {
  margin-left: -51.0526315%;
  width: 199.1578947%;
  height: auto;
  max-width: 1892px;
}
.faction .inner-txt {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 3.1578947%;
  width: 100%;
}
.faction h3 {
  line-height: 0;
}
.faction p {
  padding-top: 3.368421%;
  line-height: 0;
}
.faction .btn-box {
  padding: 4% 0 0;
  text-align: center;
}
.faction .btn-box .btn {
  position: relative;
  display: inline-block;
  width: 234px;
}
.faction .btn-box .btn.left {
  padding-right: 8.7368421%;
}
.faction .btn-box .btn.right {
  padding-left: 8.7368421%;
}

@media screen and (max-width: 950px) {
  .faction h3 img {
    width: 78.1052631%;
  }
  .faction p img {
    width: 45.2631578%;
  }
}
@media screen and (max-width: 640px) {
  .faction .btn-box {
    padding: 4% 4.6875% 0;
  }
  .faction .btn-box .btn {
    width: 47%;
  }
  .faction .btn-box .btn.left {
    padding-right: 2%;
  }
  .faction .btn-box .btn.right {
    padding-left: 2%;
  }
}
@media screen and (max-width: 479px) {
  .faction {
    padding-top: 28%;
  }
  .faction .inner-txt {
    padding-top: 0;
  }
  .faction h3 img {
    width: 85%;
  }
  .faction p {
    padding-top: 5%;
  }
  .faction p img {
    width: 75%;
  }
  .faction .btn-box {
    padding: 5% 15px 0;
  }
  .faction .btn-box .btn {
    display: inline-block;
    padding: 0 !important;
    width: 234px;
  }
  .faction .btn-box .btn.right {
    margin-top: 10px !important;
  }
}

/*--------------------------------------------------
  #FELens
--------------------------------------------------*/
#FELens {
  margin: -40px auto 0;
  padding: 60px 30px 0;
  max-width: 950px;
}
#FELens section:after {
  clear: both;
  display: block;
  content: "";
}
#FELens section h4 {
  float: left;
  width: 20.1105263%;
}
#FELens section .item {
  float: left;
  overflow: hidden;
}
#FELens section .item img {
  height: auto;
}

@media screen and (max-width: 640px) {
  #FELens {
    margin-top: 0;
  }
  #FELens section.conv,
  #FELens section.zoom {
    margin-top: 0px !important;
    border-bottom: none !important;
	padding: 0 20px 20px;
  }
  #FELens section:last-child {
    border-bottom: none;
  }
  #FELens section {
    margin-top: 30px !important;
    padding: 0 0 30px;
    border-bottom: 1px solid #222;
  }
  #FELens section h4 {
    float: none;
    margin: 0 !important;
    width: auto !important;
    text-align: center;
  }
  #FELens section h4 img {
    width: 90% !important;
  }
  #FELens section .item-box:after {
    clear: both;
    display: block;
    content: "";
  }
  #FELens section .item {
    margin-top: 30px;
    width: 50% !important;
    text-align: center;
  }
  #FELens section .item img {
    width: 90% !important;
  }
}
@media screen and (max-width: 520px) {
  #FELens section .item {
    text-align: left;
  }
  #FELens section .item:nth-child(even) {
    text-align: right;
  }
}

/* .zeiss
--------------------------------------------------*/
#FELens .zeiss {
  margin-top: 7.368421%;
}
#FELens .zeiss:after {
	margin-top: 3%;
	content:"";
	display:block;
	height:2px;
	height:1px\9;
	width:100%;
	background: #000000;
	background: -moz-linear-gradient(left, #000000 0%, #444444 50%, #000000 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(50%,#444444), color-stop(100%,#000000));
	background: -webkit-linear-gradient(left, #000000 0%,#444444 50%,#000000 100%);
	background: -o-linear-gradient(left, #000000 0%,#444444 50%,#000000 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#444444',GradientType=1)";
	background: #444444\9;
	background: -ms-linear-gradient(left, #000000 0%,#444444 50%,#000000 100%);
	background: linear-gradient(to right, #000000 0%,#444444 50%,#000000 100%);	
}
#FELens .zeiss h4,
#FELens .conv .lens-01 {
   margin-bottom: 50px;
}
#FELens .glens h4{
   margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
	#FELens .zeiss:after,
	#FELens .glens:after,
	#FELens .conv:after {
		background: none;
	}
	#FELens .zeiss h4,
	#FELens .glens h4,
	#FELens .conv .lens-01 {
		margin-bottom: 0;
	}
}

#FELens .zeiss h4 {
  margin-top: 11px;
}
#FELens .zeiss h4 img {
  width: 82.2916666%;
  height: auto;
  max-width: 158px;
}
#FELens .zeiss .item img {
  max-width: 152px;
}

#FELens .zeiss .lens-01 {
  width: 188px;
  width: 19.7894736%;
}
#FELens .zeiss .lens-01 img {
  width: 80.8510638%;
}

#FELens .zeiss .lens-02 {
  width: 177px;
  width: 18.6315789%;
}
#FELens .zeiss .lens-02 img {
  width: 85.8757062%;
}

#FELens .zeiss .lens-03 {
  width: 160px;
  width: 16.8421052%;
}
#FELens .zeiss .lens-03 img {
  width: 95%;
}

#FELens .zeiss .lens-04 {
  width: 125px;
  width: 13.1578947%;
}
#FELens .zeiss .lens-04 img {
  width: 121.6%;
}

#FELens .zeiss .lens-05 {
  width: 108px;
  width: 11.368421%;
}
#FELens .zeiss .lens-05 img {
  width: 140.740740%;
}

/* .glens
--------------------------------------------------*/
#FELens .glens {
  margin-top: 4.4210526%;
}
#FELens .glens h4 {
  margin-top: 35px;
}
#FELens .glens h4 img {
  width: 79.6875%;
  height: auto;
  max-width: 153px;
}
#FELens .glens .item img {
  max-width: 208px;
}

#FELens .glens .lens-01 {
  width: 253px;
  width: 26.03157897%;
}
#FELens .glens .lens-01 img {
  width: 82.2134387%;
}

#FELens .glens .lens-02 {
  width: 253px;
  width: 26.03157897%;
}
#FELens .glens .lens-02 img {
  width: 82.2134387%;
}

#FELens .glens .lens-03 {
  width: 253px;
  width: 26.03157897%;
}
#FELens .glens .lens-03 img {
  width: 82.2134387%;
}

/* .conv
--------------------------------------------------*/
#FELens .conv {
  padding-top: 3.7894736%;
  background: #eee;
}
#FELens .conv h4 {
  margin-top: 100px;
}
#FELens .conv h4 img {
  width: 77.6041666%;
  height: auto;
  max-width: 149px;
  margin-left:15px;
}
#FELens .conv .item img {
  max-width: 174px;
}

#FELens .conv .lens-01 {
  width: 188px;
  width: 19.7894736%;
}
#FELens .conv .lens-01 img {
  width: 92.5531914%;
}

#FELens .conv .lens-02 {
  width: 177px;
  width: 18.6315789%;
}
#FELens .conv .lens-02 img {
  width: 98.3050847%;
}

#FELens .conv .lens-03 {
  width: 174px;
  width: 18.3157894%;
}
#FELens .conv .lens-03 img {
  width: 100%;
}

/* .zoom
--------------------------------------------------*/
#FELens .zoom {
  padding-bottom: 4.3421052%;
  background: #eee;
}
#FELens .zoom h4 {
  margin-top: 50px;
}
#FELens .zoom h4 img {
  width: 77.6041666%;
  height: auto;
  max-width: 149px;
}
#FELens .zoom .item img {
  max-width: 214px;
}

#FELens .zoom .lens-01 {
  width: 259px;
  width: 27.2631578%;
}
#FELens .zoom .lens-01 img {
  width: 82.7088803%;
}

#FELens .zoom .lens-02 {
  width: 259px;
  width: 27.2631578%;
}
#FELens .zoom .lens-02 img {
  width: 80.3088803%;
}
/*--------------------------------------------------
  #APS-CLens
--------------------------------------------------*/

/* .aps-c
--------------------------------------------------*/
#APS-CLens {
  margin: 60px auto 0;
  padding: 40px 0px 40px;
  width: 100%;
  background:#222222;
}
article#APS-CLens .title h3 img {
	width: 100%;
	height: auto;
	height: 23px\9;
	max-width: 723px;
}
#APS-CLens section {
	max-width: 950px;
	margin:40px auto 0;
	padding: 0 30px;
}

#APS-CLens section:after {
  clear: both;
  display: block;
  content: "";
}

#APS-CLens section .item {
  float: left;
  overflow: hidden;
}
#APS-CLens section .item img {
  height: auto;
}

#APS-CLens .aps-c .lens-01 {
  width: 255px;
  width: 26.8421052%;
}
#APS-CLens .aps-c .lens-01 img {
  width: 77.6470588%;
}

#APS-CLens .aps-c .lens-02 {
  width: 255px;
  width: 26.8421052%;
}
#APS-CLens .aps-c .lens-02 img {
  width: 77.6470588%;
}

#APS-CLens .aps-c .lens-03 {
  width: 293px;
  width: 30.8421052%;
}
#APS-CLens .aps-c .lens-03 img {
  width: 67.5767918%;
}

#APS-CLens .aps-c .lens-04 {
  width: 145px;
  width: 15.2631578%;
}
#APS-CLens .aps-c .lens-04 img {
  width: 136.55172413%;
}



@media screen and (max-width: 640px) {
	#FELens .conv h4 img {
	  margin-left:0px;
	}
	#FELens .conv {
	  padding-top:0;
	}
	#FELens .zoom {
	  padding-top:0;
	}
	
  #APS-CLens {
    margin-top: 20px;
	padding: 50px 30px;
	width: auto;
  }
  article#APS-CLens .title h3 img {
  	margin-left: 0%;
  }
  #APS-CLens section {
    margin-top: 0px !important;
    padding: 0 0 0px;
    border-bottom: 1px solid #222;
  }
  #APS-CLens section:last-child {
    border-bottom: none;
  }
  #APS-CLens section .item-box:after {
    clear: both;
    display: block;
    content: "";
  }
  #APS-CLens section .item {
    margin-top: 30px;
    width: 50% !important;
    text-align: center;
  }
  #APS-CLens section .item img {
    width: 90% !important;
  }
  #APS-CLens .aps-c .item img {
	max-width: 198px;
  }
  
}
@media screen and (max-width: 520px) {
  #APS-CLens section .item {
    text-align: left;
  }
  #APS-CLens section .item:nth-child(even) {
    text-align: right;
  }
}

/*--------------------------------------------------
  #Features
--------------------------------------------------*/
#Features {
  padding: 80px 0 0;
  background: url("../img/new_fet_back.png") repeat-x 0 0;
}
#Features .title {
  padding-bottom: 60px;
}
#Features .heading-wrap {
  position: relative;
  background-repeat: no-repeat;
  background-position: center 0;
  background-color: #222;
  background-size: auto 200%;
  cursor: pointer;
}
#Features .heading-wrap.true,
.pc #Features .heading-wrap:hover {
  background-position: center 100%;
  background-color: #383738;
}
#Features .heading {
  position: relative;
  margin: 0 auto;
  max-width: 950px;
}
#Features .heading h4 {
  margin-left: 48.2105263%;
  padding: 4.5263157% 0 4.4210526%;
  width: 50.5263157%;
}
#Features .heading h4 img {
  width: 100%;
  height: auto;
  max-width: 480px;
}
#Features .heading:after {
  position: absolute;
  top: 50%;
  right: 5.2631578%;
  content: "";
  display: block;
  margin-top: -7px;
  padding-bottom: 14px;
  width: 30px;
  background: url("../img/new_fet_arrow.png") no-repeat 0 0;
}
#Features .true .heading:after {
  background-position: 0 -14px;
}
#Features section {
  margin-top: 3px;
}
#Features .inner-wrap {
  display: none;
}
#Features .inner {
  margin: 0 auto;
  padding: 40px 30px 50px;
  max-width: 950px;
}
#Features .inner:after {
  clear: both;
  display: block;
  content: "";
}
#Features .line {
  position: relative;
}
#Features .line:after {
  clear: both;
  display: block;
  content: "";
}
#Features .inner strong {
  display: block;
  margin-bottom: 12px;
  line-height: 0;
}
#Features .inner strong img {
  width: 132px;
  height: auto;
}
#Features .inner h5 {
  font-size: 1.5em;
  line-height: 1.2;
}
#Features .inner p {
  margin-top: 22px;
  font-size: 0.875em;
  line-height: 2.0;
}
#Features .inner p.note,
#Features .inner p.cap {
  margin-top: 5px;
  font-size: 0.75em;
  line-height: 1.4;
}

@media screen and (max-width: 950px) {
  #Features .heading:after {
    margin-top: -0.7368421%;
    width: 3.1578947%;
    padding-bottom: 1.4736842%;
    background: url("../img/new_fet_arrow@2x.png") no-repeat 0 0;
    background-size: 100% auto;
  }
  #Features .true .heading:after {
    background-position: 0 100%;
  }
}
@media screen and (max-width: 640px) {
  #Features .heading-wrap {
    background-position: -20% 0 !important;
    background-color: #222 !important;
  }
  #Features .heading-wrap.true,
  .pc #Features .heading-wrap:hover {
    background-position: -20% 100% !important;
    background-color: #383738 !important;
  }
  
  #Features .operation .heading-wrap {
    background-position: -35% 0 !important;
  }
  #Features .operation .heading-wrap.true,
  .pc #Features .operation .heading-wrap:hover {
    background-position: -35% 100% !important;
  }
  
  #Features .quality .heading-wrap {
    background-position: -30% 0 !important;
  }
  #Features .quality .heading-wrap.true,
  .pc #Features .quality .heading-wrap:hover {
    background-position: -30% 100% !important;
  }
  
  
  #Features .heading h4 {
    margin-left: 4.6875%;
    padding: 8% 0 7%;
    width: auto;
  }
  #Features .heading h4 img {
    width: 105%;
  }
  #Features .inner {
    padding: 5% 4.6875% 9.375%;
  }
  #Features .inner h5 {
    line-height: 1.4;
  }
  #Features .inner p.note {
    margin-top: 15px;
  }
}
@media screen and (max-width: 479px) {
  #Features .heading:after {
    padding-bottom: 2.5%;
    width: 5%;
  }
  #Features .inner h5 {
    font-size: 1.313em;
  }
  #Features .inner p {
    margin-top: 22px;
    font-size: 0.813em;
    line-height: 1.9;
  }
  #Features .inner p.note,
  #Features .inner p.cap {
    font-size: 0.625em;
  }
}

/* .sensor
--------------------------------------------------*/
#Features .sensor .heading-wrap {
  background-image: url("../img/new_fet_sensor_ttl_bg.jpg");
}
#Features .sensor .img-box {
  float: right;
  width: 450px;
  width: 47.368421%;
  text-align: center;
}
#Features .sensor .img-box img {
  width: 100%;
  height: auto;
}
#Features .sensor .txt-box {
  float: left;
  width: 460px;
  width: 48.4210526%;
}
#Features .sensor .txt-box img {
  margin-top: 35px;
  width: 97.6086956%;
  height: auto;
}

@media screen and (max-width: 640px) {
  #Features .sensor .img-box {
    float: none;
    width: auto;
  }
  #Features .sensor .txt-box {
    float: none;
    margin-top: 6.25%;
    width: auto;
  }
  #Features .sensor .txt-box img {
    margin-top: 20px;
    width: 100%;
  }
}

/* .speed
--------------------------------------------------*/
#Features .speed .heading-wrap {
  background-image: url("../img/new_fet_speed_ttl_bg.jpg");
}
#Features .speed .line-01 .visual {
  width: 100%;
  height: auto;
}
#Features .speed .line-01 .txt-box {
  position: absolute;
  left: 5.5789473%;
  top: 5.0526315%;
  width: 380px;
  width: 40%;
}
#Features .speed .line-01 .img-01 {
  margin-top: 7.8947368%;
  width: 100%;
  height: auto;
}

#Features .speed .line-02 {
  margin-top: 50px;
}
#Features .speed .line-02 .txt-box {
  width: 51.5789473%;
}
#Features .speed .line-02 strong {
  padding-top: 4.2105263%;
}
#Features .speed .line-02 .img-box {
  float: right;
  margin: -9.4736842% 0 0 0;
  width: 400px;
  width: 42.1052631%;
  text-align: right;
}
#Features .speed .line-02 .img-box img {
  width: 100%;
  height: auto;
}

#Features .speed .line-03 {
  margin-top: 40px;
}
#Features .speed .line-03 .txt-box {
  width: 41.5789473%;
}
#Features .speed .line-03 .img-box {
  float: right;
  margin: -6.2105263% 0 0 0;
  width: 513px;
  width: 54.0%;
}
#Features .speed .line-03 .img-box img {
  width: 100%;
  height: auto;
}

#Features .speed .line-04 {
  margin-top: 70px;
}
#Features .speed .line-04 .btn-box {
  margin-top: 40px;
  text-align: center;
}
#Features .speed .line-04 .btn {
  display: inline-block;
  width: 45%;
}

@media screen and (max-width: 900px) {
  #Features .speed .line-01 .txt-box {
    width: 42%;
  }
  #Features .speed .line-01 .img-01 {
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
  #Features .speed .line-01 .txt-box {
    margin-top: 20px;
    position: static;
    width: auto;
  }
  #Features .speed .line-01 .img-01 {
    width: 100%;
  }
  #Features .speed .line-02,
  #Features .speed .line-03,
  #Features .speed .line-04 {
    margin-top: 50px;
  }
  #Features .speed .txt-box {
    width: auto !important;
  }
  #Features .speed .img-box {
    float: none !important;
    margin: 20px 0 0 !important;
    width: auto !important;
  }
  #Features .speed .line-04 .btn-box {
    margin-top: 20px;
  }
  #Features .speed .line-04 .btn {
    width: 100%;
  }
}

/* .operation
--------------------------------------------------*/
#Features .operation .heading-wrap {
  background-image: url("../img/new_fet_operation_ttl_bg.jpg");
}
#Features .operation .line-01 .visual {
  width: 100%;
  height: auto;
}
#Features .operation .line-01 .txt-box {
  position: absolute;
  left: 5.368421%;
  top: 7.8947368%;
  width: 424px;
  width: 44.6315789%;
}
#Features .operation .line-01 .img-01 {
  margin-top: 12.9716981%;
  width: 81.3679245%;
  height: auto;
  max-width: 345px;
}

#Features .operation .line-02 {
  margin-top: 50px;
}
#Features .operation .line-02 .txt-box {
  float: right;
  width: 52.6315789%;
}
#Features .operation .line-02 .img-box {
  float: left;
  margin: -2.5263157% 0 0 2.9473684%;
  width: 321px;
  width: 33.7894736%;
}
#Features .operation .line-02 .img-box img {
  width: 100%;
  height: auto;
}
#Features .operation .line-03 {
  margin-top: 20px;
  text-align: center;
}
#Features .operation .line-03 .btn {
  display: inline-block;
  width: 50%;
}

@media screen and (max-width: 640px) {
  #Features .operation .line-01 .txt-box {
    margin-top: 20px;
    position: static;
    width: auto;
  }
  #Features .operation .line-01 .img-01 {
    margin: 30px 0 0;
    width: 100%;
  }
  #Features .operation .line-02 {
    margin-top: 50px;
  }
  #Features .operation .txt-box {
    float: none !important;
    width: auto !important;
  }
  #Features .operation .img-box {
    float: none !important;
    margin: 20px 0 0 !important;
    width: auto !important;
  }
  #Features .operation .line-03 .btn {
    width: 100%;
  }
}

/* .quality
--------------------------------------------------*/
#Features .quality .heading-wrap {
  background-image: url("../img/new_fet_quality_ttl_bg.jpg");
}
#Features .quality .line-01 .visual {
  width: 100%;
  height: auto;
}
#Features .quality .line-01 .inner-box {
  position: absolute;
  bottom: 5.2631578%;
  left: 0;
}
#Features .quality .line-01 .inner-box:after {
  clear: both;
  display: block;
  content: "";
}
#Features .quality .line-01 .txt-box {
  float: left;
  margin-left: 5.368421%;
  width: 440px;
  width: 46.3157894%;
}
#Features .quality .line-01 .img-01 {
  position: absolute;
  right: 5.7894736%;
  bottom: 0.5263157%;
  width: 353px;
  width: 37.1578947%;
  height: auto;
}

#Features .quality .line-02 {
  margin-top: 45px;
}
#Features .quality .line-02 .txt-box {
  width: 465px;
  width: 48.9473684%;
}
#Features .quality .line-02 .img-box {
  float: right;
  margin: -8.3157894% 0 0 0;
  width: 440px;
  width: 46.3157894%;
  text-align: right;
}
#Features .quality .line-02 .img-box img {
  width: 100%;
  height: auto;
}

#Features .quality .line-03 {
  margin-top: 30px;
  text-align: center;
}
#Features .quality .line-03 .btn {
  display: inline-block;
  width: 50%;
}

@media screen and (max-width: 640px) {
  #Features .quality .line-01 .inner-box {
    margin-top: 20px;
    position: static;
  }
  #Features .quality .line-01 .txt-box {
    margin: 0;
    width: auto;
  }
  #Features .quality .line-01 .img-01 {
    position: static;
    margin: 30px 0 0;
    width: 100%;
    max-width: 489px;
  }
  #Features .quality .line-02 {
    margin-top: 50px;
  }
  #Features .quality .txt-box {
    float: none !important;
    width: auto !important;
  }
  #Features .quality .img-box {
    float: none !important;
    margin: 20px 0 0 !important;
    width: auto !important;
  }
  #Features .quality .line-03 .btn {
    width: 100%;
  }
}

/* .design
--------------------------------------------------*/
#Features .design .heading-wrap {
  background-image: url("../img/new_fet_design_ttl_bg.jpg");
}
#Features .design table img {
  width: 100%;
  height: auto;
}
#Features .design table .img-01,
#Features .design table .img-02,
#Features .design table .img-03,
#Features .design table .img-04 {
  width: 50%;
}
#Features .design table .img-01 {
  background: #efefef;
}
#Features .design table .img-02 {
  background: #494d50;
  vertical-align: bottom;
}
#Features .design table .txt-box {
  padding: 8.4210526% 0 9.4736842%;
}
#Features .design table .txt-box h5,
#Features .design table .txt-box p {
  padding: 0 10.9473684%;
}
#Features .design table .txt-box p {
  margin-top: 4.6315789%;
}
#Features .design .line {
  margin-top: 55px;
  text-align: center;
}
#Features .design .line .btn {
  display: inline-block;
  width: 50%;
}

@media screen and (max-width: 640px) {
  #Features .design table tr {
    display: block;
  }
  #Features .design table td {
    display: block;
    width: auto !important;
  }
  #Features .design table .txt-box {
    padding: 8.4210526% 0;
  }
  #Features .design table .txt-box h5,
  #Features .design table .txt-box p {
    padding: 0 4% 0 5%;
  }
  #Features .design .line {
    margin-top: 20px;
  }
  #Features .design .line .btn {
    width: 100%;
  }
}

/*--------------------------------------------------
  #Campaign
--------------------------------------------------*/
#Campaign {
  margin: 0 auto 0;
  padding: 90px 30px 0;
  max-width: 950px;
}
#Campaign .item {
  margin-top: 20px;
}
#Campaign .item img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
  #Campaign {
    margin: 30px 0 0;
    padding: 0 4.6875%;
  }
}

/*--------------------------------------------------
  footer
--------------------------------------------------*/
footer {
  padding: 100px 0 30px;
  width: 100%;
  line-height: 1.0;
  text-align: center;
}
footer small {
  padding: 0 15px;
  font-size: 62.5%;
  letter-spacing: 0.01em;
}
footer small br {
  display: none;
}
footer .pagetop {
  position: relative;
  top: 46px;
  margin: 0 auto;
  width: auto;
  height: 1px;
}
footer .pagetop .floater {
  position: static;
  padding-right: 2%;
  width: 98%;
  text-align: right;
}
footer .pagetop .floater.fixed {
  position: fixed;
  bottom: 0;
  z-index: 1000;
}
footer .pagetop .floater a {
  position: relative;
  margin-top: -37px;
  display: block;
  float: right;
  width: 60px;
  height: 38px;
}
footer .pagetop .floater.fixed a {
  top: 0;
}
footer .pagetop .target {
  position: fixed;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 0px;
}

@media screen and (max-width: 640px) {
  footer .pagetop .floater {
    padding-right: 4.6875%;
    width: 95.53124%;
  }
}
@media screen and (max-width: 479px) {
  footer small {
    display: block;
    line-height: 1.4;
    text-align: left;
  }
  footer small br {
    display: block;
  }
}