/*!
 * index.css
 * updatedAt: 2016.02.08
 * createdAt: 2016.02.04
 */

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

  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.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
a.hover:hover {
  opacity: 0.7;
}
.img-box img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 0;
}

@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;
  }
}

br.sp,br.sp2 {
	display:none;
}
@media screen and (max-width: 1024px) {
	br.sp {
		display: block;
	}
}
@media screen and (max-width: 480px) {
	br.sp2 {
		display: block;
	}
}
/*==================================================

  header

==================================================*/
header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  border-top: 5px solid #c83b18;
}
header img {
  width: 100%;
  height: auto;
}
header .inner {
  margin: 0 auto;
  max-width: 1200px;
}
header .inner:after {
  clear: both;
  display: block;
  content: "";
}
header a {
  display: block;
}
header h1 {
  float: left;
  margin: 30px 0 0 30px;
  width: 110px;
  line-height: 0;
}
header h2 {
  float: right;
  margin: 22px 30px 0;
  width: 43px;
  line-height: 0;
}

@media screen and (max-width: 960px) {
  header {
    border-top: 4px solid #c83b18;
  }
  header h1 {
    margin: 3.125% 0 0 30px;
    width: 11.458333%;
  }
  header h2 {
    margin: 2.291666% 30px 0 0;
    width: 4.479166%;
  }
}
@media screen and (max-width: 640px) {
  header {
    padding: 0 6.25%;
    border-top: 3px solid #c83b18;
  }
  header h1 {
    margin: 20px 0 0;
    width: 22%;
  }
  header h2 {
    margin: 20px 0 0;
    width: 8.6%;
  }
}

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

  footer

==================================================*/
footer {
  background-color: #000;
}
footer .cmn-cnt-inner {
  position: relative;
  margin-top: 110px;
  margin-top: 9.166666%;
  padding-bottom: 624px;
  padding-bottom: 52%;
  background-image: url(../img/lazy.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  overflow: hidden;
}
footer p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0;
  font-size: 62.5%;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
.s5-returnToTop {
  margin: 0;
}
@media screen and (max-width: 640px) {
  footer .cmn-cnt-inner {
    margin-top: 60px;
    padding-bottom: 60%;
    background-size: auto 160%;
  }
}
@media screen and (max-width: 320px) {
  footer p {
    font-size: 8px;
  }
}

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

  .cmn-

==================================================*/
.cmn-cnt-folder {
  position: relative;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1200px;
}
.cmn-cnt-folder:after {
  clear: both;
  display: block;
  content: "";
}
.cmn-cnt-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  width: 83.333333%;
}
.cmn-cnt-inner:after {
  clear: both;
  display: block;
  content: "";
}
.cmn-type {
  display: block;
  font-size: 100%;
  line-height: 1.0;
}
.cmn-release {
  display: block;
  margin: 4px 0 0;
  font-size: 87.5%;
  line-height: 1.0;
  color: #cb4801;
}

.cmn-release span {
  display: inline-block;
  font-size: smaller;
}
#Converter .cmn-release span {
  max-width: 65%;
}

.cmn-spec-container:after {
  clear: both;
  display: block;
  content: "";
}
.cmn-spec-container .ttl {
  margin-bottom: 5px;
  font-size: 87.5%;
  font-weight: bold;
  line-height: 1.0;
}
.cmn-spec-container table {
  table-layout: fixed;
  width: 100%;
  font-size: 87.5%;
  line-height: 1.3;
}
.cmn-spec-container table .kerning {
  letter-spacing: -0.04em;
}
.cmn-spec-container tr {
  border-top: 1px solid #ccc;
}
.cmn-spec-container tr:first-child {
  border-top: none;
}
.cmn-spec-container th {
  width: 215px;
  width: 45.2631578%;
  font-weight: normal;
  text-align: left;
}
.cmn-spec-container th span {
  margin-left: -0.3em;
}
.cmn-spec-container th,
.cmn-spec-container td {
  padding: 4px 0 3px;
}
.cmn-spec-container sup {
  margin-left: -0.8em;
}
.cmn-btn-movie {
  position: relative;
  width: 222px;
  width: 18.5%;
  line-height: 0;
}
.cmn-btn-movie a {
  display: block;
  border-radius: 2px;
  outline: none;
  transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
}
.cmn-btn-movie img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}

