@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: #eee;
	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: #000;
}

.releasedate {
	width: 930px;
	font-size: 11px;
	text-align: right;
	margin: 90px auto 0;
	padding-bottom: 100px;
}


/*==============================================
 看板
============================================= */
.mainTitle {
	width: 100%;
	margin: 0 auto;
	padding-top: 60px;
	position: relative;
}
.mainTitle:before {
	content: "";
	display: block;
	width: 100%;
	height: 400px;
	background: #fff;
	position: absolute;
	top: 0;
}
h1 {
	width: 100%;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_mouse_aipc/maintitle.webp) no-repeat center top;
	height: 540px;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	position: relative;
}
.lead {
	width: 930px;
	margin: 0 auto 0;
}
.lead p {
	font-size: 17px;
	line-height: 1.9;
}


/*==============================================
 バナー
============================================= */
.topbnr {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 930px;
	margin: 60px auto 0;
}
.topbnr li {
	width: 300px;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	box-sizing: border-box;
	padding: 35px 0 30px;
}
.topbnr li img {
	height: 125px;
	margin: auto;
}
.topbnr li dt {
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 16px auto 15px;
}
.topbnr li dd a {
	display: block;
	width: 200px;
	height: 35px;
	border-radius: calc(1px/0);
	font-size: 13px;
	font-weight: 700;
	line-height: 35px;
	letter-spacing: 0.02em;
	margin: 10px auto 0;
	transition: all ease .3s;
}
.topbnr li dd.btn01 a {
	background: #fff000;
}
.topbnr li dd.btn02 a {
	background: #000;
	font-weight: 500;
	color: #fff;
}
.topbnr li dd.btn01 a:hover {
	background: #fff38e;
}
.topbnr li dd.btn02 a:hover {
	background: #555;
}

.innerbnr {
	background: #fff;
	padding: 0 80px 90px;
}
.innerbnr .wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #000;
	padding: 25px 70px 20px;
}
.innerbnr .img {
	width: 200px;
}
.innerbnr img {
	display: block;
	width: 200px;
	margin: auto;
}
.innerbnr dl {
	width: 370px;
}
.innerbnr dt {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 15px 5px;
}
.innerbnr dd a {
	display: block;
	width: 370px;
	height: 35px;
	border-radius: calc(1px/0);
	font-size: 13px;
	font-weight: 700;
	line-height: 35px;
	letter-spacing: 0.02em;
	text-align: center;
	margin: 10px auto 0;
	transition: all ease .3s;
}
.innerbnr dd.btn01 a {
	background: #fff000;
}
.innerbnr dd.btn02 a {
	background: #000;
	font-weight: 500;
	color: #fff;
}
.innerbnr dd.btn01 a:hover {
	background: #fff38e;
}
.innerbnr dd.btn02 a:hover {
	background: #555;
}


/*==============================================
 目次
============================================= */
.contentsNavi {
	width: 930px;
	background: #fff;
	margin: 60px auto 0;
	padding-bottom: 80px;
}
.contentsNavi dt {
	border-left: 10px solid #1facd4;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0;
	padding: 55px 80px 10px 70px;
}
.contentsNavi dd {
	border-left: 10px solid #000;
	font-size: 14px;
	padding: 10px 80px 25px 70px;
}
.contentsNavi dd a {
	display: block;
	margin: 1em auto;
	transition: all ease .3s;
}
.contentsNavi dd a:hover {
	color: #119dc5;
}
.contentsNavi dd em {
	display: inline-block;
	width: 190px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
	margin-right: 15px;
	padding: 0 30px 0 0;
	position: relative;
}
.contentsNavi dd em:after {
	content: "・・・";
	display: inline-block;
	font-size: 13px;
	font-weight: 300;
	color: #c9c9c9;
	letter-spacing: 0;
	position: absolute;
	right: 0;
}
.contentsNavi .wrap {
	margin-top: 40px;
	padding: 0 80px;
}
.contentsNavi .wrap h2 {
	border-top: 1px solid #000;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 60px;
	padding-top: 80px;
}
.contentsNavi .wrap p {
	font-size: 16px;
	line-height: 2;
	margin-top: 30px;
}
.contentsNavi .wrap p em {
	background: #fff884;
	font-weight: 700;
}
.contentsNavi .wrap p a {
	color: #119dc5;
	text-decoration: underline;
}
.contentsNavi .wrap p a:hover {
	text-decoration: none;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	width: 930px;
	margin: 60px auto 0;
}
.paragraph h2 {
	background: #000;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	padding: 2em 0 2.1em;
}
.paragraph h2 em {
	display: block;
	font-size: 36px;
	color: #1facd4;
	margin-bottom: .4em;
}
.spAccordion {
}
.paragraphIn {
	background: #fff;
	margin: 0 auto;
	padding: 70px 80px 20px;
}
.paragraphIn p {
	font-size: 16px;
	line-height: 2;
	margin: 0 0 30px;
}
.paragraphIn p em {
	background: #fff884;
	font-weight: 700;
}
.paragraphIn p.note {
	font-size: 11px;
}

