@charset "UTF-8";
/*
 * global.css
 *
 *  version --- 1.0
 *  updated --- 2012/09/1
 */
/* Global Layout
------------------------------------------------------------------*/
body{
	padding:0;
	margin:0;
}

@media only screen and (min-width: 768px) {
	body{
		min-width: 1200px;
	}
}
@media only screen and (max-width: 767px) {
	body{
		-webkit-text-size-adjust: 100%;
	}
}

/*globalNavi*/
#gNavi{
	width:100%;
	margin:0 0 0 0;
	background-color: rgba(0,0,0,1.00);
	position: fixed;
	top: 53px;
	z-index: 999;
}

/* clearfix */
#gNavi ul {
	width: 1200px;
	margin: 0 auto;
  *zoom: 1;
}
#gNavi ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#gNavi ul li{
	float:left;
}

#gNavi ul li span{
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro",'Noto Sans Japanese bold',"メイリオ";
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.1em;
	width: 300px;
	height: 40px;
	cursor: pointer;
	position: relative;
}

#gNavi ul li span i{
	font-size: 18px;
	margin-left: 10px;
}
#gNavi ul li span:before{
	content: "";
	background-color: #868686;
	display:block;
	position: absolute;
	width: 1px;
	height: 22px;
	top: 50%;
	margin-top: -11px;
	right: 0;
}
#gNavi ul li:last-child span:before{
	content: none;
}



#gNavi ul li .menu_over {
	display: none;
	background-color: #fff;
	padding: 20px 0;
	position: fixed;
	top:93px;
	left:0;
	width: 100%;
	z-index: 999;
}

#gNavi ul li span:hover:after{
	content: "";
	background-color: #cc1b38;
	display:block;
	position: absolute;
	width: 100%;
	height: 5px;
	bottom: 0;
	left: 0;
}

@media only screen and (min-width: 768px) {
    #gNavi ul li.hover .menu_over{
        display: block;
    }

    #gNavi ul li .menu_over ul{
    	width: 1150px;
    	margin: auto;
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: -webkit-flex;
    	display: flex;
    	-ms-flex-wrap: wrap;
    	-webkit-flex-wrap: wrap;
    	flex-wrap: wrap;
    }
}

#gNavi ul li .menu_over ul li{
	width: 183px;
	margin-right: 10px;
	margin-bottom: 30px;
}
#gNavi ul li .menu_over ul li:nth-child(6n){
	margin-right: 0;
}
#gNavi ul li .menu_over ul li a{
	width: 184px;
	margin-bottom: 10px;
	text-decoration: none;
	-webkit-transition: all 0.6s ease;
  transition: all  0.6s ease;
}
#gNavi ul li .menu_over ul li a img{
	max-width: 100%;
	height: auto;
}
#gNavi ul li .menu_over ul li a .image{
	width: 184px;
	height: 184px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #f2f2f2;
	margin-bottom: 10px;
}
#gNavi ul li .menu_over ul li a .text{
	font-family: 'Noto Sans Japanese bold';
	text-align: center;
	line-height: 1.4;
}
#gNavi ul li .menu_over ul li a:hover{
	text-decoration: none;
}

.header_product{
    margin-top:-19px;
}

@media only screen and (max-width: 767px) {
	#gNavi{
		background-color: transparent;
		position: static;
	}
	#gNavi ul {
		width: 100%;
		border-top: 1px solid #c6c6c6;
		border-bottom: 1px solid #c6c6c6;
	}
	#gNavi ul li{
		float:none;
	}
	#gNavi ul li span{
		background: url(../_img/master/navi_plus.png) 94% center no-repeat #e7e7e7;
		background-size: 16px auto;
		box-sizing: border-box;
		color: #474747;
		display: block;
		font-size: 16px;
		width: 100%;
		height: 52px;
		line-height: 52px;
		padding-left: 20px;
	}
	#gNavi ul li.active span{
		background: url(../_img/master/navi_close.png) 94% center no-repeat #e7e7e7;
		background-size: 16px auto;
	}
	#gNavi ul li:nth-child(2n) span{
		background-color: #fff;
	}
	#gNavi ul li span:before{
		content: none;
	}

	#gNavi ul li span i{
		display: none;
	}

	#gNavi ul li span:hover:after{
		content: none;
	}

	#gNavi ul li .menu_over {
		padding: 10px ;
		position: static;
	}
	#gNavi ul li .menu_over ul{
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
		border-top: none;
		border-bottom: none;
	}
	#gNavi ul li .menu_over ul li{
		width: 49%;
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}
	#gNavi ul li .menu_over ul li a{
		box-sizing: border-box;
		display: block;
		width: 100%;
		height: 100%;
		padding: 0;
	}
	#gNavi ul li .menu_over ul li a img{
		max-width: 100%;
		height: auto;
	}
	#gNavi ul li .menu_over ul li a .image{
		width: 100%;
		height: 180px;
		padding: 15px 0;
		border: 1px solid #f2f2f2;
		margin-bottom: 10px;
	}
	#gNavi ul li .menu_over ul li a .text{
		font-size: 12px;
	}

    .header_product{
        margin-top:0;
    }
}

