@charset "shift_jis";
/*==============================================
common
============================================= */
#header {
border-bottom: #ededed solid 1px;
}
.headerIn {
width: 1040px;
margin: 0 auto;
}
.footerIn {
width: 930px;
margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed; }
#footer { margin-top: 10px; }
.pageTop { border-radius: 50%; }
.sp { display: none; }


/*==============================================
看板
============================================= */
#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;
}
.mainTitleWrapOuter{
width: 100%;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/07_jackery/main_bg.jpg) top left repeat-x;
}
.mainTitleWrap {
width:1040px;
height: 590px;
margin: 0 auto;
position: relative;
z-index: 1;
}
.main_catch {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/07_jackery/pc_main_catch.png) left top no-repeat;
width: 500px;
height:205px;
text-indent: -999em;
font-size: 0;
z-index:100; 
position: absolute;
top: 30px;
left: 0;
}
h1 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/07_jackery/pc_main_tit.png) left top no-repeat;
width: 1038px;
height:97px;
text-indent: -999em;
font-size: 0;
z-index: 100; 
position: absolute;
left: 0;
top:465px;
}
.main_item{
position: absolute;
top: 250px;
left: 0;	
}
.bg-slider-wrap {
width:650px;
height:440px;
overflow: hidden;
position: absolute;
top:0;
right: 0;
z-index: 10;
}
.bg-slider {
background-size: cover;
background-position: center;
position: absolute;
top: 0;
left: 0;
width:650px;
height:440px;
}
.main-tit-box {
position: absolute;
top: 0;
left: 0;
width:650px;
height:440px;
}

