@charset "shift_jis";
/*==============================================
common
============================================= */
.forSp,
.splinktxt {
display: none;
}
#header {
border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn {
width: 1020px;
margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed; }
#footer { margin-top: 10px; }
.pageTop { border-radius: 50%; }

/*==============================================
看板
============================================= */
.titleBox {
width: 1020px;
margin: 0 auto;
}
.titleImg {
position: absolute;
z-index: 1;
top: 460px;
}
h1 {
background: url('https://img1.kakaku.k-img.com/images/article/tieup/21/12_jackery/pc_title_txt.png');
width: 1020px;
height: 396px;
text-indent: -999em;
font-size: 0;
z-index: 1;
position: absolute;
top: 60px;
left: 0;
right: 0;
margin: auto;
}
.image-crossfader {
  overflow: hidden;
  position: relative;
  height: 500px;
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.455, 0.03, 0.515, 0.955),
    transform 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);*/
    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.06);
}
.image-crossfader-inner:nth-child(1) {
  background-image: url('https://img1.kakaku.k-img.com/images/article/tieup/21/12_jackery/img_01.jpg');
}
.image-crossfader-inner:nth-child(2) {
  background-image: url('https://img1.kakaku.k-img.com/images/article/tieup/21/12_jackery/img_02.jpg');
}
.image-crossfader-inner:nth-child(3) {
  background-image: url('https://img1.kakaku.k-img.com/images/article/tieup/21/12_jackery/img_03.jpg');
}
.image-crossfader-inner:nth-child(4) {
  background-image: url('https://img1.kakaku.k-img.com/images/article/tieup/21/12_jackery/img_04.jpg');
}
.image-crossfader-inner:nth-child(5) {
  background-image: url('https://img1.kakaku.k-img.com/images/article/tieup/21/12_jackery/img_05.jpg');
}

.lead {
font-size: 16px;
line-height: 33px;
margin: 0 auto 65px;
}
.lead a {
background: url('https://img1.kakaku.k-img.com/images/article/tieup/21/12_jackery/outiside.png') right center no-repeat;
transition: .1s;
padding-right: 27px;
}
.lead a:link,
.lead a:visited {
color: #006dd3;
font-weight: bold;
text-decoration: underline;
}
.lead a:hover,
.lead a:active {
color: #2596ff;
}
.sTxt {
color: #4c4c4c;
display: block;
font-size: 11px;
line-height: 1.2;
}

.menuB,
.menu {
border-bottom: #e8e8e8 solid 1px;
box-sizing: border-box;
width: 100%;
margin: 0 auto 140px;
padding: 10px 0 50px;
}
.menuB ul,
.menu ul {
background-position: left top;
box-sizing: border-box;
width: 1020px;
margin: 0 auto;
}
.menuB li,
.menu li {
box-sizing: border-box;
border-right: #d9d9d9 solid 1px;
display: inline-block;
width: 25%;
height: 150px;
font-size: 13px;
line-height: 22px;
padding: 0 48px 0;
vertical-align: top;
}
.menuB li:nth-last-of-type(4),
.menu li:nth-last-of-type(4) {
border-left: #d9d9d9 solid 1px;
}
.menuB li b,
.menu li b {
color: #ff5c26;
display: block;
font-size: 18px;
margin-bottom: 8px;
}
.menuB a,
.menu a {
color: #333333;
box-sizing: border-box;
transition: opacity .2s;
}
.menuB a:hover,
.menu a:hover {
	opacity: 0.6;
}
.menu01 b, .menuMatome b {
padding-top: 23px;
}
.menu02 b,
.menu03 b {
background: url('https://img1.kakaku.k-img.com/images/article/tieup/21/12_jackery/menu_icon.png') left top no-repeat;
padding-top: 23px;
}

/*==============================================
bnr
============================================= */
.topbnr {
box-sizing: border-box;
width: 381px;
margin: 90px 0 95px 639px;
text-align: right;
z-index: 3;
}
.topbnr .bnr a {
    background: #ff5c26 url(https://img1.kakaku.k-img.com/images/article/tieup/21/12_jackery/bnr_icon.png) no-repeat;
	background-position: top 22px right 12px;
    box-sizing: border-box;
    color: #fff;
	display: block;
    width: 381px;
	height: 59px;
	line-height: 63px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
    transition: .2s;
}
.topbnr .bnr a:hover {
    background-color: #ab2b00;
}
.topbnr .txtLinkTop {
text-align: center;
padding: 15px 0;
}
.topbnr .txtLinkTop a {
background: url('https://img1.kakaku.k-img.com/images/article/tieup/21/12_jackery/outiside02.png') no-repeat;
background-position: center right;
color: #2c2c2c;
padding-right: 29px;
font-weight: bold;
text-decoration: underline;
transition: .1s;
}
.topbnr .txtLinkTop a:hover {
color: #2596ff;
text-decoration: none;
}