@media screen and (max-width: 640px) {
  .cmn-cnt-folder {
    padding: 0 40px;
    padding: 0 6.25%;
  }
  .cmn-cnt-inner {
    width: auto;
  }
  .cmn-spec-container .ttl {
    margin-bottom: 10px;
    font-size: 137.5%;
  }
  .cmn-spec-container table .kerning {
    letter-spacing: 0;
  }
  .cmn-btn-movie {
    width: 38%;
  }
}

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

  .mainvisual

==================================================*/
.mainvisual {
  position: relative;
  z-index: 0;
  background: #000;
  overflow: hidden;
}
.mainvisual img {
  width: 100%;
  height: auto;
}
.mainvisual .mainvisual-folder {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  background-image: url(../img/lazy.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.mainvisual .mainvisual-inner {
  position: relative;
  padding-bottom: 600px;
  padding-bottom: 50%;
}
.mainvisual .txt-box {
  position: absolute;
  left: 0;
  right: 0;
  padding: 174px 0 0;
  padding: 14.5% 0 0;
}
.mainvisual h2 {
  margin: 0 0 0 100px;
  margin: 0 0 0 8.333333%;
  width: 281px;
  width: 23.416666%;
  line-height: 0;
}
.mainvisual p {
  margin: 43px 0 0 100px;
  margin: 3.583333% 0 0 8.333333%;
  font-size: 106.3%;
  line-height: 1.88;
  color: #fff;
}
.mainvisual .cmn-btn-movie {
  margin: 40px 0 0 100px;
  margin: 3.333333% 0 0 8.333333%;
}
.mainvisual .cmn-btn-movie a {
  color: #000;
  background-color: #999;
}
.mainvisual .cmn-btn-movie a:hover {
  background-color: #bbb;
}

@media screen and (max-width: 640px) {
  .mainvisual .mainvisual-folder {
    padding: 0 6.25%;
    background-position: 75% center;
  }
  .mainvisual .mainvisual-inner {
    padding-bottom: 90%;
  }
  .mainvisual .txt-box {
    padding-top: 27%;
  }
  .mainvisual h2 {
    width: 40%;
  }
  .mainvisual h2,
  .mainvisual p,
  .mainvisual .cmn-btn-movie {
    margin-left: 0;
  }
}

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

  #Products

==================================================*/
/*--------------------------------------------------
  #Products .intro
--------------------------------------------------*/
#Products .intro {
  color: #fff;
  background-image: url(../img/lazy.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  background-color: #000;
}
#Products .intro-inner {
  position: relative;
  margin-top: 80px;
  margin-top: 6.666666%;
  padding-bottom: 800px;
  padding-bottom: 66.666666%;
}
#Products .intro .txt-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 115px 0 0;
  padding: 9.583333% 0 0;
}
#Products .intro h2 {
  margin: 0 0 27px;
  margin: 0 0 2.25%;
  font-size: 200%;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0 0 6px #000,0 0 6px #000;
}
#Products .intro p {
  margin: 20px 0 0;
  margin: 1.666666% 0 0;
  font-size: 100%;
  line-height: 1.8;
  text-align: center;
  text-shadow: 0 0 6px #000,0 0 6px #000;
}
#Products .intro .logo {
  margin: 45px auto 0;
  margin: 3.75% auto 0;
  max-width: 158px;
  width: 13.166666%;
  line-height: 0;
}

@media screen and (min-width: 1920px) {
  #Products .intro {
    background-size: cover;
  }
}
@media screen and (max-width: 640px) {
  #Products .intro {
    background-size: auto 105%;
  }
  #Products .intro-inner {
    margin-top: 40px;
    padding-bottom: 12%;
  }
  #Products .intro .txt-box {
    position: static;
    padding: 12% 0 0;
  }
  #Products .intro h2 {
    font-size: 175%;
  }
  #Products .intro p {
    margin: 10px 0 0;
    font-size: 87.5%;
    line-height: 2.0;
  }
  #Products .intro .logo {
    margin-top: 25px;
    width: 100%;
  }
}

