@charset "UTF-8";

/* ---------------------------------------------------------
■ コンテンツ
--------------------------------------------------------- */
span.ls_m3 {
  letter-spacing: -0.03em;
}

span.ls_m4 {
  letter-spacing: -0.04em;
}

span.ls_m5 {
  letter-spacing: -0.05em;
}

span.ls_m6 {
  letter-spacing: -0.06em;
}

span.ls_m9 {
  letter-spacing: -0.09em;
}

span.ls_m12 {
  letter-spacing: -0.12em;
}

span.ls_m15 {
  letter-spacing: -0.15em;
}

span.ls_m18 {
  letter-spacing: -0.18em;
}

span.ls_m21 {
  letter-spacing: -0.21em;
}

span.spacing {
  padding: 0 4px;
}

span.spacing2 {
  padding-right: 4px;
}

span.tal {
  text-align: left !important;
}

span.punc_l {
  margin-left: -0.4em;
  font-family: YuGothic, "游ゴシック", "ＭＳ　ゴシック", "MS Gothic", "MS-Gothic";
}

span.punc_l2 {
  margin-left: -0.6em;
  font-family: YuGothic, "游ゴシック", "ＭＳ　ゴシック", "MS Gothic", "MS-Gothic";
}

span.punc_r {
  margin-right: -0.4em;
  font-family: YuGothic, "游ゴシック", "ＭＳ　ゴシック", "MS Gothic", "MS-Gothic";
}

span.din_l {
  font-family: "DIN Next W01 Light" !important;
}

/*box-outer*/

.box-outer {
	
	padding: 50px 0 40px;
	border-top: 1px solid #818494;
	width: 880px;
}
.box-outer h3 {
	font-size: 18px;
	color: #2a2a2a;
	line-height: 18px;
	margin-bottom: 21px;
	font-weight: normal;
}
.box-outer h4 {
	font-size: 15px;
	color: #2a2a2a;
	line-height: 28px;
	margin-bottom: 0;
}
.box-outer p {
	font-size: 12px;
	line-height: 24px;
}

.box-outer .kome {
  vertical-align: top;
  line-height: 20px;
}

.box-outer li span {
	color: #a9a9a9;
}
.box-outer div img {
	vertical-align: bottom;
}
.box-outer .box-outer-left {
	float: left;
	width: 420px;
}
.box-outer .box-outer-right {
	float: right;
	padding-top: 2px;
	width: 365px;
}
.box-outer .box-outer-inner {
	padding-top: 40px;
}

.box-outer-last{
	border-bottom: 1px solid #818494;
}


.header-image {
  min-width: 992px;
  height: 366px;
  margin-bottom: 120px;
  overflow: hidden;
}
.header-image .box-content {
  width: 880px;
  position: relative;
}
.header-image .box-content p span {
  font-size: 10px;
}

.header-image .box-content p.end_line{
  position: absolute;
  display: block;
  background-color: #ddd;
  color: #000;
  padding: 5px 10px;
  top:50px;
  left:-115px;
  font-size: 14px;
  z-index: 1;
}

.header-image h1 {
  position: absolute;
  left: -115px;
  top: 87px;
  font-size: 66px;
  font-family: "DIN Next W01 Regular";
  font-weight: normal;
  line-height: 86px;
  color: #000;
  z-index: 9;
}
.header-image h2 {
  position: absolute;
  left: -115px;
  top: 157px;
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  color: #000;
  z-index: 9;
}

.header-image p {
  position: absolute;
  left: -115px;
  top: 220px;
  font-size: 12px;
  color: #000;
  line-height: 16px;
  z-index: 9;
}
.header-image .link {
	top: 280px;
	text-decoration: underline;
}

