@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
	border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn,
.copyRightIn {
	width: 1000px;
	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;
}


/*==============================================
 .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: #f3f3f3;
	font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
	letter-spacing: 0.06em;
	font-feature-settings: "palt"1;
	color: #333;
	padding-bottom: 30px;
}
#contentsWrap {
	width: 1000px;
	background: #fff;
	margin: 0 auto 15px;
	box-shadow: 0px 10px 10px 0px rgba(100,100,100,.2);
}

.releasedate {
	width: 830px; 
	font-size: 11px; 
	text-align: right;
	margin: 90px auto 0; 
}


/*==============================================
 看板
============================================= */
.mainTitle {
	width: 100%;
	height: 667px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/08_zenbook/mainimg.webp) no-repeat center top;
	margin: 0 auto;
	position: relative;
}
h1 {
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
}
.mainTitle p {
	font-size: 11px;
	color: #444;
	position: absolute;
	right: 15px;
	bottom: 12px;
}
.lead {
	padding: 0 85px;
	margin: 50px auto 0;
}
.lead p {
	font-size: 16px;
	line-height: 1.9;
}


/*==============================================
 バナー
============================================= */
.topbnr {
	width: 830px;
	text-align: center;
	margin: 45px auto 0;
}
.innerbnr {
	width: 830px;
	text-align: center;
	margin: 80px auto 0;
}
.topbnr a,
.innerbnr a {
	display:block;
	width: 812px;
	height: 155px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/08_zenbook/innerbnr.png) no-repeat center top;
	margin: 0;
	position: relative;
}
.topbnr a p,
.innerbnr a p {
	width: 460px;
	height: 36px;
	background: #9e1320;
	border-radius: 5px;
	font-size: 13px;
	color: #fff;
	line-height: 36px;
	position: relative;
	top: 89px;
	left: 310px;
	transition: all ease .3s;
}
.topbnr a p span,
.innerbnr a p span {
	display: inline-block;
	text-indent: -999em;
	z-index: 1;
}
.txtLink {
	text-align: center;
	margin: 80px auto;
}
.txtLink a {
	display: block;
	width: 600px;
	height: 58px;
	background: #9e1320;
	border-radius: 5px;
	font-size: 12.5px;
	color: #fff;
	line-height: 58px;
	margin: auto;
	position: relative;
	transition: all ease .3s;
}
.topbnr a p:after,
.innerbnr a p:after,
.txtLink a:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1em;
	margin: auto 0;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}
.topbnr a p:hover,
.innerbnr a p:hover,
.txtLink a:hover {
	background: #bb1c2a;
}


/*==============================================
 目次
============================================= */
.menu {
	background: #e9e6e4;
	margin: 60px auto 0;
	padding: 2.4em 0;
}
.menu dl {
	display: table;
	table-layout: fixed;
	width: 830px;
	font-size: 13px;
	color: #453234;
	margin: auto;
}
.menu dt {
	display: table-cell;
	width: 130px;
	font-weight: 700;
	vertical-align: middle;
	padding-left: 10px;
}
.menu dd {
	display: table-cell;
	font-weight: 500;
	vertical-align: middle;
}
.menu dd a {
	display: block;
	color: #453234;
	margin: .6em auto;
	transition: all ease .3s;
}
.menu dd a em {
	display: inline-block;
	width: 140px;
	height: 22px;
	background: #fff;
	border-radius: calc(1px/0);
	font-size: 11px;
	line-height: 22px;
	text-align: center;
	vertical-align: 1px;
	margin-right: 1.5em;
}
.menu dd a:hover {
	opacity: .6;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	margin: 100px auto 0;
}
.paragraph h2 {
	font-size: 33px;
	font-weight: 700;
	color: #453234;
	line-height: 1.5;
	letter-spacing: 0.01em;
	text-align: center;
	margin: 0 auto 60px;
}
.paragraph h2 em {
	display: block;
	width: 180px;
	height: 40px;
	font-weight: 500;
	background: linear-gradient(to right, #453234 20%, #7e7e7e);
	border-radius: calc(1px/0);
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	margin: 0 auto 2.5em;
}
.paragraph h3 {
	font-size: 30px;
	font-weight: 700;
	color: #453234;
	line-height: 1.6;
	letter-spacing: 0.01em;
	text-align: center;
	margin: 0 auto 60px;
}

.paragraphIn {
	width: 830px;
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 16px;
	line-height: 2;
	margin: 0 0 30px;
}
.paragraphIn p em {
	font-weight: 700;
}

#article04 {
	background: #e9e6e4;
	padding: 100px 0 70px;
}
#article04 h2 em {
	display: none;
}


