/*!
 * default.css
 * updatedAt: 2016.04.04
 * createdAt: 2016.04.01
 */

/*==================================================

  Reset

==================================================*/
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p{margin:0;}
em{font-style:normal;}

/*==================================================

  html & body

==================================================*/
html {
  font-family: YuGothic,"Yu Gothic",
    "\6E38\30B4\30B7\30C3\30AF",
    "\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",
    Verdana,"Droid Sans",sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
}
.ie-legacy {
  min-width: 1000px;
}
a:hover {
  text-decoration: none;
}
a.hover {
  transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
}
a.hover:hover {
  opacity: 0.85;
}
.clearfix:after {
  clear: both;
  display: block;
  content: "";
}
.img-box {
  line-height: 0;
}
.img-box img {
  width: 100%;
  height: auto;
}

.u640 { display: none; }
br.b64, br.b48, br.b36, br.b32 { display: none; }

@media screen and (max-width: 800px) {
  a.hover {
    transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
  a.hover:hover {
    opacity: 1.0;
  }
}
@media(max-width:640px) {
  html {
    font-size: 100% !important;
    line-height: 1.6 !important;
  }
  .o640 { display: none; }
  .u640 { display: block; }
  img.u640 { display: inline; }
  br.b64 { display: block; }
  br.nb64 { display: none; }
}
@media(max-width:480px) {
  br.b48 { display: block; }
}
@media(max-width:375px) {
  br.nb37 { display: none; }
}
@media(max-width:360px) {
  br.nb36 { display: none; }
  br.b36 { display: block; }
}
@media(max-width:320px) {
  br.nb32 { display: none; }
  br.b32 { display: block; }
}


/*==================================================

  .btn-link

==================================================*/
.btn-link {
  display: block;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  background-color: #777;
  -moz-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.btn-link:hover {
  color: #fff;
  background-color: #999;
}
.btn-link span {
  padding: 0 20px 0 0;
  background-image: url(../img/btn_link.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px auto;
}
.btn-link[target="_blank"] span:before,
.btn-link a[target="_blank"] span:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 11px;
  height: 9px;
  background-image: url(../img/icn_blank.png);
  background-size: 11px 9px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
  .btn-link span {
    background-image: url(../img/btn_link@2x.png);
  }
  .btn-link[target="_blank"] span:before,
  .btn-link a[target="_blank"] span:before {
    background-image: url(../img/icn_blank@2x.png);
  }
}
@media(max-width:800px) {
  .btn-link {
    font-size: 12px;
    line-height: 40px;
  }
  .btn-link span {
    padding: 0 15px 0 0;
    background-size: 8px auto;
  }
  .btn-link[target="_blank"] span:before,
  .btn-link a[target="_blank"] span:before {
    margin-right: 6px;
  }
}
@media(max-width:480px) {
  .btn-link {
    font-size: 13px;
    line-height: 45px;
  }
}


/*==================================================

  header

==================================================*/
header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  border-top: 5px solid #c83b18;
}
header a {
  display: block;
  color: #fff;
}
header a:hover {
  color: #fff;
}
header img {
  width: 100%;
  height: auto;
}
header .inner {
  position: relative;
  margin: 0 auto;
  width: 93.75%;
  max-width: 1200px;
}
header .inner:after {
  clear: both;
  display: block;
  content: "";
}
header h1 {
  position: relative;
  float: left;
  z-index: 1;
  /*margin: 0 0 0 20px;*/
  /*padding: 30px 0;*/
  margin: 0 0 0 1.6667%;
  padding: 2.5% 0;
  width: 110px;
  line-height: 0;
}
header ul {
  float: right;
  margin: 0;
  padding: 30px 0 0;
  list-style: none;
  font-size: 0;
}
header li {
  display: inline-block;
  margin-left: 30px;
  font-size: 16px;
  font-size: 1.0rem;
}
header li:first-child {
  margin-left: 0;
}
header li a {
  padding-right: 19px;
  font-size: 87.5%;
  line-height: 14px;
  color: #555;
  background-image: url(../img/header_arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 7px 14px;
}
header li a:hover {
  color: #000;
}
header .toggle {
  display: none;
}


@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
  header li a {
    background-image: url(../img/header_arrow@2x.png);
  }
}

@media screen and (max-width: 960px) {
  header {
    border-top: 4px solid #c83b18;
  }
  header h1 {
    margin: 0 0 0 1.6667%;
    padding: 3% 0;
    width: 13.2142857%;
  }
  header ul {
    padding: 3% 0 0;
  }
  header li a {
    font-size: 81.3%;
  }
}
@media screen and (max-width: 640px) {
  header {
    border-top: 3px solid #c83b18;
  }
  header h1 {
    margin: 0 0 0 10px;
    padding: 20px 0;
    width: 18.3334%;
    min-width: 70px;
  }
  header ul {
    position: absolute;
    top: 115%;
    right: 0;
    display: none;
    padding: 0;
    background: #fff;
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
  }
  header .toggle--open ul {
    display: block;
  }
  header ul:before {
    content: "";
    position: absolute;
    top: -12px;
    right: 5%;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 12px 6px;
    border-color: transparent transparent #fff transparent;
  }
  header li {
    display: block;
    margin: 0;
    border-top: 1px solid #888;
  }
  header li:first-child {
    border-top: none;
  }
  header li a {
    padding: 15px 40px 15px 20px;
    font-size: 18px;
    line-height: 18px;
    background-position: 95% center;
  }
  header .toggle {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    margin: -19px 0 0;
    padding: 8px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .toggle span {
    display: block;
    margin: 4px 0;
    width: 22px;
    height: 2px;
    background-color: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .toggle--open .toggle {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .toggle--open .toggle .bar1 {
    -webkit-transform: rotate(0deg) translateY(6px);
    -moz-transform: rotate(0deg) translateY(6px);
    transform: rotate(0deg) translateY(6px);
  }
  header .toggle--open .toggle .bar2 {
    opacity: 0;
  }
  header .toggle--open .toggle .bar3 {
    -webkit-transform: rotate(-90deg) translateX(5.5px);
    -moz-transform: rotate(-90deg) translateX(5.5px);
    transform: rotate(-90deg) translateX(5.5px);
  }
}


/*==================================================

  .mvisual

==================================================*/
.mvisual {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background-image: url(../img/mvisual_bg.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: auto 100%;
}
.mvisual img {
  width: 100%;
  height: auto;
}
.mvisual .mvisual-inner {
  position: relative;
  margin: 0 auto;
  width: 93.75%;
  max-width: 1200px;
}
.mvisual .mvisual-imgbox {
  position: relative;
  /*padding-top: 665px;*/
  padding-top: 55.416667%;
  line-height: 0;
}
.mvisual .mvisual-img {
  position: absolute;
  top: 0;
  left: 0;
  /*margin-left: -400px;*/
  /*width: 2000px;*/
  margin-left: -33.3334%;
  width: 166.6667%;
}
.mvisual .mvisual-content {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mvisual .mvisual-content:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: bottom;
}

@media(max-width:640px) {
  .mvisual {
    background: #f2f2f3;
  }
  .mvisual .mvisual-imgbox {
    padding-top: 64%;
  }
  .mvisual .mvisual-img {
    position: relative;
    margin-left: -127%;
    width: 265%;
	margin-top: 10%;
  }
  .mvisual .mvisual-content:after {
    display: none;
  }
}

/*----------------------------------------
  .mvisual-txtbox
----------------------------------------*/
.mvisual .mvisual-txtbox {
  display: inline-block;
  box-sizing: border-box;
  /*margin: 0 0 166px 70px;*/
  /*padding: 45px 30px 35px 45px;*/
  /*width: 495px;*/
  margin: 0 0 13.83334% 1.8%;
  padding: 3.75% 2.5% 2.916667% 3.75%;
  width: 53%;
  color: #fff;
  background: #1b1b1b;
  background: rgba(27,27,27,0.95);
  vertical-align: bottom;
}
.mvisual .mvisual-txtbox h1 {
  /*base:420*/
  margin-left: -2px;
  max-width: 125px;
  width: 51.8072289%;
  line-height: 0;
}
.mvisual .mvisual-txtbox h2 {
  margin-top: 15px;
  font-size: 312.5%;
  line-height: 1.0;
  letter-spacing: -0.03em;
}
.mvisual .mvisual-txtbox h2:first-letter {
  margin-left: -0.05em;
}
.mvisual .mvisual-txtbox h2 span {
  font-size: 76.9%;
}
.mvisual .mvisual-txtbox h2 strong {
  display: block;
  /*margin-top: 15px;*/
  margin-top: 3.5714285%;
  font-size: 50%;
  letter-spacing: 0.02em;
}
.mvisual .mvisual-txtbox p {
  /*margin-top: 20px;*/
  margin-top: 4.7619047%;
  font-size: 100%;
  line-height: 1.64;
}

@media(max-width:900px) {
  .mvisual .mvisual-txtbox {
    width: 47%;
  }
  .mvisual .mvisual-txtbox h1 {
    width: 38%;
  }
}
@media(max-width:640px) {
  .mvisual .mvisual-txtbox {
    display: block;
    margin: 22% auto 0;
    padding: 6% 3.5% 6% 7%;
    width: 88%;
  }
  .mvisual .mvisual-txtbox h1 {
    width: 35%;
  }
  .mvisual .mvisual-txtbox h2 strong {
    font-size: 56.3%;
    letter-spacing: 0em;
  }
  .mvisual .mvisual-txtbox p {
    margin-top: 12px;
    font-size: 125%;
  }
}

/*========================================

  article

========================================*/
article {
  padding-bottom: 100px;
  overflow: hidden;
}
article .nindent {
  text-indent: -0.5em;
}
article p.caption {
  margin-top: 10px;
  font-size: 75%;
  line-height: 1.4;
  text-align: left;
}
article p.caption.center {
  text-align: center;
}
article p.caption.right {
  text-align: right;
}

@media(max-width: 1024px) {
  article {
    font-size: 87.5%;
  }
}
@media(max-width: 800px) {
  article {
    padding-bottom: 100px;
    font-size: 75%;
  }
}
@media(max-width: 640px) {
  article {
    padding-bottom: 80px;
    font-size: 81.3%;
  }
  article p.caption.right {
    text-align: left;
  }
  article p.caption.center {
    text-align: left;
  }
}
@media(max-width: 480px) {
  article {
    padding-bottom: 60px;
  }
}

/*----------------------------------------
  .heading
----------------------------------------*/
article .heading {
  background: #aaa;
}
article#Optical .heading {
  background: #000;
}
article .heading-inner {
  position: relative;
  margin: 0 auto;
  width: 93.75%;
  max-width: 1200px;
}
article .heading-img {
  line-height: 0;
}
article .heading-img img {
  /*margin-left: -400px;*/
  /*width: 2000px;*/
  margin-left: -33.3334%;
  width: 166.6667%;
}
article .heading-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  /*padding-bottom: 12px;*/
  padding-bottom: 1.0%;
  width: 100%;
}
article .heading h3 {
  line-height: 1.3;
  color: #fff;
}
article .heading h3 .en {
  display: inline-block;
  font-size: 260%;
  letter-spacing: -0.04em;
}
article .heading h3 .jp {
  position: relative;
  display: inline-block;
  top: -0.17em;
  margin-left: 15px;
  font-size: 160%;
  font-weight: normal;
  letter-spacing: -0.04em;
}

@media(max-width:640px) {
  article .heading {
    background: none !important;
  }
  article .heading-img img {
  margin-left: -150%;
  width: 320%;
  }
  article#Optical .heading-img img {
  margin-left: -143%;
  }
  article#Mechanical .heading-img img {
  margin-left: -175%;
  }
  article .heading-txt {
    position: relative;
    padding: 40px 0 0;
    text-align: center;
  }
  article .heading h3 {
    color: #333;
  }
  article .heading h3 .en {
    display: block;
    font-size: 220%;
    letter-spacing: 0;
  }
  article .heading h3 .jp {
    display: block;
    top: 0;
    margin: 0;
    font-size: 87.5%;
    letter-spacing: 0;
  }
}
@media(max-width:320px) {
  article .heading h3 .en {
    font-size: 180%;
  }
  article .heading h3 .jp {
    font-size: 81.3%;
  }
}

/*----------------------------------------
  section
----------------------------------------*/
section {
  margin: 80px auto 0;
  width: 93.75%;
  max-width: 1200px;
}
.content {
  margin: 0 auto;
  width: 93.75%;
  max-width: 1200px;
}
.section-inner,
.content-inner {
  box-sizing: border-box;
  margin: 0 auto;
}
section:after,
.content:after,
.section-inner:after,
.content-inner:after {
  clear: both;
  display: block;
  content: "";
}
section h4 {
  /*margin-bottom: 28px;*/
  /*width: 850px;*/
  margin-bottom: 2.3334%;
  width: 70.83334%;
  font-size: 150%;
  line-height: 1.5;
  color: #555555;
}
section.right-txt h4 {
  float: right;
}
section.left-txt h4 {
  float: left;
}
section .txt-box {
  width: 70.83334%;
}
section .txt-box p.txt {
  /*margin-top: 28px;*/
  margin-top: 3.2941176%;
  font-size: 100%;
  line-height: 2.0;
}
section .txt-box p.txt:first-child {
  margin-top: 0;
}
section.right-txt .txt-box {
  float: right;
}
section .img-fix {
  /*width: 269px;*/
  margin-top: 5px;
  width: 22.416667%;
}
section.right-txt .img-fix {
  float: left;
}
section.left-txt .img-fix {
  float: right;
}
section .img-fix p {
  margin-top: 8px;
  font-size: 137.5%;
  line-height: 1.2;
  color: #555;
}
section .img-fix p span {
  font-size: 63.6%;
  color: #333;
}

#Concept section .img-fix p {
	font-weight:bold;
}
#Concept section .img-fix p span {
	font-weight:normal;
}

