/*!
 * default.css
 * updatedAt: 2016.04.22
 * 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.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:320px) {
  br.nb32 { display: none; }
  br.b32 { display: block; }
}


.sp {
  display:none;
}
@media(max-width:640px) {
	.pc {
	  display: none;
	}
	.sp {
	  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: 670px;*/
  padding-top: 55.83334%;
  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: #e0e0e2;
  }
  .mvisual .mvisual-imgbox {
    padding-top: 78%;
  }
  .mvisual .mvisual-img {
    position: relative;
    margin-left: -123%;
    width: 265%;
  }
  .mvisual .mvisual-content:after {
    display: none;
  }
}

/*----------------------------------------
  .mvisual-txtbox
----------------------------------------*/
.mvisual .mvisual-txtbox {
  display: inline-block;
  box-sizing: border-box;
  /*margin: 0 0 138px 110px;*/
  /*padding: 45px 30px 40px 45px;*/
  /*width: 482px;*/
  margin: 0 0 11.5% 9.16667%;
  padding: 3.75% 2.5% 3.3334% 3.75%;
  width: 40.416667%;
  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.2;
  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%;
  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: 120px;
  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;
  }
}

/*----------------------------------------
  .movie-box
----------------------------------------*/
article .movie-box {
  position: relative;
  /*padding-bottom: 478px;*/
  padding-bottom: 56.2352941%;
}
article .movie-box .poster {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  -moz-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
article .movie-box:hover .poster {
  opacity: 0.85;
}
article .video-container {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-transition: opacity 0.3s 0.2s;
  -webkit-transition: opacity 0.3s 0.2s;
  transition: opacity 0.3s 0.2s;
  -webkit-transform: translate3d(0,0,0);
}
.video--isPlaying .video-container iframe {
  opacity: 1;
}

/*----------------------------------------
  .heading
----------------------------------------*/
article .heading {
  background: #aaa;
}
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 .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;
}
section.no-margin {
  margin-top: 0;
}
.content {
  margin: 0 auto;
  width: 93.75%;
  max-width: 1200px;
}
.section-inner,
.content-inner {
  box-sizing: border-box;
  margin: 0 auto;
}
.section-inner:before {
  clear: both;
  display: block;
  content: "";
}
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;
    text-indent: -0.9em;
  }
  section h4:before {
    content:"\00300c";
    position: relative;
    top: -2px;
    margin-right: 3px;
  }
  section h4:after {
    content:"\00300d";
    position: relative;
    top: 2px;
    margin-left: 3px;
  }
  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;
  }
}


/*----------------------------------------
  #Optical
----------------------------------------*/
#Optical .img-01 {
  /*width: 282px;*/
  width: 23.5%;
}
#Optical .inner-02 {
  margin-top: 80px;
}
#Optical .img-02a {
  float: left;
  /*width: 850px;*/
  width: 70.83334%;
}
#Optical .img-02b {
  float: right;
  /*margin-top: 20px;*/
  /*width: 294px;*/
  margin-top: 1.6667%;
  width: 24.5%;
}

@media(max-width:640px) {
  #Optical .img-01 {
    width: 68.9655172%;
    max-width: 300px;
  }
  #Optical .inner-02 {
    margin-top: 40px;
  }
  #Optical .img-02a {
    float: none;
    width: auto;
  }
  #Optical .img-02b {
    float: none;
    margin: 40px auto 0;
    width: 60%;
    max-width: 300px;
  }
}

/*----------------------------------------
  #Mechanical
----------------------------------------*/
#Mechanical .movie-01 {
  margin-top: 40px;
}
#Mechanical .img-03b {
  margin-top: 17px;
}
#Mechanical .img-04 {
  position: relative;
  margin: 35px 0 0;
}
#Mechanical .img-04-inner {
  position: relative;
  /*padding-bottom: 572px;*/
  /*width: 777px;*/
  padding-bottom: 67.2941176%;
  width: 91.4117647%;
  overflow: hidden;
}
#Mechanical .img-04 img {
  position: absolute;
  z-index: 0;
}
#Mechanical .img-04 .caption {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  /*margin-top: 505px;*/
  margin-top: 59.4117647%;
}

