@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;}

#mainContents {background-color: #f3f3f3;}

/*==============================================
.noto
============================================= */
/* regular */
@font-face {
font-family: 'noto';
src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Light.woff);
font-weight: 200;
}

/* regular */
@font-face {
font-family: 'noto';
src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
font-weight: 400;
}

/* b */
@font-face {
font-family: 'noto';
src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Medium.woff);
font-weight: 600;
}

/* bold */
@font-face {
font-family: 'noto';
src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
font-weight: 700;
}

/*---- 文字　 ----*/
#mainContents .mainTitleWrap,
#mainContents .paragraph,
#mainContents .profilebox,
.productBox .productBoxIn {
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:  132%;  
line-height: 2;}

#mainContents .cap{
font-size: 108%;
line-height: 1.9;}

#mainContents .capS{
margin-top: 10px;
font-size: 82%;
line-height: 1.9;
display: block;}

#mainContents p + p {
margin-top: 25px;}

sup {
font-size: 60%;
vertical-align: top;
position: relative;
top: 0.3em;
}

#mainContents  .paragraph em{
font-style: normal;
font-weight: bold;
background:linear-gradient(transparent 60%, #c5d3e6 60%);}

/*==============================================
看板
============================================= */

.mainTitleWrap {
width: 100%;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/09_ecovacs/top_bg02.jpg) center top repeat-x;
}
.mainTitle {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/09_ecovacs/top_bg01.jpg) center top no-repeat;
}

h1 {
width: 930px;
height: 569px;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/09_ecovacs/pc_title.png) 18px 93px no-repeat;
margin: 0 auto;
text-indent: -999em;
font-size: 0;
z-index: 1;
}

.lead {
width: 840px;
margin: 38px auto 0;}

.lead a:link,
.lead a:visited {
font-weight: bold;
color: #235799;
text-decoration: underline;
}
.lead a:hover,
.lead a:active {
color: #5a89c7;
text-decoration: none;
}

/*  .contentsNavi  */
.contentsNavi {
margin: 70px auto 0;
width: 840px;
display: table;}

.contentsNavi p,
.contentsNavi ul {
display: table-cell;
vertical-align: middle;}

.contentsNavi p {
text-indent: -999em;
width: 110px;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/09_ecovacs/index_tit.png) left 50% no-repeat;}

.contentsNavi ul li a {font-size: 15px;}

