@charset "shift_jis";
/*==============================================
 common
============================================= */


/*.lead,*/
.contentsNavi{
display:none;
}
#header {
border-bottom: #ededed solid 1px;
}
.copyRight { border-top: 1px solid #ededed; }
.pageTop {
width: 40px;
height: 40px;
right: 10px;
background-size: 40px;
border-radius: 50%;
}

img {
width: 100%;
height: auto;
}

/* 画面にマーカー部分が入ったら、マーカーが引かれるアニメーション前のスタイル */
.marker {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #890202, #810101); /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 100%; /* '30%'の部分にマーカーの太さを記入 */
  transition: all 1s ease-in-out; /* マーカーを引く速度を調整 */
  font-weight: bold; /* ついでに太字にしたい場合 */
}

/* アニメーション発火時 */
.marker.inview {
  background-size: 100% 100%; /* '30%'の部分は上で設定した太さに合わせる */
}

.bgblack  {
    background-color: #000;}


/*==============================================
 看板
============================================= */
h1 {
padding-top: 100%;
margin: 0 auto;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/12_mouse/sp_title.jpg) no-repeat center top;
background-size: 100%;
text-indent: -999em;
font-size: 0;
}
p.lead {
padding: 25px;
    font-size: 1.2rem;
    line-height: 1.8;}

.lead a{
color: #b80404;
text-decoration: underline;
font-weight: bold;}

/*==============================================
 バナー
============================================= */
.bnr a { text-decoration: none; }

/*----　看板下　----*/
.topbnr {
padding: 0 25px 25px 25px;
}
.topbnr a {
font-size: 1rem;
line-height: 1.6;
text-align: center;
color: #fff;
background: #8c0909 url(https://img1.kakaku.k-img.com/images/article/tieup/24/12_mouse/newwindow_icon.svg) 96% 50% no-repeat;
border-radius: 80px;
box-sizing: border-box;
display:block;
margin-bottom: 10px;
padding: 10px;
width: 100%;}


/*----　記事内　----*/
.innerbnr{
padding: 30px 0 0;
}
.innerbnr a{
padding-top: 44.44%;
margin: 0 auto;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/12_mouse/sp_innerbnr.jpg) no-repeat center top;
background-size: 100%;
text-indent: -999em;
font-size: 0;
display: block;
}


/*==============================================
 #mainContents
============================================= */
/*----- 文字 -----*/
#mainContents .paragraph,
#mainContents .mainTitleWrap,
.productBox,
table th,table td{
color: #fff;
font-feature-settings: "palt" 1;
letter-spacing: 0.05em;}

.paragraph p {
font-size: 1.28rem;
line-height: 1.9;
margin-top: 30px;
}
.paragraphIn > p:first-child {
margin-top: 10px;
}
.paragraph .cap {
font-size: 1.15rem;
line-height: 1.6;
margin-top: 10px !important;}

.lead .capS {
margin-top: 5px !important;
font-size: 1rem !important;}

/*----　paragraph　----*/
.paragraph {
border-top: 1px solid #484848;
transition: background-color .2s, border-top-color .2s;
}
#matome {
border-bottom: 1px solid #484848;
}

.paragraphIn{
padding: 0 25px 30px;
}

