@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: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_mousepro/titlebg.png) repeat-x center top #fff;
	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;
	color: #fff;
	text-align: right;
	margin: 90px auto 0;
	padding-bottom: 100px;
}


/*==============================================
 看板
============================================= */
.mainTitleWrap {
	width: 100%;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_mousepro/titlebg.jpg) no-repeat center top;
}
.mainTitle {
	width: 770px;
	height: 420px;
	margin: 0 auto;
	position: relative;
}
.mainTitle p {
	width: 332px;
	height: 185px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_mousepro/maincatch.png) no-repeat 0 0;
	position: absolute;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	top: 120px;
}
.mainTitle:after {
	content: "";
	display: block;
	width: 724px;
	height: 601px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_mousepro/mainimg.webp) no-repeat 0 0;
	position: absolute;
	top: -15px;
	right: -180px;
	z-index: 1;
}
h1 {
	width: 100%;
	height: 200px;
	background: #000;
	z-index: 1;
}
h1 span {
	display: block;
	width: 100%;
	height: 200px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_mousepro/maintitle.png) no-repeat center center;
	text-indent: -999em;
	font-size: 0;
	position: relative;
	z-index: 2;
}
.lead {
	width: 100%;
	background: #ececec;
	padding: 60px 0 80px;
}
.lead p {
	width: 770px;
	font-size: 16px;
	line-height: 2;
	margin: 0 auto;
}
.lead p.note {
	font-size: .9em;
	margin-top: 1.5em;
}
.lead p a {
	color: #0072c1;
	text-decoration: underline;
}
.lead p a:hover {
	text-decoration: none;
}


/*==============================================
 バナー
============================================= */
.topbnr {
	margin: 55px auto 0;
}
.innerbnr {
	margin: 80px auto 90px;
}
.topbnr .wrap,
.innerbnr .wrap {
	display: flex;
	width: 770px;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	border: 1px solid #b6b6b6;
	padding: 20px 60px 20px 60px;
	box-sizing: border-box;
	margin: auto;
	box-shadow: 0 3px 5px rgba(100,100,100,.3);
}
.topbnr .img,
.innerbnr .img {
	width: 180px;
}
.topbnr img,
.innerbnr img {
	display: block;
	width: 180px;
	margin: auto;
}
.topbnr dl,
.innerbnr dl {
	width: 420px;
	text-align: center;
}
.topbnr dt,
.innerbnr dt {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 15px 5px;
}
.topbnr dd a,
.innerbnr dd a {
	display: block;
	width: 420px;
	height: 40px;
	border-radius: calc(1px/0);
	font-size: 13px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0.02em;
	margin: 10px auto 0;
	transition: all ease .3s;
}
.topbnr dd.btn01 a,
.innerbnr dd.btn01 a {
	background: #fff000;
}
.topbnr dd.btn02 a,
.innerbnr dd.btn02 a {
	background: #000;
	font-weight: 500;
	color: #fff;
}
.topbnr dd.btn01 a:hover,
.innerbnr dd.btn01 a:hover {
	background: #fff38e;
}
.topbnr dd.btn02 a:hover,
.innerbnr dd.btn02 a:hover {
	background: #555;
}

/*==============================================
 目次
============================================= */
.menu {
	background: #000;
	margin: 0 auto;
	padding: 40px 0;
}
.menu dl {
	display: table;
	table-layout: fixed;
	width: 770px;
	margin: auto;
}
.menu dt {
	display: table-cell;
	width: 120px;
	font-size: 14px;
	font-weight: 700;
	color: #676767;
	letter-spacing: 0;
	vertical-align: middle;
}
.menu dd {
	display: table-cell;
	vertical-align: middle;
}
.menu dd a {
	display: block;
	font-size: 15px;
	color: #fff;
	margin: 1em auto;
	transition: all ease .3s;
}
.menu dd a em {
	display: inline-block;
	width: 80px;
	font-weight: 700;
	position: relative;
	margin-right: 18px;
}
.menu dd a em:after {
	content: "▼";
	font-size: 10px;
	color: #0066b7;
	line-height: 1.3;
	position: absolute;
	right: 0;
}
.menu dd a:hover {
	opacity: .6;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	margin: 0 auto;
	padding-top: 70px;
	position: relative;
}
.paragraph h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	letter-spacing: 0;
	margin: 0 auto 60px;
	position: relative;
	z-index: 1;
}
.paragraph h2 em {
	display: block;
	font-size: 22px;
	color: #0066b7;
	margin-bottom: 15px;
}
.paragraph h2 sup {
	font-size: 13px;
	vertical-align: 1.5em;
}
.paragraphIn {
	width: 770px;
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 16px;
	line-height: 2;
	margin: 0 0 30px;
}
.paragraphIn p em {
	background: #d4eaff;
	font-weight: 700;
}

