@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
	border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn {
	width: 930px;
	margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed; }
#footer { margin-top: 10px; }
.pageTop { border-radius: 50%; }

em {
	font-style: normal;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
.forSP {
	display: none;
}

.releasedate {
	width: 930px; 
	font-size: 11px; 
	color: #333;
	text-align: right;
	margin: 100px auto; 
}

#mainContents {
	color: #000;
}
@font-face {
	font-family: iconfont;
	src: url(https://img1.kakaku.k-img.com/images/fonts/iconfont.eot?1449568682978);
	src: url(https://img1.kakaku.k-img.com/images/fonts/iconfont.eot?1449568682978#iefix) format("eot"), url(https://img1.kakaku.k-img.com/images/fonts/iconfont.woff?1449568682978) format("woff"), url(https://img1.kakaku.k-img.com/images/fonts/iconfont.ttf?1449568682978) format("truetype"), url(https://img1.kakaku.k-img.com/images/fonts/iconfont.svg?1449568682978#iconfont) format("svg")
}


/*==============================================
 看板
============================================= */
.mainTitleWrap {
	position: relative;
}
.mainTitleWrap:before {
	content: "";
	display: block;
	width: 100%;
	height: 460px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/02_jackery/mainimg.jpg) no-repeat center top;
	background-size: cover;
	position: absolute;
}
.mainTitleWrap:after {
	content: "";
	display: block;
	width: 100%;
	min-height: 100%;
	background: #ededed;
	position: absolute;
	top: 705px;
	z-index: -10;
}
.mainTitle {
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 73px 0 0;
}
.mainTitle p {
	width: 930px;
	height: 160px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/02_jackery/catch.png) no-repeat 0 0;
	text-indent: -999em;
	font-size: 0;
	margin: 0 auto;
}
h1 {
	width: 100%;
	height: 450px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/02_jackery/maintitle.png) no-repeat center center;
	text-indent: -999em;
	font-size: 0;
	margin: 75px auto 0;
}
.leadWrap {
	width: 930px;
	margin: 15px auto 0;
}
.leadWrap p {
	font-size: 16px;
	line-height: 1.9;
}
.leadWrap p a {
	font-weight: bold;
	color: #ea5217;
}
.leadWrap p a:after {
	content: "\E014";
	font-family: iconfont;
	font-weight: 400;
	margin-left: 3px;
}
.leadWrap p a:hover {
	color: #eaa917;
}


/*==============================================
 バナー
============================================= */
.topbnr {
	width: 930px;
	margin: 60px auto 0;
}
.topbnr a {
	display:block;
	width: 930px;
	height: 150px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/02_jackery/itemimg01.png) no-repeat 25px 15px;
	background-size: 240px;
	background-color: #fff;
	font-size: 18px;
	color: #000;
	padding: 28px 0 0 290px;
	box-sizing: border-box;
}
.topbnr a dl {
	width: 590px;
	text-align: center;
}
.topbnr a dt {
	font-size: 30px;
	font-weight: bold;
}
.topbnr a dd {
	display:block;
	width: 590px;
	height: 45px;
	background: #000;
	font-size: 16px;
	font-weight: bold;
	color: #ea5217;
	text-align: center;
	line-height: 47px;
	margin: 15px auto 0;
	position: relative;
	transition: all ease .3s;
}
.topbnr a dd:after {
	content: "";
	content: "\E014";
	font-family: iconfont;
	font-size: 20px;
	font-weight: 400;
	margin-left: 3px;
	position: absolute;
	right: 10px;
}
.topbnr a dd:hover {
	background: #ea5217;
	color: #000;
}
.topbnr a dd:hover:after {
	color: #000;
}
.topbnr a + a {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/02_jackery/itemimg02.png) no-repeat 0 10px;
	background-size: 272px;
	background-color: #fff;
	margin-top: 20px;
	position: relative;
}
.topbnr a + a:after {
	content: "注目";
	display: block;
	width: 60px;
	height: 60px;
	background: #ea5217;
	border-radius: 60px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 63px;
	text-align: center;
	position: absolute;
	top: -10px;
	left: -10px;
}


/*==============================================
 目次
============================================= */
.menu {
	margin: 60px auto 0;
}
.menu dl {
	display: table;
	width: 930px;
	border-left: 6px solid #d0d0d0;
	border-right: 6px solid #d0d0d0;
	margin: 70px  auto 100px;
	padding: 20px 50px;
	box-sizing: border-box;
}
.menu dt {
	display: table-cell;
	font-size: 15px;
	text-align: center;
}
.menu dt:after {
	content: " ―";
	margin-left: 15px;
}
.menu dd {
	display: table-cell;
}
.menu dd a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin: 15px auto;
}
.menu dd a em {
	color: #ea5217;
}
.menu dd a:hover {
	opacity: .5;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	background: #ededed;
	padding: 20px 0 1px;
}
.paragraph h2 {
	font-size: 38px;
	font-weight: bold;
	color: #ea5217;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 80px;
}
.paragraph h2 em {
	display: block;
}
.paragraphIn {
	width: 930px;
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 16px;
	line-height: 1.9;
	margin: 0 0 30px;
}

#article03 {
	padding-bottom: 110px;
}
#article03 p em,
#article03 p a {
	font-weight: bold;
	color: #ea5217;
}
#article03 p a:after {
	content: "\E014";
	font-family: iconfont;
	font-weight: 400;
	margin-left: 3px;
}
#article03 p a:hover {
	color: #eaa917;
}

