@charset "shift_jis";

/*==============================================
 common
============================================= */
.menu {
	display:none;
}
img {
	display: block;
	width: 100%;
	height: 100%;
}

#header {
	border-bottom: #ededed solid 1px;
}
#footer {
	margin-top: 1rem;
}
.copyRight {
	border-top: 1px solid #ededed;
}
.pageTop {
	width: 40px;
	height: 40px;
	right: 10px;
	background-size: 40px;
	border-radius: 50%;
}

em {
	font-style: normal;
}

.releasedate {
	font-size: 0.85rem; 
	color: #fff;
	padding: 2rem 0;
}


/*==============================================
 看板
============================================= */
.maintitle {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/04_ecovacs_t30/sp_mainimg.webp) no-repeat center top;
	background-size: 100%;
	margin: 0 auto;
	padding-top: 89%;
}
.maintitle * {
	font-size: 0;
	text-indent: -999em;
}
.lead  {
	font-size: 1.2rem;
	line-height: 1.7;
	margin-top: 2rem;
	padding: 0 2rem;
}
.lead a {
	font-weight: bold;
	color: #4f8bbe;
	text-decoration: none;
}


/*==============================================
 バナー
============================================= */
.topbnr {
	padding: 1.5rem 2rem 2rem;
}
.topbnr a {
	display: block;
	background: #4f8bbe;
	border-radius: calc(1px/0);
	font-size: 1.3rem;
	color: #fff;
	line-height: 1;
	text-align: center;
	padding: 1rem 1.5rem .95rem;
	position: relative;
}
.topbnr a:after {
	content: "";
	display: block;
	width: 12px;
	height: 18px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/04_ecovacs_t30/arrow.svg) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 1.2rem;
	margin-top: -9px;
}

.innerbnr a {
	display: block;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/04_ecovacs_t30/sp_innerbnr.webp) no-repeat center top;
	background-size: 100%;
	margin: 0 auto;
	padding-top: 30.1%;
}
.innerbnr a * {
	font-size: 0;
	text-indent: -999em;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph p {
	font-size: 1.4rem;
	line-height: 1.7;
	margin-top: 3rem;
}
.paragraphIn p em {
	background: #f1ede5;
	font-weight: bold;
}
.paragraphIn > p:first-child {
	margin-top: 1.5rem;
}
.paragraph .cap {
	font-size: 1.1em;
	line-height: 1.6;
	margin-top: 1.2rem !important;
}

.paragraph {
	border-top: 1px solid #dcdbd9;
	transition: background-color .2s, border-top-color .2s;
}
.paragraphIn {
	padding: 0 2rem;
}
.spAccordion {
	display: none;
}

#article04 .paragraphIn {
	padding: 0 2rem 2.5rem;
}

