@charset "shift_jis";
/*==============================================
common
============================================= */

#header {
border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn {
width: 930px;
margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed; }
#footer { margin-top: 10px; }
.pageTop { border-radius: 50%; }

.sponly {
	display: none;}

/*==============================================
 .noto
============================================= */
/* normal */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
    font-weight: normal;
}
/* bold */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
    font-weight: bold;
}

/*---- 文字　 ----*/
#mainContents .paragraph,
#mainContents .mainTitleWrap,
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.05em;}

#mainContents p {
	font-size:  124%;
	line-height: 2;
}

#mainContents .cap{
	font-size: 108%;
	line-height: 1.9;}

#mainContents .capS {
	font-size: 12px;
	display: block;
margin-top: 10px;}


#mainContents p + p {
	margin-top: 20px;}

sup {
font-size: 54%;
vertical-align: top;
position: relative;
top: 0.4em;
}

/*==============================================
看板
============================================= */
.mainTitleWrap {
width: 100%;
}
.mainTitle {
margin: 0 auto;
padding: 31px 0 0;
height: 429px;
box-sizing: border-box;
background:#87a28e url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_roomba/top_bg.png) center top no-repeat;
}
h1 {
width: 1256px;
height: 400px;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_roomba/pc_title.png) 163px top no-repeat;
text-indent: -999em;
font-size: 0;
z-index: 1;
margin: 0 auto;
}

.lead {
	width: 930px;
	margin: 60px auto 0;}

.lead a:link,
.lead a:visited {
font-weight: bold;
text-decoration: underline;}

.lead a:hover,
.lead a:active {
text-decoration: none;}

.lead p {
	margin-bottom: 8px;}

.orange{
	font-size:  124%;
	line-height: 2;
	font-weight: bold;
	background:linear-gradient(transparent 64%, #ebc172 64%);}

/*-- anchor --*/
.contentsNavi {
	width: 930px;
	margin: 80px auto;
display: table;}

.contentsNavi p,
.contentsNavi ul {
display: table-cell;
vertical-align: middle;}

.contentsNavi p {
	width: 100px;
text-indent: -999em;
background:#87a28e url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_roomba/index_tit.png) center 50% no-repeat;}

.contentsNavi ul {
	width: 820px;
	padding:10px 0 10px 20px;
box-sizing: border-box;}

.contentsNavi li a {
font-size: 14px;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_roomba/index_arrow.png) 3px 50% no-repeat;
transition: 0.1s ease-in-out;
display: block;
padding: 7px 0 7px 23px;
}

.contentsNavi li a sup {
top: 0.1em;}

.contentsNavi li a:hover {
background-color: #dce9d5;}

.contentsNavi li a span {
	display: inline-block;
	width: 220px;
font-size: 15px;}

.contentsNavi li + li {
	margin-top: 6px;}

/*==============================================
 バナー
============================================= */
.topbnr a,
.innerbnr a{
display: block;
width: 930px;
height: 179px;
overflow: hidden;
transition: 0.1s ease-in-out;}

.topbnr a {background-color: #fff;
margin: 60px auto 0;}
.innerbnr a {background-color: #dce9d5;
margin: 100px auto 0;}

.topbnr a .item,
.innerbnr a .item{
	display: table;}

.topbnr a .img,
.topbnr a .info,
.innerbnr a .img,
.innerbnr a .info{display: table-cell;}

.topbnr a .img,
.innerbnr a .img{
width: 259px;}

.topbnr a .img img,
.innerbnr a .img img{
	width: 100%;}

.topbnr a .info,
.innerbnr a .info{
width: 671px;
text-indent: -999em;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_roomba/bnr_text_02.png) center 30px no-repeat;}

.topbnr a:hover,
.innerbnr a:hover{
opacity: 0.8;
filter: alpha(opacity=80);}


/*==============================================
#mainContents
============================================= */
#mainContents {
	background-color: #dce9d5;	
}

.paragraph {
	margin: 50px auto 0;
	width: 1060px;
	background-color: #fff;
	padding-bottom: 65px;
}

#matome.paragraph {
	padding-bottom: 30px !important;	
}

.paragraphIn {
	width: 800px;
	margin: 70px auto 40px;
}