@media(max-width:640px) {
  section {
    margin: 60px auto 0;
    width: 90.625%;
  }
  article .heading + section {
    margin-top: 40px;
  }
  section h4 {
    float: none !important;
    margin-bottom: 20px;
    width: auto;
    /*font-size: 131.3%;*/
    text-align: center;
  }
  section h4:before {
	  content:"\00300c";
  }
  section h4:after {
	  content:"\00300d";
  }
  section .img-fix {
    float: none !important;
    margin: 30px auto 30px;
    width: 68.9655172%;
    max-width: 300px;
  }
  section .txt-box {
    float: none !important;
    width: auto;
  }
  section .txt-box p.txt {
    margin-top: 20px;
  }
}
@media(max-width:480px) {
  section h4 {
    font-size: 137.5%;
  }
}
@media(max-width:320px) {
  section h4 {
    font-size: 131.3%;
  }
  section .img-fix {
    width: 200px;
  }
}

/*----------------------------------------
  #Concept
----------------------------------------*/
article#Concept {
	padding-bottom: 100px;
}
#Concept section.right-txt:nth-child(3) {
	margin: 40px auto 0;
}
#Concept > *:first-child + * + * {
	margin: 40px auto 0;
}
@media(max-width:640px) {
  article#Concept {
	padding-bottom: 80px;
  }
}