.header-image .pic {
  position: absolute;
  right: -120px;
  top: 0px;
  z-index: 0;
  line-height: 0;
}
.header-image .bnr {
  position: absolute;
  left: 20px;
  top: 222px;
  -webkit-transition: opacity 0.5s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  opacity: 1;
}
.header-image .bnr:hover {
  opacity: 0.7;
}
.header-image .bnr li {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: opacity 0.7s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.header-image .bnr li.show {
  z-index: 10;
  opacity: 1;
  -webkit-transition: opacity 0.7s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: opacity 0.7s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.header-image .recommend {
  position: absolute;
  left: 25px;
  top: 203px;
  font-size: 11px;
  line-height: 14px;
  z-index: 12;
  overflow: hidden;
  padding-top: 11px;
  width: 157px;
  height: 0;
  background-image: url(/products/images/recommend_windows.png);
}

.product-header2 {
  background-color: #575c71;
  height: 57px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 443px;
}
.product-header2 .box-content {
  width: 1210px;
}
.product-header2 ul {
  height: 57px;
  border-left: 1px solid #6c7188;
}
.product-header2 ul li {
  float: left;
  height: 100%;
  width: 120px;
  border-right: 1px solid #6c7188;
  font-size: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.product-header2 ul li.current a {
  opacity: 0.4;
}
.product-header2 ul li.current:hover a {
  opacity: 0.4;
}
.product-header2 ul li.store {
	background-color: #404454;
	width: 120px;/*2016 03 16 added*/

}
.product-header2 ul li.mailmagazine{
	width: 240px;
	border-bottom: 1px solid #6c7188;
	background-color: #fff;
}
.product-header2 ul li.mailmagazine a{
	padding-top: 2px;
	color: #575c71;
	font-size: 10px;
	line-height: 13px;
}
.product-header2 ul li.sonystore {
  width: 240px;
  background-color: #404454;
}
.product-header2 ul li.sonystore dl {
  margin: 0 5px 0 6px;
}
.product-header2 ul li.sonystore dl dt {
  color: #fff;
  text-align: center;
  font-size: 12px;
  height: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  padding-top: 8px;
}
.product-header2 ul li.sonystore dl dd {
  width: 113px;
  float: left;
  background-color: #2d303e;
  border-right: 1px solid #404454;
  font-size: 12px;
  text-align: center;
}
.product-header2 ul li.sonystore dl dd:hover a {
  opacity: 0.65;
  text-decoration: none;
}
.product-header2 ul li.sonystore dl dd a {
  line-height: 1;
  padding-top: 8px;
  display: block;
  width: 100%;
  height: 100%;
  height: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  -webkit-transition: opacity 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0;
  transition: opacity 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0;
}
.product-header2 ul li:hover > a {
  opacity: 0.65;
}
.product-header2 ul li span {
  letter-spacing: -0.06em;
}
.product-header2 ul li > a {
  -webkit-transition: opacity 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0;
  transition: opacity 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  line-height: 1;
  padding-top: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-header2 ul li > a:hover {
  text-decoration: none;
}




/* ---------------------------------------------------------
■ ナビゲーション
--------------------------------------------------------- */
#productFeatureHeader .balloonInner {
	bottom: auto; }





/* ---------------------------------------------------------
■ コンテンツ 共通
--------------------------------------------------------- */
.feature-main {
  position: relative;
  width: 880px;
  margin: 0 auto 35px;
}
.feature-main h3 {
  margin-bottom: 35px;
  font-size: 46px;
  line-height: 60px;
  color: #010101;
  font-weight: normal;
  letter-spacing: -0.01em;
  z-index: 10;
}

.feature-main h3 {
  font-size: 46px;
  line-height: 60px;
  font-weight: normal;
  font-family: YuGothic, "游ゴシック", "ＭＳ　ゴシック", "MS Gothic", "MS-Gothic";
}
.feature-main h3 .kome {
  vertical-align: top;
  line-height: 30px;
}

.feature-main p {
	color: #2a2a2a;
	font-size: 14px;
	line-height: 28px;
	font-family: YuGothic, "游ゴシック", "ＭＳ　ゴシック", "MS Gothic", "MS-Gothic";
}

.imgWrapper .textBox {
	float: left;
	width: 366px; }

.imgWrapper .textBox p {
  margin-bottom: 35px;
  color: #2a2a2a;
  font-size: 14px;
  line-height: 28px;
}

.imgWrapper .imgBox {
	float: right;
	width: 504px; }


/* 吹き出し */
.graph .balloonWrapper {
	position: absolute;
	right: 80px;
	top: 7px;
	width: 46px; }

.graph .balloonInner {
	display: none;
	position: absolute;
	bottom: 70px;
	width: 246px;
	margin: 0 0 0 -102px;
	border: 1px solid #80808f;
	cursor: default;
	background-color: #fff; }

.graph .balloonInner p {
	padding: 15px 0;
	color: #000;
	font-size: 14px;
	line-height: 24px;
	text-align: center; }

.balloonArrow {
	position: absolute;
	left: 50%;
	bottom: -19px;
	margin-left: -9px; }

p.caption2 {
    margin-bottom: 10px;
    color: #000;
    font-size: 11px;
    line-height: 16px;
}


/* タイトルとテキストのボックス */
.articleWrapper {
	margin-bottom: 30px; }

.articleWrapper h2 {
	margin-bottom: 25px;
	padding-bottom: 10px;
	color: #696969;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	border-bottom: 1px solid #ccc; }


/* 表 */
.box-os_edition {
  margin-bottom: 15px;
}
.box-os_edition .box-os_edition-l {
  width: 421px;
  float: left;
}
.box-os_edition .box-os_edition-r {
  width: 421px;
  float: right;
}
.box-os_edition table {
  width: 100%;
}
.box-os_edition table th,
.box-os_edition table td {
  border-collapse: collapse;
  border: 1px solid #e9e9e9;
  color: #2a2a2a;
  padding: 8px;
}
.box-os_edition table th {
  text-align: center;
  font-weight: bold;
}
.box-feature-in p.note {
  font-size: 12px;
  line-height: 26px;
}




/* box */
.box-feature-in .left420 .leftBox {
	width: 420px; }

.box-feature-in .left420 .rightBox {
	width: 420px; }


.box-feature-in .left440 .leftBox {
	width: 440px; }

.box-feature-in .left440 .rightBox {
	width: 400px; }


.box-feature-in .left200 .leftBox {
	width: 200px; }

.box-feature-in .left200 .rightBox {
	width: 660px; }




/* ---------------------------------------------------------
■ 表
--------------------------------------------------------- */
.tableWrapper h3 {
	margin-bottom: 10px;
	color: #2a2a2a;
	font-size: 12px;
	font-weight: bold;
	line-height: 19px; }

.tableWrapper table {
	width: 100%;
	margin: 0 0 5px; }

.tableWrapper th {
	padding: 20px 0;
	color: #fff;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	border: 1px solid #b8bccb;
	background-color: #808090; }

.tableWrapper td {
	padding: 5px 0 5px 5px;
	color: #000;
	font-size: 13px;
	line-height: 17px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #b8bccb; }

.tableWrapper td .bold {
    font-size: 13px;
    font-weight: bold; }

.tableWrapper td.col3_2{
	background: rgba(128, 128, 144,0.1);
}

.right .lh0 .text_u{
	color: #000;
	font-size: 11px;
	line-height: 17px; 
	font-weight:normal;}
	
.right p .text_u {
	color: #000;
	font-size: 11px;
	line-height: 17px; }

.tableWrapper table .center {
	text-align: center; }





/* ---------------------------------------------------------
■ フューチャー1
--------------------------------------------------------- */
#feature1 .leftBox {
	float: left;
	width: 440px; }

#feature1 .rightBox {
	float: right;
	width: 440px; }


/* 1-6 */
#feature1Inner .articleBox6 h2 {
	padding-top: 20px; }

#feature1Inner .pt58 {
	padding-top: 58px; }

#feature1Inner .articleBox6 .left420 a {
	text-decoration: underline; }









/* ---------------------------------------------------------
■ フューチャー2
--------------------------------------------------------- */
#feature2 .leftBox {
	float: left;
	width: 440px; }

#feature2 .rightBox {
	float: right;
	width: 400px; }




