@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%; }

em {
	font-style: normal;
}
img {
	image-rendering: -webkit-optimize-contrast;
}

.releasedate {
	width: 930px; 
	font-size: 11px; 
	color: #333;
	text-align: right;
	margin: 100px auto; 
}

.forSP {
	display: none;
}

#mainContents {
	background-color: #f6f6f6;
	font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
	letter-spacing: 0.04em;
	font-feature-settings: "palt" 1;
	padding-bottom: 1px;
}

/*==============================================
 .noto
============================================= */
/* regular */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
    font-weight: normal;
}
/* 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;
}


/*==============================================
 看板
============================================= */
.mainTitle {
	width: 100%;
	height: 730px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_roborock/mainimg.webp) no-repeat center top;
	margin: 0 auto;
}
h1 {
	width: 930px;
	height: 730px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_roborock/maintitle.webp) no-repeat center 75px;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin: 0 auto;
}
.lead {
	width: 930px;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	margin: 60px auto 0;
}
.lead a {
	font-weight: 500;
	color: #a11b27;
	text-decoration: underline;
}
.lead a:hover {
	text-decoration: none;
}


/*==============================================
 バナー
============================================= */
.topbnr {
	margin: 60px auto 0;
}
.txtbnr {
	margin: 90px auto;
}
.topbnr a,
.txtbnr a {
	display:block;
	width: 570px;
	height: 60px;
	background: #67242a;
	border-radius: calc(1px / 0);
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 61px;
	position: relative;
	transition: all ease .3s;
	margin: 0 auto;
}
.topbnr a:after,
.txtbnr a:after {
	content: "▼";
	display: inline-block;
	font-size: 10px;
	position: absolute;
	right: 15px;
	transform: rotate(-90deg);
}
.topbnr a:hover,
.txtbnr a:hover {
	background: #af303c;
}

.innerbnr {
	width: 930px;
	margin: 100px auto 0;
}
.innerbnr a {
	display: block;
	width: 930px;
	height: 170px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_roborock/innerbnr.jpg) no-repeat 0 0;
	position: relative;
}
.innerbnr a dt {
	text-indent: -999em;
	font-size: 0;
}
.innerbnr a dd {
	width: 425px;
	height: 38px;
	background: #67242a;
	border-radius: calc(1px / 0);
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 38px;
	position: relative;
	transition: all ease .3s;
	position: absolute;
	top: 105px;
	right: 71px;
}
.innerbnr a dd:after {
	content: "▼";
	display: inline-block;
	font-size: 8px;
	position: absolute;
	right: 12px;
	transform: rotate(-90deg);
}
.innerbnr a dd:hover {
	background: #af303c;
}



/*==============================================
 目次
============================================= */
.menu {
	margin: 60px auto 0;
}
.menu dl {
	display: table;
	table-layout: fixed;
	width: 930px;
	border: 1px solid #a39b9c;
	margin: auto;
	padding: 40px 60px;
	box-sizing: border-box;
}
.menu dt {
	display: table-cell;
	width: 140px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	vertical-align: middle;
}
.menu dt:after {
	content: "";
	display: inline-block;
	width: 50px;
	height: 1px;
	background: #333;
	vertical-align: 6px;
	margin-left: 15px;
}
.menu dd {
	display: table-cell;
	vertical-align: middle;
}
.menu dd a {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin: 20px auto;
	transition: all ease .3s;
}
.menu dd a em {
	display: inline-block;
	width: 140px;
	color: #67242a;
	position: relative;
}
.menu dd a em:after {
	content: "▼";
	display: inline-block;
	font-size: 10px;
	position: absolute;
	top: 2px;
	right: 14px;
}
.menu dd a:hover {
	opacity: .6;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	margin: 110px auto 0;
}
.paragraph h2 {
	font-size: 38px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	margin: 0 0 80px;
}
.paragraph h2 em {
	display: block;
	font-size: 20px;
	color: #67242a;
	position: relative;
	margin-bottom: 35px;
}
.paragraph h2 em:after {
	content: "▼　▼　▼";
	display: block;
	width: 930px;
	font-size: 12px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin: 5px 0 0 -465px;
}
.paragraph h2 sup {
	font-size: 14px;
	font-weight: mormal;
	vertical-align: 22px;
}
.paragraph h3 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	margin: 0 0 70px;
}
.paragraphIn {
	width: 930px;
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	margin: 0 0 30px;
}
.paragraphIn p em {
	background: #d0878d40;
	font-weight: 700;
}