.spec {
	margin: 100px auto;
}
.spec table {
	width: 100%;
	background: #fff;
	border: 1px solid #c6c6c6;
	margin: 0 auto;
}
.spec th {
	width: 20%;
	background: #e6e6e6;
	border: 1px solid #c6c6c6;
	font-size: 15px;
	line-height: 1.4;
	padding: 13px 15px 10px;
	box-sizing: border-box;
}
.spec tr:nth-child(1) th {
	font-size: 18px;
	text-align: center;
	padding: 22px 15px 16px;
}
.spec tr:nth-child(1) th + th + th {
	color: #ea5217;
}
.spec td {
	width: 40%;
	border: 1px solid #c6c6c6;
	font-size: 15px;
	line-height: 1.4;
	padding: 13px 15px 10px;
	box-sizing: border-box;
}
.spec td span {
	display: block;
}
.spec td.up {
	background: #f9f8e3;
	color: #ea5217;
}
.spec .note {
	font-size: 12px;
	margin: 25px auto 0;
}



/*==============================================
 画像
============================================= */
.imgBox {
	width: 800px;
	margin: 90px auto;
	overflow: hidden;
}
.imgBox strong {
	display: block;
	font-size: 28px;
	text-align: center;
	margin-bottom: 20px;
}
.imgBox strong br {
	display: none;
}
.imgBox img {
	display: block;
	width: 100%;
}
.imgBox a img {
	transition: all ease .3s;
}
.imgBox a:hover img {
	opacity: .8;
}
.imgBox .cap {
	font-size: 14px;
	line-height: 2;
	margin: 25px 0 0;
}

.imgBox .btn a {
	display:block;
	width: 800px;
	height: 60px;
	background: #000;
	font-size: 16px;
	font-weight: bold;
	color: #ea5217;
	text-align: center;
	line-height: 62px;
	margin: 30px auto 0;
	position: relative;
	transition: all ease .3s;
}
.imgBox .btn a:after {
	content: "";
	content: "\E014";
	font-family: iconfont;
	font-size: 20px;
	font-weight: 400;
	margin-left: 3px;
	position: absolute;
	right: 14px;
}
.imgBox .btn a:hover {
	background: #ea5217;
	color: #000;
}
.imgBox .btn a:hover:after {
	color: #000;
}

.w930,
.w930 a {
	width: 930px;
	margin: 100px auto;
}


/*==============================================
 YouTube
============================================= */
.youTubeBox {
	width: 930px;
	text-align: center;
	margin: 120px auto 0;
}
.youtubeThum {
	width: 100%;
	text-align: center;
	cursor: pointer;
	transition: .2s;
	position: relative;
	margin: auto;
}
.youtubeThum::before,
.youtubeThum::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
}
.youtubeThum::before {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.65);
	margin: -20px 0 0 -20px;
}
.youtubeThum::after {
	width: 0px;
	height: 0px;
	border: 8px solid transparent;
	border-left: 13px solid #fff;
	margin: -7px 0 0 -4px;
}
.youtubeThum:hover {
	opacity: 0.7;
	transition: .2s;
}
.youtubeModalOverlay {
z-index: 100;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.75);
}
.youtubeModalCon {
	width: 930px;
	margin: 0;
	padding: 0;
	background: #fff;
	position: fixed !important;
	display: none;
	z-index: 311;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.youtubeModalConIn {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
}
.youtubeModalConIn iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	}
.youtubePlayerWrp {
	display: none;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	width: 930px;
	margin: 80px auto 0;
	padding: 0 0 1px;
}
.productBox h2 {
	width: 140px;
	height: 40px;
	background: #ea5217;
	border-radius: 6px;
	font-size: 20px;
	color: #fff;
	line-height: 43px;
	text-align: center;
	margin: auto;
}
.productBox li {
	text-align: center;
	margin: 100px auto 0;
}
.productBox a dt {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 30px;
}
.productBox a dt small {
	display: block;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px;
}
.productBox a dt span {
	padding-left: 60px;
	position: relative;
}
.productBox a dt span:after {
	content: "注目";
	display: block;
	width: 60px;
	height: 60px;
	background: #ea5217;
	border-radius: 60px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 63px;
	text-align: center;
	position: absolute;
	top: -5px;
	left: -15px;
}
.productBox a dd + dd {
	width: 800px;
	height: 60px;
	background: #000;
	font-size: 16px;
	font-weight: bold;
	color: #ea5217;
	text-align: center;
	line-height: 62px;
	margin: 30px auto 0;
	position: relative;
	transition: all ease .3s;
}
.productBox a dd + dd:after {
	content: "\E014";
	font-family: iconfont;
	font-size: 20px;
	font-weight: 400;
	position: absolute;
	right: 14px;
}
.productBox a dd + dd:hover {
	background: #ea5217;
	color: #000;
}
.productBox a dd + dd:hover:after {
	color: #000;
}
.productBox div a {
	display: block;
	width: 800px;
	height: 58px;
	background: #e18400;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 60px;
	margin: 20px auto 0;
	position: relative;
	transition: all ease .3s;
}
.productBox div a:after {
	content: "▼";
	display: inline-block;
	position: absolute;
	right: 16px;
	transform: rotate(-90deg);
}
.productBox div a:hover {
	background: #ffc107;
}


/*==============================================
 製品紹介
============================================= */
.makerbnr {
	width: 930px;
	margin: 80px auto 0;
}














