@charset "shift_jis";

/*==============================================
 common
============================================= */
.menu {
	display:none;
}
img {
	display: block;
	width: 100%;
	height: 100%;
}

#header {
	border-bottom: #ededed solid 1px;
}
#footer {
	margin-top: 1rem;
}
.copyRight {
	border-top: 1px solid #ededed;
}
.pageTop {
	width: 40px;
	height: 40px;
	right: 10px;
	background-size: 40px;
	border-radius: 50%;
}

em {
	font-style: normal;
}

/*==============================================
 .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;
	color: #000;
	letter-spacing: 0.06em;
	font-feature-settings: "palt"1;
}

.releasedate {
	background: #000;
	font-size: 0.85rem; 
	color: #fff;
	padding: 2rem;
}


/*==============================================
 看板
============================================= */
h1 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_mouse_aipc/sp_mainimg.webp) no-repeat center top;
	background-size: 100%;
	font-size: 0;
	text-indent: -999em;
	margin: 0 auto;
	padding-top: 70.93%;
}
.lead p {
	font-size: 1.2rem;
	line-height: 1.8;
	margin-top: .5rem;
	padding: 0 2rem;
}
.lead a {
	color: #a50034;
	text-decoration: underline;
}


/*==============================================
 バナー
============================================= */
.topbnr {
	padding: 2rem;
}
.topbnr li {
	background: #fff;
	border-radius: 10px;
	padding: 1.5rem 2rem;
}
.topbnr li + li {
	margin-top: 1rem;
}
.topbnr li img {
	display: none;
}
.topbnr li dt {
	min-height: 4rem;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_mouse_aipc/itemimg_01.webp) no-repeat .5rem center #fff;
	background-size: 20%;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 3.8rem;
	padding-left: 25%;
}
.topbnr li:nth-of-type(2) dt {
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_mouse_aipc/itemimg_02.webp);
}
.topbnr li:nth-of-type(3) dt {
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_mouse_aipc/itemimg_03.webp);
}
.topbnr li dd a {
	display: block;
	height: 2.8rem;
	border-radius: calc(1px/0);
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 2.8rem;
	text-align: center;
	letter-spacing: 0.02em;
	margin: .8rem 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;
}

.innerbnr {
	text-align: center;
	margin: 3rem auto 0;
	padding: 0 2rem 2rem;
}
.innerbnr .wrap {
	border: 1px solid #000;
	padding: 2rem;
}
.innerbnr .wrap img {
	display: block;
	width: 85%;
	margin: .5rem auto 1.5rem;
}
.innerbnr .wrap dt {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0;
}
.innerbnr .wrap dd a {
	display: block;
	width: 100%;
	border-radius: calc(1px/0);
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
	margin: 1.2rem auto 0;
	padding: .9rem 0 1rem;
}
.innerbnr .wrap dd.btn01 a {
	background: #fff000;
}
.innerbnr .wrap dd.btn02 a {
	background: #000;
	font-weight: 500;
	color: #fff;
}



/*==============================================
 目次
============================================= */
.contentsNavi {
	padding: 1rem 2rem 3rem;
}
.contentsNavi dl {
	display: none;
}
.contentsNavi .wrap h2 {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	margin-bottom: .3rem;
}
.contentsNavi .wrap p {
	font-size: 1.4rem;
	line-height: 1.8;
	word-break: break-all;
	margin-top: 30px;
}
.contentsNavi .wrap p em {
	background: #fff884;
	font-weight: 700;
}
.contentsNavi .wrap p a {
	pointer-events: none;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	background: #fff;
}
.paragraph p {
	font-size: 1.4rem;
	line-height: 1.8;
	word-break: break-all;
	margin-top: 3rem;
}

.paragraph .cap {
	font-size: 1.1rem;
	line-height: 1.6;
	margin-top: 1rem !important;
}
.paragraph .note {
	font-size: .9rem;
	line-height: 1.4;
	margin-top: 2rem;
}
.paragraph p em {
	background: #fff884;
	font-weight: 700;
}