/* ---------------------------------------------------------
■ フューチャー3
--------------------------------------------------------- */
#feature3 .leftBox {
	float: left;
	width: 400px; }

#feature3 .rightBox {
	float: right;
	width: 440px; }

#feature3Inner .articleBox2 .left200 .leftBox {
	padding-top: 18px; }

/* ---------------------------------------------------------
■ 購入
--------------------------------------------------------- */
.buyWrapper {
	margin-bottom: 100px; }


/* ---------------------------------------------------------
■ 過去の
--------------------------------------------------------- */

.box-feature {
  margin-bottom: 41px;
}
.box-feature > dl {
  width: 880px;
  margin: 0 auto;
}
.box-feature > dl > dt {
  margin-top: -1px;
  border: 1px solid #818494;
  height: 62px;
  vertical-align: middle;
  padding-top: 19px;
  font-family: YuGothic, "游ゴシック", "ＭＳ　ゴシック", "MS Gothic", "MS-Gothic";
  -ms-padding-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 24px;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #010101;
  font-weight: normal;
  padding-left: 20px;
  cursor: pointer;
  position: relative;
}
.box-feature > dl > dt:after {
  content: "";
  background: url(../images/z/btn-open.png) no-repeat left top;
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  left: 820px;
  top: 12px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.box-feature > dl > dt.open:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.box-feature > dl > dd {
  -webkit-transition: height 0.77s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: height 0.77s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  overflow: hidden;
  height: 0px;
}
.box-feature > dl > dd.open {
  -webkit-transition: height 0.77s cubic-bezier(0.42, 0, 0.58, 1) 0.8s;
  transition: height 0.77s cubic-bezier(0.42, 0, 0.58, 1) 0.8s;
}
.box-feature .ico-list li {
  float: left;
  margin-right: 10px;
}
.box-feature .ico-list li img {
  vertical-align: bottom;
}
.box-feature .ptfix {
  padding-top: 6px;
}
.box-feature .ptfix2 {
  padding-top: 70px;
}
.box-feature .mtfix {
  margin-top: -5px;
}
.box-feature .mlfix {
  margin-left: 36px;
}


.box-feature-w300 {
  width: 300px;
}

.box-feature-w355 {
  width: 355px;
}

.box-feature-w400 {
  width: 400px;
}

.box-feature-w404 {
  width: 404px;
}

.box-feature-w408 {
  width: 408px;
}

.box-feature-w420 {
  width: 420px;
}

.box-feature-w438 {
  width: 438px;
}

.box-feature-w456 {
  width: 456px;
}

.box-feature-w496 {
  width: 496px;
}

.box-feature-w550 {
  width: 550px;
}

.box-feature-l {
  float: left;
}

.box-feature-r {
  float: right;
}


.pagerbottom {
  position: relative;
  height: 124px;
}

.box-graph h4 {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 12px;
  color: #231815;
}
.box-graph h4.graph-title {
  height: 40px;
}
.box-graph h4.graph-title span {
  color: #636363;
  font-size: 9px;
  display: block;
  font-weight: normal;
  position: relative;
  line-height: 12px;
}

.box-graph dl {
  height: 24px;
  position: relative;
  margin-bottom: 18px;
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: opacity 0.8s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.box-graph dl.show {
  opacity: 1;
}
.box-graph dl.addcap {
  margin-bottom: 5px;
}
.box-graph dl dt {
  position: absolute;
  color: #fff;
  font-family: "DIN Next W01 Light";
  left: 7px;
  top: 7px;
  font-weight: normal;
  line-height: 14px;
  min-width: 100px;
}
.box-graph dl dd {
  position: absolute;
  color: #fff;
  font-family: "DIN Next W01 Light";
  font-size: 16px;
  right: 7px;
  top: 7px;
  line-height: 16px;
  min-width: 100px;
  text-align: right;
}
.box-graph p {
  font-size: 10px;
  line-height: 12px !important;
  text-align: right;
}
.box-graph p.show {
  opacity: 1;
}
.box-graph .pl140 {
  padding-left: 140px;
}
.box-graph .pl140 dt {
  left: -140px;
  width: 132px;
}
.box-graph .pl90 {
  padding-left: 90px;
}
.box-graph .pl90 dt {
  left: -108px;
}
.box-graph .pl183 {
  padding-left: 183px;
}
.box-graph .pl183 dt {
  left: -183px;
  width: 173px;
}
.box-graph .graph_type2 dl {
  height: 21px;
  margin-bottom: 14px;
}
.box-graph .graph_type2 dl.addcap {
  margin-bottom: 5px;
}
.box-graph .graph_type2 dt {
  position: absolute;
  color: #282828;
  font-family: "DIN Next W01 Light";
  top: 0;
  font-weight: normal;
  line-height: 13px;
  font-size: 11px;
  text-align: right;
}
.box-graph .graph_type2 dt span {
  font-size: 10px;
}
.box-graph .graph_type2 dt.ptfix {
  padding-top: 4px;
}
.box-graph .graph_type2 dd {
  font-size: 13px;
  top: 4px;
}

.box-2-2 {
  position: relative;
}

.item-2-2-1 {
  position: absolute;
  left: 305px;
  top: 35px;
}
.item-2-2-1 div {
  position: absolute;
  left: 0;
  bottom: -3px;
}

.list-2-3 li {
  margin-right: 24px;
  float: left;
}
.list-2-3 li p {
  text-align: center;
}
.list-2-3 li.last {
  margin-right: 0;
  float: right;
}

.box-2-4 {
  position: relative;
}

.item-2-4-1 {
  position: absolute;
  left: 0;
  top: 108px;
  width: 300px;
}

#pic-2-4 {
  width: 427px;
  height: 317px;
  background: url(../images/z_canvas/feature2/pic-4_1.jpg) no-repeat left top;
}
#pic-2-4 img {
  opacity: 0;
}
#pic-2-4.anime img {
  opacity: 0;
  -webkit-animation: op 6s ease 2s infinite;
          animation: op 6s ease 2s infinite;
}