/*--------------------------------------------------
  #Products #bnr
--------------------------------------------------*/
#Bnr ul {
	list-style-type:none;
	position: relative;
	margin: 0 auto;
	margin-top:6.666666%;
	max-width:1200px;
	padding: 0 30px;
}
#Bnr ul li{
	display:inline-block;
	width:49.2%;
}
#Bnr ul li:first-child{
	margin-right:1%;
}
#Bnr ul li img{
	width: 100%;
}
@media screen and (max-width: 480px) {
	#Bnr ul {
		padding: 0;
	}
	#Bnr ul li{
		display:block;
		width:100%;
	}
	#Bnr ul li:first-child{
		margin-right:0%;
	}
}
/*--------------------------------------------------
  #Products #Lineup
--------------------------------------------------*/
#Lineup .item-folder {
  padding: 90px 0 95px;
  padding: 7.5% 0 7.916666%;
  
  display: flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  
  justify-content: flex-start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
#Lineup .item-folder:after {
  clear: both;
  display: block;
  content: "";
}
#Lineup .item {
  position: relative;
  margin: 0 0 0 19px;
  margin: 0 0 0 1.583333%;
  width: 381px;
  width: 31.75%;
  overflow: hidden;
}
#Lineup a {
  display: block;
}
#Lineup a:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  padding-bottom: 50px;
  padding-bottom: 13.1233595%;
  background-image: url(../img/pdct_lineup_arrow@2x.png);
  background-repeat: no-repeat;
  background-position: 47% bottom;
  background-size: 13.1233595% auto;
}
#Lineup h3 {
  font-size: 325%;
  line-height: 1.1;
}
#Lineup h3 span {
  bottom: 0;
  font-size: 76.9%;
}
#Lineup .cmn-type {
  margin: 10px 0 0;
}

@media screen and (max-width: 640px) {
  #Lineup .item-folder {
    padding: 40px 0 ;
  }
  #Lineup h3 {
    font-size: 118.8%;
  }
  #Lineup .cmn-release {
    margin-bottom: 15px;
  }
}

/* IE
--------------------------------------------------*/
.ie-legacy #Lineup a:after {
  background-image: url(../img/pdct_lineup_arrow.png);
}
.ie-legacy #Lineup h3, .ie9 #Lineup h3,
.ie10 #Lineup h3, .ie11 #Lineup h3 {
  line-height: 1.16;
}

/* SEL2470GM | w381
--------------------------------------------------*/
#Lineup .SEL2470GM a {
  margin: 59px 0 0 0;
  margin: 15.4855643% 0 0 0;
}
#Lineup .SEL2470GM .img-box {
  margin: 0 0 0 20px;
  margin: 0 0 0 5.2493438%;
  max-width: 300px;
  width: 78.740157%;
}

/* SEL85F14GM | w381
--------------------------------------------------*/
#Lineup .SEL85F14GM a {
  margin: 57px 0 0 0;
  margin: 14.9606299% 0 0 0;
}
#Lineup .SEL85F14GM .img-box {
  margin: 0 0 0 48px;
  margin: 0 0 0 12.5984251%;
  max-width: 244px;
  width: 64.0419947%;
}

/* SEL70200GM | w381
--------------------------------------------------*/
#Lineup .SEL70200GM a {
  margin: 27px 0 0 0;
  margin: 7.0866141% 0 0 0;
}
#Lineup .SEL70200GM .img-box {
  max-width: 364px;
  width: 95.5380577%;
}

/*--------------------------------------------------
  #Products .product
--------------------------------------------------*/
section.product .heading {
  background-color: #e1e1e1;
}
section.product .heading-inner {
  margin: 0 auto;
  max-width: 1200px;
}
section.product .heading h3 {
  margin-bottom: 75px;
  margin-bottom: 6.25%;
  font-size: 325%;
  line-height: 2.7;
  text-align: center;
}
section.product .heading h3 strong {
  position: relative;
  top: -0.1em;
  display: inline-block;
  margin-right: 10px;
  margin-right: 0.833333%;
  width: 118px;
  width: 9.833333%;
  vertical-align: middle;
}
section.product .heading h3 em {
  display: inline-block;
  padding-right: 50px;
  padding-right: 4.166666%;
}
section.product .heading h3 span {
  font-size: 76.9%;
}