.paragraph {
	border-top: 1px solid #666;
	transition: background-color .2s, border-top-color .2s;
}
.paragraphIn {
	padding: 0 2rem;
}
#article04 {
	border-bottom: 1px solid #666;
}
#article04 .paragraphIn {
	padding-bottom: 3rem;
}

.spAccordion {
	display: none;
}
.paragraph h2 {
	background: #000;
	font-size: 1.5rem;
	color: #fff;
	line-height: 1.5;
	font-weight: 700;
	position: relative;
}
.paragraph h2 span {
	display: block;
	padding: 1.6rem 1.5rem 1.5rem 3.6rem;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.paragraph h2:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 1px;
	bottom: 0;
	left: 1.5rem;
	width: 6px;
	height: 6px;
	margin: auto;
	transition: transform .2s ease, opacity .2s ease;
	transform: rotate(45deg);
	vertical-align: middle;
	border-bottom: 3px solid #d6d6d6;
	border-right: 3px solid #d6d6d6;
}
.paragraph.active h2:after {
	top: 3px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.paragraph h2 em {
	display: block;
	font-size: 2rem;
	color: #1facd4;
	margin-bottom: .5rem;
}
.paragraph h3 {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: bold;
	margin: 3rem auto 0;
}
.paragraph h2 br,
.paragraph h3 br {
	display: none;
}


/*==============================================
 囲み
============================================= */
.column {
	background: #fff000;
	padding: 3rem 2rem;
}
.column h3 {
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	margin: 0 auto -.5rem;
}
.column h3 span {
	border-bottom: 1px solid #000;
}
.column h3 br {
	display: block;
}
.column p {
	font-size: 1.4rem;
	line-height: 1.8;
}


/*==============================================
 画像
============================================= */
.imgBox {
	margin: 3.5rem auto 3rem;
}
.imgBox a {
	display: block;
}
.imgBox a + a {
	margin-top: 1rem;
}
.imgBox .cap small {
	display: block;
	margin-top: 1.5em;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	background: #000;
	color: #000;
	padding: 3rem 2rem 1rem;
}
.productBox h2 {
	font-size: 1.4rem;
	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: 2rem;
	padding: 3rem 2rem;
}
.productBox .lineup dt {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0;
}
.productBox .lineup dd img {
	display: block;
	width: 85%;
	margin: 1.5rem auto;
}
.productBox .lineup dd + dd a {
	display: block;
	width: 100%;
	border-radius: calc(1px/0);
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
	margin: 1.2rem auto 0;
	padding: .9rem 0 1rem;
}
.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: block;
	font-size: .8em;
	font-weight: 300;
	margin-top: .3em;
}
.productBox .lineup table {
	width: 100%;
	table-layout: fixed;
	margin: 1.5rem auto 0;
}
.productBox .lineup th,
.productBox .lineup td {
	border: 1px solid #333;
	font-size: 1rem;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
	padding: .5em;
}
.productBox .lineup th {
	width: 26%;
	background: #eee;
	border-right: 0;
	font-weight: 500;
}
.productBox .lineup td {
	background: #fff;
	border-left: 0;
	word-break: break-all;
}
.productBox .lineup .others {
	font-size: 1.2rem;
	text-align: left;
	margin-top: 2rem;
}
.productBox .lineup .others p {
	font-weight: 700;
	line-height: 1.4;
}
.productBox .lineup .others a {
	display: inline-block;
	color: #119dc5;
	text-decoration: underline;
	margin-top: 1rem;
}
.productBox .lineup .others a:before {
	content: "▼";
	display: inline-block;
	font-size: .7em;
	color: #000;
	transform: rotate(-90deg);
	vertical-align: 1px;
	margin-right: .5em;
}



/*----- .scroll -----*/
.scroll {
	overflow: auto;
	padding-bottom: 10px;
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}