.innerbnr {
background: #f5f5f5;
width: 100%;
margin: 100px auto 120px;
padding: 70px 0 50px;
}
.innerbnr a {
display: block;
box-sizing: border-box;
width: 930px;
overflow: hidden;
margin: 0 auto;
}
.innerbnr .img {
float: left;
width: 372px;
}
.innerbnr .info {
float: right;
width: 485px;
}
.innerbnr .inncatch {
font-size: 20px;
font-weight: bold;
margin-bottom: 10px;
padding-top: 10px;
}
.innname {
color: #ff5c26;
font-size: 26px;
font-weight: bold;
line-height: 37px;
margin-bottom: 10px;
}
.innbnr span {
    background: #ff5c26 url(https://img1.kakaku.k-img.com/images/article/tieup/21/12_jackery/bnr_icon.png) no-repeat;
	background-position: top 22px right 12px;
    box-sizing: border-box;
    color: #fff;
	display: block;
    width: 480px;
	height: 60px;
	line-height: 63px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
    transition: .2s;
}
.innbnr span:hover {
    background-color: #ab2b00;
}


/*==============================================
#mainContents
============================================= */
.paragraphIn {
width: 930px;
margin: 0 auto;
}
.paragraphB p,
.paragraph p {
    font-size: 16px;
    line-height: 2.1;
	margin-top: 50px;
}
.paragraphIn p b {
color: #000;
	font-weight: bold;
}
p.cap {
    font-size: 14px;
    line-height: 1.8;
	margin-top: 0;
}
p.sTxt {
font-size: 12px;
line-height: 1.5;
margin-top: 20px;
}
.sTitle {
margin: 80px 0 -19px;
}
.sTitle h3 {
box-sizing: border-box;
font-size: 23px;
line-height: 1.6;
font-weight: bold;
}
#article01 h2 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/12_jackery/title_icon01.png) no-repeat;
background-position: top left;
width: 930px;
margin: 0 auto;
padding-bottom: 20px;
}
#article02 h2 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/12_jackery/title_icon02.png) no-repeat;
background-position: top left;
width: 969px;
margin: 0 auto;
padding-bottom: 20px;
}
#article03 h2 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/12_jackery/title_icon03.png) no-repeat;
background-position: top left;
width: 969px;
margin: 0 auto;
padding-bottom: 20px;
}
#matome h2 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/12_jackery/title_icon04.png) no-repeat;
background-position: top left;
width: 930px;
margin: 0 auto;
padding-bottom: 20px;
}
.paragraphB h2 span,
.paragraph h2 span {
box-sizing: border-box;
color: #141414;
display: block;
width: 930px;
font-size: 35px;
font-weight: normal;
line-height: 53px;
margin: 0 auto;
padding-left: 155px;
}
#article02 h2 span,
#article02  h2 span,
#article03 h2 span,
#article03  h2 span {
padding-top: 22px;
}
.paragraphB h2 span b,
.paragraph h2 span b {
display: none;
}

/*---- img ----*/
.imgBox {
width: 100%;
margin: 60px auto 0;
}
.imgBox02 {
width: 100%;
margin: 20px auto 0;
}
.imgBox02 .imagesClear a,
.imgBox .imagesClear a {
display: block;
width: 49%;
float: left;
}
.imgBox02 .imgBox .imagesClear a + a,
.imgBox .imagesClear a + a  {
margin-left: 10px;
}
.imgBox02 .imagesClear p,
.imgBox .imagesClear p {
width: 49%;
float: right;
margin-top: 0px;
}
.imgBox .imagesClear strong {
display: inline-block;
font-size: 17px;
margin-bottom: 7px;
padding: 1px 0 0;
}
.imgBox a + p,
.imgBox .imagesClear + p {
margin-top: 15px;
}
.imgBox02 img,
.imgBoxB img,
.imgBox img {
width: 100%;
}
.imgBox02 a,
.imgBoxB a,
.imgBox a {
cursor: zoom-in;
}
.imagesClear {
overflow: hidden;
}

.imgBoxB {
width: 100%;
margin: 70px auto 0;
}
.imgBoxB a {
display: block;
width: 567px;
}
.imgBoxB strong {
display: block;
font-size: 17px;
margin-bottom: 10px;
}
.imgBoxB p {
font-size: 13px;
line-height: 23px;
width: 300px;
margin: 0px 0 0 auto;
position: relative;
top: -300px;
right: 30px;
}