.spAccordion {
display: none;
}
.paragraph h2 {
position: relative;
padding: 20px 20px 20px 25px;
color: #fff;
font-weight: bold;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/12_mouse/sp_h2_bg.jpg) center top no-repeat;
background-size: 60%;
}
.paragraph h2:active {
    color: #bababa;
}
.paragraph.active h2 {
color: #fff;
}
.paragraph h2 span {
display: block;
padding-left: 26px;
font-size: 1.28rem;
line-height: 1.6;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.paragraph h2 span span{
padding-left: 0;	
}

.paragraph h2 .icon {
    font-size: 1.3rem;
    border-bottom: #a50000 3px solid;
    display: inline-block;
padding-bottom: 3px;}

.paragraph h2 .text {
    padding-top: 10px;
    display: block;}

.paragraph h2:after {
content: "";
display: inline-block;
position: absolute;
top: 1px;
bottom: 0;
left: 20px;/*----　左からの矢印の位置　----*/
width: 8px;
height: 8px;
margin: auto;
-webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
transition: opacity .2s ease, -webkit-transform .2s ease;
transition: transform .2s ease, opacity .2s ease;
transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
vertical-align: middle;
border-bottom: 3px solid #b80404;/*----　矢印の色　----*/
border-right: 3px solid #b80404;/*----　矢印の色　----*/
}
.paragraph.active h2:after {
top: 3px;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}

.paragraph .subtit {
    font-size: 1.3rem;
    font-weight: bold;
    border-left: #8c0909 5px solid;
    padding-left: 10px;
    margin-top: 40px;
}

/*----- 画像 -----*/
.imgBox {margin-top: 30px;}
.imgBox div {overflow: hidden;}
.imgBox img {width: 100%;}
.imgBox div + .cap{
	margin-top: 15px;}
.imgBox a + .cap {
	margin-top: 0;}

.imgBox .floatR {
    margin-top: 5px;}

.imgBox div.floatR {
    margin-top: 30px;}

.col2 div {
display: table;}

.col2 div a,
.col2 div p.cap{
display: table-cell;
width: 49%;
vertical-align: middle;}

/*----　column　----*/
.column {
    border: #fff227 5px solid;
    border-radius: 60px 0;
    padding: 30px 20px 20px;
    margin-top: 40px;
box-sizing: border-box;}

.column .title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff227;
    text-align: center;
    border-bottom: #fff227 4px solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.column a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

.column a:hover {
    color: #fff227;
}



/*==============================================
 .productBox
============================================= */
/*----- 製品枠 -----*/
.productBox {
padding:20px;}

.productBox a {
display:block;
color:#333;}

.productBox a .img {
text-align: center;}

.productBox a .img img {
width: 70%;}

.productBox a .info dt.name {
    text-align: center;
}

.productBox a .info dt.name img {
width: 90%;
margin-top: 8px;}

.productBox a .info .btn {
font-size: 1.1rem;
line-height: 1.6;
text-align: center;
color: #fff;
background: #8c0909 url(https://img1.kakaku.k-img.com/images/article/tieup/24/12_mouse/newwindow_icon.svg) 96% 50% no-repeat;
border-radius: 80px;
box-sizing: border-box;
display:block;
margin-top: 20px;
padding: 8px 10px;
width: 100%;}

.productBox .spectit {
font-size: 1.28rem;
line-height: 1.5;
font-weight: bold;
display:block;
margin-top: 40px;}

table.deta{
    margin: 15px auto 0;}

table.deta{
margin: 20px auto 0;
border-collapse:separate;
border-spacing:0;
box-sizing: border-box;
border-left:#4e4e4e 1px solid;
border-top:#4e4e4e 1px solid; }

table.deta th,
table.deta td{
padding: 5px 8px;
box-sizing: border-box;
font-size: 1.1rem;
line-height: 1.7;}

table.deta th{
border-right: #4e4e4e 1px solid;
border-bottom: #4e4e4e 1px dotted;
word-break: break-all;}

table.deta th{
background-color: #2a2a2a;
width: 30%;}

table.deta td{width: 25%;}

table.deta td{
border-right: #4e4e4e 1px solid;
border-bottom: #4e4e4e 1px dotted;}

table.deta th.end,
table.deta td.end{
border-bottom: #4e4e4e 1px solid;}

table.deta.spec{
    margin: 20px auto 0;}

table.deta.spec th{
width: 30%;}

table.deta.spec td{width: 70%;}
/*----- .scroll -----*/
.scroll {
overflow: auto;
padding-bottom: 10px;
}
.scroll::-webkit-scrollbar{
height: 5px;
}
.scroll::-webkit-scrollbar-track{
background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
background: #BCBCBC;
}

/*==============================================
.releasedate
============================================= */
.releasedate {
	font-size: 0.85rem; 
	padding: 0 25px 30px;
	color: #fff;}

#footer {
	padding-top: 30px;}