@media screen and (max-width: 640px) {
  section.product .heading h3 {
    margin-bottom: 30px;
    font-size: 200%;
  }
  section.product .heading h3 strong {
    width: 15%;
  }
}
@media screen and (max-width: 480px) {
  section.product .heading h3 strong {
    top: 5px;
    display: block;
    margin: 0 auto;
    padding-top: 10px;
    width: 25%;
  }
  section.product .heading h3 em {
    padding-right: 0;
  }
}

/* .gallery
--------------------------------------------------*/
section.product .gallery {
  position: relative;
  overflow: hidden;
}
section.product .gallery .carousel-panel {
  margin: 0 auto;
  max-width: 1200px;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
section.product .gallery .carousel-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #c2c2c2;
}
section.product .gallery .carousel-inner {
  position: relative;
}
section.product .gallery .carousel-viewport {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 1000px;
  width: 83.333333%;
}
section.product .gallery .carousel-item-box {
  position: relative;
  margin: 0;
  padding: 0;
  width: 50000px;
  list-style: none;
}
section.product .gallery .carousel-item-box:after {
  clear: both;
  display: block;
  content: "";
}
section.product .gallery .carousel-item {
  float: left;
  display: table-cell;
  line-height: 0;
  transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  overflow: hidden;
}
section.product .gallery .carousel-item a {
  position: relative;
  display: block;
  background-color: #000;
  background-image: url(../img/loading@2x.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
  text-align: center;
  vertical-align: middle;
  transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
section.product .gallery .carousel-item a:hover {
  opacity: 0.8;
}
.ie-legacy section.product .gallery .carousel-item a {
  background-image: url(../img/loading.gif);
}
section.product .gallery .carousel-item a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../img/icn_zoom@2x.png);
  background-repeat: no-repeat;
  background-size: 15px 15px;
}
.ie-legacy section.product .gallery .carousel-item a:after {
  background-image: url(../img/icn_zoom.gif);
}
section.product .gallery .carousel-item a.active {
  background-image: none;
}
section.product .gallery .carousel-item img {
  opacity: 0;
  transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
section.product .gallery .carousel-item a.active img {
  opacity: 1.0;
}
section.product .gallery .carousel-item span {
  display: block;
  margin: 10px 0 0;
  font-size: 81.3%;
  line-height: 1.2;
  color: #4b4948;
  text-align: center;
}
section.product .gallery .carousel-paddle {
  position: absolute;
  top: 0;
  z-index: 3;
  width: 8.333333%;
  height: 100%;
}
.ie-legacy section.product .gallery .carousel-paddle {
  filter: alpha(opacity=50);
}
section.product .gallery .carousel-paddle em {
  position: absolute;
  top: 50%;
  margin-top: -25%;
  padding-bottom: 50%;
  width: 28%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  opacity: 0.3;
}
section.product .gallery .carousel-paddle.active em:hover {
  opacity: 0.6;
}
section.product .gallery .carousel-paddle.active em {
  opacity: 1.0;
  cursor: pointer;
}
section.product .gallery .carousel-prev {
  position: absolute;
  top: 0;
  left: 0;
}
section.product .gallery .carousel-prev em {
  right: 25%;
  background-image: url(../img/carousel_prev@2x.png);
}
.ie-legacy section.product .gallery .carousel-prev em {
  background-image: url(../img/carousel_prev.png);
}
section.product .gallery .carousel-next {
  position: absolute;
  top: 0;
  right: 0;
}
section.product .gallery .carousel-next em {
  left: 25%;
  background-image: url(../img/carousel_next@2x.png);
}
.ie-legacy section.product .gallery .carousel-next em {
  background-image: url(../img/carousel_next.png);
}
section.product .gallery .carousel-paddle-mask {
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
}
section.product .gallery .carousel-prev-mask {
  left: 0;
}
section.product .gallery .carousel-next-mask {
  right: 0;
}

section.product .gallery .carousel-thumbnail {
  margin: 30px auto 0;
  margin: 2.5% auto 0;
  max-width: 1000px;
  width: 83.333333%;
}
section.product .gallery .carousel-thumbnail ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
section.product .gallery .carousel-thumbnail ul:after {
  clear: both;
  display: block;
  content: "";
}
section.product .gallery .carousel-thumbnail li {
  display: inline-block;
  position: relative;
  margin: 0 2px;
  margin: 0 0.2%;
  max-width: 76px;
  width: 7.6%;
  background-color: #000;
  cursor: pointer;
}
section.product .gallery .carousel-thumbnail li img {
  width: 100%;
  height: auto;
}
section.product .gallery .carousel-thumbnail li span {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border: 4px solid transparent;
  box-sizing: border-box;
  transition: border-color 0.2s;
  -ms-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  -webkit-transition: border-color 0.2s;
}
section.product .gallery .carousel-thumbnail li:hover span,
section.product .gallery .carousel-thumbnail li.current span {
  border-color: #cb4801 !important;
}

@media screen and (max-width: 800px) {
  section.product .gallery .carousel-thumbnail li span {
    border-width: 3px;
  }
}
@media screen and (max-width: 640px) {
  section.product .gallery .carousel-panel {
    padding: 0 6.25%;
  }
  section.product .gallery .carousel-viewport {
    width: auto;
  }
  section.product .gallery .carousel-item a {
    transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
  section.product .gallery .carousel-item a:hover {
    opacity: 1.0;
  }
  section.product .gallery .carousel-paddle {
    display: none;
  }
  section.product .gallery .carousel-thumbnail {
    margin: 30px auto 0;
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  section.product .gallery .carousel-thumbnail li {
    width: 12%;
  }
}

/* .cmn-cnt-inner
--------------------------------------------------*/
section.product .cmn-cnt-inner {
  margin-top: 75px;
  margin-top: 6.25%;
  padding-bottom: 40px;
  padding-bottom: 3.333333%;
}
section.product h4 {
  font-size: 137.5%;
  line-height: 1.63;
}
section.product h4.kerning {
  letter-spacing: -0.05em;
}
section.product#SEL2470GM h4 {
  max-width: 58%;
}
section.product#SEL85F14GM h4 {
  max-width: 58%;
}
section.product#SEL70200GM h4 {
  max-width: 49%;
}

