@charset "shift_jis";
/*==============================================
 common
============================================= */
/*.lead,*/
.contentsNavi,
.pconly{
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%;
}

/*==============================================
 看板
============================================= */
h1 {
padding-top: 98%;
margin: 0 auto;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/07_roborock/sp_title.jpg) no-repeat center top;
background-size: 100%;
text-indent: -999em;
font-size: 0;
}
p.lead {
padding: 18px 25px 0;
	font-size: 1.2rem;
	line-height: 1.7;}

p.lead a {
	color: #d70026;
	text-decoration: underline;
}

/*==============================================
 バナー
============================================= */
.bnr a { text-decoration: none; }

/*----　看板下　----*/
.topbnr {
padding: 20px 30px 30px 30px;
}
.topbnr a {
font-size: 1.1rem;
line-height: 50px;
color: #fff;
text-align: center;
background-color: #d70026;
border-radius: 50px;
box-sizing: border-box;
display:block;
width: 100%;
height: 50px;}

.topbnr .bnr .item {
display:table;
table-layout: fixed;
position: relative;
padding-right: -25px;
width: 100%;

}
.topbnr .bnr .item:after {
content: '';
width: 8px;
height: 8px;
border: 0px;
border-top: solid 3px #fff;
border-right: solid 3px #fff;
/*　↑トップバナー矢印の色を変更する場合はこちら　*/
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 0;
bottom: 0;
right: 20px;
margin: auto;
}

/*----　記事内　----*/
.innerbnr{
	margin-top: 40px;}

.innerbnr a{
display:block;
/*margin-bottom:15px;*/
box-sizing:border-box;}

.innerbnr a img {
	width: 100%;}

/*==============================================
 #mainContents
============================================= */
/*----- 文字 -----*/
#mainContents .paragraph,
#mainContents .mainTitleWrap,
table th,table td,
.productBox{
font-family: 'Noto Sans JP', sans-serif;
font-feature-settings: "palt" 1;
letter-spacing: 0.03em;}

.paragraph p {
font-size: 1.3rem;
line-height: 2;
margin-top: 30px;
}
.paragraphIn > p:first-child {
margin-top: 10px;
}
.paragraph .cap {
font-size: 1.18rem;
line-height: 1.7;
margin-top: 10px !important;}

.capS {
display: block;
font-size: 1rem;
line-height: 1.6;}

.marker {
background-color: #d6e3e5;
font-weight: bold;
}

/*----　paragraph　----*/
.paragraph {
border-top: 1px solid #292929;
transition: background-color .2s, border-top-color .2s;
}
#matome {
border-bottom: 1px solid #292929;
}

.spAccordion {
display: none;
	padding: 0 25px 30px;}

.paragraph h2 {
position: relative;
padding: 20px 20px 20px 25px;
color: #000;
font-weight: bold;
}
.paragraph h2:active {
background-color: rgba(255,255,255,0.10);
}
.paragraph.active h2 {
color: #292929;
}

.paragraph h2 br {
	display: none;}

.paragraph h2 span {
display: block;
padding-left: 26px;
font-size: 1.3rem;
line-height: 1.6;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.paragraph h2 span span{
padding-left: 0;	
}

.paragraph h2 .icon {
	display: inline-block;
	color: #fff;
background-color: #161616;
padding: 3px 15px 2px;
margin-bottom: 8px;}

.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 #bdcacc;/*----　矢印の色　----*/
border-right: 3px solid #bdcacc;/*----　矢印の色　----*/
}
.paragraph.active h2:after {
top: 3px;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}

.subtit1 {
	font-size: 1.4rem;
	line-height: 1.7;
	font-weight: bold;
	text-align: center;
	border: #161616 1px solid;
	padding: 10px;
	margin: 40px 0 0;}

.subtit2 {
	font-size: 1.4rem;
	line-height: 1.7;
	margin: 30px 0 10px;
	font-weight: bold;
}

.subtit2 + .imgBox {
	margin-top: 0;
}

/*----- 画像 -----*/
.imgBox {margin-top: 30px;}
.imgBox div {overflow: hidden;}
.imgBox img {width: 100%;}
.imgBox div + .cap{
	margin-top: 15px;}
.imgBox a + .cap {
	margin-top: 0;}

.col2 div {
display: table;}

.col2 div a,
.col2 div p.cap{
display: table-cell;
width: 49%;
vertical-align: middle;}

.col2 a.floatR {
margin-top: 0 !important;	
}

.imgBox .floatR,
.imgBox .floatR .movBox {
	margin-top: 5px;}

.imgBox .floatR .movBox .mov video {
margin-bottom: 0;}

.imgBox.imgarrow {
	position: relative;}

.imgBox.imgarrow .arrow {
	position: absolute;
	top:36%;
	left: 45%;
	width: 50px;}

/*----- 動画 -----*/
.movBox { 
margin-top: 30px;
}


.movTit {
	font-size: 1.28rem;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/07_roborock/movicon.png) left 50% no-repeat;
	background-size: 34px;
	padding-left:44px;
	margin-bottom: 15px;
	font-weight: bold;
}

.movBox .mov video {
display: block;
width: 100%;
height: auto;
margin-bottom: 10px;
}
.mov .movTxt {
font-size: 13px;
line-height: 1.5;
}
.movWrap {
display: table;
table-layout: fixed;
width: 100%;
margin-bottom: 10px;
}
.movWrap .movLeft,
.movWrap .movRight {
display: table-cell;
width: 50%;
height: auto;
vertical-align: bottom;
}
.movWrap video {
display: block;
width: 100%;
height: auto;
}
.movWrap .movLeft {
padding-right:5px;
}
.movWrap .movRight {
padding-left:5px;
}


/*==============================================
 .productBox
============================================= */
/*----- 製品枠 -----*/
.productBox {
padding:20px;
/*padding-top: 74%;*/
margin: 0 auto;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/07_roborock/sp_prd_photo.jpg) no-repeat center top;
background-size: 100%;}

.productBox a {
display:block;
padding-top: 76%;}

.productBox a .img {
display: none;}


.productBox a .info dt.name{
	margin: 0 25px 0;}

.productBox a .info dt.name img {
	width: 100%;}

.productBox a .info .btn {
font-size: 1.1rem;
line-height: 50px;
height: 50px;
/*padding:15px 10px;*/
border-radius: 54px;
background-color: #d70026;
color: #fff;
text-align:center;
margin: 20px 10px 0;
position: relative;}


.productBox a .info .btn:after {
content: '';
width: 8px;
height: 8px;
border: 0px;
border-top: solid 3px #fff;
border-right: solid 3px #fff;
/*　↑トップバナー矢印の色を変更する場合はこちら　*/
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 0;
bottom: 0;
right: 20px;
margin: auto;
}


/*==============================================
.releasedate
============================================= */
.releasedate {
	font-size: 0.85rem; 
	padding: 20px 25px 30px;
	color: #333;}

#footer {
	padding-top: 30px;}