/*----------------------------------------
  #Optical
----------------------------------------*/
#Optical .img-02 {
  margin: 45px auto 35px;
  width: 100%;
}
#Optical .img-03 img {
  width: 267%;
  margin-left: -100%;
  margin-top: -90%;
}
h4.img-03 {
  width: 55%;
}
#Optical .img-03.txt-box{
  width: 55%;
}
#Optical .inner-01 .txt-box:last-child {
  margin-top: 80px;
}
#Optical .inner-01 > *:first-child + * + * + * + * {
  margin-top: 80px;
}
#Optical .inner-02 {
  margin: 25px auto 0;
}
#Optical .img-04 {
  margin: -10% auto 0px;
  float: left;
  width: 100%;
}
#Optical .img-04 img {
  width: 49%;
}
#Optical .img-04 img:nth-child(2) {
	margin-left:1.9%;
}
#Optical .img-04 > *:first-child + * {
	margin-left:1.9%;
}
#Optical .img-05.img-box img {
	width: 200%;
	margin-left: -71%;
	margin-top: -1.5%;
}
#Optical .left-txt:last-child {
	margin-top: 30px;
}
#Optical > *:first-child + * + * + * + * {
	margin-top: 30px;
}

@media(max-width:1024px) {
	#Optical .img-04 {
	  margin: -5% auto 0px;
	}
}
@media(max-width:860px) {
	#Optical .img-04 {
	  margin: 0% auto 0px;
	}
}
@media(max-width:640px) {
	#Optical .img-02 img {
	  width: 150%;
	  margin-left: -25%;
	}
	#Optical .img-03 img {
	  width: 150%;
	  margin-left: -30%;
	  margin-top: 0%;
	}
	h4.img-03 {
	  width: 100%;
	}
	#Optical .img-03.txt-box{
	  width: 100%;
	  margin-top: -20%;
	}
	#Optical .inner-01 .txt-box:last-child {
	  margin-top: 35px;
	}
	#Optical .img-04 {
	  margin: 5% auto 0px;
	}
	#Optical .img-04 img {
	  width: 100%;
	}
	#Optical .img-04 img:nth-child(2) {
	  margin-left:0%;
	}
}
@media(max-width:480px) {
  #Optical .img-02 {
    margin: 30px auto 40px;
    text-align: center;
  }
  #Optical .img-04 {
    margin: 30px auto 40px;
  }
}
/*----------------------------------------
  .column
----------------------------------------*/
.column {
	margin: 50px auto 0;
}
.column .inner-02 {
	width: 64.83334%;
	background-color:#000;
	float: left;
	padding:4% 3% 4% 3%;
}
.column h5 {
	margin-bottom: 2.3334%;
	width: 65.83334%;
	font-size: 125%;
	line-height: 2;
	color: #ccc;
	float: right;
}
.column h5 span {
	display: block;
	font-size: 70%;
}
.column .img-box {
	width: 27.9%;
	margin-right:5%;
	float:left;
}
.column .txt-box {
	color:#fff;
	width: 65.83334%;
	float:right;
}
@media(max-width:640px) {
	.column .inner-02 {
		width: 91%;
		float: none;
		padding:10% 5% 5% 5%;
	}
	.column h5 {
		width: 100%;
		font-size: 145%;
		float: none;
		text-align:center;
		line-height: 1.5;
	}
	.column .img-box {
		width: 55%;
		margin:5% auto;
		float:none;
	}
	.column .txt-box {
		width: 100%;
		float:nooe;
	}
}
@media(max-width:320px) {
	.column h5 {
		font-size: 135%;
	}
}
/*----------------------------------------
  #Message
----------------------------------------*/
#Message {
  padding-bottom: 0;
}
#Message .content-inner {
  /*padding: 70px 78px 75px 75px;*/
  padding: 5.83334% 6.5% 6.25% 6.25%;
  color: #fff;
  background: #696e76;
}
#Message h3 {
  float: left;
  font-size: 150%;
  line-height: 1.0;
}
#Message .img-box {
  /*base 1047px*/
  /*width: 317px;*/
  /*margin-left: 40px;*/
  float: right;
  margin-left: 3.8204393%;
  width: 30.2769818%;
}
#Message .img-02 {
  margin-top: 6px;
}
#Message .txt-box {
  float: left;
  /*width: 690px;*/
  width: 65.9025787%;
}
#Message p {
  /*margin-top: 35px;*/
  margin-top: 5.0724637%;
  font-size: 100%;
  line-height: 2.0;
}

