@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
	border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn,
.copyRightIn {
	width: 1000px;
	margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed; }
#footer { margin-top: 10px; }
.pageTop { border-radius: 50%; }

em {
	font-style: normal;
}

.releasedate {
	width: 1000px; 
	font-size: 11px; 
	color: #333;
	text-align: right;
	margin: 100px auto; 
}

/*==============================================
 看板
============================================= */
.titleWrap {
	width: 100%;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/09_deebot/mainimg.jpg) no-repeat center 60px;
}
.mainTitle {
	width: 1000px;
	height: 630px;
	margin: 0 auto;
}
.mainTitle * {
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
}

.lead {
	width: 1000px;
	font-size: 16px;
	line-height: 2.2;
	margin: 30px auto 0;
}
.lead a {
	color: #3876c5;
	text-decoration: underline;
}
.lead a:hover {
	text-decoration: none;
}


/*==============================================
 バナー
============================================= */
.topbnr {
	width: 1000px;
	height: 70px;
	background: #3876c5;
	margin: 60px auto 0;
	position: relative;
	overflow: hidden;
}
.topbnr a {
	display: block;
	height: 70px;
	font-size: 16px;
	color: #fff;
	line-height: 74px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.topbnr a strong {
	font-size: 24px;
	vertical-align: middle;
	padding: 0 150px 0 15px;
}
.topbnr a span {
	position: relative;
}
.topbnr a span:before {
	content: "";
	display: inline-block;
	width: 71px;
	height: 17px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/09_deebot/arrow01.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: -110px;
	margin-top: -9px;
}
.topbnr:before {
	content: "";
	display: block;
	width: 900px;
	height: 1000px;
	background: #13509e;
	transform: rotate(-48deg);
	position: absolute;
	top: -500px;
	left: -510px;
	transition: all ease .3s;
}
.topbnr:hover:before {
	left: 0;
}

.innerbnr {
	width: 1000px;
	margin: 140px auto 0;
}
.innerbnr a {
	display: block;
	height: 165px;
	background: #fff;
	border: 1px solid #666;
	color: #555;
	padding: 38px 0 0 292px;
	box-sizing: border-box;
	position: relative;
}
.innerbnr a:before {
	content: "";
	display: block;
	width: 181px;
	height: 207px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/09_deebot/innerbnr_img.png) no-repeat 0 0;
	position: absolute;
	left: 60px;
	bottom: 6px;
}
.innerbnr a dl {
	width: 678px;
}
.innerbnr a dt {
	font-size: 36px;
	font-weight: bold;
}
.innerbnr a dt small {
	font-size: 20px;
	margin-right: 24px;
}
.innerbnr a dt small span {
	color: #3876c5;
}
.innerbnr a dd {
	height: 45px;
	background: #3876c5;
	font-size: 16px;
	color: #fff;
	line-height: 48px;
	text-align: center;
	margin-top: 15px;
	position: relative;
	overflow: hidden;
}
.innerbnr a dd span {
	padding: 0 10px 0 95px;
	position: relative;
}
.innerbnr a dd span:before {
	content: "";
	display: inline-block;
	width: 71px;
	height: 17px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/09_deebot/arrow01.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
}
.innerbnr a dd:before {
	content: "";
	display: block;
	width: 900px;
	height: 1000px;
	background: #13509e;
	transform: rotate(-48deg);
	position: absolute;
	top: -500px;
	left: -942px;
	transition: all ease .3s;
}
.innerbnr a dd:hover:before {
	left: 0;
}