section.product .item-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
section.product .name {
  margin: 30px 0 0;
  margin: 3.0% 0 0;
  font-size: 131.3%;
  font-weight: bold;
  line-height: 1.1;
}
section.product .name span {
  font-size: 76.9%;
}
section.product .cmn-type {
  margin: 15px 0 0;
}
section.product .spec {
  position: relative;
  z-index: 1;
}
section.product .spec table {
  width: 476px;
  width: 47.6%;
}
section.product .spec table.left {
  float: left;
}
section.product .spec table.right {
  float: right;
}
section.product p.note {
  margin-top: 30px;
  font-size: 75%;
  line-height: 1.4;
}
section.product .notes {
  margin-top: 10px;
  font-size: 75%;
  line-height: 1.4;
  text-align: right;
}
section.product .btn-link,
section#Converter .btn-link {
  margin: 65px 0 40px;
  margin: 6.5% 0 4.0%;
}
section.product .btn-link a,
section#Converter .btn-link a {
  margin: 0 auto;
  display: block;
  max-width: 220px;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  background-color: #777;
  transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
}
section.product .btn-link a:hover,
section#Converter .btn-link a:hover {
  background-color: #999;
}
section.product .btn-link span,
section#Converter .btn-link span {
  padding: 0 36px 0 10px;
  background-image: url(../img/pdct_btn_link@2x.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px auto;
}
section.product .bnr {
  width: 100%;
  margin-left: 15%;
  margin-bottom: 9%;
}
section.product .bnr img {
  width: 70%;
}
@media screen and (max-width: 960px) {
  section.product .btn-link a,
  section#Converter .btn-link a {
    font-size: 13px;
  }
}
@media screen and (max-width: 640px) {
  section.product .cmn-cnt-inner {
    margin-top: 50px;
    padding-bottom: 60px;
  }
  section.product h4 {
    padding: 0 !important;
    font-size: 156.3%;
  }
  section.product h4 br {
    display: none;
  }
  section.product .item-img {
    position: static;
    margin: 30px auto 0 !important;
    width: 65% !important;
  }
  section.product .item-img img {
    width: 100% !important;
  }
  section.product .basic {
    font-size: 150%;
  }
  section.product .name {
    text-shadow: 0 0 8px #fff, 
      0 0 10px #fff, 0 0 12px #fff;
  }
  section.product .cmn-type {
    margin: 10px 0 0;
  }
  section.product .mechanism {
    margin: 40px auto 0 !important;
    width: 85% !important;
  }
  section.product .spec {
    margin-top: 40px !important;
  }
  section.product .spec table {
    width: 100%;
  }
  section.product .spec table.left,
  section.product .spec table.right {
    float: none;
  }
  section.product .spec table.right {
    border-top: 1px solid #ccc;
  }
  section.product .notes {
    margin-top: 15px;
    text-align: left;
  }
  section.product .btn-link,
  section#Converter .btn-link {
    margin: 30px 0 0;
  }
  section.product#SEL2470GM h4 {
	  max-width: 100%;
	}
  section.product#SEL85F14GM h4 {
	  max-width: 100%;
	}
  section.product#SEL70200GM h4 {
	  max-width: 100%;
	}
  section.product .bnr {
    margin-left: 0%;
	margin-top: 6%;
  }
  section.product .bnr img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  section.product .item-img {
    width: 75% !important;
  }
  section.product .mechanism {
    width: 92% !important;
  }
}