#pic-3-4 {
  margin-top: 7px;
  width: 541px;
  height: 458px;
  position: relative;
}
#pic-3-4 p {
  position: absolute;
  bottom: 40px;
  left: -7px;
  z-index: 20;
  font-size: 11px;
}

#box-shortcut {
  position: relative;
  height: 387px;
}
#box-shortcut img {
  position: absolute;
  left: 0;
  bottom: 0;
}
#box-shortcut div, #box-shortcut p, #box-shortcut h5 {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
#box-shortcut div.text-detail, #box-shortcut p.text-detail, #box-shortcut h5.text-detail {
  top: 140px;
}
#box-shortcut div.text-detail span, #box-shortcut p.text-detail span, #box-shortcut h5.text-detail span {
  color: #bebebe;
}

.box-3-5 {
  margin-top: 4px;
  position: relative;
  width: 540px;
}
.box-3-5 ul {
  position: absolute;
  left: 34px;
  top: 35px;
}
.box-3-5 p {
  position: absolute;
  bottom: -34px;
  left: -7px;
  font-size: 11px;
}

#life-num {
  color: #2a2a2a;
  font-size: 72px;
  font-family: "DIN Next W01 Medium";
  position: absolute;
  right: 205px;
  top: 35px;
  text-align: right;
}

#life-time {
  font-size: 30px;
  position: absolute;
  right: 140px;
  top: 52px;
  color: #2a2a2a;
  font-weight: bold;
}

#life-text {
  position: absolute;
  width: 100%;
  left: 158px;
  top: 102px;
}

.box-life {
  position: relative;
  width: 400px;
}

.box-2-6 {
  padding-top: 10px;
  width: 410px;
}
.box-2-6 dt {
  text-align: center;
  font-size: 12px;
  margin-bottom: 20px;
}
.box-2-6 dd {
  text-align: center;
}
.box-2-6 dd div {
  margin-bottom: 12px;
}

.box-2-3 {
  display: table;
  width: 100%;
}
.box-2-3 div {
  display: table-cell;
}
.box-2-3 p {
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  line-height: 20px;
}

.dl-2-3 {
  margin-top: 21px;
}
.dl-2-3 dt {
  font-weight: bold;
}
.dl-2-3 dd {
  font-size: 12px;
  line-height: 24px;
}

.box-3-1 {
  border: 1px solid #e2e2e2;
}
.box-3-1 p {
  width: 375px;
  font-size: 12px;
  line-height: 22px;
}
.box-3-1 .box-3-1-l {
  padding: 25px 32px;
  float: left;
  border-right: 1px solid #e2e2e2;
}
.box-3-1 .box-3-1-r {
  padding: 25px 32px 0 0;
  float: right;
}

.box-3-2 {
  position: relative;
}
.box-3-2 p {
  position: absolute;
  right: 48px;
  top: 70px;
  width: 355px;
  text-align: justify;
}

.box-3-3 {
  position: relative;
  text-align: right;
}
.box-3-3 img {
  padding-top: 13px;
}
.box-3-3 p {
  position: absolute;
  left: 0;
  top: 40px;
  width: 300px;
  text-align: justify;
}

.box-3-6 {
  position: relative;
}

.box-3-6-1 {
  padding-top: 156px;
}

.item-3-6 {
  position: absolute;
  left: 343px;
  top: 125px;
}
.item-3-6 div {
  position: absolute;
  left: 0;
  bottom: -3px;
  opacity: 0;
}