@media(max-width:640px) {
  #Message .content-inner {
    padding: 40px;
    padding: 6.6667%;
  }
  #Message h3 {
    float: none;
    text-align: center;
  }
  #Message .img-box {
    float: none;
    margin: 25px 0 30px;
    width: auto;
    font-size: 0;
  }
  #Message .img-01 {
    display: inline-block;
    margin: 0;
    width: 50%;
  }
  #Message .img-02 {
    display: inline-block;
    margin: 0;
    width: 50%;
  }
  #Message .txt-box {
    float: none;
    width: auto;
  }
  #Message p {
    line-height: 1.9;
  }
}


/*==================================================

  .lineup

==================================================*/
.lineup .content-inner {
  margin: 80px auto 40px;
  width: 90%;
  max-width: 1100px;
}
.lineup .info-box {
  float: left;
  /*width: 640px;*/
  width: 51%;
}
.lineup .info-box strong {
  display: block;
  /*width: 127px;*/
  width: 23.2%;
}
.lineup .info-box h3 {
  margin-top: 15px;
  font-size: 312.5%;
  line-height: 1.0;
  letter-spacing: -0.03em;
}
.lineup .info-box h3 span {
  font-size: 76.9%;
}
.lineup .info-box .type {
  margin-top: 10px;
  font-size: 100%;
  line-height: 1.0;
}
.lineup .info-box .release {
  margin-top: 3px;
  font-size: 87.5%;
  line-height: 1.0;
  color: #cb4801;
}
.lineup .note {
  float: left;
  margin: 15px 0;
  width: 51%;
  font-size: 75%;
  line-height: 1.6;
  color: #333;
}
.lineup .note a {
  text-decoration: underline;
}
.lineup .note a:hover {
  text-decoration: none;
}
.lineup .btn-link {
  float: left;
  width: 220px;
}
.lineup .lens-box {
  position: relative;
  float: right;
  /*padding-bottom: 350px;*/
  /*width: 356px;*/
  padding-bottom: 35%;
  width: 45.3%;
}
.lineup .lens-box img {
  position: absolute;
  top: 0;
  left: 0;
}

