@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
	border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn,
.copyRightIn {
	width: 930px;
	margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed; }
#footer { margin-top: 10px; }
.pageTop { border-radius: 50%; }

em {
	font-style: normal;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
.forSP {
	display: none;
}

/*==============================================
 .noto
============================================= */
/* light */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Light.woff);
    font-weight: 300;
}
/* regular */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
    font-weight: 400;
}
/* medium */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Medium.woff);
    font-weight: 500;
}
/* bold */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
    font-weight: 700;
}

#mainContents {
	background: #191919;
	font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
	color: #fff;
	letter-spacing: 0.06em;
	font-feature-settings: "palt"1;
}

.releasedate {
	width: 930px;
	font-size: 11px;
	color: #fff;
	text-align: right;
	margin: 100px auto 0;
	padding-bottom: 100px;
}


/*==============================================
 Intel
============================================= */
#intel {
	background: #fff;
	padding: 28px 0;
}
#intel span {
	display: block;
	width: 930px;
	height: 81px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_lenovo/intel_logo.png) no-repeat 0 center;
	font-size: 16px;
	font-weight: 300;
	color: #444;
	line-height: 81px;
	letter-spacing: 0.02em;
	margin: 0 auto;
	padding-left: 205px;
	box-sizing: border-box;
}

/*==============================================
 看板
============================================= */
.mainTitle {
	width: 100%;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_lenovo/maintitle_bg.jpg) no-repeat center top;
	margin: 0 auto;
}
h1 {
	width: 100%;
	height: 600px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_lenovo/maintitle.webp) no-repeat center top;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
}
.lead {
	width: 930px;
	margin: 15px auto 0;
}
.lead p {
	font-size: 16.5px;
	font-weight: 300;
	line-height: 2;
}
.lead p a {
	color: #e00000;
	text-decoration: underline;
}
.lead p a:hover {
	text-decoration: none;
}
.lead p.note {
	font-size: .8em;
	margin-top: 1em;
}


/*==============================================
 バナー
============================================= */
.topbnr {
	text-align: center;
	margin: 60px auto 0;
}
.txtLink {
	text-align: center;
	margin: 70px auto;
}
.topbnr a,
.txtLink a {
	display:block;
	width: 460px;
	height: 54px;
	background: #a30000;
	border-radius: calc(1px/0);
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	line-height: 54px;
	position: relative;
	transition: all ease .3s;
	margin: 0 auto;
}
.topbnr a:after,
.txtLink a:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.5em;
	width: 8px;
	height: 8px;
	margin: auto;
	transform: rotate(-45deg);
	vertical-align: middle;
	border-bottom: 2px solid #d6d6d6;
	border-right: 2px solid #d6d6d6;
}
.topbnr a:hover,
.txtLink a:hover {
	background: #bc0404;
}

.innerbnr {
	width: 100%;
	height: 200px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_lenovo/innerbnr_img.jpg) no-repeat center center #000;
	margin: 120px auto 0;
}
.innerbnr dl {
	width: 930px;
	height: 200px;
	position: relative;
	margin: auto;
}
.innerbnr dt {
	text-indent: -999em;
	font-size: 0;
}
.innerbnr dd {
	font-size: 14px;
	font-weight: 500;
	color: #c70000;
	text-align: center;
	position: absolute;
	top: 63px;
	right: 40px;
}
.innerbnr dd span {
	display: block;
	width: 425px;
	height: 40px;
	background: #a30000;
	border-radius: calc(1px/0);
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	line-height: 40px;
	position: relative;
	transition: all ease .3s;
	margin-top: 1.3em;
}
.innerbnr dd span:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.5em;
	width: 8px;
	height: 8px;
	margin: auto;
	transform: rotate(-45deg);
	vertical-align: middle;
	border-bottom: 2px solid #d6d6d6;
	border-right: 2px solid #d6d6d6;
}
.innerbnr dd span:hover {
	background: #bc0404;
}
.innerbnr dd br {
	display: none;
}


