@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
	border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn,
.copyRightIn {
	width: 1040px;
	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;
}


#mainContents {
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
}

.releasedate {
	width: 930px; 
	font-size: 11px; 
	color: #333;
	text-align: right;
	margin: 70px auto 100px;
}

/*==============================================
 看板
============================================= */
.mainTitleWrap {
	width: 100%;
	height: 660px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/08_roborock/maintitle.jpg) no-repeat center top;
	background-color: #dde4e8;
}
.mainTitle {
	width: 930px;
	height: 660px;
	margin: 0 auto;
	position: relative;
}
.mainTitle a {
	display: block;
	width: 510px;
	height: 62px;
	background: #ea0f31;
	border-radius: 62px;
	font-size: 16px;
	color: #fff;
	line-height: 64px;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 90px;
	transition: all ease .3s;
}
.mainTitle a:after {
	content: "";
	display: block;
	width: 16px;
	height: 30px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/08_roborock/arrow.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -15px;
}
.mainTitle a:hover {
	background: #c80d0d;
}

h1 {
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
}

.lead {
	width: 930px;
	font-size: 17px;
	line-height: 2;
	margin: 80px auto;
}
.lead a {
	font-weight: bold;
	color: #ea0f31;
}
.lead a:hover {
	text-decoration: underline;
}


/*==============================================
 バナー
============================================= */
.innerbnr {
	width: 100%;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/08_roborock/innerbnr_bg.png) repeat-x 0 0;
	margin: 120px auto 0;
}
.innerbnr a {
	display: block;
	width: 930px;
	height: 300px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/08_roborock/innerbnr_img.png) no-repeat 640px 45px;
	color: #333;
	margin: 0 auto;
	padding: 65px 305px 0 0;
	box-sizing: border-box;
}
.innerbnr a dl {
	text-align: center;
}
.innerbnr a dl br {
	display: none;
}
.innerbnr a dt {
	font-size: 40px;
	font-weight: bold;
	margin: 18px auto 0;
}
.innerbnr a dd:nth-of-type(1) {
	font-size: 18px;
}
.innerbnr a dd:nth-of-type(2) {
	width: 510px;
	height: 62px;
	background: #ea0f31;
	border-radius: 62px;
	font-size: 16px;
	color: #fff;
	line-height: 64px;
	margin: 30px auto 0;
	position: relative;
	transition: all ease .3s;
}
.innerbnr a dd:nth-of-type(2):after {
	content: "";
	display: block;
	width: 16px;
	height: 30px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/08_roborock/arrow.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -15px;
}
.innerbnr a dd:nth-of-type(2):hover {
	background: #c80d0d;
}