.loop_list {
  position: relative;
  width: 441px;
}
.loop_list li {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 0;
}
.loop_list li.hide {
  -webkit-transition: opacity 1s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: opacity 1s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  opacity: 0;
  z-index: 2;
}
.loop_list li.next {
  -webkit-transition: opacity 0s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: opacity 0s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  opacity: 1;
  z-index: 1;
}
.loop_list li.show {
  opacity: 1;
}

.scrollshow {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
}
.scrollshow.show {
  -webkit-transition: all 1s cubic-bezier(0.42, 0, 0.58, 1) 0.3s;
  transition: all 1s cubic-bezier(0.42, 0, 0.58, 1) 0.3s;
}
.scrollshow.show.show {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.box-last {
  width: 900px;
  margin: 0 auto 170px auto;
}
.box-last .note2 {
  padding-top: 28px;
  font-size: 12px;
}
.box-last .note2 a {
  text-decoration: underline;
}

.h-style1 {
  font-size: 20px;
  padding-bottom: 14px;
  padding-top: 13px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d9dadf;
  font-weight: normal;
  color: #010101;
  line-height: 110%;
}

.h-style2 {
  font-size: 16px;
  margin-top: 60px;
  margin-bottom: 8px;
  font-weight: normal;
  color: #010101;
  line-height: 110%;
}

.h-style3 {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #2a2a2a;
  margin-bottom: 15px;
}

.h-style4 {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  color: #2a2a2a;
  margin-bottom: 22px;
}

.wrap-app {
  background-color: #eaeaea;
}

.title-app,
.box-app {
  width: 880px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.title-app {
  height: 280px;
}
.title-app h2 {
  font-size: 28px;
  line-height: 42px;
  color: #474747;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 10;
  font-weight: normal;
}
.title-app h2 span.din_l {
  font-family: "DIN Next W01 Regular";
  font-size: 30px;
}
.title-app div {
  position: absolute;
  top: -113px;
  left: 344px;
  z-index: 9;
}

.box-app {
  padding-bottom: 75px;
}
.box-app .box-text {
  width: 480px;
  float: left;
}
.box-app .box-text h3 {
  font-size: 18px;
  color: #474747;
  margin-bottom: 20px;
}
.box-app .box-text p {
  font-size: 12px;
  line-height: 24px;
}
.box-app .box-text p.note {
  font-size: 10px;
  line-height: 18px;
}
.box-app .box-image {
  padding-top: 6px;
  float: right;
}

#app {
  height: 183px;
}

#nav-app,#nav-app2, #nav-app3, #nav-app4, #nav-1st_anv {
  position: absolute;
  right: 0;
  top: 602px;
  z-index: 9999;
  overflow: hidden;
}

#nav-app a span{
	margin-right: 5px;
	margin-bottom:3px;
    background-color: #FFF;
    color: #009fe8;
    padding: 3px 3px 2px 3px;
    font-weight: bold;
    font-size: 83%;
    display: inline-block;
    line-height: 100%;	
}

@media all and (-ms-high-contrast:none){
	
#nav-app a span {
  padding: 4px 2px 0px 2px;
  margin-bottom:5px;
  }
}

.pos_fix#nav-app, .pos_fix#nav-1st_anv {
  position: fixed;
  right: 0;
  top: 79px;
}
#nav-app.pos_fix, #nav-app2.pos_fix, #nav-app3.pos_fix, #nav-app4.pos_fix, .pos_fix#nav-1st_anv {
  position: fixed;
  right: 0;
  top: 236px;
}
#nav-app:hover a ,#nav-app2:hover a ,#nav-app3:hover a, #nav-app4:hover a, #nav-1st_anv:hover a {
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
}
#nav-app a,#nav-app2 a,#nav-app3 a,#nav-app4 a, #nav-1st_anv a {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.42, 0, 0.58, 1) 0;
  transition: transform 0.25s cubic-bezier(0.42, 0, 0.58, 1) 0;
  -webkit-transform: translateX(216px);
      -ms-transform: translateX(216px);
          transform: translateX(216px);
  background-color:#009fe8;
  color: #FFF;
  font-size: 13px;
  display: block;
  width: 190px;
  padding: 24px 2px 23px 20px;
  line-height: 14px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#nav-app a:hover,#nav-app2 a:hover,#nav-app3 a:hover,#nav-app4 a:hover, #nav-1st_anv a:hover {
  text-decoration: none;
}
#nav-app a span.ico,#nav-app2 a span.ico,#nav-app3 a span.ico,#nav-app4 a span.ico, #nav-1st_anv a span.ico {
  width: 10px;
  padding-right: 15px;
}
#nav-app2 a span.ico {
  background-image: url(../images/s11/ico-app-arrow2.png);
}
#nav-app.show a,#nav-app2.show a,#nav-app3.show a,#nav-app4.show a, .show#nav-1st_anv a {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.42, 0, 0.58, 1) 1.5s;
  transition: transform 0.5s cubic-bezier(0.42, 0, 0.58, 1) 1.5s;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}
#nav-app2 {
	top: 673px;
}
#nav-app2 a {
  background-color: #d4c79c;
  color:#000;
  
}
#nav-app2.pos_fix {
  top: 306px;
}

#nav-app3 {
	top: 753px;
}
#nav-app3 a {
  background-color: #4d5269;
  color:#FFF;
  
}
#nav-app3.pos_fix {
  top: 386px;
}
#nav-app4 {
	top: 770px;
}
#nav-app4 a {
  background-color: #4c5167;
  color:#fff;
  
}
#nav-app4.pos_fix {
  top: 331px;
}