.imgBoxB + p {
margin-top: -140px;
}

.photoTitle {
border-left: #ff5c26 solid 5px;
width: 930px;
margin: 70px auto 0;
}
.photoTitle strong {
box-sizing: border-box;
font-size: 20px;
padding-left: 13px;
}
.photoTitle + .imgBox {
margin-top: 20px;
}

/*==============================================
#matome .productBox
============================================= */
#matome {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/12_jackery/matome_bg.jpg) top center no-repeat;
background-position: top left;
margin: -119px 0 1px;
padding: 130px 0;
}

/*----　product　----*/
.productBox {
border-top: #e5e5e5 solid 1px;
background: #f5f5f5;
box-sizing: border-box;
width: 100%;;
margin: 1px auto 0;
padding: 130px 50px 70px;
}
.mainLink a {
width: 930px;
display: block;
overflow: hidden;
margin: 0 auto;
}
.productBox .img {
width: 449px;
float: left;
}
.productBox .img img {
width: 100%;
}
.productBox .info {
width: 425px;
float: right;
padding: 15px 0 0;
}
.productBoxIn .catch {
font-size: 19px;
font-weight: bold;
margin-bottom: 15px;
}
.productBoxIn .name {
color: #ff5c26;
font-size: 26px;
font-weight: bold;
line-height: 37px;
margin-bottom: 15px;
}
.productBoxIn .btn span {
    background: #ff5c26 url(https://img1.kakaku.k-img.com/images/article/tieup/21/12_jackery/bnr_icon.png) no-repeat;
	background-position: top 22px right 15px;
    box-sizing: border-box;
    color: #fff;
	display: block;
    width: 420px;
	height: 60px;
	line-height: 63px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
    transition: .2s;
}
.productBoxIn .btn span:hover {
    background-color: #ab2b00;
}
.txtLinkItem {
width: 930px;
margin: -30px auto 0;
}
.txtLinkItem span {
display: block;
width: 420px;
margin: 0 0 0 auto;
text-align: center;
}
.txtLinkItem a {
background: url('https://img1.kakaku.k-img.com/images/article/tieup/21/12_jackery/outiside02.png') right center no-repeat;
transition: .1s;
padding-right: 27px;
}
.txtLinkItem a:link,
.txtLinkItem a:visited {
color: #2c2c2c;
font-weight: bold;
text-decoration: underline;
}
.txtLinkItem a:hover,
.txtLinkItem a:active {
color: #2596ff;
}

.campaignBox {
border: #d58f0e solid 3px;
box-sizing: border-box;
width: 930px;
margin: 110px auto 0;
padding: 60px 70px 50px;
}
.campaignTitle {
text-align: center;
}
.campaignTitle h3 {
color: #d58f0e;
font-size: 25px;
font-weight: bold;
line-height: 35px;
}
.campaignTitle h3 b {
color: #f30000;
font-size: 35px;
}
.campaignBox p {
font-size: 16px;
line-height: 32px;
margin-top: 30px;
}
.makerBanner {
width: 930px;
margin: 35px auto 0;
}


/*==============================================
.releasedate
============================================= */

.releasedate {
font-size: 11px; 
color: #333;
width: 930px; 
margin: 0 auto; 
text-align: right;
padding: 50px 0 70px;
}

/*==============================================
アンケート
============================================= */

/*----　カラー変更　----*/
.questionnaire {
color: #2e2e2e;
}
.question .select .arrow {
border-color: #2e2e2e transparent transparent transparent;
}
.questionnaireInner h2,
.btnSend a {
background-color: #0a7bc3;
}
.btnSend a:hover {
background-color: #04619d;
}
.questionnaireInner h3 .q {
color: #1b75bc;
}
.question input[type=radio]:checked ~ .radio::before {
background-color: #1b75bc;
}
.question ul li:hover .radio, .question input[type=radio]:checked ~ .radio, .question ul li:hover .check, .question input[type=checkbox]:checked ~ .check, .question input[type=checkbox]:checked ~ .check::before, .question .select select:hover, .question .select select:focus, .question textarea:hover, .question textarea:focus, .question input:hover, .question input:focus {
border-color: #1b75bc !important;
}