/* IE
--------------------------------------------------*/
.ie-legacy section.product .btn-link span,
.ie-legacy section#Converter .btn-link span {
  background-image: url(../img/pdct_btn_link.png);
}

/* #SEL2470GM | w1000
--------------------------------------------------*/
#SEL2470GM .mechanism {
  margin: 22px 0 0;
  margin: 2.2% 0 0;
  width: 371px;
  width: 37.1%;
}
#SEL2470GM .item-img {
  width: 430px;
  width: 43%;
}
#SEL2470GM .item-img img {
  width: 528px;
  width: 122.7906976%;
  margin-left: 5.5%;
}
#SEL2470GM .spec {
  margin: 75px 0 0;
  margin: 7.5% 0 0;
}

@media screen and (max-width: 640px) {
  #SEL2470GM .basic {
    margin-top: -7%;
  }
}

/* #SEL85F14GM | w1000
--------------------------------------------------*/
#SEL85F14GM .mechanism {
  margin: 22px 0 0;
  margin: 2.2% 0 0;
  width: 344px;
  width: 34.4%;
}
#SEL85F14GM .item-img {
  width: 420px;
  width: 42%;
}
#SEL85F14GM .item-img img {
  width: 437px;
  width: 104.047619%;
}
#SEL85F14GM .spec {
  margin: 95px 0 0;
  margin: 9.5% 0 0;
}

@media screen and (max-width: 640px) {
  #SEL85F14GM .basic {
    margin-top: -17%;
  }
}

/* #SEL70200GM | w1000
--------------------------------------------------*/
#SEL70200GM h4 {
  padding: 45px 0 0;
  padding: 4.5% 0 0;
}
#SEL70200GM .mechanism {
  margin: 45px 0 0;
  margin: 4.5% 0 0;
  width: 383px;
  width: 38.3%;
}
#SEL70200GM .item-img {
  width: 503px;
  width: 50.3%;
}
#SEL70200GM .item-img img {
  width: 600px;
  width: 119.284294%;
}
#SEL70200GM .spec {
  margin: 120px 0 0;
  margin: 12.0% 0 0;
}

@media screen and (max-width: 640px) {
  #SEL70200GM .basic {
    margin-top: -12%;
  }
}

