@charset "utf-8";

/*
============================================
base.css
============================================
*/

/* ---------------------------------------------------------
■ 汎用
--------------------------------------------------------- */
.mt0{
	margin-top: 0px !important; }
.mt10{
	margin-top: 10px !important; }
.mt25{
	margin-top: 25px !important; }

.lh0 {
	line-height: 0; }

.clearFix:after{
	content: ".";
	display: block; 
	clear: both; 
	height: 0; 
	font-size:0;	
	visibility:hidden; }

.spEle {
	display: none; }

/* ---------------------------------------------------------
■ 全体
--------------------------------------------------------- */
body{
	font-family:"DIN Next W01 Regular", YuGothic,"游ゴシック","ＭＳ Ｐゴシック","MS P Gothic","MS-PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,arial,helvetica,clean,sans-serif;
	font-size: 14px;
	background: #FFF none repeat scroll 0% 0%;
	color: #696969; }

a:hover {
	opacity: 0.7;
	transition: all 0.3s; }

/* ---------------------------------------------------------
■ メインビジュアル
--------------------------------------------------------- */
.main_img_wrapper {
	width: 1280px;
	margin: 0 auto 50px; }

.main_img_wrapper li {
	float: left;
	width: 640px; }

.campaignWrapper {
	margin-bottom: 50px;
	text-align: center; }


/* ---------------------------------------------------------
■ 商品詳細
--------------------------------------------------------- */
.products_here{
	margin-bottom: 40px;
	color: #696969;
	font-size:30px;
	line-height: 36px;
	text-align: center; }

/* 上部製品一覧 */
#productlist {
	margin-bottom: 60px; }

#productlist .clickable{
	width:1279px;
	margin: 0 auto; }

#productlist ul {
	border-top: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9; }

#productlist ul li {
	height: 100%;
	position: relative;
	display: table-cell;
	width: 182px;
	-webkit-box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	-webkit-transition: background 0.5s cubic-bezier(0.42, 0, 0.58, 1) 0s;
	transition: background 0.5s cubic-bezier(0.42, 0, 0.58, 1) 0s;
	overflow: hidden;
}
#productlist ul li:hover img {
	-webkit-transform: scale(0.99);
	-ms-transform: scale(0.99);
	transform: scale(0.99);
}
#productlist ul li:hover span.arrow {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
#productlist ul li div.list-inner {
	padding: 70px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}
#productlist ul li div.list-inner img {
	max-width: 182px;
	height: auto;
	vertical-align: bottom;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
	transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
#productlist ul li div.discontinued {
	font-size: 11px;
	text-align: center;
	height: 45px;
}
#productlist ul li h2 {
	font-size: 24px;
	font-family: "DIN Next W01 Regular";
	margin-bottom: 10px;
	padding-top: 3px;
	font-weight: normal;
	color: #2a2a2a;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
}
#productlist ul li h2 span {
	display: inline-block;
	position: relative;
	top: 7px;
	font-size: 20px;
}
#productlist ul li p {
	font-size: 12px;
	min-height: 60px;
	line-height: 20px;
	color: #818181;
}
#productlist ul li p span {
	font-size: 11px;
	line-height: 16px;
}
#productlist ul li span.arrow {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -15px;
	width: 29px;
	height: 29px;
	background: #fff url(/image/top/index/bg-arrow2.png) no-repeat left top;
	border-radius: 100%;
	border: 1px solid #dedede;
	-webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
	transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

#productlist ul li .imgNew {
	position: absolute;
	top: 25px;
	left: 66px;
	z-index: 1; }