.contentsNavi ul li a:hover {color: #5a89c7;}

.contentsNavi ul li a span {
display: inline-block;
width: 155px;}

.contentsNavi ul li + li{
margin-top: 18px;}

/*  .profilebox  */
.profilebox {
width: 840px;
margin: 60px auto 0;
background-color: #fff;
padding: 30px;
box-sizing: border-box;
display: table;}

.profilebox .img,
.profilebox p{
display: table-cell;
vertical-align: middle;}

.profilebox .img {
width: 160px;}

.profilebox .img img {
width: 139px;}

.profilebox p {
font-size: 14px !important;
line-height: 1.8 !important;}

.profilebox p span{
display: block;
font-size: 16px;
font-weight: 600;
padding-bottom: 10px;
}


/*==============================================
バナー
============================================= */
.topbnr a,
.txtLink a{
font-size: 14px;
line-height: 56px;
text-align: center;
color: #fff;
display: block;
border-radius: 60px;
width: 510px;
height: 56px;
background-color: #20497e;
margin: 50px auto 0;
overflow: hidden;
position: relative;
transition: 0.1s ease-in-out;}

.topbnr .bnr .item:after,
.txtLink a:after{
content: '';
width: 8px;
height: 8px;
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: 15px;
margin: auto;
}

.topbnr a:hover,
.txtLink a:hover{
background-color: #5a89c7;}

.innerbnr a{
display: block;
width: 774px;
height: 190px;
margin: 80px auto 0;
text-indent: -9999px;
background:url(https://img1.kakaku.k-img.com/images/article/tieup/25/09_ecovacs/inner_bnr.jpg) left top no-repeat;
overflow: hidden;
transition: 0.1s ease-in-out;}

.innerbnr a:hover {
opacity: 0;	}

.innerbnr .bnr{
width: 774px;
height: 190px;
margin: 80px auto 0;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/09_ecovacs/inner_bnr_over.jpg) left top no-repeat;}


/*==============================================
#mainContents
============================================= */
.paragraph h2 {
box-sizing: border-box;
padding-top: 50px;
height: 188px;
margin-top: 110px;
background: #252525 url(https://img1.kakaku.k-img.com/images/article/tieup/25/09_ecovacs/h2_bg.jpg) center top no-repeat;
font-size: 24px;
color: #fff;}

.paragraph h2 .w840{
width: 840px;
margin: 0 auto;
display: block;}

.paragraph h2 .icon {
font-size: 30px;
font-weight: bold;
color: #5a89c7;
display: block;
padding-bottom: 25px;}

.paragraph h3 {
margin-top: 80px;
border-left: #20497e 5px solid;
padding-left: 10px;
font-size: 22px;
line-height: 1.6;
font-weight: bold;}

.paragraph h3 + p {
margin-top: 40px;
}

.spAccordion {
width: 840px;
margin: 70px auto 0;}


/*----　画像　----*/
.w600 {width: 600px;}

.imgBox,
.imgmovBox{margin:80px auto 0;}

.imgBox div,
.imgmovBox div{overflow: hidden;}

.imgBox .floatL,
.imgBox .floatR {width:410px;}

.imgmovBox .floatL{width:468px;}
.imgmovBox .floatL .mov {
width: 468px;
height: 263px;
background: #666;
display: table;
margin-bottom:10px;
line-height: 0;}

.imgmovBox .floatR {width:352px;}

.imgmovBox .floatL .movBox {margin-top: 0 !important;}

.imgBox img,
.imgmovBox 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: 15px;}

a.floatL + .cap,
a.floatR + .cap{
margin-top: 0;}

.imgBox + p {
margin-top: 80px;
}

/*----　interviewbox ----*/
.interviewbox {
display: table;
width: 840px;
padding: 30px;
margin: 50px auto 0;
background-color: #ebebeb;
border-radius: 10px;
box-sizing: border-box;}

.interviewbox .name,
.interviewbox .text{
display: table-cell;
vertical-align: top;}

.interviewbox .name {
text-align: center;}

.interviewbox .name p{
padding: 2px 5px;
background-color: #252525;
color: #fff;
white-space: nowrap;}

.interviewbox .text{
padding-left: 25px;}

.interviewbox + p {
margin-top: 50px;}

/*----　動画 ----*/
.movBox {
width: 600px;
margin: 80px auto 0;
}
.mov {
width: 600px;
height: 338px;
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;
}
.movtit,
.subtext{
font-size: 19px;
font-weight: bold;
margin-bottom: 10px;
}

.movWrap {
display: block;
overflow: hidden;
}

.movBox + p {
margin-top: 80px;
}



/*==============================================
.productBox
============================================= */
.productBoxIn {
width: 840px;
margin: 80px auto 0;}

.productBoxIn a {
display: block;
background-color: #fff;
box-sizing: border-box;
padding: 40px;
text-align: center;}


.productBoxIn a .info .name {
margin-top: 35px;}

.productBoxIn a .info .btn{
font-size: 14px;
line-height: 50px;
text-align: center;
color: #fff;
display: block;
border-radius: 50px;
width: 329px;
height: 50px;
background-color: #20497e;
margin: 20px auto 0;
overflow: hidden;
position: relative;
transition: 0.1s ease-in-out;}

.productBoxIn a .info .btn:after{
content: '';
width: 8px;
height: 8px;
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: 15px;
margin: auto;
}

.productBoxIn a .info .btn:hover{
background-color: #5a89c7;
/*opacity: 0.8;
filter: alpha(opacity=80);*/}

/*----　メイン ----*/
.productBoxIn .main {
width: 840px;
display: table;}

.productBoxIn .main .img,
.productBoxIn .main .info {
display: table-cell;
vertical-align: middle;}

.productBoxIn .main .img {
width: 410px;}

.productBoxIn a.main  .info .name {
text-align: left;
margin-top: 0;}

.productBoxIn a.main  .info .name img {
margin-left: 25px;
}

/*----　サブ ----*/
.productBoxIn .subitemtitle {
text-align: center;
font-size: 22px;
font-weight: bold;
margin-top: 50px;}

.productBoxIn .sub {
margin-top: 30px;
overflow: hidden}

.productBoxIn .sub a {
float: left;
width: 410px;}

.productBoxIn .sub a + a{
margin-left: 20px;
}

.productBoxIn .sub .name p {
font-size: 16px;
margin-bottom: 10px;
}

.productBoxIn .sub .name img {
width: 298px;
}



/*==============================================
.releasedate
============================================= */
.releasedate {
font-size: 11px; 
color: #333;
width: 930px; 
padding-bottom: 80px;
margin: 80px auto 0; 
text-align: right;}