/*==============================================
 目次
============================================= */
.menu {
	width: 100%;
	background: #000;
	margin: 60px auto 0;
}
.menu dl {
	display: table;
	table-layout: fixed;
	width: 930px;
	margin: auto;
}
.menu dt {
	display: table-cell;
	width: 70px;
	background: #191919;
	position: relative;
}
.menu dt span {
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: #363636;
	letter-spacing: -.02em;
	transform: rotate(-90deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 4.1em;
}
.menu dd {
	display: table-cell;
	padding: 35px 60px 33px;
}
.menu dd a {
	display: block;
	font-size: 16px;
	color: #fff;
	margin: 1em auto;
	transition: all ease .3s;
}
.menu dd a em {
	display: inline-block;
	width: 130px;
	font-weight: 700;
}
.menu dd a em:before {
	content: "01";
	font-size: 18px;
	color: #a30000;
	margin-right: .5em;
	vertical-align: top;
}
.menu dd a:nth-child(2) em:before {
	content: "02";
}
.menu dd a:nth-child(3) em:before {
	content: "03";
}
.menu dd a:nth-child(4) em:before {
	content: "04";
}
.menu dd a:hover {
	opacity: .6;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	margin: 100px auto 0;
}
.paragraph h2 {
	width: 930px;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.6;
	margin: 0 auto 70px;
}
.paragraph h2 em {
	display: block;
	border-bottom: 1px solid #fff;
	font-size: 40px;
	font-weight: 500;
	padding-bottom: 12px;
	margin-bottom: 18px;
}
.paragraph h2 em:before {
	content: "01";
	font-size: 52px;
	font-weight: 700;
	color: #a30000;
	vertical-align: -.1em;
	margin-right: .35em;
}
#article02 h2 em:before {
	content: "02";
}
#article03 h2 em:before {
	content: "03";
}
#article04 h2 em:before {
	content: "04";
}
.paragraph h2 sup {
	font-size: .5em;
}
.paragraph h3 {
	height: 50px;
	border-left: 10px solid #a30000;
	font-size: 30px;
	font-weight: 500;
	line-height: 50px;
	padding: 0 0 0 .5em;
	margin: 70px auto 60px;
}
.paragraphIn {
	width: 930px;
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 16.5px;
	line-height: 2;
	margin: 0 0 30px;
}
.paragraphIn p em {
	background: #6e0000;
}


/*==============================================
 スコアテーブル
============================================= */
.benchmark {
	margin: 70px auto;
}
.benchmark h4 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 1.5em;
}
.benchmark table {
	width: 100%;
	table-layout: fixed;
}
.benchmark th,
.benchmark td {
	border: 1px solid #4b4b4b;
	padding: .4em 1em;
	box-sizing: border-box;
}
.benchmark th {
	font-size: 15px;
	font-weight: 300;
}
.benchmark th.type {
	font-size: 22px;
	font-weight: 700;
	vertical-align: top;
}
.benchmark td {
	width: 28%;
	background: #000;
	font-size: 18px;
	font-weight: 700;
	color: #a30000;
}


/*==============================================
 画像
============================================= */
.imgBox {
	width: 930px;
	margin: 70px auto;
	overflow: hidden;
}
.imgBox div {
	overflow: hidden;
}
.imgBox a {
	display: block;
	width: 450px;
	float: left;
}
.imgBox a:nth-of-type(2) {
	float: right;
}
.imgBox img {
	display: block;
	width: 100%;
}
.imgBox a img {
	transition: all ease .3s;
}
.imgBox a:hover img {
	opacity: .8;
	cursor: zoom-in;
}
.imgBox .cap {
	font-size: 14px;
	line-height: 1.8;
	margin: 25px 0 0;
}
.imgBox .cap.right {
	width: 450px;
	margin-top: -2px;
	float: right;
}
.imgBox strong {
	display: block;
	font-size: 24px;
	margin-bottom: 1.2em;
}


/*==============================================
 動画
============================================= */
.movBox {
	width: 640px;
	margin: 70px auto 0;
}
.mov {
	width: 640px;
	height: 360px;
	background: #666;
	display: table;
	line-height: 0;
}
.movTxt {
	display: table-cell;
	line-height: 1.3;
	color: #fff;
	vertical-align: middle;
	text-align: center;
}
.movBox .cap {
	font-size: 14px;
	line-height: 1.8;
	margin: 25px 0 0;
}
.movBox strong {
	display: block;
	font-size: 20px;
	margin-bottom: 1.2em;
}
.movBox strong:before {
	content: "▼";
	display: inline-block;
	width: 28px;
	height: 28px;
	background: #a30000;
	border-radius: calc(1px/0);
	font-size: 12.5px;
	vertical-align: .05em;
	transform: rotate(-90deg);
	text-align: center;
	padding-top: .3em;
	box-sizing: border-box;
	margin: 0 .5em 0 0;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	width: 930px;
	margin: 70px auto 0;
}
.productBox table {
	width: 100%;
	table-layout: fixed;
}
.productBox th,
.productBox td {
	border: 1px solid #4b4b4b;
	box-sizing: border-box;
	padding: 1em;
}
.productBox th {
	width: 200px;
	background: #000;
	font-size: 14px;
	font-weight: 300;
}
.productBox td {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	text-align: center;
}
.productBox td.item {
	padding: 0;
}
.productBox td a {
	display: block;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_lenovo/itemimg.webp) no-repeat center 0;
	color: #fff;
	padding: 1.7em;
}
.productBox td.item a dt {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
}
.productBox td.item a dt span {
	display: block;
}
.productBox td.item a dd {
	width: 100%;
	height: 40px;
	background: #a30000;
	border-radius: calc(1px/0);
	font-size: 13px;
	color: #fff;
	line-height: 40px;
	position: relative;
	transition: all ease .3s;
	margin: 225px auto 0;
}
.productBox td.item a dd:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.5em;
	width: 8px;
	height: 8px;
	margin: auto;
	transform: rotate(-45deg);
	vertical-align: middle;
	border-bottom: 2px solid #d6d6d6;
	border-right: 2px solid #d6d6d6;
}
.productBox td.item a dd:hover {
	background: #bc0404;
}