/*----　文字強調　----*/
.questionnaire .marker {
	background:linear-gradient(transparent 70%, #c2dff7 70%);}

/*----　ベースデザイン　----*/
.questionnaire {
border-top: #fff solid 1px;
padding: 100px 0;
background-color: #fafafa;
letter-spacing: 0.1em;
font-feature-settings: "palt"1;
margin-top: 0px;
}
.questionnaireInner {
width: 930px;
margin: 0 auto;
padding-bottom: 60px;
background-color: #fff;
border-radius: 6px;
box-sizing: border-box;
}
.questionnaireInner h2 {
padding: 25px 30px 25px;
border-radius: 6px 6px 0 0;
color: #fff;
font-size: 20px;
font-weight: bold;
}
.questionnaireInner h3 {
line-height: 1.8;
font-size: 16px;
font-weight: bold;
}
.questionnaireInner h3 .q {
margin-right: 10px;
font-size: 24px;
}
.questionnaireInner h3 .required {
margin-left: 10px;
color: #e20000;
}
.question {
padding: 40px 80px 0;
}
.question:first-child {
padding-top: 50px;
}
.question ul {
list-style: none;
margin-top: 20px;
overflow: auto;
}
.question ul li {
display: block;
position: relative;
float: left;
width: 100%;
}
.question ul li label {
display: block;
position: relative;
font-weight: 300;
font-size: 16px;
padding: 0 0 0 53px;
margin: 10px auto;
z-index: 9;
cursor: pointer;
-webkit-transition: all .2s linear;
}

/* radio */
.question ul li input[type=radio] {
position: absolute;
visibility: hidden;
}
.question ul li .radio {
display: block;
position: absolute;
border: 3px solid #cccccc;
border-radius: 100%;
height: 16px;
width: 16px;
top: 6px;
left: 20px;
z-index: 5;
transition: border .2s linear;
-webkit-transition: border .2s linear;
}
.question ul li:hover .radio {
border: 3px solid;
}
.question ul li .radio::before {
display: block;
position: absolute;
content: '';
border-radius: 100%;
height: 6px;
width: 6px;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
transition: background .2s linear;
-webkit-transition: background .2s linear;
}
.question input[type=radio]:checked ~ .radio {
border: 3px solid;
}

/* checkbox */
.question ul li input[type=checkbox] {
position: absolute;
visibility: hidden;
}
.question ul li .check {
display: block;
position: absolute;
border: 3px solid #cccccc;
border-radius: 6px;
height: 16px;
width: 16px;
top: 4px;
left: 20px;
z-index: 5;
transition: border .2s linear;
-webkit-transition: border .2s linear;
}
.question ul li:hover .check {
border: 3px solid;
}
.question ul li .check::before {
display: block;
position: absolute;
content: '';
height: 6px;
width: 3px;
top: -3px;
bottom: 0;
left: 0;
right: 1px;
margin: auto;
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
transition: border .2s linear;
-webkit-transition: border .2s linear;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);

}
.question input[type=checkbox]:checked ~ .check {
border: 3px solid;
}
.question input[type=checkbox]:checked ~ .check::before {
border-bottom: 2px solid;
border-right: 2px solid;
}

/* select */
.question .select {
display: inline-block;
position: relative;
margin: 20px 0 0 20px;
}
.question .select select {
display: inline-block;
width: 100%;
cursor: pointer;
padding: 5px 35px 5px 15px;
outline: 0;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
transition: border .2s linear;
}
.question .select .arrow {
position: absolute;
top: 14px;
right: 15px;
width: 0;
height: 0;
pointer-events: none;
border-style: solid;
border-width: 8px 5px 0 5px;
}
.question .select select:hover,
.question .select select:focus {
border: 1px solid;
}

/* textarea */
.question textarea {
width: 80%;
height: 150px;
margin: 20px 0 0 20px;
padding: 6px 10px;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
outline: 0;
transition: border .2s linear;
}
.question textarea:hover,
.question textarea:focus {
border: 1px solid;
}

/* input */
.question input {
width: 80%;
margin: 20px 0 0 20px;
padding: 6px 10px;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
outline: 0;
transition: border .2s linear;
}
.question input:hover,
.question input:focus {
border: 1px solid;
}
.question ul li.text label {
display: inline-block;
}
.question ul li.text input {
width: 20%;
margin: 0 0 0 10px;
}

/* .btnSend */
.btnSend {
margin-top: 60px;
text-align: center;
}
.btnSend a {
display: inline-block;
padding: 15px 100px;
border-radius: 6px;
text-align: center;
font-size: 16px;
color: #fff;
transition: background-color .2s linear;
}

/* .thanks */
.thanks {
margin-top: 80px;
margin-bottom: 20px;
text-align: center;
font-size: 20px;
}
