@charset "shift_jis";
/*==============================================
 common
============================================= */


/*.lead,*/
.pconly,
.contentsNavi{
display:none;
}
#header {
border-bottom: #ededed solid 1px;
}
.copyRight { border-top: 1px solid #ededed; }
.pageTop {
width: 40px;
height: 40px;
right: 10px;
background-size: 40px;
border-radius: 50%;
}

img {
width: 100%;
height: auto;
}


/*==============================================
 看板
============================================= */
h1 {
padding-top: 82%;
margin: 0 auto;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/09_zojirushi/sp_title.jpg) no-repeat center top;
background-size: 100%;
text-indent: -999em;
font-size: 0;
}
p.lead {
font-size: 1.28rem;
line-height: 1.7;
padding: 25px;
}

/*==============================================
 バナー
============================================= */
.bnr a { text-decoration: none; }

/*----　看板下　----*/
.topbnr {
    padding: 0 25px 30px;
}

.topbnr a{
display: block;
height: 52px;
color: #fff;
font-size: 1.15rem;
line-height: 52px;
font-weight: bold;
text-align: center;
background: #c69f42 url(https://img1.kakaku.k-img.com/images/article/tieup/25/09_zojirushi/arrow.svg) 96% 50% no-repeat;
border-radius: 52px;
overflow: hidden;
transition: 0.1s ease-in-out;}

.topbnr a:hover{
background-color: #e1b54c;}

.topbnr a span {
    display: none;}


/*----　記事内　----*/
.innerbnr{
padding: 30px 0 0;
}
.innerbnr a{
display:block;
box-sizing:border-box;
}
.innerbnr .bnr img{ width: 100% }

/*----　テキストリンク　----*/
.txtLink a {
margin: 40px auto 0;
display: block;
font-size: 1.2rem;
line-height: 1.7;
font-weight: bold;
padding: 10px 24px;
text-align: center;
border: #c69f42 2px solid;
border-radius: 100px;
color: #c69f42;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/09_zojirushi/arrow02.svg) 96% 50% no-repeat;
transition: 0.1s ease-in-out;}



/*==============================================
 #mainContents
============================================= */
/*----- 文字 -----*/
#mainContents .paragraph,
#mainContents .mainTitleWrap,
.productBoxIn,
table th,table td{
font-feature-settings: "palt" 1;
letter-spacing: 0.05em;}


.paragraph p {
font-size: 1.35rem;
line-height: 1.8;
margin-top: 30px;
}
.paragraphIn > p:first-child {
margin-top: 25px;
}
.paragraph .cap {
font-size: 1.2rem;
line-height: 1.6;
margin-top: 10px !important;
}

#mainContents .capS{
margin-top: 5px;
display: block;
font-size: 78%;}

#mainContents em {
    background-color: #f1e7d0;
    font-weight: bold;
    font-style: normal;
}

/*----　paragraph　----*/
.paragraph {
border-top: 1px solid #292929;
transition: background-color .2s, border-top-color .2s;
}
#matome {
border-bottom: 1px solid #292929;
}
.spAccordion {
display: none;
padding: 0 25px 30px;
}
.paragraph h2 {
position: relative;
padding: 20px 25px 20px 20px;
color: #241515;
font-weight: bold;
background-color: #e6e4de;
}
/*.paragraph h2:active {
background-color: rgba(255,255,255,0.10);
}*/

.paragraph h2 span {
display: block;
padding-right: 8px;
font-size: 1.4rem;
line-height: 1.6;
font-weight: bold;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.paragraph h2 span span{
padding-left: 0;	
}

.paragraph h2 .icon {
font-size: 1.6rem;
padding-bottom: 4px;}

.paragraph h2:after {
content: "";
display: inline-block;
position: absolute;
top: 1px;
bottom: 0;
right: 20px;
width: 10px;
height: 10px;
margin: auto;
-webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
transition: opacity .2s ease, -webkit-transform .2s ease;
transition: transform .2s ease, opacity .2s ease;
transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
vertical-align: middle;
border-bottom: 4px solid #c69f42;/*----　矢印の色　----*/
border-right: 4px solid #c69f42;/*----　矢印の色　----*/
}
.paragraph.active h2:after {
top: 3px;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}

.paragraph .sph2 {display: table;}
.paragraph .spimg,
.paragraph .sptext{display: table-cell;
vertical-align: middle;}

.paragraph .spimg {
    width: 26%;}

.paragraph .sptext {
    padding-left: 10px;}


.paragraph h3{
background-color: #7f7c70;
margin: 40px auto 0;
box-sizing: border-box;
padding: 10px;
display: block;
}

.paragraph h3 span {
display: block;
padding: 8px 0 6px;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-size: 1.45rem;
line-height: 1.6;
color: #fff;
font-weight: bold;
text-align: center;
border-left: #a6a49b 2px solid;
border-right: #a6a49b 2px solid;
box-sizing: border-box;
}

.paragraph h3 + p {
    margin-top: 30px;
}

.subtext {
    font-size: 1.35rem;
    color: #fff;
    background-color: #1a1a1a;
    padding: 5px 12px;
    display: inline-block;}


/*----- 画像 -----*/
.imgBox {margin-top: 30px;}
.imgBox div {overflow: hidden;}
.imgBox img {width: 100%;}
.imgBox div + .cap{
	margin-top: 15px;}
.imgBox a + .cap {
	margin-top: 0;}

.imgBox a {display: block;}

.imgBox a.item02{
 margin-top: 10px;}

.imgBox div.floatR {
    margin-top: 30px;}

.col2 div {
display: table;}

.col2 div a,
.col2 div p.cap{
display: table-cell;
width: 49%;
vertical-align: middle;}

/*==============================================
 .productBox
============================================= */
/*----- 製品枠 -----*/
.productBox {
padding:30px 35px;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/09_zojirushi/sp_prd_bg.png) center top repeat-x;
background-size: 76%;}

.productBox .prdtitle {
text-align: center;}

.productBox .prdtitle img {
    width: 70%;}

.productBox a {
display:block;
color:#333;
margin-top: 30px}

.productBox a + a {
    margin-top: 40px;
}

.productBox a .img {
text-align: center;}

.productBox a .img img {
width: 50%;}

.productBox a .info dt.name01,
.productBox a .info dt.name02{
font-size: 1.8rem;
line-height: 1.6;
color: #1a1a1a;
font-weight: bold;
text-align: center;
margin-top: 15px;}

.productBox a .info dt.name01 span,
.productBox a .info dt.name02 span{
    background-color: #1a1a1a;
    font-size: 1.4rem;
    color: #fff;
    padding: 5px 10px;
    margin-right: 10px;
}

.productBoxIn .prditem a .info .btn {
margin: 15px auto 0;
font-size: 1.15rem;
line-height: 52px;
font-weight: bold;
text-align: center;
color: #fff;
height: 52px;
 background: #c69f42 url(https://img1.kakaku.k-img.com/images/article/tieup/25/09_zojirushi/arrow.svg) 96% 50% no-repeat;
background-size: 8px;
border-radius: 52px;
transition: 0.1s ease-in-out;}

.productBoxIn .prditem a:hover .info .btn{
 background-color: #e1b54c; }


.makerBanner a{
display: block;
margin: 50px auto 0;
transition: 0.1s ease-in-out;}

.makerBanner a:hover {
opacity: 0.8;
filter: alpha(opacity=80);}

/*==============================================
.releasedate
============================================= */
.releasedate {
	font-size: 0.85rem; 
	padding: 0 25px 30px;
	color: #333;}

#footer {
	padding-top: 30px;}