/*==============================================
 目次
============================================= */
.menu {
	width: 1000px;
	margin: 70px auto;
}
.menu ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.menu li {
	width: 205px;
}
.menu li a {
	display: block;
	color: #555;
	line-height: 2;
}
.menu li a em {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #3876c5;
	text-align: center;
	margin-bottom: 10px;
}
.menu li a em:before {
	content: "▼";
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.menu li a em:after {
	content: "▼";
	font-size: 12px;
	vertical-align: middle;
	margin-left: 5px;
}
.menu li:nth-of-type(1) {
	border-right: 1px solid #e0e0e0;
	padding: 15px 27px 15px 2px;
}
.menu li:nth-of-type(2){
	border-right: 1px solid #e0e0e0;
	padding: 15px 27px 15px 32px;
}
.menu li:nth-of-type(3) {
	border-right: 1px solid #e0e0e0;
	padding: 15px 27px 15px 32px;
}
.menu li:nth-of-type(4) {
	padding: 15px 2px 15px 28px;
}
.menu li a:hover em:before,
.menu li a:hover em:after {
	vertical-align: -2px;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	margin: 0 auto;
	padding: 90px 0 120px;
}
.paragraph h2 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/09_deebot/h2_bg.png) no-repeat center 0;
	font-size: 38px;
	font-weight: bold;
	color: #555;
	line-height: 1.6;
	text-align: center;
	margin: 0 0 80px;
	padding-top: 40px;
}
.paragraph h2 em {
	display: block;
	font-size: 0;
	text-indent: -999em;
}
.paragraphIn {
	width: 1000px;
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 16px;
	line-height: 2.3;
	margin: 0 0 25px;
}
.paragraphIn p em {
	font-weight: bold;
	background: linear-gradient(transparent 70%, #cde3ff 30%);
}
.paragraphIn p a {
	text-decoration: underline;
}

#article01,
#article03 {
	background: #f2f2f2;
}
#article04 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/09_deebot/matome_bg.jpg) no-repeat center 0;
}
#article04 h2 {
	background: none;
	padding-top: 50px;
}
#article04 p {
	color: #222;
	text-shadow:
		#fff 1px 1px 8px, #fff -1px 1px 8px,
		#fff 1px -1px 8px, #fff -1px -1px 8px;
	line-height: 2.3;
}


/*==============================================
 画像
============================================= */
.imgBox {
	width: 1000px;
	margin: 80px auto;
	overflow: hidden;
}
.imgBox div {
	overflow: hidden;
}
.imgBox a {
	display: block;
	width: 485px;
	float: left;
}
.imgBox a:nth-of-type(2) {
	float: right;
}
.imgBox img {
	display: block;
	width: 100%;
}
.imgBox a img {
	transition: all ease 300ms;
}
.imgBox a:hover img {
	opacity: .8;
}
.imgBox .cap {
	font-size: 14px;
	line-height: 2;
	margin: 28px 0 0;
}
.imgBox .cap.right {
	width: 485px;
	margin-top: -2px;
	float: right;
}

.ex01 a:nth-of-type(1) {
	width: 435px;
}
.ex01 a:nth-of-type(2) {
	width: 535px;
	padding-top: 121px;
}
.ex02 a img {
	display: inline;
	width: 270px;
}
.ex02 a:nth-of-type(1) {
	text-align: right;
}


/*==============================================
 動画
============================================= */
.movBox {
	width: 800px;
	margin: 80px auto;
}
.movBox .title {
	font-size: 24px;
	font-weight: bold;
	color: #555;
	text-align: center;
	margin-bottom: 25px;
}
.movBox .title:before {
	content: "";
	display: inline-block;
	width: 29px;
	height: 19px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/09_deebot/movicon.png) no-repeat 0 0;
	margin-right: 12px;
	vertical-align: -1px;
}
.mov {
	width: 800px;
	height: 450px;
	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;
}
.movBox .cap {
	font-size: 14px;
	line-height: 2;
	margin: 28px 0 0;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	width: 1000px;
	margin: -50px auto 0;
}
.productBox a {
	display: block;
	color: #555;
	overflow: hidden;
	padding: 0 10px;
}
.productBox a img {
	float: right;
}
.productBox a div {
	width: 510px;
	padding-top: 70px;
	float: left;
}
.productBox a div p {
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding: 18px 6px 12px 0;
	margin-bottom: 48px;
}
.productBox a div p span {
	color: #3876c5;
}
.productBox a dt {
	font-size: 54px;
	font-weight: bold;
	padding: 0 0 0 20px;
}
.productBox a dt small {
	display: block;
	font-size: 20px;
	margin-bottom: 25px;
}
.productBox a dd {
	height: 60px;
	background: #3876c5;
	font-size: 16px;
	color: #fff;
	line-height: 62px;
	text-align: center;
	margin-top: 25px;
	position: relative;
	overflow: hidden;
}
.productBox a dd span {
	padding: 0 0 0 95px;
	position: relative;
}
.productBox a dd span:before {
	content: "";
	display: inline-block;
	width: 71px;
	height: 17px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/09_deebot/arrow01.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
}
.productBox a dd:before {
	content: "";
	display: block;
	width: 900px;
	height: 1000px;
	background: #13509e;
	transform: rotate(-48deg);
	position: absolute;
	top: -510px;
	left: -1005px;
	transition: all ease .3s;
}
.productBox a dd:hover:before {
	left: 0;
}