@media(max-width:800px) {
  .lineup .btn-link {
    width: 200px;
  }
}
@media(max-width:640px) {
  .lineup .content-inner {
    margin: 50px auto;
    width: 96%;
  }
  .lineup .info-box {
    width: 50%;
  }
  .lineup .info-box strong {
    width: 30%;
    min-width: 80px;
  }
  .lineup .info-box h3 {
    margin-top: 10px;
    font-size: 200%;
  }
  .lineup .note {
    width: 50%;
    line-height: 1.4;
  }
  .lineup .note br {
    display: none;
  }
  .lineup .lens-box {
    margin-left: 10%;
    padding-bottom: 45%;
    width: 40%;
  }
}
@media(max-width:480px) {
  .lineup .info-box .type {
    font-size: 13px;
  }
  .lineup .info-box .release {
    font-size: 12px;
  }
  .lineup .note {
    clear: both;
    float: none;
    width: auto;
    position: relative;
    margin: 0 0 30px;
    font-size: 10px;
    letter-spacing: -0.02em;
  }
  .lineup .lens-box {
    padding-bottom: 35%;
  }
  .lineup .btn-link {
    float: none;
    margin: 0 auto;
    width: 250px;
  }
}
@media(max-width:320px) {
  .lineup .info-box .type {
    font-size: 12px;
  }
  .lineup .info-box .release {
    font-size: 10px;
  }
}