.spAccordion {
	position: relative;
	z-index: 2;
}

#article01:after,
#article02:after,
#article03:after {
	content: "";
	display: block;
	width: 100%;
	height: 300px;
	background: linear-gradient(#ececec, #fff);
	position: absolute;
	top: 0;
}


/*==============================================
 囲み
============================================= */
#column {
	background: #f6f6f6;
	padding: 80px 0 100px;
}
#column h2 em {
	display: none;
}
#column h2 strong {
	font-size: 36px;
	color: #0066b7;
}
#column .itemBox {
	width: 470px;
	margin: 40px auto 0;
}
#column .itemBox img {
	display: block;
	width: 95%;
	margin: auto;
}
#column .itemBox .cap {
	font-size: 14px;
	line-height: 1.8;
	margin: 25px auto 40px;
}
#column .itemBox div a {
	display: block;
	width: 470px;
	height: 40px;
	border-radius: calc(1px/0);
	font-size: 13px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0.02em;
	margin: 15px auto 0;
	transition: all ease .3s;
}
#column .itemBox div.btn01 a {
	background: #fff000;
}
#column .itemBox div.btn02 a {
	background: #000;
	font-weight: 500;
	color: #fff;
}
#column .itemBox div.btn01 a:hover {
	background: #fff38e;
}
#column .itemBox div.btn02 a:hover {
	background: #555;
}


/*==============================================
 まとめ
============================================= */
#article04 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_mousepro/matomebg.webp) no-repeat center bottom;
	background-size: cover;
	color: #fff;
	padding: 90px 0 300px;
}
#article04 h2 {
	margin-bottom: 50px;
}
#article04 h2 em {
	display: none;
}


/*==============================================
 画像
============================================= */
.imgBox {
	width: 770px;
	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.8;
	margin: 25px 0 0;
}
.imgBox .cap.right {
	width: 370px;
	margin-top: -2px;
	float: right;
}

.w600,
.w600 a {
	width: 600px;
	float: none;
}

/*==============================================
 製品紹介
============================================= */
.productBox {
	width: 100%;
	background: #000;
	margin: 0 auto;
	padding: 110px 0 0;
}
.productBox .wrap {
	width: 930px;
	margin: auto;
}
.productBox .wrap h2 {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin: 0 auto 40px;
}
.productBox table {
	width: 100%;
	table-layout: fixed;
	background: #fff;
}
.productBox table img {
	width: 100%;
}
.productBox th,
.productBox td {
	border: 1px solid #000;
	font-size: 12px;
	line-height: 1.5;
	vertical-align: middle;
	box-sizing: border-box;
	padding: .8em 1em;
}
.productBox th {
	width: 145px;
	background: #e3e3e3;
	font-weight: 500;
}
.productBox td {
	text-align: center;
	letter-spacing: 0;
}
.productBox .items td {
	padding: 30px;
	position: relative;
}
.productBox .items td dt {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0;
	margin: .2em auto .5em;
}
.productBox .items td dt span {
	display: block;
	font-size: 20px;
	margin-top: .2em;
}
.productBox .items td dd {
	margin: .8em auto 0;
}
.productBox .items td dd a {
	display: block;
	height: 35px;
	border-radius: calc(1px/0);
	font-size: 12px;
	font-weight: 700;
	line-height: 35px;
	letter-spacing: 0.02em;
	transition: all ease .3s;
}
.productBox .items td dd.btn01 a {
	background: #fff000;
}
.productBox .items td dd.btn02 a {
	background: #000;
	font-weight: 500;
	color: #fff;
}
.productBox .items td dd.btn01 a:hover {
	background: #fff38e;
}
.productBox .items td dd.btn02 a:hover {
	background: #555;
}
.productBox .items td strong {
	width: 70px;
	height: 70px;
	background: #ffcc00;
	border-radius: calc(1px/0);
	font-size: 12px;
	line-height: 70px;
	position: absolute;
	top: 1.5em;
	left: 1.5em;
}







