@charset "shift_jis";
/*==============================================
common
============================================= */
html {
	overflow: auto;
}
body {
	overflow: hidden;
	min-width: 1000px;
}
#header {
    border-bottom: #ededed solid 1px;
}
.headerIn, .footerIn {
    width: 1000px;
    margin: 0 auto;
}
.copyRight {
    margin-top: 10px;
    border-top: 1px solid #ededed;
}
#footer {
    padding-top: 10px;
    background-color: #fff;
}
.copyRightIn {
    width: 1000px;
}
#mainContents {
	background-color: #f7f7f7;
    font-family: "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Arial", sans-serif;
    color: #333;
	letter-spacing: 0.08em;
    font-feature-settings: "palt" 1;
}
.pageTop {
    border-radius: 50%;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
#mainContents .note {
    margin-top: 20px;
    font-size: 10px;
}
.sp {
    display: none !important;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
	padding-top: 80px;
}
.mainTitle {
    position: relative;
    width: 1000px;
    height: 500px;
    margin: 0 auto;
    border-radius: 20px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/06_jbl/h1_bg.webp) no-repeat center top;
}
.mainTitle h1 {
    display: block;
	position: absolute;
	top: 120px;
	left: 85px;
    width: 409px;
    height: 178px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/06_jbl/h1.svg) no-repeat center top;
    font-size: 0;
}
.mainTitle .earphone {
    position: absolute;
    top: -50px;
    left: 500px;
}
.mainTitle .btnWrap {
    position: absolute;
    bottom: 120px;
    left: 85px;
}
/*---- .lead ----*/
.lead {
    line-height: 2.0;
    font-size: 16px;
    width: 1000px;
    margin: 80px auto 0;
    padding: 0 85px;
    box-sizing: border-box;
}
.lead a {
    color: #ff3300;
    text-decoration: underline;
}
.lead a:hover {
    text-decoration: none;
}
/*==============================================
 .btn
============================================= */
.btn {
    display: block;
    position: relative;
    text-align: center;
    background-color: #ff3300;
    transition: .2s;
    font-weight: bold;
}
.btn:hover,
a:hover .btn {
    background-color: #ca2800;
}
a.btn, a.btn:visited, a.btn:hover,
a .btn, a .btn:visited, a .btn:hover {
    color: #fff;
}
.btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/06_jbl/arrow.svg) no-repeat center top;
}
/* .mainTitle */
.mainTitle .btn {
    width: 320px;
    height: 46px;
    line-height: 46px;
    margin: 0 auto;
    border-radius: 23px;
    font-size: 13px;
}
.mainTitle .btn::after {
    right: 10px;
	width: 26px;
    height: 26px;
}
/* .bnr */
.paragraph .bnr {
    margin: 100px auto 0;
    width: 830px;
}
.paragraph .bnr a {
    display: block;
    position: relative;
    width: 830px;
    height: 180px;
    border-radius: 15px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/06_jbl/bnr.webp) no-repeat center center;
    box-sizing: border-box;
}
.paragraph .btn {
    position: absolute;
    bottom: 25px;
    right: 170px;
    width: 235px;
    height: 35px;
    line-height: 35px;
    border-radius: 18px;
    font-size: 11px;
}
.paragraph .btn::after {
    right: 8px;
	width: 20px;
    height: 20px;
}
/* .productBox */
.productBox .btn {
    width: 320px;
    height: 46px;
    line-height: 46px;
    border-radius: 23px;
    background-color: #ff3300;
    font-size: 13px;
}
.productBox .btn:hover,
.productBox a:hover .btn {
    background-color: #4c2cb3;
}
.productBox .btn::after {
    right: 10px;
	width: 26px;
    height: 26px;
}
/*==============================================
 .lnav
============================================= */
.lnavWrap {
    margin-top: 80px;
    background-color: #fff;
}
.lnav {
	display: flex;
	align-items: center;
    width: 1000px;
    margin: 0 auto;
    padding: 60px 85px;
    box-sizing: border-box;
}
.lnav .contents {
	position: relative;
	width: 150px;
	margin-right: 20px;
	padding-left: 27px;
    color: #333;
    font-weight: bold;
    font-size: 15px;
	box-sizing: border-box;
}
.lnav .contents::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15px;
	height: 3px;
	margin: auto 0;
	background-color: #ff3300;
}
.lnav ul li + li {
    margin-top: 10px;
}
.lnav ul li a {
    display: block;
    position: relative;
    color: #333;
    font-size: 14px;
	font-weight: bold;
    transition: .2s;
}
.lnav ul li a:hover {
    color: #ff3300;
}
.lnav ul li a span {
    display: inline-block;
    width: 100px;
    line-height: 24px;
    margin-right: 15px;
	border: 1px solid #ffc7b9;
    border-radius: 12px;
    text-align: center;
    color: #ff3300;
    font-size: 12px;
    transition: .2s;
}
.lnav ul li a:hover span {
    background-color: #ffefeb;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    padding-top: 130px;
}
.paragraphIn {
    width: 830px;
    margin: 0 auto;
}
.paragraph h2 {
    position: relative;
    width: 830px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}
