@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
border-bottom: #ededed solid 1px;
}
#footer {
padding-top: 22px;
}
.copyRight { border-top: 1px solid #ededed; }
.pageTop {
width: 40px;
height: 40px;
right: 10px;
background-size: 40px;
border-radius: 50%;
}
.pc {display: none;}


/*==============================================
 看板
============================================= */
.mainTitleWrap {
width: 100%;
}
.main_catch{
padding-top:39.2%;
background:#f2f1f1 url(https://img1.kakaku.k-img.com/images/article/tieup/23/07_jackery/sp_main_catch.png) center top no-repeat;
background-size: 100%;
text-indent: -999em;
font-size: 0;
z-index: 1;
}
.titBox{
position: relative;
height: 39rem;
}
h1 {
padding-top:75.14%;
background:url(https://img1.kakaku.k-img.com/images/article/tieup/23/07_jackery/sp_main_tit.png) center top no-repeat;
background-size: 90%;
text-indent: -999em;
font-size: 0;
z-index: 1;
position: absolute;
bottom:0;
right: 0;
left:0;
margin: auto;
}
.bg-slider-wrap {
  position: relative;
  padding-top: 60%;
  overflow: hidden;
}
.bg-slider {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main_item{
display: none;
}


/*==============================================
 バナー
============================================= */
.topbnr {
margin: 0.8rem 2rem 2.5rem;
}
.topbnr a {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0.03rem;
    font-weight: bold;
    color: #FFF;
    background: #ff5000 url(https://img1.kakaku.k-img.com/images/article/tieup/23/07_jackery/arrow.png) no-repeat 95% 48%;
    background-size: 1.2rem;
    text-align: center;
    padding-left: 1.4rem;
    box-sizing: border-box;
    border-radius: 50rem;
    margin: 0 0.2rem;
padding: 1rem 1rem 1.1rem;
}
.lead p {
font-size: 1.3rem;
line-height: 1.7;
padding: 0 2.0rem 1.6rem;
word-break: break-all;
}
.lead p a {
display: inline!important;
color: #ff5000!important;
text-decoration: underline;
font-weight: bold;
}


/*----　記事内　----*/
.innerbnr {
padding:0 2rem 2rem;
}
.innerbnr a{
padding-top:34%;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/07_jackery/sp_bnr.jpg) center top no-repeat;
background-size: 100%;
text-indent: -999em;
font-size: 0;
z-index: 1;
display: block;
border:2px solid #222;
box-sizing: border-box;
}


/*==============================================
 #mainContents
============================================= */
#mainContents {
font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, "Meiryo", "Arial", sans-serif;
font-feature-settings: "palt" 1;
}
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Medium.woff);
    font-weight: normal;
}
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
    font-weight: bold;
}

/*----- 文字 -----*/
.paragraph p {
font-size: 1.5rem;
line-height:1.7;
margin-bottom: 2.5rem;
letter-spacing: 0.03em;
color: #3D3D3D;
word-break: break-all;
}
.paragraph p a {
display: inline!important;
color: #ff5000!important;
text-decoration: underline;
font-weight: bold;
}
.paragraphIn > p:first-child {
margin-top: 5px;
}
.paragraph .cap{
font-size: 1.1rem;
line-height:1.6;
margin-bottom: 0;
}
.paragraph  p .marker {
background:linear-gradient(transparent 70%, #fee2b2 70%);
padding: 0px 1px 0;
font-weight: bold;
vertical-align: 8;
}
.notes {
font-size: 1.0rem;
line-height:1.8;
display: block;
margin-top: 1.3rem;
}


/*----　paragraph　----*/
.paragraph {
border-top: 1px solid #ccc;
transition: background-color .2s, border-top-color .2s;
}
.paragraphIn{
padding: 0 2.0rem;
}
#article04 {
border-bottom: 1px solid #ccc;
}
.spAccordion {
display: none;
}

