@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;
}

/*==============================================
 看板
============================================= */
h1 {
padding-top: 100%;
margin: 0 auto;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/04_ecovacs_y1/sp_title.webp) no-repeat center top;
background-size: 100%;
text-indent: -999em;
font-size: 0;
}
p.lead {
font-size: 1.2rem;
line-height: 1.7;
padding: 25px 25px 0;
}

.lead a{
color: #3884f5;
text-decoration: underline;
}

/*==============================================
 バナー
============================================= */
.bnr a { text-decoration: none; }

/*----　看板下　----*/
.topbnr {
padding: 30px;
}
.topbnr a {
text-align: center;
font-size: 1.15rem;
line-height: 50px;
font-weight: bold;
color: #fff;
background: rgb(56,132,245);
background: linear-gradient(90deg, rgba(56,132,245,1) 0%, rgba(36,100,240,1) 80%);
border-radius: 50px;
box-sizing: border-box;
display:block;
height: 50px;
width: 100%;}

.topbnr .bnr .item span {
	display: none;
}

.topbnr .bnr .item {
display:table;
table-layout: fixed;
position: relative;
padding-right: -25px;
width: 100%;
}
.topbnr .bnr .item:after {
content: '';
width: 6px;
height: 6px;
border: 0px;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
/*　↑トップバナー矢印の色を変更する場合はこちら　*/
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 0;
bottom: 0;
right: 20px;
margin: auto;
}

/*----　記事内　----*/
.innerbnr a{
display:block;}

/*==============================================
 #mainContents
============================================= */
/*----- 文字 -----*/
#mainContents .paragraph,
#mainContents .mainTitleWrap,
.productBox,
table th,table td{
font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
font-feature-settings: "palt" 1;
letter-spacing: 0.04em;
color: #121212;}

.paragraph p {
font-size: 1.3rem;
line-height: 1.9;
margin-top: 30px;
}
.paragraphIn > p:first-child {
margin-top: 10px;
}
.paragraph .cap {
font-size: 1.15rem;
line-height: 1.7;
margin-top: 10px !important;
}

.paragraph .marker {
background-color: #dbe6fd;
font-weight: bold;}

#matome .marker{
background-color: #b7cdf8;
}

/*----　paragraph　----*/
.paragraph {
border-top: 1px solid #bebebe;
transition: background-color .2s, border-top-color .2s;
}
#matome {
border-bottom: 1px solid #bebebe;
}

.paragraphIn{
padding: 0 25px 30px;}

.spAccordion {
display: none;}

.paragraph h2 {
position: relative;
padding: 20px 20px 20px 25px;
font-weight: bold;
}
.paragraph h2:active {
background-color: rgba(255,255,255,0.10);
}
.paragraph.active h2 {
color: #212121;
}
.paragraph h2 span {
display: block;
padding-left: 26px;
font-size: 1.4rem;
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;
display: inline-block;
padding-bottom: 5px;
border-bottom: #121212 2px solid;}

.paragraph h2 .text {
	display: block;
	margin-top: 10px;
}

.paragraph h2:after {
content: "";
display: inline-block;
position: absolute;
top: 1px;
bottom: 0;
left: 20px;/*----　左からの矢印の位置　----*/
width: 9px;
height: 9px;
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 #3877f5;/*----　矢印の色　----*/
border-right: 3px solid #3877f5;/*----　矢印の色　----*/
}
.paragraph.active h2:after {
top: 3px;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}


.paragraph h3 {
	font-size: 1.4rem;
font-weight: bold;
text-align: center;
margin: 40px 0 0;}


.paragraph .subtext {
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 15px;
}

/*----- 画像 -----*/
.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: 10px;
}

.imgBox .floatR .floatL,
.imgBox .floatR .floatR {
	width: 48%;
	border: #e8e8e8 1px solid;
box-sizing: border-box;
}

.imgBox .floatR .floatR {
	margin-top: 0 !important;
}

/*----- 動画 -----*/
.movBox { 
margin-top: 30px;
}

.movTit {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/04_ecovacs_y1/mov_icon.webp) left 50% no-repeat;
background-size: 34px;
padding-left: 43px;
font-size: 1.4rem;
font-weight: bold;
margin-bottom: 10px;
}


.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 video {
display: block;
width: 100%;
height: auto;
}

#matome{
	background-color: #fff;
}

.graybg {
background-color: #f2f2f2;
border-bottom: #fff 1px solid;}

/*==============================================
 .productBox
============================================= */
/*----- 製品枠 -----*/
.productBox {
padding:25px;}

.productBox a {
display:block;
background-color: #fff;
padding: 30px;
box-sizing: border-box;
text-align: center;}

.productBox .item03,
.productBox .item03 a{
	margin-top: 20px;
}

.productBox a .img {
text-align: center;}

.productBox .item01 a .img img {
width: 78%;	
} 

.productBox a .img img {
width: 60%;}

.productBox a .info .catch {
font-size: 1.15rem;
line-height: 1.5;
display:block;
margin-top: 20px;}

.productBox a .info dt.name {
font-size: 1.1rem;
line-height: 1.6;
color: #e60012;
font-weight: bold;
margin-top: 15px;}

.productBox a .info .btn {
font-size: 1.12rem;
line-height: 46px;
	font-weight: bold;
background: rgb(56,132,245);
background: linear-gradient(90deg, rgba(56,132,245,1) 0%, rgba(36,100,240,1) 80%);
border-radius: 50px;
height: 46px;
color: #fff;
text-align:center;
margin-top: 20px;
position: relative;}

.productBox a .info .btn:after {
content: '';
width: 6px;
height: 6px;
border: 0px;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
/*　↑トップバナー矢印の色を変更する場合はこちら　*/
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 0;
bottom: 0;
right: 20px;
margin: auto;
}

.productBox .item01 a .name {
	text-indent: -999em;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/04_ecovacs_y1/prd_name01.webp) center top no-repeat;
background-size: 256px;
	height: 30px;
	margin-top: 15px;}

.productBox .item03 a .name02,
.productBox .item03 a .name03,
.productBox .item03 a .name04{
	text-indent: -999em;
	height: 22px;
	margin-top: 15px;
}

.productBox .item03 a .name02 {
background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/04_ecovacs_y1/prd_name02.webp) center 50% no-repeat;
background-size: 185px;
}
.productBox .item03 a .name03 {
background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/04_ecovacs_y1/prd_name03.webp) center 50% no-repeat;
	background-size: 264px;
}
.productBox .item03 a .name04 {
background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/04_ecovacs_y1/prd_name04.webp) center 50% no-repeat;
background-size: 219px;}


/*==============================================
.releasedate
============================================= */
.releasedate {
	font-size: 0.85rem; 
	padding: 0 25px 30px;
	color: #333;}

#footer {
	padding-top: 30px;}