/*==============================================
 目次
============================================= */
.menu {
	background: #1b2026;
	margin: 80px auto 0;
	padding: 55px 0;
}
.menu ul {
	width: 930px;
	margin: auto;
	padding-left: 165px;
	box-sizing: border-box;
	position: relative;
}
.menu ul:before {
	content: "index";
	display: block;
	width: 96px;
	height: 34px;
	background: #32373c;
	font-size: 16px;
	color: #fff;
	line-height: 35px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -17px;
}
.menu li {
	margin: 20px auto;
}
.menu li:before {
	content: "●";
	display: inline;
	font-size: 10px;
	color: #ea0f31;
	margin-right: 10px;
}
.menu li a:hover {
	opacity: .7;
}
.menu li a {
	font-size: 15px;
	color: #fff;
}
.menu li a em {
	display: inline-block;
}
.menu li a em:after {
	content: "…";
	color: #68737d;
	margin: 0 15px;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	margin: 110px auto 0;
}
.paragraph h2 {
	font-size: 40px;
	font-weight: bold;
	color: #1b2026;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 80px;
}
.paragraph h2 em {
	display: block;
	font-size: 24px;
	color: #ea0f31;
	margin-bottom: 25px;
}
.paragraph h3 {
	font-size: 30px;
	font-weight: bold;
	color: #1b2026;
	text-align: center;
	margin: 110px 0 80px;
}
.paragraph h3 span {
	background: linear-gradient(transparent 72%, #e6e6e6 28%);
}

.paragraphIn {
	width: 930px;
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 17px;
	line-height: 2;
	margin: 0 0 30px;
}
.paragraphIn p em {
	font-weight: bold;
}







/*==============================================
 画像
============================================= */
.imgBox {
	width: 930px;
	margin: 90px auto;
	overflow: hidden;
}
.imgBox div {
	overflow: hidden;
}
.imgBox a {
	display: block;
	width: 450px;
	float: left;
}
.imgBox a:last-child {
	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 .cap small {
	display: block;
	font-size: 11px;
	margin-top: 10px;
}

.w200 {
	width: 640px;
}
.w200 a {
	width: 200px;
}
.w200 a:first-child {
	margin-right: 20px;
}
.w200 .cap.right {
	width: 410px;
}


/*==============================================
 動画
============================================= */
.movBox {
	width: 640px;
	margin: 80px auto;
}
.movBox h4 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 25px;
}
.movBox h4:before {
	content: "動画";
	display: inline-block;
	width: 52px;
	height: 25px;
	background: #ea0f31;
	border-radius: 3px;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	text-align: center;
	vertical-align: 2px;
	margin: 0 10px 0 0;
}
.mov {
	width: 640px;
	height: 360px;
	background: #666;
	display: table;
	line-height: 0;
}
.movTxt {
	display: table-cell;
	line-height: 1.3;
	color: #fff;
	vertical-align: middle;
	text-align: center;
}
.movBox .cap {
	font-size: 14px;
	line-height: 2;
	margin: 25px 0 0;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	width: 930px;
	margin: 100px auto 0;
}
.productBox a {
	display: block;
	padding: 0 10px;
	overflow: hidden;
}
.productBox a img {
	width: 322px;
	float: left;
}
.productBox a dl {
	text-align: center;
	margin-top: 65px;
	float: right;
}
.productBox a dt {
	font-size: 70px;
	font-weight: bold;
	color: #333;
}
.productBox a dt strong {
	display: block;
	width: 303px;
	height: 63px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/08_roborock/logo_roborock.png) no-repeat 0 0;
	text-indent: -999em;
	margin: 0 auto 15px;
}
.productBox a dd {
	display: block;
	width: 510px;
	height: 62px;
	background: #ea0f31;
	border-radius: 62px;
	font-size: 16px;
	color: #fff;
	line-height: 64px;
	text-align: center;
	margin: 30px auto 0;
	position: relative;
	transition: all ease .3s;
}
.productBox a dd:after {
	content: "";
	display: block;
	width: 16px;
	height: 30px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/08_roborock/arrow.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -15px;
}
.productBox a dd:hover {
	background: #c80d0d;
}


/*==============================================
アンケート
============================================= */
/*---- カラー変更 ----*/
.questionnaire {
color: #2e2e2e;
margin-top: 90px;
}
.question .select .arrow {
border-color: #2e2e2e transparent transparent transparent;
}
.questionnaireInner h2,
.btnSend a {
background-color: #0a7bc3;
}
.btnSend a:hover {
background-color: #04619d;
}
.questionnaireInner h3 .q {
color: #1b75bc;
}
.question input[type=radio]:checked ~ .radio::before {
background-color: #1b75bc;
}
.question ul li:hover .radio, .question input[type=radio]:checked ~ .radio, .question ul li:hover .check, .question input[type=checkbox]:checked ~ .check, .question input[type=checkbox]:checked ~ .check::before, .question .select select:hover, .question .select select:focus, .question textarea:hover, .question textarea:focus, .question input:hover, .question input:focus {
border-color: #1b75bc !important;
}