.lead{
width:1040px;
margin: 0 auto 50px;
}
.lead p{
font-size: 17px;
line-height: 1.9;
text-align: justify;
}
.lead a:link,
.lead a:visited {
color: #ff5000;
text-decoration: underline;
transition: 0.3s;
}
.lead a:hover,
.lead a:active {
color: #FD7D43;
}
.topbnr a {
    display: block;
    width: 800px;
    height: 70px;
    line-height:70px;
    margin: 0 auto 70px;
    font-size:20px;
    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 86% 50%;
    background-size:24px;
    text-align: center;
    padding-right: 30px;
    box-sizing: border-box;
    border-radius: 50px;
    transition: 0.3s;
}
.topbnr a:hover{
opacity: 0.6;
}
.contentsNavi {
    width: 1040px;
    margin: 0 auto 70px;
}
.contentsNavi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contentsNavi li a {
width: 252px;
height:170px;
display: block;
box-sizing: border-box;
transition: 0.3s;
padding: 13px;
border: 3px solid #222222;
word-break: break-all;
}
.contentsNavi li a:hover {
opacity: 0.6;
}
.contentsNavi li .point {
width: 100%;
font-size: 20px;
line-height: 1.2;
display:block;
text-align: center;
color: #222;
padding-bottom:10px;
box-sizing: border-box;
letter-spacing: 0.03em;
border-bottom: 1px solid #222222;
font-weight: bold;
}
.contentsNavi li .naviTx {
    font-size: 14px;
    line-height: 1.5;
    color: #303030;
    padding:11px 0 0;
    display: block;
    position: relative;
}
.contentsNavi li .naviTx:after {
    content: "";
    position: absolute;
    top:77px;
    left:0;
    right:0;
    margin:auto;
    width: 18px;
    height: 18px;
    border-top: solid 5px #cfcece;
    border-right: solid 5px #cfcece;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

/*==============================================
#mainContents
============================================= */
#article01, #article03 {
    background: #f2f1f1;
    width: 100%;
}
.paragraph p {
font-size: 18px;
line-height: 2.2;
margin-bottom: 40px;
letter-spacing: 0.03em;
text-align: justify;
color: #222;
}
.paragraph p.cap{
font-size: 15px;
line-height: 1.9;
margin-bottom: 0;
}
.paragraph p a {
display: inline!important;
color: #ff5000!important;
text-decoration: underline;
font-weight: bold;
transform: 0.3s;
}
.paragraph p a:hover{
opacity: 0.6;
}
.paragraph p .marker {
background: linear-gradient(transparent 55%, #fee2b2 55%);
padding: 0px 1px 0;
font-weight: bold;
}
_:-ms-input-placeholder, :root .paragraph p .marker {
background: linear-gradient(transparent 55%, #fee2b2 55%);
vertical-align: -5px;
}
.notes {
font-size: 14px;
line-height:1.8;
display: block;
margin-top: 15px;
}
.paragraph{
padding:90px 0 110px;
}
.paragraphIn{
width: 930px;
margin: 0 auto;
padding-bottom: 20px;
}
.paragraph h2 {
width: 930px;
margin: 0 auto 42px;
font-size: 38px;
line-height: 1.4em;
font-weight: bold;
text-align: center;
}
.paragraph h2 .point {
line-height: 1.2;
font-size:27px;
display:inline-block;
padding-bottom: 15px;
margin: 0 auto 25px;
color: #ff5000;
border-bottom: 4px solid #ff5000;
}
.paragraph h2 .tx{
display: block;
}
.innerbnr {
background: #fff;
width: 930px;
height: 170px;
margin: 0 auto;
}
.innerbnr a {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/07_jackery/pc_bnr.jpg) center top no-repeat;
width: 930px;
height: 170px;
display: block;
text-indent: -999em;
font-size: 0;
z-index: 1;
transition: 0.3s;
}
.innerbnr a:hover{
opacity: 0.6;
}
p + .imgBox1,
p + .imgBox2,
p + .imgBox3 {
margin-top:75px;
}
.imgBox1,
.imgBox3{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.imgBox1,
.imgBox2,
.imgBox3{
width: 930px;
margin:0 auto 75px;
}
.imgBox1 a{
  width: 450px;
}
.imgBox3 a:nth-child(1) {
width:690px;
}
.imgBox3 a:nth-child(2) {
width:213px;
}
.imgBox1 a,
.imgBox2 a,
.imgBox3 a {
  display: block;
  cursor: zoom-in;
}
.imgBox1 img,
.imgBox2 img,
.imgBox3 img{
width:100%;
}

/* cap size */
.imgBox1 .cap{
width:450px;
}
.imgBox1.pair .cap,
.imgBox2 .cap{
width:930px;
}
.imgBox1.pair .cap,
.imgBox2 .cap,
.imgBox3 .cap {
margin-top: 15px;
}

/*----　動画 ----*/
video { 
outline: none;
}
.movTit{
margin-bottom:20px;
font-size: 28px;
font-weight: bold;
}
.movBox {
width: 930px;
margin:0 auto 70px;
}
.movBox .mov {
width: 930px;
height: 524px;
margin-bottom:15px;
}
.movTxt {
font-size: 13px;
line-height: 1.5;
color: #666;
text-align: center;
}
#article04{
background: #493c2e;
}
#article04.paragraph {
padding:100px 0 80px;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/07_jackery/pc_summary_bg.jpg) center top no-repeat;
}
#article04 p{
color: #fff;
text-shadow: 1px 2px 3px #000;
margin-bottom: 0;
}
#article04 h2{
text-align: left;
color: #fff;
}
#article04 h2 .point{
display: none;
}
.txBox{
width: 520px;
}

/*==============================================
.productBox
============================================= */
.productBox{
padding: 120px 0 0;
}
.product {
width: 930px;
margin: 0 auto;
text-align: center;
}
.product .name{
font-size: 48px;
font-weight: bold;
margin-bottom: 25px;
}
.product .catch{
font-size: 26px;
margin-bottom: 50px;
}
.product .btn{
    display: block;
    width: 740px;
    height: 70px;
    line-height:70px;
    margin: 0 auto 100px;
    font-size:20px;
    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 90% 50%;
    background-size:24px;
    text-align: center;
    padding-right: 30px;
    box-sizing: border-box;
    border-radius: 50px;
    transition: 0.3s;
}
.product a{
display: block;
transition: 0.3s;
}
.product a:hover{
opacity: 0.6;
}