/*--------------------------------------------------
  #Products #Converter
--------------------------------------------------*/
#Converter {
  background-color: #e1e1e1;
}
#Converter .cmn-cnt-inner {
  padding: 50px 0;
  padding: 5.166666% 0;
}
#Converter h3 {
  margin: 0 0 40px;
  margin: 0 0 5.5%;
  font-size: 112.5%;
  line-height: 1.4;
  text-align: center;
}
#Converter h3 br {
  display: none;
}
#Converter h3 + .item {
  margin: 0;
}
#Converter .item {
  position: relative;
  float: left;
  margin: 0 0 0 48px;
  margin: 0 0 0 4.8%;
  width: 476px;
  width: 47.6%;
}
#Converter .item-img {
  position: absolute;
  right: 0;
  top: 0;
  /*margin-right: 20px;
  margin-right: 4.2016806%;*/
}
#Converter .name {
  font-size: 150%;
  font-weight: bold;
  line-height: 1.2;
}
#Converter .name span {
  font-size: 75%;
}
#Converter .cmn-type {
  margin: 15px 0 0;
}
#Converter .mechanism {
  margin: 15px 0 20px;
  margin: 3.1512605% 0 4.2016806%;
}
#Converter .notes {
  clear: both;
  padding-top: 35px;
  padding-top: 3.5%;
  text-align: center;
}
#Converter .notes strong {
  display: block;
  font-size: 87.5%;
  line-height: 1.4;
}
#Converter .notes p {
  margin-top: 5px;
  font-size: 75%;
  line-height: 1.8;
}

@media screen and (max-width: 640px) {
  #Converter .cmn-cnt-inner {
    padding: 40px 0;
  }
  #Converter h3 {
    margin: 0 0 30px;
    font-size: 137.5%;
  }
  #Converter h3 br {
    display: block;
  }
  #Converter h3 + .item {
    margin: 0;
  }
  #Converter .item {
    margin: 30px 0 0;
    padding-top: 30px;
    float: none;
    width: auto;
    border-top: 1px solid #f5f5f5;
  }
  #Converter .item-img {
    padding-top: 15%;
  }
  #Converter .basic {
    font-size: 150%;
  }
  #Converter .mechanism {
    margin: 30px 0 30px;
  }
  #Converter .mechanism img {
    width: 110%;
  }
  #Converter .notes {
    padding-top: 30px;
    text-align: left;
  }
}

/* SEL14TC | w476
--------------------------------------------------*/
#Converter .SEL14TC .item-img {
  width: 126px;
  width: 26.4705882%;
}
#Converter .SEL14TC .mechanism {
  width: 159px;
  width: 33.4033613%;
}

/* SEL20TC | w476
--------------------------------------------------*/
#Converter .SEL20TC .item-img {
  width: 151px;
  width: 31.722689%;
}
#Converter .SEL20TC .mechanism {
  width: 170px;
  width: 35.7142857%;
}

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

  #Technology

==================================================*/
/*--------------------------------------------------
  #Technology .heading
--------------------------------------------------*/
#Technology .heading {
  background-image: url(../img/lazy.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
#Technology .heading-inner {
  position: relative;
  margin: 85px auto 0;
  margin: 7.083333% auto 0;
  padding-bottom: 534px;
  padding-bottom: 44.5%;
}
#Technology .heading .txt-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 136px 0 0;
  padding: 11.333333% 0 0;
  text-align: right;
}
#Technology .heading strong {
  display: inline-block;
  margin: 0 125px 24px 0;
  margin: 0 10.416666% 2% 0;
  width: 282px;
  width: 23.5%;
  line-height: 0;
}
#Technology .heading h2 {
  margin: 0 125px 0 0;
  margin: 0 10.416666% 0 0;
  font-size: 225%;
  line-height: 1.4;
  color: #4b4948;
}
#Technology .heading .cmn-btn-movie {
  display: inline-block;
  margin: 55px 125px 0 0;
  margin: 4.583333% 10.416666% 0 0;
}
#Technology .heading .cmn-btn-movie a {
  background-color: #4b4948;
}
#Technology .heading .cmn-btn-movie a:hover {
  background-color: #6a6866;
}