@-webkit-keyframes op {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes op {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}



/*バイオ調べ*/
.byvaio{
	font-size: 12px !important;
	margin-bottom: 0 !important;
	text-align: right;
}

/* 法人窓口　*/
.business_info {
	width: 900px;
	margin: 0 auto;
	text-align: center;
}
.business_info dl {
	width: 450px;
	margin:0 auto;
}

.business_info dl dt {
	width: auto;
	background-color: #4D5269;
	margin: 0 auto;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
}
.business_info dl dd {
	padding: 10px;
	border: 1px solid #999999;
	width: auto;
}

/* 壁紙ダウンロード案内　*/
#wallpaper{
	text-align:left;
	margin:60px;	
}

.wallpaper_info {
	width: 880px;
	margin: 0 auto 40px auto;
	position: relative;
	height:auto;
	text-align: left;
	border:1px solid #cccccc;
	background-image:url(/products/images/biz051/img_wallpaper.png);
	background-repeat:no-repeat;
	background-position:550px bottom;
}
.wallpaper_info dl {
	width: 500px;
	margin:0 auto 0 0;
	top:0;
	left:0;
}

.wallpaper_info dl dt {
	width: auto;
	background-color: #fff;
	margin: 0 auto;
	padding: 20px;
	font-weight: bold;
	text-align: left;
}
.wallpaper_info dl dd {
	padding: 20px;
	width: auto;
	text-align:left;
	border-top:1px #ccc solid;
}

.header-image .box-content .info_biz {
	position: absolute;
	top: 280px;
	left:80px;
	text-align:center;
	background-color:#4D5269;
	padding:10px;
	color:#FFFFFF;
	border-radius: 6px;        /* CSS3草案 */  
	-webkit-border-radius:6px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 6px;   /* Firefox用 */ 

}
.header-image .box-content .info_biz a{
	color:#FFFFFF;
	text-decoration:underline;
}

.header-image .box-content .info_biz a:hover{
	opacity: 0.5;
}

.header-image .box-content .info_win10 {
	position: absolute;
	top: 250px;
	left:-115px;
	text-align:center;
	color:#FF0000;
	display:inline-block;
    padding: 0 0 0 30px;
    line-height: 16px;
    background-image: url(/image/top/index/ico_notice.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;		
	}

.header-image .box-content .info_win10 a{
	color:#FF0000;
	text-decoration:underline;
}

.header-image .box-content .info_win10 a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)"; }


	
	
/* ---------------------------------------------------------
■特長ページ　SIM コンテンツ　20160324 --- 追加
--------------------------------------------------------- */


/* ---------------------------------------------------------
■アクセサリーカテゴリ　20160324 追加
--------------------------------------------------------- */

.box-feature-in .topWrapper.clearfix.mb20 .acc_table {
	margin: 20px 0;
}

.acc_table tr .acc_name {
	text-align: center;
	color: #000;
	font-weight: bold;
	padding:0 0 10px 0;
}
dd .box-feature-in .acc_text a {
	text-decoration: underline;
}



/* ---------------------------------------------------------
 ■SIM　ページ　20160818　更新
--------------------------------------------------------- */
.sim{
	color: #000;		
}

.sim h3{
	color: #000;
    font-weight: bold;
    padding:0;
    margin: 30px 0;
    font-size: 18px;
}
.sim h4{
	color: #000;
    font-weight: bold;
    padding:0;
    margin: 0 0 30px 0;
}

.sim h3:before{
	content:"";
	display:inline-block;
	width:4px;
	background-color:#4c5167;
	height:18px;
	vertical-align:middle;
	margin:0 10px 3px 0;
}
.sim .sim_01_txt{
	float:left;	
	width:700px;
}