/*----　h2　----*/
.paragraph h2 {
position: relative;
font-weight: bold;
padding: 2.2rem 2rem 2.2rem 5.2rem;  
color: #222;
word-break: break-all;
}
.paragraph h2 span {
display: block;
font-size: 1.7rem;
line-height: 1.4;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.paragraph h2:active {
background-color: rgba(255,255,255,0.10);
}
.paragraph h2:after {
content: "";
display: inline-block;
position: absolute;
top: 0.1rem;
bottom: 0;
left: 1.8rem;/*----　左からの矢印の位置　----*/
width: 0.9rem;
height:0.9rem;
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: 0.4rem solid #ccc;/*----　矢印の色　----*/
border-right: 0.4rem solid #ccc;/*----　矢印の色　----*/
}
.paragraph.active h2:after {
top: 0.5rem;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}
h2 b.point {
font-size: 1.5rem;
line-height: 1.4;
color: #ff5000;
display:inline-block;
margin-bottom: 0.7rem;
border-bottom: 0.3rem solid #ff5000;
padding-bottom: 0.5rem;
}
p + .titS,
p + .imgBox1,
p + .imgBox2,
p + .imgBox3{
margin-top:3.5rem;
}
/* imgBox */
.imgBox1 img,
.imgBox2 img,
.imgBox3 img {
width: 100%;
margin-bottom:1rem;
}
.imgBox1,
.imgBox2,
.imgBox3{
margin-bottom:3rem;
}
.imgBox3 a:nth-child(2) {
width:60%;
display:block;
margin:0 auto;
}
#article04 .paragraphIn{
background:url(https://img1.kakaku.k-img.com/images/article/tieup/23/07_jackery/sp_summary_bg.png) no-repeat bottom center;
background-size: 100%;
padding-bottom:55vw;
}

/*----- 動画 -----*/
video { 
outline: none;
display: block;
width: 100%;
height: auto;
margin-bottom: 3rem;
}
.movTit{
font-size: 1.5rem;
font-weight: bold;
margin-bottom: 1rem;
}
.movTxt {
font-size: 13px;
line-height:1.5;
color: #666;
text-align: center;
}

/*==============================================
 .productBox
============================================= */
.productBox{
margin: 3.5rem 2.3rem;
}
.product .img{
width:100%;
display: block;
margin: 0 auto;
}
.product .img img{
width: 100%;
}
.product .info{
width: 100%;
text-align: center;
}
.product .name{
font-size: 2.2rem;
line-height:1.3;
margin-bottom: 0.7rem;
font-weight: bold;
}
.product .catch{
font-size: 1.4rem;
line-height: 1.3;
margin-bottom:1.6rem;
}
.product a {
display: block;
}
.product a .btn {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0.03rem;
    font-weight: bold;
    color: #FFF;
    background: #ff5000 url(https://img1.kakaku.k-img.com/images/article/tieup/23/07_jackery/arrow.png) no-repeat 97% 48%;
    background-size: 1.2rem;
    text-align: center;
    box-sizing: border-box;
    border-radius: 50rem;
    margin: 0 0.2rem;
padding: 1rem 1.5rem 1.1rem 0;
}

.camBox{
background: #ff5000;
padding:0.5rem 0.4rem;
}
.camBoxIn{
margin: 0 auto;
background: #222;
padding:2.5rem;
box-sizing: border-box;
}
.camTit{
font-size: 1.7rem;
line-height: 1.4;
text-align: center;
color: #ff5000;
margin-bottom: 1.8rem;
font-weight: bold;
}
.imgBox4{
width: 100%;
margin: 0 auto 1.5rem;
}
.imgBox4 .img img{
width: 100%;
}
.camBox p {
font-size:1.4rem;
line-height: 1.8;
letter-spacing: 0.03em;
color: #DDDDDD;
margin-bottom: 2.5rem;
word-break: break-all;
}
.imgBox4 p.cap{
font-size: 1.1rem;
line-height: 1.7;
margin: 1rem 0 3rem;
}
.cambtn a{
    display: block;
    width: 100%;
    height: 5rem;
    line-height:5rem;
    margin: 0 auto;
    font-size:1.3rem;
    letter-spacing: 0;
    font-weight: bold;
    color: #FFF;
    background: #ff5000 url(https://img1.kakaku.k-img.com/images/article/tieup/23/07_jackery/arrow.png) no-repeat 95% 50%;
    background-size:1.4rem;
    text-align: center;
    padding-right: 1.0rem;
    box-sizing: border-box;
    border-radius: 50rem;
margin-bottom: 1.6rem;
}

.amazonbtn a{
    display: block;
    width: 100%;
    height: 5rem;
    line-height:5rem;
    margin: 0 auto;
    font-size:1.3rem;
    letter-spacing: 0;
    font-weight: bold;
    color: #FFF;
    background: #ff9900 url(https://img1.kakaku.k-img.com/images/article/tieup/23/07_jackery/arrow.png) no-repeat 95% 50%;
    background-size:1.4rem;
    text-align: center;
    padding-right: 1.0rem;
    box-sizing: border-box;
    border-radius: 50rem;
}


.lineUp{
background: #DFDFDF;
width: 100%;
padding: 3rem 0 0;
}
.lineUpTit {
font-size: 2.2rem;
line-height: 1.5;
text-align: center;
color: #ff5000;
font-weight: bold;
margin: 0 auto 0.5rem;
}
.lineUpBox a{
display: block;
}
.lineUpBox {
border-bottom: 1px solid #AFAEAE
}
.lineUpImg img{
width:90%;
display: block;
margin: 0 auto;
}
.lineUpBox {
padding: 0 2rem 3.5rem;	
}
.lineUpBox a .name{
font-size:2.0rem;
line-height: 1.3;
margin-bottom:0.7rem;
text-align: center;
font-weight: bold;
}
.lineUpBox a .catch{
font-size:1.5rem;
line-height: 1.5;
margin-bottom: 1.5rem;
text-align: center;
}
.lineUpBox a .lineUpbtn{
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size:1.2rem;
line-height: 1.4;
    letter-spacing: 0;
    font-weight: bold;
    color: #FFF;
    background: #ff5000 url(https://img1.kakaku.k-img.com/images/article/tieup/23/07_jackery/arrow.png) no-repeat 96% 50%;
    background-size:1.3rem;
    text-align: center;
    padding-right: 2rem;
    box-sizing: border-box;
    border-radius:50rem;
padding:1rem 0;
}


.seriesIntro {
background: #F3F7FC url(https://img1.kakaku.k-img.com/images/article/tieup/23/07_jackery/info_bg.png) no-repeat bottom center;
background-size: 100%;
padding: 4rem 2rem 3rem;
}
.seriesIntroIn{
padding-bottom: 13rem;
}
.seriesIntroTit{
font-size: 1.7rem;
line-height: 1.4;
color: #000;
margin-bottom:2.0rem;
font-weight: bold;
text-align: center;
}
.seriesIntroTit b{
color: #ff5000;
}
.seriesIntroIn p {
font-size:1.4rem;
line-height: 1.7;
color: #222;
word-break: break-all;
}
.seriesIntroIn p a{
text-decoration: underline;
font-weight: bold;
color: #ff5000;
}

/*==============================================
.releasedate
============================================= */
.releasedate{
width: 100%;
background: #f2f2f2;
padding-top:2rem;
}
.releasedateIn {
font-size: 0.85rem; 
padding: 0 25px 30px;
color: #333;
}
.questionnaire{
padding: 0 0 3rem;
}