.w930 {
	width: 930px;
	margin: 0 auto;
	display: block;
}

#article01 h2,
#article02 h2,
#article03 h2,
#article04 h2,
#matome h2{
	padding: 90px 0 0;
	font-size: 29px;
	line-height: 1.8;
	text-align: center;
	font-weight: bold;}

#article01 h2 .icon,
#article02 h2 .icon,
#article03 h2 .icon,
#article04 h2 .icon{
font-size: 26px;
color: #fff;
display:block;
width: 380px;
padding: 5px;
margin: 0 auto 30px;
background-color: #87a28e;}

#matome h2 .icon {
	display: none;
}

.paragraph sup{
font-size: 40%;
top: 0.8em;
}

.paragraph h3 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #87a28e;
	margin: 80px 0 60px;}

.paragraph h3 br {
	display: none;
}

.paragraph h3 sup {
top: 0.1em;}

.subtext {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

/*----　画像　----*/
.mtop10 {margin-top: 10px;}

.border {
	border: #e2e2e2 1px solid;
	box-sizing: border-box;}

.w410{width: 410px;}
.w600 {width: 600px;}
.w800{width: 800px;}

.imgBox {margin:90px auto 0;}
.imgBox div {overflow: hidden;}
.imgBox .floatL,
.imgBox .floatR {width:395px;}

.imgBox.w410 .floatL,
.imgBox.w410 .floatR {width:200px;}

.imgBox img {width: 100%;}

.imgBox a {
font-size: 0;
display: block;
cursor: zoom-in;}

.imgBox a img{
transition: 0.2s ease-in-out;}

.imgBox a:hover img {
opacity: 0.8;
filter: alpha(opacity=80);}

.imgBox .cap a {
	font-size: 100% !important;
	display: inline-block !important;
	color: #5a7ddd;
	text-decoration: underline;}

.imgBox div + .cap,
.imgBox a + .cap{
	margin-top: 10px;}

a.floatL + .cap,
a.floatR + .cap{
	margin-top: 0;}

/*----　動画 ----*/
.movBox {
width: 600px;
margin: 80px auto 0;
}
.mov {
width: 600px;
height: 337px;
background: #666;
display: table;
margin-bottom:10px;
line-height: 0;
}

.movTxt {
display: table-cell;
line-height: 1.3;
color: #fff;
vertical-align: middle;
text-align: center;
}
.movIcon{
font-size: 18px;
font-weight: bold;
margin-bottom: 15px;
padding-left: 45px;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_roomba/icon_mov.png) left 50% no-repeat;
}
.movWrap {
display: block;
overflow: hidden;
}

.movBox + p {
	margin-top: 90px;
}


/*==============================================
.productBox
============================================= */
.productBox {
	width: 1060px;
	background-color: #fff;
	background: linear-gradient(180deg,#fff 0%,#fff 210px,#dce9d5 201px,#dce9d5 100%);
	margin: 0 auto;
	text-align: center;
}

.productBox .name {
	text-indent: -999em;
	height: 125px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_roomba/prd_name.png) center bottom no-repeat;}

.productBox a {
	display: inline-block;
}

.productBox a .btn {
margin: 15px auto 0;
width: 426px;
height: 60px;
border-radius: 60px;
background-color: #87a28e;
color: #fff;
font-size: 15px;
font-weight: bold;
	line-height: 60px;
position: relative;
transition: 0.1s ease-in-out;
}

.productBox .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 a:hover .btn {
opacity: 0.7;
filter: alpha(opacity=70);
}

/*==============================================
.releasedate
============================================= */
.releasedate {
font-size: 11px; 
color: #333;
width: 930px; 
margin: 80px auto 0; 
padding-bottom: 100px;
text-align: right;}

/*==============================================
.campaign
============================================= */
.campaign {
	margin: 90px auto 0;
	width: 930px;}

.paragraph + .campaign,
.topbnr + .campaign{
	margin:50px auto 0 !important;}

.campaign a {
display: block;
transition: 0.1s ease-in-out;}

.campaign a + a{
	margin-top: 15px;}

.campaign a:hover  {
opacity: 0.7;
filter: alpha(opacity=70);
}