.sim2 .sim_01_txt{
	width:620px;

}
.sim .sim_01_img{
	float:left;	
	width:200px;
	margin:0 0 0 60px;
}
.sim .notice{
	font-size:80%;
	margin:30px 0;
	height:auto;
}
i.kachi_arrow{
	width:16px;
	height:16px;
	background-image:url(/products/images/biz051/ic_05.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-size:16px auto;
	display:inline-block;
	vertical-align:middle;
	margin:0 10px 0 0 ;
	}
.sim .s_list{
	display:table;	
    border-collapse: separate;  /* セルの間隔を空ける */
    border-spacing: 20px 0;
	margin:0 -20px ;
	}

.sim .s_list > li{
	display:table-cell;
	width:470px;
	border:1px #ccc solid;
	margin:0 20px 0 0;
	box-sizing:border-box;
	padding:20px;
	position:relative;
	height:auto;
}
.sim2 .s_list > li{
	width:430px;
	}
.sim .s_list > li:last-child{
	margin:0;
}
.sim .s_list > li dl dt{
	font-weight:bold;
	margin:0 0 20px 0;	
}
.sim .s_list > li dl dd .campaign{
	float:left;
	width:75%;
	height:auto;
	background-color:#eee;
	padding:15px;
	box-sizing:border-box;
}
.sim .s_list > li dl dd .logo{
	float:left;
	width:25%;
	box-sizing:border-box;
	text-align:center;
	}
.sim .s_list li dl dd .campaign p,
.sim .s_list li dl dd .campaign ul{
	font-size:80%;	
}
.sim .s_list li dl dd .campaign ul{
	list-style:disc;
	margin:0 0 0 20px;
	
}
.sim .s_list li dl dd .campaign h5{
	margin:0 0 10px 0;
	font-weight:bold;
	font-size:85%;
}
.sim .s_list li .entry{
	text-align:center;
	width:100%;
	display:inline-block;
	position:absolute;
	bottom:15px;
	padding:60px 0 0 0 ;
}
.ml10{
	margin-left:10px;	
}
.sim .s_list_02 {
	list-style:disc;
	margin:0 0 20px 20px ;
}
.sim2 .linktosim p{
	font-weight:bold;	
}
i.ico_emp{
	width:16px;
	height:16px;
	background-image:url(/products/images/biz051/ic_04.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-size:16px auto;
	display:inline-block;
	vertical-align:text-top;
	margin:0 10px 0 0 ;
	}
/* special */
#special{
	margin: 0 auto;
	width: 880px;
}
#special ul{
	margin-bottom: 20px;
}
#special ul li{
float: left;
    margin: 0 20px 0 0;
}
#special ul li:last-child{
margin: 0 ;
}
/*@media all and (-ms-high-contrast:none){
i.ico_emp{
	vertical-align:text-bottom;
}

/* ---------------------------------------------------------
 ■BIGLOBEページ
--------------------------------------------------------- */
.biglobe{
	width:960px;
	margin: 0 auto;
	color: #000;
}
.biglobe h2{
	font-size: 22px;
    color: #000;
    margin-bottom: 50px;
}
.biglobe p{
	line-height: 200%;
}
.biglobe .btn{
	background-color: #f3f3f4;
	padding: 30px;
	text-align: center;
	margin: 40px 0;
	overflow: hidden;
	height: auto;
}

.biglobe .btn p a{
	color: #fff;
	background-color: #4d5269;
	display: inline-block;
	padding: 30px;
	line-height: 100%;
	margin-bottom: 0;
	height: 100%;
}
.biglobe .btn p a:hover{
	opacity: 0.8;
	text-decoration: none;
}
.notice{
	margin-top: 80px;
	width:100%;
}
.notice ul{
	overflow: hidden;
	margin-bottom: 40px;
}
.notice ul::after{
	clear: both;
	line-height: 0;
}
.notice ul li{
	width:460px;
	float: left;
	background-color: #fff;
	box-sizing: border-box;
}
.notice ul li:last-child{
	margin-left: 40px;	
}
.notice ul li dl dt{
	font-weight: bold;
}
.notice ul li dl dd .img_form{
	border: 1px solid #ccc;
	padding: 15px;
}
.notice ul li dl dd p{
	margin: 15px 0;
	height: 8em;
}
#cp_biglobe{
	padding: 30px;
	margin-bottom: 40px;
	border: 4px #efefef solid;
	box-sizing: border-box;
}
#cp_biglobe h3{ 
	margin-bottom: 20px;
}
#cp_biglobe dl{
	display: table;
	width: 100%;
}
#cp_biglobe dt{
	display: table-cell;
	width:20%;
	background: #f2f3f8;
	box-sizing: border-box;
	padding: 15px;
	border-bottom: 1px solid #fff;
}
#cp_biglobe dd{
	display: table-cell;
	width: 80%;
	padding: 15px;
	border-top: 1px solid #f2f3f8;
	border-right: 1px solid #f2f3f8;
	border-bottom: 1px solid #f2f3f8;
	box-sizing: border-box;
}
#cp_biglobe dd{
		
}



/* -----------------
■ 購入
------------------- */
.buyWrapper.fiveColumnLink ul li a {
	height: 74px;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: -0.6px; }

.buyWrapper.fiveColumnLink ul li a span {
	font-size: 10px; }


/* -----------------
■ スマートフォン
------------------- */
/* -----------------
■ メイン画像
------------------- */
.sp .header-image {
	height: auto; }

.sp .header-image .box-content  {
	padding-top: 15px; }

.sp .header-image h1 {
	margin: 0 0 0 10px; }

.sp .header-image h2 {
	margin: 0 0 5px 10px; }

.sp .header-image p {
	margin: 0 0 0 10px; }

.sp .header-image .box-content .pink {
	top: 0;
	display: inline-block; }

.sp .header-image .box-content .end {
	margin-top: 10px;
	font-size: 12px; }

.sp .header-image .prossd {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
	line-height: 20px; }

.sp .header-image .pic {
	height: auto;
	margin: 20px 0 0; }

.sp .header-image .box-content p.end_line{
  position: static;
  display: inline-block;
  background-color: #ddd;
  color: #000;
  padding: 5px 10px;
  margin: 5px 0 5px 10px;
  top:0;
  left:0;
  font-size: 14px;
  z-index: 1;
}

.sp .header-image .box-content .info_biz {
	position: static;
	margin-top: 20px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0; }

.sp .header-image .box-content .info_win10 {
	display: block;
	position: static;
	margin: 5px 0 5px 10px;
	padding: 0;
	text-align: left;
	background: none; }

.sp .header-image .box-content .info_win10 a {
	display: inline-block;
	padding-left: 20px;
	line-height: 16px;
	background-image: url(/image/top/index/ico_notice.png);
    background-repeat: no-repeat;
    background-size: 16px 16px; }

/* -----------------
■ コンテンツ
------------------- */
.sp .tabWrapper {
	margin-bottom: 30px; }