/*==============================================
 スペック
============================================= */
.spec {
	margin: 80px auto;
}
.spec h4 {
	font-size: 16px;
	font-weight: 700;
}
.spec table {
	width: 100%;
	margin: 1.5em auto 0;
}
.spec th {
	font-size: 14px;
	font-weight: 700;
	padding: .8em 1em 0;
}
.spec thead th {
	background: #37373a;
	border-left: 1px solid #37373a;
	font-weight: 500;
	color: #fff;
	text-align: center;
	padding: .6em 0;
}
.spec thead th:last-child {
	border-left: 1px solid #fff;
}
.spec tbody th {
	background: #f3f3f3;
	border: 1px solid #37373a;
	vertical-align: top;
}
.spec tbody td {
	width: 190px;
	border: 1px solid #37373a;
	font-size: 13px;
	padding: .6em 1em;
}
.spec tbody td:last-child {
	width: 280px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
.spec tbody td:last-child small {
	font-size: 14px;
}


/*==============================================
 画像
============================================= */
.imgBox {
	width: 830px;
	margin: 80px auto;
	overflow: hidden;
}
.imgBox div {
	overflow: hidden;
}
.imgBox a {
	display: block;
	width: 400px;
	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;
}
.imgBox .cap {
	font-size: 13px;
	line-height: 1.9;
	margin: 20px 0 0;
}
.w600,
.w600 a {
	width: 600px;
	float: none;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	background: #e9e6e4;
	margin: 0 auto;
	padding-bottom: 60px;
}
.productBox .wrap {
	width: 830px;
	background: #fff;
	border-radius: 20px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 75px;
}
.productBox .wrap a {
	text-align: center;
}
.productBox .wrap a dl {
	color: #333;
}
.productBox .wrap a dt {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0;
	margin: .3em auto 0;
}
.productBox .wrap a dt small {
	display: block;
	font-size: 30px;
	margin-top: .3em;
}
.productBox .wrap a dd {
	font-size: 16px;
	font-weight: 700;
}
.productBox .wrap a dt + dd {
	width: 220px;
	height: 40px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/08_zenbook/limited_model.png) no-repeat 0 0;
	background-size: 220px;
	text-indent: -999em;
	margin: 1em auto 0;
}
.productBox .wrap a img {
	display: block;
	margin: auto;
}
.productBox .wrap a div {
	width: 440px;
	height: 58px;
	background: #9e1320;
	border-radius: 5px;
	font-size: 18px;
	color: #fff;
	line-height: 58px;
	position: relative;
	transition: all ease .3s;
	margin: auto;
}
.productBox .wrap a div:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1em;
	margin: auto 0;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}
.productBox .wrap a div:hover {
	background: #bb1c2a;
}
.productBox .wrap table {
	width: 100%;
	margin: 4em auto 0;
}
.productBox .wrap tr:nth-of-type(odd) {
	background: #f3f3f3;
}
.productBox .wrap th,
.productBox .wrap td {
	font-size: 13px;
	font-weight: 400;
	vertical-align: top;
	padding: .6em .8em;
}
.productBox .wrap th {
	width: 200px;
	border-right: 2px solid #fff;
}