@media(max-width:800px) {
  #Mechanical .img-04-inner {
    padding-bottom: 75%;
  }
}
@media(max-width:640px) {
  #Mechanical .movie-01 {
    margin: 30px 0;
  }
  #Mechanical .img-03 {
    width: auto;
    max-width: inherit;
    font-size: 0;
  }
  #Mechanical .img-03a {
    display: inline-block;
    width: 50%;
  }
  #Mechanical .img-03b {
    display: inline-block;
    margin: 0;
    width: 50%;
  }
  #Mechanical .img-04-inner {
    padding-bottom: 90%;
	width: 100%;
    margin-left: -15%;
	margin-bottom: 10%;
	overflow: visible;
  }
  #Mechanical .img-04-inner img {
	width: 125%;
  }
  #Mechanical .img-04 .caption {
    margin: 85% 15% 0 0;
    width: 70%;
  }
  
}

/*----------------------------------------
  #Teleconverter
----------------------------------------*/
#Teleconverter {
  position: relative;
  padding-bottom: 23px;
  background: #e1e1e1;
  overflow: hidden;
}
#Teleconverter .img-01 {
  position: relative;
  z-index: 1;
  float: left;
  /*width: 311px;*/
  width: 25.916667%;
}
#Teleconverter .img-01 img {
  width: 127.6%;
  margin-left: -25%;
}
#Teleconverter .img-02 {
  position: absolute;
  top: 0;
  right: 0;
  /*width: 380px;*/
  width: 31.6667%;
}
#Teleconverter .txt-box {
  position: relative;
  z-index: 1;
  float: left;
  /*margin: 95px 0 0 40px;*/
  /*width: 780px;*/
  margin: 7.916667% 0 0 3.3334%;
  width: 65%;
}
#Teleconverter .txt-box strong {
  display: block;
  /*margin-bottom: 20px;*/
  margin-bottom: 2.5641025%;
  font-size: 300%;
  line-height: 1.2;
}
#Teleconverter .txt-box h4 {
  width: auto;
  letter-spacing: -0.06em;
  color: #333;
}

@media(max-width:640px) {
  #Teleconverter {
    width: 93.75%;
  }
  #Teleconverter .img-01 {
    float: none;
	margin-left: 25%;
	width: 50%;
  }
  #Teleconverter .img-02 {
    width: 100%;
	position: relative;
	float: right;
  }
  #Teleconverter .txt-box {
    float: none;
    margin: 30px auto 0;
    width: 86.2068965%;
  }
  #Teleconverter .txt-box strong {
    font-size: 200%;
    text-align: center;
  }
}

/*----------------------------------------
  #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 {
  /*margin-bottom: 30px;*/
  /*width: 1047px;*/
  margin-bottom: 2.8653295%;
  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 .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;
}
#Message p:first-child {
  margin-top: 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 {
    margin: 0 auto;
    width: 90%;
  }
  #Message .txt-box {
    float: none;
    width: auto;
  }
  #Message p {
    line-height: 1.9;
  }
}


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

  .lineup

==================================================*/
.lineup .content-inner {
  margin: 80px auto 0;
  width: 83.33334%;
  max-width: 1000px;
}
.lineup .info-box {
  float: left;
  /*width: 400px;*/
  width: 40%;
}
.lineup .info-box strong {
  display: block;
  /*width: 127px;*/
  width: 19.84375%;
}
.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: 48%;
  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 {
  margin-bottom: 40px;
  float: left;
  width: 220px;
}
.lineup .lens-box {
  position: relative;
  float: right;
  /*margin-right: 55px;*/
  /*padding-bottom: 392px;*/
  /*width: 520px;*/
  margin-right: -5.5%;
  padding-bottom: 39.2%;
  width: 52%;
  overflow: hidden;
}
.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-right: 0;
    padding-bottom: 45%;
    width: 50%;
  }
}
@media(max-width:480px) {
  .lineup .info-box {
    margin-bottom: 15px;
  }
  .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%;
  }
}