#article04 {
	min-height: 630px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_roborock/matomebg.webp) no-repeat center 0;
	padding-top: 100px;
}
#article04 h2 {
	color: #67242a;
}
#article04 h2 em {
	display: none;
}


/*==============================================
 画像
============================================= */
.imgBox {
	width: 930px;
	margin: 80px auto;
	overflow: hidden;
}
.imgBox div {
	overflow: hidden;
}
.imgBox div + div {
	margin-top: 25px;
}
.imgBox a {
	display: block;
	width: 450px;
	float: left;
}
.imgBox a:nth-of-type(2) {
	float: right;
}
.imgBox img {
	display: block;
	width: 100%;
}
.imgBox a img {
	transition: all ease .3s;
}
.imgBox a:hover img {
	opacity: .8;
}
.imgBox .cap {
	font-size: 14px;
	line-height: 2;
	margin: 25px 0 0;
}
.imgBox .cap.right {
	width: 450px;
	margin-top: -2px;
	float: right;
}
.imgBox strong {
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}

.w640,
.w640 a {
	width: 640px;
	float: none;
}
.w640 strong {
	display: block;
	font-size: 36px;
	font-weight: 700;
	color: #67242a;
	letter-spacing: -.01em;
	text-align: center;
	margin-bottom: 20px;
}
.extra {
	margin: 20px auto 80px;
}
.extra a {
	width: 600px;
}
.extra .cap.right {
	width: 300px;
}


/*==============================================
 動画
============================================= */
.movBox,
.movBox2 {
	width: 930px;
	margin: 80px auto 0;
}
.movWrap {
	overflow: hidden;
}
.mov {
	width: 450px;
	height: 254px;
	background: #666;
	display: table;
	line-height: 0;
	float: left;
}
.movTxt {
	display: table-cell;
	line-height: 1.3;
	color: #fff;
	vertical-align: middle;
	text-align: center;
}
.movBox strong,
.movBox2 strong {
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}
.movBox strong:before,
.movBox2 strong:before {
	content: "";
	display: inline-block;
	width: 35px;
	height: 23px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_roborock/icon_mov.png) no-repeat 0 0;
	background-size: 35px;
	vertical-align: -5px;
	margin-right: 6px;
}
.movBox .cap {
	width: 450px;
	font-size: 14px;
	line-height: 2;
	float: left;
	margin-top: -3px;
}
.movBox .cap.right {
	float: right;
}
.movBox2 .mov {
	float: right
}
.movBox2 a,
.movBox3 a {
	display: block;
	height: 253px;
	float: left;
}
.movBox2 .cap,
.movBox3 .cap {
	font-size: 14px;
	line-height: 2;
	margin: 25px 0 0;
}
.movBox a img,
.movBox2 a img {
	transition: all ease .3s;
}
.movBox a:hover img,
.movBox2 a:hover img {
	opacity: .8;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	width: 930px;
	margin: 80px auto 0;
}
.productBox a {
	display: block;
	width: 830px;
	background: #fff;
	border-radius: 30px;
	text-align: center;
	margin: 100px auto;
	padding: 70px 0 80px;
}
.productBox a dt {
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 0;
}
.productBox a dd {
	display:block;
	width: 570px;
	height: 60px;
	background: #67242a;
	border-radius: calc(1px / 0);
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	position: relative;
	transition: all ease .3s;
	margin: 30px auto 0;
}
.productBox a dd:after {
	content: "▼";
	display: inline-block;
	font-size: 11px;
	position: absolute;
	right: 18px;
	transform: rotate(-90deg);
}
.productBox a dd:hover {
	background: #af303c;
}


/*==============================================
 公式サイトバナー
============================================= */
.makerBanner a {
	display: block;
	width: 830px;
	height: 120px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_roborock/official_bnr.jpg) no-repeat 0 0;
	text-indent: -999em;
	font-size: 0;
	margin: auto;
}


/*==============================================
 注釈
============================================= */
.notice {
	width: 930px;
	margin: 100px auto 0;
}
.notice li {
	font-size: 12px;
	color: #666;
	line-height: 1.6;
	text-indent: -2.7em;
	padding-left: 2.7em;
	margin: 10px 0;
}


/*==============================================
 アンケート
============================================= */
.questionnaire {
	border-top: 1px solid #e6e6e6;
}