.spmenu {
	display: none;
}
#gNaviSp {
	display: none;
}


@media only screen and (max-width: 767px) {
	#subNavi {
		display: none;
	}
	.spmenu {
		display: block;
    width:26px;
    height:18px;
    float: right;
    text-align: center;
    margin: 16px 20px 0 0;
    position: relative;
    top: 0;
    right: 0;
    line-height: 1.0;
		transition: all .4s;
	  box-sizing: border-box;
  }
	.spmenu span {
	  display: inline-block;
		transition: all .4s;
	  box-sizing: border-box;
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 3px;
	  background-color: #fff;
	}
	.spmenu span:nth-of-type(1) {
	  top: 0;
	}
	.spmenu span:nth-of-type(2) {
		top: 7.5px;
	}
	.spmenu span:nth-of-type(3) {
	  bottom: 0;
	}
	.spmenu.active span:nth-of-type(1) {
		-webkit-transform: translateY(7.5px) rotate(-45deg);
	  transform: translateY(7.5px) rotate(-45deg);
	}
	.spmenu.active span:nth-of-type(2) {
	  opacity: 0;
	}
	.spmenu.active span:nth-of-type(3) {
		-webkit-transform: translateY(-7.5px) rotate(45deg);
	  transform: translateY(-7.5px) rotate(45deg);
	}
  #gNaviSp{
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  #gNaviSp .overlay {
      height:2000px;
  }
	#gNaviSp ul{
		background-color: rgba(255,255,255,1.00);
		box-shadow: 0px 19px 17px -17px rgba(0, 0, 0, 0.75);
  }
  #gNaviSp ul li{
    border-bottom: 1px solid #e5e5e5;
  }
  #gNaviSp ul li:first-child {
    border-top: 1px solid #e5e5e5;
  }
  #gNaviSp ul li a,#gNaviSp ul li  span{
    display: block;
    height: 45px;
    line-height: 45px;
    position: relative;
    padding-left:10px;
    color: #000;
  }
	#gNaviSp ul li img{
		vertical-align: middle;
		width: 28px;
		margin-left: 10px;
  }
	#gNaviSp ul li.search #searchBox{
		float: none;
		padding: 10px;
		text-align: center;
  }
	#gNaviSp ul li.search #searchBox p{
		float: none;
  }
	#gNaviSp ul li.search #searchBox .searchInput{
		width:205px;
	}

	#contentHeader {
    padding: 10px 20px;
    display: block;
	}

}



/*localNavi*/
#lnavi{
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#lnavi ul{
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#lnavi ul li{
	list-style:none;
	padding:0 0 0 0;
	margin:0 0 0 0;
	line-height:0;
	font-size:0;
}

#lnavi ul li img{
	display:block;
}


/*pathNavi*/
#pathNavi{
	margin:0 0 5px 0;
	padding:0;
}

#pathNavi ul{
	margin:0 0 0px 0;
	padding:0;
}
#pathNavi li{
	float:left;
	line-height:110%;
	list-style-type:none;
	color:#999;
	font-size: 10px;
}

#pathNavi li a{
	margin-right:5px;
	padding-right:10px;
	background:url(../_img/master/pathnavi.gif) no-repeat right center;
	background-size: 4px auto;
	color:#999;
}



/* Common Layout
------------------------------------------------------------------*/

#header{
	background-color: #fff;
	width: 100%;
	height:53px;
	position: fixed;
	top:0;
	z-index: 999;
}
@media only screen and (max-width: 767px) {
	#header{
		background-color: #cf1f39;
		height: 50px;
	}
}
/* === clearfix ==*/
#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#header h1{
	float:left;
	margin:12px 0 0 0;
}
@media only screen and (max-width: 767px) {
	#header h1{
		margin:14px 0 0 2px;
	}
	#header h1 img{
		width: 140px;
		height: auto;
	}
}

#header p{
	float:right;
	display:inline;
}

.header_navi {
	float: right;
	width: 630px;
}
@media only screen and (max-width: 767px) {
	.header_navi {
		display: none;
	}
}