.sp .specialWrapper {
	width: auto;
	margin: 0 10px; }

.sp .specialWrapper h2 {
	font-size: 18px;
	line-height: 21px; }

.sp .specialWrapper .sw_03,
.sp .specialWrapper .sw_left,
.sp .specialWrapper .sw_right,
.sp .box-content,
.sp .tabWrapper,
.sp .feature-main {
	width: auto; }

.sp #feature-pic-1 {
	position: static; }

.sp .box-feature > dl {
	width: auto; }


.sp #zengine_acc .textWrapper,
.sp #beams .box-content,
.sp .bnr_special,
.sp .box-feature-6 {
	width: auto; }

.sp .box-feature-in p.note,
.sp .specialWrapper .note {
	line-height: 16px; }

.sp .box-feature-in p.note {
	margin-bottom: 10px; }

.sp .box-feature > dl > dt {
	height: auto;
	padding: 10px;
	font-size: 12px;
	line-height: 18px; }

.sp .box-feature > dl > dt:after {
    width: 30px;
    height: 30px;
    top: 50%;
    left: auto;
    right: 10px;
    margin-top: -15px;
    background-size: 30px; }

.sp .box-feature-in .leftBox {
	float: none;
	width: auto; }

.sp .box-feature-in .leftBox p,
.sp .box-feature-in p.text14 {
	margin: 0 0 20px;
	font-size: 12px;
	line-height: 21px; }

.sp .box-feature-in .rightBox {
	float: none;
	width: auto; }

.sp .box-feature-in p {
	line-height: 21px; }

.sp .box-feature-in p br {
	display: none; }

.sp .h-style1 {
	margin: 15px 0; }



/* -----------------
■ エリア共通
------------------- */
.sp #feature1 h3,
.sp #feature2 h3,
.sp #feature3 h3 {
	font-size: 26px;
	line-height: 32px;
	text-align: left; }

.sp .feature-main h3 {
	margin-bottom: 20px; }

.sp .feature-main h3 br {
	display: none; }

.sp .box-feature-in {
	padding: 20px 0; }

.sp .imgWrapper .textBox p {
	line-height: 21px; }

.sp .feature-main p {
	font-size: 12px;
	line-height: 21px; }

.sp .feature-main p br {
	display: none; }

/* -----------------
■ エリア1
------------------- */
.sp #feature1 .leftBox,
.sp #feature1 .rightBox {
	float: none;
	width: auto; }

.sp #feature1Inner .articleBox6 .leftBox {
	margin-bottom: 20px; }

.sp #feature1Inner .pt58 {
	padding-top: 20px; }


/* -----------------
■ エリア2
------------------- */
.sp #feature2 .leftBox,
.sp #feature2 .rightBox {
	float: none;
	width: auto; }

.sp #feature2 .feature-main p {
	text-align: left; }

.sp .tableWrapper th {
	font-size: 9px;
	word-break: break-word; }

.sp .tableWrapper td {
	padding-left: 0;
	font-size: 9px; }

.sp .sim .s_list {
	display: block;
	margin: 0; }

.sp .sim .s_list > li {
	display: block;
	width: auto;
	margin: 0 0 20px;
	padding: 10px; }

.sp .sim .notice {
	margin: 15px 0 0; }

.sp .sim .notice p {
	margin-bottom: 0;
	font-size: 12px; }

.sp .sim .s_list li .entry {
	position: static;
	margin-top: 15px;
	padding: 0; }

.sp .sim .s_list li .campaign p {
	margin-bottom: 0; }

/* -----------------
■ エリア3
------------------- */
.sp #feature3 .leftBox,
.sp #feature3 .rightBox {
	float: none;
	width: auto; }

.sp #feature3Inner .articleBox2 .leftBox {
	margin-bottom: 20px; }

.sp #feature3Inner .articleBox2 .leftBox img {
	width: 200px; }

/* -----------------
■ その他
------------------- */
.sp #special {
	width: auto; }

.sp #wallpaper {
	margin: 0; }

.sp .wallpaper_info {
	width: auto;
	margin-bottom: 30px; }

.sp #business_info_link {
	margin-bottom: 30px; }

.sp #special ul {
	margin-bottom: 0; }

.sp #special ul li {
	float: none;
	margin: 0 0 10px; }

.sp .wallpaper_info dl {
	width: auto; }

.sp .business_info {
	width: auto; }

.sp .business_info dl {
	width: auto; }

.sp .box-feature-in .topWrapper.clearfix.mb20 .acc_table {
	width: auto; }

.sp .acc_table tr .acc_name {
	font-size: 10px; }

/* -----------------
■ 購入
------------------- */
.sp .buyWrapper {
	margin-bottom: 25px; }

.sp .buyWrapper.fiveColumnLink ul li a {
	height: 66px;
	padding: 10px 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 19px; }

.sp .buyWrapper.fiveColumnLink ul li:nth-of-type(4) a,
.sp .buyWrapper.fiveColumnLink ul li:nth-of-type(5) a {
	height: auto; }

/* -----------------
■ SIM
------------------- */
.sp .page-spec #specifications {
	box-sizing: border-box;
	padding: 0 10px; }

.sp .sim .sim_01_txt,
.sp .sim .sim_01_img {
	float: none;
	width: auto; }

.sp .sim .sim_01_img {
	margin: 20px 0 0; }
