/* ---------------------------------------------------------
■ メインテキスト
--------------------------------------------------------- */
.mainTextWrapper {
	margin-bottom: 100px;
	padding: 50px 0;
	text-align: center;
	background-color: #4d5269; }

.mainTextWrapper h2 {
	margin-bottom: 20px; }

.mainTextWrapper p {
	color: #fff;
	font-size: 18px;
	line-height: 42px; }

/* ---------------------------------------------------------
■ アンカー
--------------------------------------------------------- */
.specialTitle span {
	display: inline-block;
	position: relative; }

.specialTitle img {
	position: absolute;
	top: -20px;
	right: -172px; }

.ancWrapper {
	margin-bottom: 95px; }

.ancWrapper ul {
	width: 1280px;
	margin: 0 auto;
	border-top: 1px solid #808090;
	border-left: 1px solid #808090; }

.ancWrapper li {
	float: left;
	width: 159px;
	text-align: center;
	border-right: 1px solid #808090;
	border-bottom: 1px solid #808090; }

.ancWrapper a {
	display: block;
	height: 68px;
	padding-top: 30px;
	color: #4c5167;
	font-size: 16px;
	line-height: 22px;
	transition: none; }

.ancWrapper a:hover {
	color: #fff;
	opacity: 1;
	text-decoration: none;
	background-color: #808090; }

.ancWrapper .threeLine a {
	height: 79px;
	padding-top: 19px; }


/* ---------------------------------------------------------
■ 詳細
--------------------------------------------------------- */
.featureWrapper {
	width: 1280px;
	margin: 0 auto 70px;
	padding-bottom: 70px;
	border-bottom: 1px solid #c1c1c1; }

/* 詳細 */
.featureDetailWrapper {
	position: relative;
	height: 640px;
	margin-bottom: 15px; }

.featureDetailWrapper .featureDetailInner {
	width: 543px;
	height: 100%; }

.featureDetailWrapper .titleWrapper {
	padding: 20px 0 20px 30px; }

.featureDetailWrapper .titleWrapper .subtitle {
	color: #000;
	font-size: 28px;
	line-height: 46px; }

.featureDetailWrapper .titleWrapper h2 {
	color: #000;
	font-size: 48px;
	line-height: 60px; }

.featureDetailWrapper .itemWrapper {
	 }

.featureDetailWrapper .itemWrapper .text {
	margin-bottom: 30px;
	padding: 20px 0 0 30px;
	color: #000;
	font-size: 14px;
	line-height: 24px; }

.featureDetailWrapper .itemWrapper .kome {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	line-height: 15px; }


/* 対象商品 */
.featureDetailWrapper .itemListWrapper {
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 513px;
	padding: 0 0 0 30px; }

.featureDetailWrapper .itemListWrapper .tag {
	margin-bottom: 10px; }

.featureDetailWrapper .itemListWrapper .tag span {
	display: inline-block;
	padding: 3px 3px 0;
	color: #000;
	font-size: 16px;
	line-height: 22px;
	border: 1px solid #000; }

.featureDetailWrapper .itemListWrapper li {
	float: left;
	width: 160px; }

.featureDetailWrapper .itemListWrapper li a {
	display: block; }

.featureDetailWrapper .itemListWrapper li p {
	color: #000;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	transition: all 0.3s;
	text-decoration: underline; }

.featureDetailWrapper .itemListWrapper li p span {
	vertical-align: bottom; }

.colorGreen .itemListWrapper li:hover p {
	color: #29b49d; }

.colorYellow .itemListWrapper li:hover p {
	color: #ffd23e; }

/* 動画 */
.featureDetailWrapper .rightBox {
	position: absolute;
	top: 0;
	left: 546px;
	width: 728px; }

.featureDetailWrapper .movieWrapper {
	padding: 13px;
	text-align: center; }

/* カラー */
.featureDetailWrapper.colorGreen {
	border: 3px solid #29b49d; }

.featureDetailWrapper.colorGreen .featureDetailInner {
	border-right: 3px solid #29b49d; }

.featureDetailWrapper.colorGreen .titleWrapper {
	border-bottom: 3px solid #29b49d; }

.featureDetailWrapper.colorYellow {
	border: 3px solid #ffd23e; }

.featureDetailWrapper.colorYellow .featureDetailInner {
	border-right: 3px solid #ffd23e; }

.featureDetailWrapper.colorYellow .titleWrapper {
	border-bottom: 3px solid #ffd23e; }

/* 動画無し */
.fw3 .featureDetailWrapper .movieWrapper,
.fw5 .featureDetailWrapper .movieWrapper,
.fw6 .featureDetailWrapper .movieWrapper,
.fw7 .featureDetailWrapper .movieWrapper,
.fw8 .featureDetailWrapper .movieWrapper {
	padding: 0; }

.fw8 {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none; }


/* 声 */
.featureVoiceWrapper {
	background-color: #e6ecf0; }

.featureVoiceInner {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0; }

.featureVoiceWrapper h2 {
	margin-bottom: 20px;
	color: #000;
	font-size: 20px;
	line-height: 35px; }

.featureVoiceWrapper ul {
	border-left: 1px solid #000; }

.featureVoiceWrapper li {
	float: left;
	width: 398px;
	height: 60px;
	border-right: 1px solid #000; }

.featureVoiceWrapper li p {
	width: 340px;
	margin: 0 auto;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px; }


/* 試験動画 */
.featureTestWrapper {
	background-color: #e6ecf0; }

.featureTestInner {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0; }

.featureTestWrapper h2 {
	margin-bottom: 20px;
	color: #000;
	font-size: 20px;
	line-height: 35px; }

.featureTestWrapper ul {
	margin-bottom: 15px; }

.featureTestWrapper li {
	float: left;
	width: 398px;
	margin: 0 1px; }

.featureTestWrapper li .img {
	margin-bottom: 15px; }

.featureTestWrapper li p {
	color: #000;
	font-size: 14px;
	line-height: 24px; }

.featureTextOtherWrapper .left {
	float: left;
	width: 700px; }

.featureTextOtherWrapper .left p {
	padding-top: 20px;
	color: #2a2a2a;
	font-size: 12px;
	line-height: 15px; }

.featureTextOtherWrapper .right {
	float: right;
	width: 296px; }


/* ---------------------------------------------------------
■ 商品リンク
--------------------------------------------------------- */
.all_range {
  width: 1278px;
  margin: -1px auto 0;
  color: #000000;
  border: 1px solid #000000;
}
.all_range .all_range_img {
  float: left;
  width: 660px;
  height: 466px;
}
.all_range .all_range_text_wrapper {
  padding: 30px 50px;
	height: 406px;
  float: left;
}
.all_range .all_range_text_wrapper h3 {
  font-size: 50px;
  line-height: 50px;
  height: 53px;
  font-weight: normal;
  color: #000000;
  vertical-align: text-bottom;
}
.all_range .all_range_text_wrapper h3 .trademark {
  font-size: 23px;
  line-height: 60px;
}
.all_range .all_range_text_wrapper .compact {
  font-size: 27px;
  height: 30px;
  line-height: 20px;
}

.all_range .all_range_text_wrapper .compact span.kataduke {
  font-size: 10px;
  vertical-align: super;
}

.all_range .all_range_text_wrapper .wide {
  font-size: 14px;
  margin-bottom: 10px;
}
.all_range .all_range_text_wrapper .detail_link {
  display: inline-block;
  padding: 2px 32px 0 0;
  color: #000000;
  font-size: 14px;
  line-height: 22px;
  background: url(../../../kai/images/arrow.png) no-repeat right center; }

.all_range .all_range_text_wrapper .online_store_area {
  margin-top: 20px;
  font-size: 14px;
}
.all_range .all_range_text_wrapper .buy {
  margin-bottom: 10px;
}
.all_range .all_range_text_wrapper .online_store {
  font-size: 11px;
}
.all_range .all_range_text_wrapper .store_btn {
  display: block;
  float: left;
  width: 245px;
  padding-top: 10px;
  font-size: 14px;
  line-height: 16px;
  border-top: 1px solid #000000;
  color: #000000;
  background: url(../../../kai/images/arrow.png) no-repeat;
  background-position: 222px 15px;
}
.store_btn.disabled{
opacity: 0.4;
}
.all_range .all_range_text_wrapper .store_btn .link_small {
  font-size: 11px;
}
.all_range .all_range_text_wrapper .mr25 {
  margin-right: 25px;
}
.all_range .all_range_text_wrapper .store_btn2 {
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 38px;
  border-top: 1px solid #000000;
  color: #000000;
  background: url(../../../kai/images/arrow.png) no-repeat;
  background-position: right 8px;
}
.all_range .all_range_text_wrapper .comment {
  margin-top: 30px;
  font-size: 11px;
  line-height: 16px;
  color: #000;
  width: 510px;
}
.all_range .all_range_text_wrapper .comment2 {
  font-size: 11px;
  line-height: 16px;
  color: #000;
  width: 510px;
}

.for_japanese_area {
  width: 760px;
  margin: 50px auto 70px;
  text-align: right;
}
.for_japanese_area h3 {
  font-size: 33px;
  line-height: 70px;
  letter-spacing: 0.2em;
  color: #000000;
  font-weight: bold;
  text-align: left;
}
.for_japanese_area .vaio_top {
  display: inline-block;
  font-size: 14px;
  height: 22px;
  line-height: 22px;
  color: #000000;
  padding-right: 50px;
  margin-right: 20px;
  margin-top: 20px;
  background: url(../../../kai/images/arrow.png) no-repeat;
  background-position: 117px 0px;
}

.link_individual {
	display: inline-block;
	margin-top: 16px; }


/* ---------------------------------------------------------
■ インテル
--------------------------------------------------------- */
.intel_area {
  width: 900px;
  margin: 20px auto 50px;
}
.intel_area .intel_inside {
  width: 70px;
  float: left;
}
.intel_area .intel_text {
  width: 810px;
  float: left;
  margin-left: 20px;
  color: #696969;
}
.intel_area .intel_corei7 {
  font-size: 14px;
  line-height: 23px;
}
.intel_area .shohyo {
  font-size: 11px;
  line-height: 22px;
}
.intel_area .shohyo2 {
  width: 900px;
  float: left;
  margin-top: 50px;
  font-size: 11px;
  line-height: 22px;
}

/* ---------------------------------------------------------
■ フッター
--------------------------------------------------------- */
.to_top {
	position: fixed;
	right: 10px;
	bottom: 30px;
	width: 120px;
	opacity: 0.6;
	z-index: 10; }

.to_top img {
	width: 100%; }

.footer {
  text-align: center;
}
.footer .top_page {
  font-size: 14px;
  color: #FFFFFF;
  display: inline-block;
  margin-top: 50px;
}
.footer .kai_copyright {
  font-size: 11px;
  color: #91939F;
  text-align: center;
  margin-top: 15px;
}

/* sns */
.snsWrapper {
	margin-bottom: 60px;
	line-height: 0;
	text-align: center; }

.snsWrapper .snsInner {
	display: inline-block;
	margin: 0 3px;
	vertical-align: top;
	line-height: 0; }

.buy_here{
	clear: both;
	font-size:28px;
	font-weight: bold;
	text-align: center;
	padding:30px 0 0; 
}
.buy_here a {
	color: #696969;
}

.movie_here{
	font-size:32px;
	text-align: center;
	padding:135px 0 30px; 
}

.ml57{
	margin-left: 57px !important;
}

.hukidashi{
	margin: 0 !important;
}





.footer {
	display: none; }

.footerkai {
	display: block; }