#article04 {
	background: #000;
	color: #fff;
}
#article04 h2 {
	font-size: 34px;
	color: #1facd4;
	line-height: 1.5;
	margin-bottom: 60px;
	padding: 90px 0 0;
}
#article04 h2 em {
	display: none;
}
#article04 .paragraphIn {
	background: #000;
	padding-top: 0;
}


/*==============================================
 囲み
============================================= */
.column {
	background: #fff000;
	margin: 60px auto 0;
	padding: 70px 80px;
}
.column h3 {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 45px;
}
.column h3 span {
	border-bottom: 1px solid #000;
}
.column p {
	font-size: 16px;
	line-height: 2;
}


/*==============================================
 画像
============================================= */
.imgBox {
	width: 100%;
	margin: 70px auto;
	overflow: hidden;
}
.imgBox div {
	overflow: hidden;
}
.imgBox a {
	display: block;
	width: 370px;
	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: 14px;
	line-height: 1.9;
	margin: 20px 0 0;
}
.imgBox .cap.right {
	width: 370px;
	margin-top: -2px;
	float: right;
}
.imgBox .cap small {
	display: block;
	margin-top: 1.5em;
}

.w600,
.w600 a {
	width: 600px;
	float: none;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	width: 930px;
	background: #000;
	margin: 0 auto;
	padding: 10px 80px 90px;
	box-sizing: border-box;
}
.productBox h2 {
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	letter-spacing: .3em;
	text-align: center;
}
.productBox .lineup {
	text-align: center;
}
.productBox .lineup li {
	background: #fff;
	border-radius: 20px;
	margin-top: 50px;
	padding: 60px 65px 70px;
}
.productBox .lineup dt {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0;
}
.productBox .lineup dd img {
	display: block;
	width: 370px;
	margin: 30px auto;
}
.productBox .lineup dd + dd a {
	display: block;
	width: 540px;
	height: 54px;
	border-radius: calc(1px/0);
	font-size: 16px;
	font-weight: 700;
	line-height: 53px;
	letter-spacing: 0.02em;
	margin: 15px auto 0;
	transition: all ease .3s;
}
.productBox .lineup dd.btn01 a {
	background: #fff000;
}
.productBox .lineup dd.btn02 a {
	background: #000;
	font-weight: 500;
	color: #fff;
}
.productBox .lineup dd.btn02 a small {
	display: inline-block;
	font-size: .8em;
	font-weight: 300;
	margin-left: .5em;
}
.productBox .lineup dd.btn01 a:hover {
	background: #fff38e;
}
.productBox .lineup dd.btn02 a:hover {
	background: #555;
}
.productBox .lineup table {
	width: 100%;
	table-layout: fixed;
	margin: 40px auto 0;
}
.productBox .lineup th,
.productBox .lineup td {
	border: 1px solid #333;
	font-size: 13px;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
	padding: .6em 1em;
}
.productBox .lineup th {
	width: 130px;
	background: #eee;
	border-right: 0;
	font-weight: 500;
}
.productBox .lineup td {
	background: #fff;
	border-left: 0;
	font-weight: 300;
}
.productBox .lineup .others {
	font-size: 15px;
	text-align: left;
	margin-top: 40px;
}
.productBox .lineup .others p {
	font-weight: 700;
	margin-bottom: 12px;
}
.productBox .lineup .others a {
	display: inline-block;
	color: #119dc5;
	text-decoration: underline;
	margin-right: 1.5em;
}
.productBox .lineup .others a:before {
	content: "▼";
	display: inline-block;
	font-size: .7em;
	color: #000;
	transform: rotate(-90deg);
	vertical-align: 1px;
	margin-right: .5em;
}
.productBox .lineup .others a:hover {
	text-decoration: none;
}