#header .header_navi #subNavi {
	float: left;
	padding-top: 18px;
	padding-right: 10px;
}
#header .header_navi #subNavi li{
	float: left;
	margin-right: 20px;
}
#header .header_navi #subNavi li a{
	font-size: 12px;
}

#header .header_navi .shop_link {
	float: left;
}
#header .header_navi .shop_link img{
	vertical-align: middle;
}
#header .header_navi .shop_link a{
	background:url(../_img/master/icon_cart.png) left center no-repeat;
	background-size: 34px auto;
	display: block;
	padding: 16px 0 16px 38px;
	text-decoration: none;
	font-family: 'Noto Sans Japanese medium';
	font-size: 12px;
}
#header .header_navi .shop_link a:hover{
	background:url(../_img/master/icon_cart_on.png) left center no-repeat;
	background-size: 34px auto;
	text-decoration: none;
}


#header #searchBox{
	float:right;
	padding-top: 12px;
}

#header #searchBox p{
	margin:0;
}

#header #searchBox input{
	vertical-align:middle;
}

#header #searchBox .searchInput{
	width:152px;
	height:26px;
	border:1px solid #a0a0a0;
	padding:0 10px 0 10px;
	margin:0 0 0 0;
}
#header #searchBox .search_btn {
	background:url(../_img/master/icon_search.png) center center no-repeat #9b9b9b;
	width: 28px;
	height: 28px;
	border: none;
	text-indent: -9999px;
}

.top #gWrapper{
	padding: 92px 0 0 0;
}
#gWrapper{
	padding: 53px 0 0 0;
	background-color: #f2f2f2;
}
#gWrapperInner{
	width:100%;
	margin:0 auto;
	background-color:#ffffff;
}
#gWrapper.product_audio {
	padding: 97px 0 0 0;
	background-color: #fff;
}

@media only screen and (max-width: 767px) {
	#gWrapper{
		padding: 50px 0 0 0;
	}
	.top #gWrapper{
		padding: 50px 0 0 0;
	}
	#gWrapperInner{
		width:100%;
	}
	#gWrapper.product_audio{
		padding: 50px 0 0 0;
	}
}


/*
#gContainer
*/
#gContainer{
	width:950px;
	margin:0 auto 0 auto;
	padding-top: 40px;
}
/* #gContainer|clearfix */
#gContainer:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html #gContainer {zoom: 1;}
*:first-child+html #gContainer {zoom: 1;}
/* // #gContainer|clearfix */

.product_audio #gContainer.makerpage_new{
	width:1120px;
	padding:30px 0 0 0;
}

@media only screen and (max-width: 767px) {
	#gContainer{
		width:100%;
		margin:0 auto 0 auto;
		padding-top: 15px;
		word-break: break-all;
	}
	#gContainer.makerpage_new{
		width:100%;
		padding:0;
	}
	.product_audio #gContainer.makerpage_new{
		width:100%;
		padding:0 0 0 0;
	}
}

#gMainBody{
	float:left;
	display:inline;
	width:630px;
}

#gMainBody.full{
	float:none;
	display:block;
	width:950px;
}
@media only screen and (max-width: 767px) {
	#gMainBody{
		float:none;
		display:block;
		width:100%;
		padding: 0 10px;
	}
	#gMainBody.full{
		float:none;
		display:block;
		width:100%;
		padding: 0 20px 20px 20px;
	}
}

#gSubBody{
	float:right;
	display:inline;
	width:260px;
}
@media only screen and (max-width: 767px) {
	#gSubBody{
		float:none;
		display:block;
		width:100%;
		padding: 0 10px;
	}
	#gSubBody .bannerArea {
		text-align: center;
	}
}

#gSubBody .sideBox{
	border:1px solid #d3d3d3;
}

#gSubBody .sideBox h2{
	border-bottom:1px solid #d3d3d3;
	background:#f5f5f5;
	padding:5px 10px;
	font-size:120%;
}

#gSubBody .sideBox ul{
	margin:0;
	padding:0;
}

#gSubBody .sideBox li{
	border-bottom:1px solid #d3d3d3;
	padding:7px 10px;
}

#gSubBody .sideBox li.last{
	border-bottom:none;
}

#gSubBody .sideBox li a{
	background:url(../_img/master/acs02.gif) no-repeat left center;
	padding:0 0 0 10px;
}


.section h2 {
	text-align: center;
	margin-bottom: 35px;
	font-family: 'Noto Sans Japanese bold';
	font-size: 25px;
	border-bottom: none;
}
@media only screen and (max-width: 767px) {
	.section h2 {
		margin-bottom: 25px;
		font-size: 18px;
	}
}