.paragraph h2 .sub {
    display: inline-block;
    position: relative;
    width: 150px;
    line-height: 36px;
    margin: 0 auto;
    border: 1px solid #ff3300;
    border-radius: 18px;
    font-weight: bold;
    color: #ff3300;
    font-size: 15px;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.5;
    margin-top: 20px;
    font-size: 36px;
    font-weight: bold;
}
.paragraph h3 {
    line-height: 1.6;
    margin-top: 80px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}
.paragraph h4 {
    line-height: 1.6;
    width: 660px;
    margin: 80px auto 0;
    font-weight: bold;
    font-size: 16px;
}
.paragraph p {
    line-height: 2.0;
    width: 830px;
    margin: 60px auto 0;
    text-align: left;
    font-size: 16px;
}
.paragraph p + p {
    margin-top: 40px;
}
.paragraph h3 + p {
    margin-top: 30px;
}
.paragraph h4 + p {
    margin-top: 20px;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 660px;
    margin: 80px auto 0;
}
.imgBox h4 {
    margin: 0 0 20px;
}
.imgBox div {
    width: 405px;
}
.imgBox div + div {
    margin-top: 20px;
}
.imgBox a {
    cursor: zoom-in;
}
.imgBox img,
.imgBox video {
    border-radius: 15px;
    overflow: hidden;
}
.imgBox video {
}
.imgBox .cap {
    line-height: 2.0;
    width: 235px;
    margin: 0;
    font-size: 13px;
}
/* .one */
.imgBox .one {
    width: 660px;
    text-align: center;
}
.imgBox .one a {
}
.imgBox .one + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}
.imgBox .one video {
    width: 660px;
    outline: none;
}
/* .two */
.imgBox .two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 660px;
}
.imgBox .two a,
.imgBox .two div {
    width: 320px;
    margin-top: 0;
}
.imgBox .two + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}
.imgBox .two video {
    width: 320px;
    outline: none;
}
.imgBox .two .capt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.imgBox .two .capt a {
    width: 150px;
}
/*---- .ps ----*/
.imgBox .ps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 660px;
}
.imgBox .ps div,
.imgBox .ps a {
    width: 235px;
}
.imgBox .ps a + a {
    margin-left: 20px;
}
.imgBox .ps + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}
/*==============================================
.kakomi
============================================= */
.kakomi {
    margin-top: 100px;
    padding: 60px 85px 70px;
    border-radius: 15px;
    background-color: #fff;
}
.kakomi h3 {
	position: relative;
    margin: 0;
	padding-bottom: 15px;
    font-size: 28px;
}
.kakomi h3::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 60px;
	height: 3px;
	margin: 0 auto;
	background-color: #ff3300;
}
.kakomi .imgBox {
	margin-top: 60px;
}
.kakomi p {
    width: auto;
}
/*==============================================
.productBox
============================================= */
.productBox {
    margin-top: 100px;
    background: #333 url(https://img1.kakaku.k-img.com/images/article/tieup/24/06_jbl/prd_bg.webp) no-repeat center top;
}
.productBoxIn {
	position: relative;
    width: 830px;
	height: 480px;
    margin: 0 auto;
}
.productBoxIn h2 {
	position: absolute;
	top: 136px;
	right: 0;
}
.productBoxIn h2 img {
	width: 405px;
}
.productBoxIn .btn {
	position: absolute;
	bottom: 176px;
	right: 43px;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
	position: absolute;
	bottom: 30px;
	right: 0;
    font-size: 11px;
    text-align: right;
    color: #fff;
}
.questionnaire {
    border-top: 1px solid #ddd;
    background-color: #f5f5f5;
}
.questionnaireInner {
    width: 830px;
}