@media screen and (min-width: 1920px) {
  #Technology .heading {
    background-size: cover;
  }
}
@media screen and (max-width: 640px) {
  #Technology .heading {
    background-position: 42% center;
  }
  #Technology .heading-inner {
    margin-top: 60px;
    padding-bottom: 67%;
  }
  #Technology .heading strong {
    margin: 0 0 2% 0;
    width: 30%;
  }
  #Technology .heading h2 {
    margin: 0;
  }
  #Technology .heading .cmn-btn-movie {
    margin: 4.583333% 0 0;
  }
}

/*--------------------------------------------------
  #Technology .head-line
--------------------------------------------------*/
#Technology .head-line strong {
  display: block;
  padding: 60px 0 55px;
  padding: 5% 0 4.583333%;
  font-size: 200%;
  line-height: 1.4;
  color: #555;
  text-align: center;
}
#Technology .head-line span {
  position: relative;
  top: 0.18em;
  font-size: 175%;
  line-height: 1.0;
  font-weight: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #Technology .head-line span {
  top: 0.09em;
  }
}

@media screen and (max-width: 640px) {
  #Technology .head-line strong {
    padding: 40px 0 40px;
  }
  #Technology .head-line span {
    top: 0;
    display: block;
    /*font-size: 150%;*/
    font-weight: normal;
  }
}

/*--------------------------------------------------
  #Technology section
--------------------------------------------------*/
#Technology section .inner {
  margin: 0 auto;
  max-width: 952px;
  width: 79.333333%;
}
#Technology section .inner:after {
  clear: both;
  display: block;
  content: "";
}
#Technology section h3 {
  margin-top: 80px;
  margin-top: 8.403361%;
  padding-bottom: 18px;
  padding-bottom: 1.890756%;
  font-size: 225%;
  line-height: 1.2;
  color: #999;
  border-bottom: 1px solid #666;
}
#Technology .head-line + section h3 {
  margin-top: 0;
}
#Technology section h4 {
  margin: 50px 0 19px;
  margin: 5.2521008% 0 1.995798%;
  font-size: 150%;
  line-height: 1.2;
  color: #555;
}
#Technology section p {
  font-size: 100%;
  line-height: 2.0;
}

@media screen and (max-width: 640px) {
  #Technology section .inner {
    font-size: 112.5%;
    width: auto;
  }
  #Technology section h3 {
    margin-top: 50px;
  }
  #Technology section h4 {
    margin: 40px 0 30px;
  }
  #Technology section h3 + h4 {
    margin: 25px 0 30px;
  }
  #Technology section .img-box {
    float: none !important;
    margin: 0 0 30px !important;
    width: auto !important;
  }
}
@media screen and (max-width: 480px) {
  #Technology section h4 {
    margin: 50px 0 20px;
  }
  #Technology section h3 + h4 {
    margin: 25px 0 20px;
  }
  #Technology section .img-box {
    margin: 0 0 20px !important;
  }
}

/* .img-01 | w952
--------------------------------------------------*/
#Technology .img-01 {
  float: right;
  margin: 5px 0 0 40px;
  margin: 5px 0 0 4.2016806%;
  width: 351px;
  width: 36.869747%;
}

/* .img-02 | w952
--------------------------------------------------*/
#Technology .img-02 {
  float: right;
  margin: -40px 0 0 40px;
  margin: -4.2016806% 0 0 4.2016806%;
  width: 348px;
  width: 36.554621%;
}

/* .img-03 | w952
--------------------------------------------------*/
#Technology .img-03 {
  float: right;
  margin: 5px 0 0 40px;
  margin: 5px 0 0 4.2016806%;
  width: 572px;
  width: 60.084033%;
}

/* .img-04 | w952
--------------------------------------------------*/
#Technology .img-04 {
  float: right;
  margin: -15px 0 0 40px;
  margin: -1.57563% 0 0 4.2016806%;
  width: 576px;
  width: 60.5042016%;
}


.new-win {
  margin: 0 0 0 -30px;
  width: 11px;
  height: 9px;
  background-image: url(../img/icn_blank@2x.png) !important;
  background-size: 11px 9px !important;
}
.ie-legacy .new-win {
  background-image: url(../img/icn_blank.png) !important;
}