/*---- 文字強調 ----*/
.questionnaire .marker {
	background:linear-gradient(transparent 70%, #c2dff7 70%);}

/*---- ベースデザイン ----*/
.questionnaire {
padding: 100px 0;
background-color: #f2f2f2;
letter-spacing: 0.1em;
font-feature-settings: "palt"1;
}
.questionnaireInner {
width: 930px;
margin: 0 auto;
padding-bottom: 60px;
background-color: #fff;
border-radius: 6px;
box-sizing: border-box;
}
.questionnaireInner h2 {
padding: 30px 30px 25px;
border-radius: 6px 6px 0 0;
color: #fff;
font-size: 20px;
font-weight: bold;
}
.questionnaireInner h3 {
line-height: 1.8;
font-size: 16px;
font-weight: bold;
}
.questionnaireInner h3 .q {
margin-right: 10px;
font-size: 24px;
}
.questionnaireInner h3 .required {
margin-left: 10px;
color: #e20000;
}
.question {
padding: 40px 80px 0;
}
.question:first-child {
padding-top: 50px;
}
.question ul {
list-style: none;
margin-top: 20px;
overflow: auto;
}
.question ul li {
display: block;
position: relative;
float: left;
width: 100%;
}
.question ul li label {
display: block;
position: relative;
font-weight: 300;
font-size: 16px;
padding: 0 0 0 53px;
margin: 10px auto;
z-index: 9;
cursor: pointer;
-webkit-transition: all .2s linear;
}

/* radio */
.question ul li input[type=radio] {
position: absolute;
visibility: hidden;
}
.question ul li .radio {
display: block;
position: absolute;
border: 3px solid #cccccc;
border-radius: 100%;
height: 16px;
width: 16px;
top: 6px;
left: 20px;
z-index: 5;
transition: border .2s linear;
-webkit-transition: border .2s linear;
}
.question ul li:hover .radio {
border: 3px solid;
}
.question ul li .radio::before {
display: block;
position: absolute;
content: '';
border-radius: 100%;
height: 6px;
width: 6px;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
transition: background .2s linear;
-webkit-transition: background .2s linear;
}
.question input[type=radio]:checked ~ .radio {
border: 3px solid;
}

/* checkbox */
.question ul li input[type=checkbox] {
position: absolute;
visibility: hidden;
}
.question ul li .check {
display: block;
position: absolute;
border: 3px solid #cccccc;
border-radius: 6px;
height: 16px;
width: 16px;
top: 4px;
left: 20px;
z-index: 5;
transition: border .2s linear;
-webkit-transition: border .2s linear;
}
.question ul li:hover .check {
border: 3px solid;
}
.question ul li .check::before {
display: block;
position: absolute;
content: '';
height: 6px;
width: 3px;
top: -3px;
bottom: 0;
left: 0;
right: 1px;
margin: auto;
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
transition: border .2s linear;
-webkit-transition: border .2s linear;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);

}
.question input[type=checkbox]:checked ~ .check {
border: 3px solid;
}
.question input[type=checkbox]:checked ~ .check::before {
border-bottom: 2px solid;
border-right: 2px solid;
}

/* select */
.question .select {
display: inline-block;
position: relative;
margin: 20px 0 0 20px;
}
.question .select select {
display: inline-block;
width: 100%;
cursor: pointer;
padding: 5px 35px 5px 15px;
outline: 0;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
transition: border .2s linear;
}
.question .select .arrow {
position: absolute;
top: 14px;
right: 15px;
width: 0;
height: 0;
pointer-events: none;
border-style: solid;
border-width: 8px 5px 0 5px;
}
.question .select select:hover,
.question .select select:focus {
border: 1px solid;
}

/* textarea */
.question textarea {
width: 80%;
height: 150px;
margin: 20px 0 0 20px;
padding: 6px 10px;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
outline: 0;
transition: border .2s linear;
}
.question textarea:hover,
.question textarea:focus {
border: 1px solid;
}

/* input */
.question input {
width: 80%;
margin: 20px 0 0 20px;
padding: 6px 10px;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
outline: 0;
transition: border .2s linear;
}
.question input:hover,
.question input:focus {
border: 1px solid;
}
.question ul li.text label {
display: inline-block;
}
.question ul li.text input {
width: 20%;
margin: 0 0 0 10px;
}

/* .btnSend */
.btnSend {
margin-top: 60px;
text-align: center;
}
.btnSend a {
display: inline-block;
padding: 15px 100px;
border-radius: 6px;
text-align: center;
font-size: 16px;
color: #fff;
transition: background-color .2s linear;
}

/* .thanks */
.thanks {
margin-top: 80px;
margin-bottom: 20px;
text-align: center;
font-size: 20px;
}