/*==============================================
キャンペーン
============================================= */
#amazon_campaign {
	width: 1000px;
	background: #f90;
	border-radius: 15px;
	margin: 90px auto 0;
	padding: 40px 23px 23px;
	box-sizing: border-box;
}
#amazon_campaign h3 {
	font-size: 38px;
	font-weight: bold;
	color: #131921;
	letter-spacing: -1px;
	text-align: center;
}
#amazon_campaign h3.ttl2 {
	line-height: 1.4;
}
#amazon_campaign h3 + p {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
}
#amazon_campaign h3 + p br {
	display: none;
}
#amazon_campaign h3 + p:before {
	content: "― ";
	font-weight: normal;
}
#amazon_campaign h3 + p:after {
	content: " ―";
	font-weight: normal;
}
#amazon_campaign .box {
	background: #fff;
	border-radius: 15px;
	margin-top: 30px;
	padding: 65px 65px 70px;
}
#amazon_campaign .box p {
	font-size: 16px;
	line-height: 2.2;
}
#amazon_campaign .coupon {
	width: 760px;
	background: #d4d1cc;
	margin: 50px auto 0;
	padding: 20px 150px 20px 20px;
	box-sizing: border-box;
	position: relative;
}
#amazon_campaign .coupon:before {
	content: "";
	display: block;
	width: 400px;
	height: 1px;
	border-top: 1px dashed #fff;
	transform: rotate(-90deg);
	position: absolute;
    right: -70px;
    top: 100px;
}
#amazon_campaign .coupon:after {
	content: "COUPON";
	display: block;
	font-size: 45px;
	font-family: verdana;
	color: rgba(255,255,255,.7);
	transform: rotate(-90deg);
	position: absolute;
	top: 120px;
	right: -30px;
}
#amazon_campaign dl {
	background: #fff;
	border-radius: 10px;
	padding: 30px 50px;
}
#amazon_campaign dt {
	height: 36px;
	border-top: 1px solid #131921;
	border-bottom: 1px solid #131921;
	font-size: 16px;
	font-weight: bold;
	line-height: 38px;
	color: #131921;
	letter-spacing: 1px;
	text-align: center;
}
#amazon_campaign dd {
	font-size: 30px;
	font-weight: bold;
	color: #c00;
	text-align: center;
	margin-top: 20px;
}
#amazon_campaign dd em {
	font-size: 70px;
	font-family: 'impact';
}
#amazon_campaign dd em small {
	font-size: 40px;
	font-family: 'verdana';
	letter-spacing: -1px;
	vertical-align: 1px;
}
#amazon_campaign dd span {
	display: block;
	height: 46px;
	background: #c00;
	border-radius: 46px;
	font-size: 20px;
	color: #fff;
	line-height: 48px;
	margin: 15px auto 0;
}
#amazon_campaign dd span small {
	font-size: 16px;
}
#amazon_campaign dd span small:after {
	content: "　：　";
}
#amazon_campaign .link {
	text-align: center;
	margin: 50px auto 0;
}
#amazon_campaign .link a {
	font-size: 20px;
	color: #13509e;
}
#amazon_campaign .link a:before {
	content: "＼ ";
}
#amazon_campaign .link a:after {
	content: "／";
}
#amazon_campaign .link a:hover {
	color: #68abff;
}

/* 箇条書きレイアウト */
#amazon_campaign .outline {
	padding: 0 50px;
}
#amazon_campaign .outline dt {
	background: #ececec;
	border: none;
}
#amazon_campaign .outline dt br {
	display: none;
}
#amazon_campaign .outline dd {
	font-size: 20px;
	color: #333;
	line-height: 1.4;
	margin: 15px auto 20px;
}
#amazon_campaign .outline dd strong {
	display: block;
	font-size: 22px;
	color: #c00;
}


/*==============================================
アンケート
============================================= */
/*---- カラー変更 ----*/
.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;
}




/* ---re20220622------------------------------------- */
.re20220622 .topbnr:before {
	left: -455px;
}
.re20220622 .innerbnr a dd:before {
	left: -887px;
}
.re20220622 .productBox a dd:before {
	left: -953px;
}
.re20220622 .topbnr:hover:before,
.re20220622 .innerbnr a dd:hover:before,
.re20220622 .productBox a dd:hover:before {
	left: 0;
}
.toplink {
	text-align: center;
	margin: 50px auto 0;
}
.toplink a {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	color: #f90;
	line-height: 1.1;
	padding: 10px 10px 6px;
}
.toplink a:before {
	content: "\25B8\25B8\25B8";
	font-size: 26px;
	letter-spacing: -.1rem;
	margin-right: .5em;
}
.toplink a:after {
	content: "\25C2\25C2\25C2";
	font-size: 26px;
	letter-spacing: -.1rem;
	margin-left: .4em;
}
.toplink a:hover {
	background: #fff3bb;
}