/*==================================================

  .banner

==================================================*/
.banner {
  padding: 0 0 90px;
}
.banner .content-inner {
  position: relative;
  display: block;
  background: #bbbec1;
  overflow: hidden;
}
.banner .txt-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.banner .txt-box strong {
  display: block;
  /*margin: 38px 0 0 90px;*/
  /*width: 248px;*/
  margin: 3.16667% 0 0 7.5%;
  width: 20.6667%;
}
.banner .txt-box h2 {
  /*margin: 25px 0 0 93px;*/
  margin: 2.083334% 0 0 7.75%;
  font-size: 200%;
  line-height: 1.0;
  font-weight: bold;
  color: #4b4948;
}
.banner .txt-box p {
  margin: 2.083334% 0 0 7.75%;
  font-size: 100%;
  line-height: 1.0;
  color: #4b4948;
}
.banner .txt-box p span {
  padding-right: 15px;
  background-image: url(../img/banner_arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
  .banner .txt-box p span {
    background-image: url(../img/banner_arrow@2x.png);
  }
}

@media(max-width:480px) {
  .banner {
    padding: 0 0 40px;
  }
  .banner .content-inner {
    padding-top: 25%;
  }
  .banner .txt-box strong {
    /*margin-top: 8%;
    width: 25%;*/
	position:absolute;
	bottom:20%;
  }
  .banner .txt-box h2 {
    margin: 10px 0 0 6%;
	margin-top: 8%;
    font-size: 150%;
  }
  .banner .txt-box p {
    margin: 10px 0 0 6%;
    font-size: 87.5%;
  }
  .banner .txt-box p span {
    padding-right: 12px;
  }
  .banner .img-box:last-child {
    margin-top: -15%;
  }
  .banner .img-box:last-child img {
    margin-left: -31%;
    width: 142%;
  }
  
}


/*==================================================

  footer

==================================================*/
footer {
  margin-top: -50px;
  padding: 0 0 30px;
  width: 100%;
  line-height: 1.0;
  text-align: center;
}
footer small {
  display: block;
  font-size: 68.8%;
  letter-spacing: 0.01em;
  color: #444;
}

@media(max-width:640px) {
  footer {
    margin-top: 0;
    padding: 0 0 20px;
  }
  footer small {
    display: block;
    margin: 0 auto;
    width: 90.625%;
    font-size: 62.5%;
    letter-spacing: 0;
  }
@media(max-width:360px) {
  footer small {
    font-size: 50%;
  }
}