.camBox{
background: #222;
width: 100%;
padding: 100px 0;
}
.camBoxIn{
width: 930px;
margin: 0 auto;
border: 3px solid #ff5000;
padding: 60px;
box-sizing: border-box;
}
.camTit{
font-size: 36px;
line-height: 1.5;
text-align: center;
color: #ff5000;
margin-bottom: 40px;
font-weight: bold;
}
.imgBox4{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.imgBox4{
width: 800px;
margin: 0 auto;
}
.imgBox4 .img{
width:340px;
padding-top: 10px;
}
.imgBox4 .img img{
width: 100%;
}
.imgBox4 .camtx{
width:420px;
}
.camBox p {
font-size:17px;
line-height: 1.8;
letter-spacing: 0.03em;
text-align: justify;
color: #DDDDDD;
margin-bottom: 0
}
.imgBox4 p.cap{
font-size: 14px;
line-height: 1.7;
margin: 15px 0 30px;
}
.cambtn a{
    display: block;
    width: 330px;
    height: 56px;
    line-height:56px;
    margin: 0 auto;
    font-size:16px;
    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:18px;
    text-align: center;
    padding-right: 10px;
    box-sizing: border-box;
    border-radius: 50px;
    transition: 0.3s;
margin-bottom: 20px;
}
.cambtn a:hover,
.amazonbtn a:hover {
opacity: 0.6;
}

.amazonbtn a{
    display: block;
    width: 330px;
    height: 56px;
    line-height:56px;
    margin: 0 auto;
    font-size:16px;
    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:18px;
    text-align: center;
    padding-right: 10px;
    box-sizing: border-box;
    border-radius: 50px;
    transition: 0.3s;
}

.lineUp{
background: #DFDFDF;
width: 100%;
padding: 100px 0;
}
.lineUpIn{
width: 930px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.lineUpTit {
font-size: 34px;
line-height: 1.5;
text-align: center;
color: #ff5000;
font-weight: bold;
margin: 0 auto 30px;
position: relative;
width: 930px!important;
display:block;
}
.lineUpTit::after{
content: '';
display: inline-block;
width: 25%;
height:2px;
background: #ff5000;
background-size: contain;
vertical-align: middle;
position: absolute;
top:50%;
left:0;
}
.lineUpTit::before{
content: '';
display: inline-block;
width:25%;
height:2px;
background: #ff5000;
background-size: contain;
vertical-align: middle;
position: absolute;
top:50%;
right:0;
}
.lineUpBox a{
width: 450px;
display: block;
transition: 0.3s;
}
.lineUpImg{
width: 450px;		
}
.lineUpImg img{
width:100%;	
}
.lineUpBox a .name{
font-size:23px;
line-height: 1.4;
margin-bottom: 10px;
text-align: center;
font-weight: bold;
}
.lineUpBox a .catch{
font-size:18px;
line-height: 1.7;
margin-bottom: 18px;
text-align: center;
}
.lineUpBox a .lineUpbtn{
    display: block;
    width: 330px;
    margin: 0 auto;
    font-size:15px;
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 95% 50%;
    background-size:16px;
    text-align: center;
    padding-right: 30px;
    box-sizing: border-box;
    border-radius: 50px;
padding: 10px 0;
}
.lineUpBox a:hover{
opacity: 0.6;
}

.seriesIntro {
background: #85bae0 url(https://img1.kakaku.k-img.com/images/article/tieup/23/07_jackery/info_bg.png) no-repeat bottom center;
background-size: 100%;
width: 100%;
padding: 140px 0 80px;
}
.seriesIntroIn{
width: 930px;
margin: 0 auto;
padding-bottom: 290px;
}
.seriesIntroTit{
font-size: 34px;
line-height: 1.5;
color: #000;
margin-bottom: 70px;
font-weight: bold;
text-align: center;
}
.seriesIntroTit span{
background: rgba(255,255,255,0.7);
padding:3px 6px;	
display: inline-block;
margin-bottom: 10px;
}
.seriesIntroTit b{
color: #ff5000;
}
.seriesIntroIn p {
font-size:17px;
line-height: 2.2;
letter-spacing: 0.03em;
text-align: justify;
color: #fff;
text-shadow: 1px 2px 2px #666;
width: 880px;
margin: 0 auto;
}
.seriesIntroIn p a{
text-decoration: underline;
font-weight: bold;
transition: 0.3s;
color: #ff5000;
}
.seriesIntroIn p a:hover{
opacity: 0.6;
}
.releasedate{
width: 100%;
background: #f2f2f2;
padding-top: 30px;
}
.releasedateIn {
font-size: 11px; 
color: #222;
width: 930px; 
margin: 0 auto; 
text-align: right;
padding-bottom: 80px;
}
.questionnaire{
padding: 0 0 100px;
}
