@charset "shift_jis";
/*==============================================
 common
============================================= */
.menu,
.forPc {
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%;
}
#footer {
padding-top: 10px;
}
/*==============================================
 ลย
============================================= */
h1 {
padding-top: 72%;
margin: 0 auto;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_jackery/main_title.png) no-repeat center top;
background-size: 100%;
text-indent: -999em;
font-size: 0;
position: relative;
top: -30px;
z-index: 10;
}
p.lead {
box-sizing: border-box;
font-size: 1.1rem;
line-height: 1.9;
padding: 0 24px;
}
.lead a {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_jackery/outside.png) right top 2px no-repeat;
background-size: 5%;
box-sizing: border-box;
color: #ea5217;
font-weight: bold;
text-decoration: underline;
padding-right: 18px;
}
.image-crossfader {
  overflow: hidden;
  position: relative;
  height: 124px;
width: 100%;
margin: 0 auto 0;
background-color: #FFF;}

.image-crossfader-inner {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transform: scale(1);
  transition:
    opacity 3.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 3.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    
}
.image-crossfader-inner.is-visible {
  z-index: 1;
  opacity: 1;
  transform: scale(1.2);
}
.image-crossfader-inner:nth-child(1) {
  background-image: url('https://img1.kakaku.k-img.com/images/article/tieup/22/09_jackery/sp_title_bg01.jpg');
}
.image-crossfader-inner:nth-child(2) {
  background-image: url('https://img1.kakaku.k-img.com/images/article/tieup/22/09_jackery/sp_title_bg02.jpg');
}
.image-crossfader-inner:nth-child(3) {
  background-image: url('https://img1.kakaku.k-img.com/images/article/tieup/22/09_jackery/sp_title_bg03.jpg');
}
.image-crossfader-inner:nth-child(4) {
  background-image: url('https://img1.kakaku.k-img.com/images/article/tieup/22/09_jackery/sp_title_bg04.jpg');
}

/*==============================================
 oi[
============================================= */
.bnr a { text-decoration: none; }

/*----@ลยบ@----*/
.topbnr {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_jackery/sp_bnr_catch.png) no-repeat center top;
background-size: 79%;
margin-top: 35px;
padding: 30px 25px 25px;
}
.innerbnr {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_jackery/sp_bnr_catch.png) no-repeat center top;
background-size: 78%;
margin-top: 35px;
padding: 33px 25px 35px;
}
.topbnr a {
box-sizing: border-box;
display:block;
margin-bottom: 10px;
width: 100%;
}
.innerbnr .bnrOtheritem {
display: block;
margin-top: 15px;
}
.bnr img { width: 100% }


/*==============================================
 #mainContents
============================================= */
/*----- ถ -----*/
.paragraph p {
    font-size: 1.3rem;
    line-height: 1.8;
margin-top: 25px;
}
.paragraphIn > p:first-child {
margin-top: 5px;
}
.paragraph .cap {
font-size: 1rem;
line-height: 1.7;
margin-top: 10px !important;
}

/*----@paragraph@----*/
.paragraph {
border-top: 1px solid #d0d0d0;
transition: background-color .2s, border-top-color .2s;
}
.paragraph {
border-top: 1px solid #e2e3e4;
transition: background-color .2s, border-top-color .2s;
}
#matome {
border-bottom: 1px solid #e2e3e4;
}
.spAccordion {
display: none;
padding: 0;
}
.spAccordion-none {
padding: 0;
}
.paragraphIn {
padding: 10px 25px 10px;
}
#matome .paragraphIn {
padding: 10px 25px 25px;
}
#article03 .paragraphIn {
margin-top: -30px;
}
.paragraph h2 {
position: relative;
padding: 23px 20px 23px 25px;
color: #000;
font-weight: bold;
}
.paragraph h2:active {
background-color: rgba(255,255,255,0.10);
}
.paragraph.active h2 {
color: #292929;
}
.paragraph h2 span {
display: block;
padding-right: 26px;
font-size: 1.48rem;
line-height: 1.4;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.paragraph h2 span b {
color: #ea5217;
display: block;
font-size: 1.68rem;
margin-bottom: 6px;
}

.paragraph h2:after {
content: "";
display: inline-block;
position: absolute;
top: 1px;
bottom: 0;
right: 20px;/*----@ถฉ็ฬ๎๓ฬสu@----*/
width: 8px;
height: 8px;
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: 2px solid #bbbbbb;/*----@๎๓ฬF@----*/
border-right: 2px solid #bbbbbb;/*----@๎๓ฬF@----*/
}
.paragraph.active h2:after {
top: 3px;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}
.sTxt {
display: block;
margin-top: 6px;
font-size: 0.9rem;
}

/*---- imgBox ----*/
.imgBox,
.imgBoxB {
width: 100%;
margin: 30px auto 0;
}
.imgBox + .imgBox {
margin: 40px auto 0;
}
.imgBox a + a {
display: block;
margin-top: 15px;
}
.imgBoxB p,
.imagesClear + p {
margin-top: 15px;
}
.imgBoxB img,
.imgBox img {
width: 100%;
}

/*----- ฎๆ -----*/
video { 
outline: none;
display: block;
width: 100%;
height: auto;
margin-bottom: 10px;
}
.movTit{
margin-bottom:10px;
}
.movBox { 
margin-top: 30px;
}
.movTxt {
font-size: 13px;
line-height:1.5;
color: #666;
text-align: center;
}

/*---- ฟโQandA ----*/
#article02 .question_Q,
#article03 .question_Q {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_jackery/sp_q_bottom.png) left 13px bottom no-repeat;
background-size: 5%;
margin: 50px 0 7px;
padding-bottom: 10px;
}

.question_Q h3 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_jackery/sp_q_bg.png) left center no-repeat;
background-size: 100%;
box-sizing: border-box;
color: #ea5217;
padding: 10px 8px 7px 8px;
}
.question_Q h3 span,
.question_Q h3 span.q02 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_jackery/sp_q.png) left 4px center no-repeat;
background-size: 5%;
display: block;
padding: 5px 10px 5px 45px;
}

.question_A {
margin: 0 0 25px;
}
.question_A h3 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_jackery/sp_a_bg.png) left 15px center no-repeat;
background-size: 100%;
box-sizing: border-box;
color: #000;
padding: 8px 0 5px 30px;
}
.question_A h3 span,
.question_A h3 span.a02 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_jackery/sp_a.png) left 1px center no-repeat;
background-size: 5%;
display: block;
padding: 6px 10px 5px 40px;
}

.question_Q h3 span,
.question_Q h3 span.q02,
.question_A h3 span,
.question_A h3 span.a02 {
font-size: 1.35rem;
line-height: 1.5;
font-weight: bold;
}

/*==============================================
 .productBox
============================================= */
.productBoxIn {
box-sizing: border-box;
padding: 40px 25px;
}
.makerBanner img,
.productBoxIn img {
width: 100%;
}
.productOtherItem {
margin-top: 20px;
}
.makerBanner {
box-sizing: border-box;
padding: 10px 25px 20px;
}

/*==============================================
.releasedate
============================================= */
.releasedate {
	font-size: 0.85rem; 
	padding: 0 25px 30px;
	color: #333;
}