.paragraph h2 {
	font-size: 2.1rem;
	font-weight: bold;
	color: #332924;
	line-height: 1.3;
	text-align: center;
	padding: 1.8rem 2rem 2.5rem;
	position: relative;
}
.paragraph h2 span {
	display: block;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.paragraph h2:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 1rem;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: auto;
	transition: transform .2s ease, opacity .2s ease;
	transform: rotate(45deg);
	vertical-align: middle;
	border-bottom: 4px solid #dcdbd9;
	border-right: 4px solid #dcdbd9;
	margin-left: -4px;
}
.paragraph.active h2:after {
	bottom: .8rem;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.paragraph h2 em {
	display: block;
	width: 10em;
	background: #dcdbd9;
	border-radius: calc(1px/0);
	font-size: 1.1rem;
	margin: 0 auto 1rem;
	padding: .2rem 0 0;
}

.paragraph h3 {
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	margin: 3.5rem auto 0;
}
.paragraph h2 br,
.paragraph h3 br {
	display: none;
}


/*==============================================
 画像
============================================= */
.imgBox {
	margin: 3.5rem auto 3rem;
}
.imgBox a {
	display: block;
}
.imgBox a + a {
	margin-top: 1.2rem;
}
.imgBox strong {
	display: block;
	font-size: 1.3rem;
	color: #332924;
	margin-bottom: .5rem;
}
.imgBox.pic2 strong {
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: .5rem;
}
.imgBox.pic2 strong:before {
	content: "／";
	margin-right: 1rem;
}
.imgBox.pic2 strong:after {
	content: "／";
	margin-left: 1rem;
}
.imgBox .arw {
	margin-top: 1.2rem;
}
.imgBox .arw a + a {
	margin-top: 2rem;
}
.imgBox .arw a:first-child {
	position: relative;
}
.imgBox .arw a:first-child:after {
	content: "▼";
	display: block;
	width: 100%;
	font-size: 1.2rem;
	color: #5c4f48;
	text-align: center;
	position: absolute;
	bottom: -2rem;
}


/*==============================================
 動画
============================================= */
.movBoxL {
	margin: 2.5rem auto 3rem;
}
.movBoxS {
	margin: 3.5rem auto 3rem;
}
.movBoxL .mov video,
.movBoxS .mov video {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 1.2rem;
}
.movBoxL:before {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/04_ecovacs_t30/sp_mov01_ttl.png) no-repeat center center;
	background-size: 90%;
	background-color: #ac5855;
	padding-top: 7.8%;
}
.movBoxS .cap strong {
	display: block;
	font-size: 1.3rem;
	margin-bottom: .5rem;
	padding-left: 25px;
	position: relative;
}
.movBoxS .cap strong:before {
	content: "▼";
	display: block;
	width: 20px;
	height: 20px;
	background: #b34e4e;
	border-radius: calc(1px/0);
	font-size: 10px;
	color: #fff;
	text-align: center;
	line-height: 22px;
	transform: rotate(-90deg);
	position: absolute;
	top: 2px;
	left: 0;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	background-color: #463c2a;
	padding: 3.5rem 2rem 1rem;
}
.productBox h2 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-bottom: .5em;
}
.productBox h2:before {
	content: "";
	display: inline-block;
	width: 3rem;
	height: 1px;
	background: #fff;
	vertical-align: middle;
	margin-right: .6em;
}
.productBox h2:after {
	content: "";
	display: inline-block;
	width: 3rem;
	height: 1px;
	background: #fff;
	vertical-align: middle;
	margin-left: .6em;
}
.productBox .itemL a,
.productBox .itemS a {
	display: block;
	background: #fff;
	border-radius: 1.5rem;
	text-align: center;
	margin-top: 1.5rem;
	padding: 2rem 0 3rem;
}
.productBox a img {
	width: 90%;
	margin: auto;
}
.productBox a dl {
	color: #332924;
	padding: 0 2rem;
}
.productBox a dt {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.3;
	margin-top: .8rem;
}
.productBox a dt strong {
	display: block;
	font-size: 2.1rem;
	margin-top: .8rem;
}
.productBox a dd {
	display: block;
	background: #4f8bbe;
	border-radius: calc(1px/0);
	font-size: 1.1rem;
	color: #fff;
	text-align: center;
	margin-top: 1rem;
	padding: 1.1rem 1.5rem 1rem;
	position: relative;
}
.productBox a dd:after {
	content: "";
	display: block;
	width: 12px;
	height: 18px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/04_ecovacs_t30/arrow.svg) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 1.2rem;
	margin-top: -9px;
}


.productBox table {
	display: block;
	background: #fff;
	border-radius: 1em;
	text-align: center;
}
.productBox tr {
	width: 100%;
	display: block;
}
.productBox table tr:nth-child(1) th:nth-of-type(n+2) {
	padding: 3.5rem 1.2rem 1.5rem;
	box-sizing: border-box;
	position: relative;
}
.productBox table tr:nth-child(1) th:nth-child(2):before {
	content: "レビュー機";
	display: block;
	width: 100px;
	height: 19px;
	background: #dcdbd9;
	border-radius: calc(1px/0);
	font-size: 12px;
	text-align: center;
	position: absolute;
	top: 1.5rem;
	left: 50%;
	margin-left: -50px;
}
.productBox table img {
	width: 100%;
	height: auto;
	margin: auto;
}
.productBox tr:nth-of-type(n+2) {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
}
.productBox tr:nth-of-type(n+2) th {
	width: 100%;
	background: #dcdbd9;
	font-size: .9rem;
	padding: .6rem 1rem;
}
.productBox tr:nth-of-type(n+2) td {
	width: 50%;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 1.5rem 1rem;
	box-sizing: border-box;
}
.productBox td span {
	display: block;
	width: 26px;
	height: 26px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/04_ecovacs_t30/icon_check.svg) no-repeat center center;
	background-size: 26px;
	text-indent: -999em;
	font-size: 0;
	margin: auto;
}
.productBox td span.x {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/04_ecovacs_t30/icon_peke.svg) no-repeat center center;
	background-size: 22px;
}
.productBox table a dl {
	padding: 0;
}
.productBox table a dt {
	font-size: 1.5rem;
}
.productBox table a dd {
	display: block;
	background: #4f8bbe;
	border-radius: calc(1px/0);
	font-size: .9rem;
	color: #fff;
	text-align: center;
	margin-top: .6rem;
	padding: .9rem .5rem .7rem;
	position: relative;
}
.productBox table a dd:after,
.productBox table a dd span {
	display: none;
}








/*----- .scroll -----*/
.scroll {
	overflow: auto;
	padding-bottom: 10px;
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}