.pageTop{
	position: fixed;
	bottom: 40px;
	right: 40px;
}
@media only screen and (max-width: 767px) {
	.pageTop{
		position: fixed;
		bottom: 30px;
		right: 20px;
		width: 40px;
		height: 30px;
	}
	.pageTop a{
		background-color: rgba(255,255,255,0.6);
		border-radius: 3px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
	}
	.pageTop img{
		width: 25px;
		height: auto;
	}
}

#footer{
	background-color: #6c6c6c;
	width:100%;
	padding: 65px 0;
	margin-top: 80px;
}

#footer .sns {
	margin: 0 auto 50px auto;
	text-align: center;
}
#footer .sns li{
	display: inline-block;;
	border-right: 1px solid #8c8c8c;
	padding-right: 18px;
	margin-right: 18px;
}
#footer .sns li a{
	display: block;
}
#footer .sns li a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
}
#footer .sns li:last-child{
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}
#footerNavis {
	width: 670px;
	margin: auto;
}
#footerNavis .fNavi {
	float: left;
	margin-right: 80px;
}
#footerNavis .fNavi a,
#footerNavis .fNavi span{
	color: #fff;
	font-family: 'Noto Sans Japanese medium';
}
#footerNavis .fNavi a:hover{
	text-decoration: underline;
}
#footerNavis .fNavi li{
	margin-bottom: 5px;
}
#footerNavis .fNavi li:before{
	content: '▶';
	color: #9b9b9b;
	margin-right: 5px;
}
#footerNavis .fNavi li.level01 a,#footerNavis .fNavi li.level02 a{
	font-family: 'Noto Sans Japanese medium';
}
#footerNavis .fNavi li.level01{
	margin-bottom: 12px;
	font-size: 15px;
}
#footerNavis .fNavi li.level01:before{
	content: none;
}
#footerNavis .fNavi li.level02{
	margin: 15px 0;
	font-size: 15px;
}
#footer .copy {
	color: #fff;
	font-size: 13px;
	font-family: 'Noto Sans Japanese demilight';
	margin-top: 40px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	#footer{
		width:100%;
		padding: 24px 20px 0 30px;
	}

	#footer .sns {
		width: 100%;
		margin: 0 auto 30px auto;
		text-align: center;
	}
	#footer .sns li{
		display: inline-block;
		float: none;
		padding-right: 10px;
		margin-right: 10px;
	}
	#footer .sns li a img{
		width: auto;
		height: 24px;
	}
	#footerNavis {
		width: 100%;
		margin: auto;
	}
	#footerNavis .fNavi {
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
	}
	#footerNavis .fNavi a {
		font-size: 9px;
		font-family: 'Noto Sans Japanese medium';
	}
	#footerNavis .fNavi li.level01{
		margin-bottom: 12px;
	}
	#footerNavis .fNavi li.level01:before{
		content: none;
	}
	#footerNavis .fNavi li.level02{
		margin: 15px 0;
	}
	#footerNavis .fNavi li.level01 a,
    #footerNavis .fNavi li.level01 span{
		font-family: 'Noto Sans Japanese medium';
		font-size: 12px;
	}
	#footerNavis .fNavi li.level02 a{
		font-family: 'Noto Sans Japanese medium';
		font-size: 12px;
	}
	#footerNavis .sp_left {
		float:left;
		width: 45%;
	}
	#footerNavis .sp_right {
		float:left;
		width: 55%;
	}
	#footerNavis .fNavi li:before{
		font-size: 8px;
	}
	#footerNavis .fNavi li:before{
		content: '▶';
		color: #9b9b9b;
		margin-right: 5px;
	}
    #footer{
        padding-bottom:15px;
    }
	#footer .copy {
		font-size: 8px;
		margin-top: 40px;
	}
}

#gFooter2{
	width:950px;
	margin:15px auto 0 auto;
	color:#fff;
	font-size:83%;
}

#gFooter2 a{
	color:#fff;
	text-decoration:none;
}

#gFooter2 a:hover{
	color:#fff;
	text-decoration:underline;
}

/* Common Parts
------------------------------------------------------------------*/
#gContainer h2{
	font-size:160%;
	border-bottom: 1px solid #000;
	padding:0 0 0px 0;
	margin:0 0 15px 0;
	line-height: 1.4;
}
@media only screen and (max-width: 767px) {
	#gContainer h2{
		font-size:130%;
	}
}

#gMainBody .box{
	border:1px dotted #d3d3d3;
	padding: 10px;
	margin:0 0 15px 0;
}

#gMainBody .box h3{
	font-size:110%;
	margin:0 0 10px 0;
}


.gray {
  background: #000;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 150;
}
