@charset "UTF-8";

* {
	margin:0;
	padding:0;
	border:none;
	outline:none;
	text-align:left;
}
img{border:0px;}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {display:block;}
li{list-style:none;}
a{
	text-decoration:none;
	color:inherit;
	border-style:none;
}
/*a:hover,*/
a img:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}
html {
	background: #fff;
}
body {
	color: #000000;
	font: 14px/20px Meiryo,Osaka,"Hiragino Kaku Gothic Pro", "MS PGothic",sans-serif;
	width: 100%;
	background-color: #ffffff;
	/*overflow-x: hidden;*/
}
/*body:before{
	content:"";
	display:block;
	width:100%;
	height:100vh;
	background:url(../img/index/img_bg.jpg) no-repeat;
	background-size:100% auto;
	position:fixed;
	top:0;
}*/
body.non_bg:before{
	content:none;
}
div#container {
	text-align: center;
	position:relative;
}
.clear {clear:both;}
.com_soon {
	pointer-events:none;
	cursor:default;
	text-decoration:none;
}
@font-face {
	font-family: "iconFont";
	src: url("../asset/fonts/iconFont.eot?#iefix") format("eot");
	src:url("../asset/fonts/iconFont.woff") format("woff"),
	url("../asset/fonst/iconFont.ttf")  format("truetype"),
	url("../asset/fonts/iconFont.otf")  format("opentype");
}
.blank:after{
	content: "\e600"; 
	font-family: 'iconFont';
	margin:0 0 0 5px;
	font-weight:normal;
	vertical-align:middle;
}
.hide_sm{display:none;}
.hide_pc{display:inline-block;}


.topspace{height:0px;}
.topgra{background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff), color-stop(0.00, #eee));
background: -webkit-linear-gradient(#eee, #fff);
background: -moz-linear-gradient(#eee, #fff);
background: -o-linear-gradient(#eee, #fff);
background: -ms-linear-gradient(#eee, #fff);
background: linear-gradient(#eee, #fff);}


@media only screen and (min-width:640px){
	.hide_sm{display:inline-block;}
	.hide_pc{display:none;}
	
}

@media only screen and (min-width: 1000px) {
	.topspace{height:20px;}
}

/*****************
 About
 ****************/
a#about {
	float: right;
	height: 25px;
	margin: 0 2% 0 0;
}
#mask {
	background-color: #FFFFFF;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 11;
}
#concept {
	background: url("../img/about/bg_img.jpg") no-repeat scroll left bottom #ffffff;
	display: none;
	height: 615px;
	left: 50%;
	margin: 0 auto 0 -475px;
	position: fixed;
	top: 20%;
	width: 950px;
	z-index: 12;
	text-align: center;
		
	box-shadow: 5px 5px 5px #777777;
	-moz-box-shadow: 5px 5px 5px #777777;
	-webkit-box-shadow: 5px 5px 5px #777777;
	-o-box-shadow: 5px 5px 5px #777777;
	-ms-box-shadow: 5px 5px 5px #777777;
}
#concept img#about_konnakoto {
	float: left;
	margin-left: 115px;
	margin-top: 23px;
	width: 178px;
}
#concept img#drawyour {
	margin: 28px 0 0 73px;
}
#concept img#drawyour_exp, 
#concept img#headphone_jvc_logo {
	display: block;
	margin: 23px auto 58px;
}
#concept a.btn {
	float: right;
	margin: 8px 8px 0 0;
}


/*****************
 Header
 ****************/
header{
	height: auto;
	background-image: none;
	color: #000;
	min-width:320px !important;
	/*background-color: #000000;*/
}
header #jvc img{
	height:73px;
	float:left;
}
#siteTit{
	position:relative;
	max-width:420px;
	padding-bottom:15px;
}
#logo_dys,
#siteTit a{
/*	height:73px;*/
	display:block;margin-top:-5px;
	
}
#logo_dys_pink{
/*	height:73px;*/
	display:block;margin-top:-5px;padding-bottom:30px;
	overflow:hidden;
}



/* HEADER SEC
-------------------------------------*/
#headerSec ul li{
	float:left;
	padding:0 60px 0 90px;
}

#spNavBtn{
	display:none;
}
#headerSec nav{
	display:block;
	position:inherit;
	background:none;
}

#categoryName {
	float:right;
	line-height:73px;
	padding:0 15px;
	display:block;
	font-size:14px;
	position:relative;
	z-index:10;
	background:url(../img/common/blur.png);
	background-position:center;
}

#subLink{
	float:left;
	display:inherit;
	margin:0;
	height:73px;
	line-height:73px;
	background:#efefef;
	font-size:12px;
	padding:0 10px;
	letter-spacing:0;
}
#subLink a{
	display:block;
}
#siteTit{
	width:100%;
	clear:both;
margin:0 auto;

	
}

#logo_dys{
	position:relative;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	z-index:2;
}
#logo_dys_pink{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
	display:none;
}
/*#anim_hude{
	width:380px;
	position:absolute;
	bottom:20px;
	z-index:3;
	display:block;
	opacity:.9;
	transform :translate(320px,0px)
}*/

@media only screen and (max-width:800px){
	header{
		width:100%;
		position:relative;
		z-index:999;
		top:0;
		left:0;
		height:44px;
		background:#fff;
	}
	
	header #jvc img{
		float:left;
		height:44px;
		background:#fff;
	}
	#categoryName,#subLink{
		display:none;
	}
	header a svg{
		height:12px;
		width:12px;
		fill:#fff;
		transition:all .2s;
	}
	header a:hover svg{
		fill:#fddd3c;
	}
	#subLink a:after{
		content: "\e600"; 
		font-family: 'iconFont';
		margin:0 0 0 5px;
	}
	#siteTit{
		width:40%;
		clear:both;
		position:absolute;
		left:0;
		right:0;
		top:0;
		margin:auto;
	}
	#siteTit a{
		display:block;
		height:44px;
	}
	#logo_dys{
		position:relative;
		width:100%;
		height:54px;
		margin:auto;
		z-index:1;
		
	}
	
	#logo_dys_pink{position:relative;
		width:100%;
		height:54px;
		margin:auto;
		z-index:1;}
		
	#anim_hude{
		display:none;
	}

}

/*****************
 Content
 ****************/
div#contents {
	margin: 20px auto 0;
	max-width: 1024px;
	width: 100%;
	background:#fff;
/*	padding:20px 0;*/
}

div#contents.non_bg{
	background:none;
}

div#contents:after{
	content:"";
	display:block;
	clear:both;
}
div#main {
	margin: 0 auto 5px;
	text-align: center;
}

/*pan*/
#breadcrumbs {
		color: #333;
/* float: left; */
font-size: 11px;
height: 20px;
margin: 5px 0 0 10px;
max-width: 766px;
min-width: 417px;
width: 82%;
display: inline-block;
}
#breadcrumbs li {
	display: inline-flex;
	float: left;
	margin-left: 13px;
	text-align: left;
	line-height: 1.5em;
}
#breadcrumbs li:before {
	content: ">";
	display: block;
	float: left;
	font-size: 15px;
	font-weight: normal;
	height: auto;
	margin: -1px 13px 0 0;
	width: 10px;
}
#breadcrumbs li:first-child:before {
	display: none;
}
#breadcrumbs li a {
	 display: block;
	 font-weight: normal;
	height: 20px;
	 padding: 0 12px 0 0;
}


#main_v {
	margin: 0 auto 12px;
}
#face{

	margin:auto;
	text-align:center;
}
#face.non_bg{

}

.kvgray{background:#eee;
	width:100%;}
#face img{
	margin:auto;
}


/*****************
 foot_area いらないかも
 ****************/


/*Special Site Banner*/
/*↓いらないかもここから*/
div#sp_bnr {
	background: none repeat scroll 0 0 #c8c8c8;
	display: inline-block;
	padding: 15px 0;
	text-align: center;
	width: 100%;
	margin: 0 auto 30px;
}
div#sp_bnr ul {
	display: inline-block;
	/*height: 170px;*/
	margin: 0 auto;
	max-width: 800px;
	text-align: center;
	width: 100%;
}
div#sp_bnr ul li {
	float: left;
	margin: 3px 10px;
	width: 180px;
}
div#sp_bnr ul li a {
	/*display: inline-block;*/
}
div#sp_bnr ul li a img{
	width: 100%;
}
/*↑いらないかもここまで*/

/*Draw your sounds! link*/
/*↓いらないかも　ここから*/

#dys_link {
	background: none repeat scroll 0 0 #efefef;
	color: #444;
	font-size: 13px;
	height: 150px;
	margin: 20px auto;
	padding: 25px 10px 35px;
	box-sizing:content-box;
}
#dys_link div.inner{
	margin: 0 auto;
	max-width: 985px;
	width: 100%;
}
#dys_link div.inner h3{
	padding: 0 5px;
}
#dys_link div.inner h3 img{
	margin: 7px auto 5px;
	width: 200px;
}
#dys_link div.inner ul {
	float: left;
	margin: 0 2% 0 4%;
	/*max-width: 36%;*/
	width: 44%;
}
#dys_link div.inner ul li {
	display: block;
	line-height: 1.3em;
	margin: 14px auto;
	width: 100%;
}
#dys_link div.inner ul li:before {
	content: ">";
	float: left;
	font-size: 14px;
	margin: -1px 4px 2px 0;
	width: 10px;
}
#dys_link div.inner ul#link_top {
	clear: both;
	max-width: none;
}
#dys_link div.inner ul#link_top li {
}
#dys_link div.inner ul li a:hover{
	text-decoration: underline;
}
/*↓いらないかも　ここまで*/


/*VE,VD Banner*/
div.bnn_area_vd {
	float: right;
	margin: 0 40px 0 0;
}

/*Page to Top*/
a.pagetop {
	clear:both;
	float: right;
	height: 45px;
	padding: 10px 3% 0;
}
a.page_top{
	position:absolute;
	top:-60px;
	right:10px;
}

/*****************
 Footer Link
 ****************/
#footer_link{
	position:relative;
	background:#efefef;
	color:#333;
	padding:3% 0;
	margin-top:60px;
	clear:both;
}
#footer_inner{
	max-width:950px;
	margin:auto;
}
#footer_link .first_low{
	position:relative;
	font-size:12px;
	letter-spacing:.1em;
	display:table-cell;
	vertical-align:top;
	width:33.3%;
	padding:0 3%;
	border-left:1px solid #ccc;
}
#footer_link .first_low span{
	font-size:20px;
	display:block;
	margin:5% 0;
	letter-spacing:.15em;
}
#footer_link .first_low:first-child{
	border:none;
}
#footer_link .first_low li{
	margin:3px 0;
}
#footer_link .first_low li.size_up{
	font-size:13.4px;
}
#footer_link .second_low{
	padding-left:20px;
	margin-bottom:8%;
}
#footer_link .second_low a{
	position:relative;
	padding-left:15px;
	display:inline-block;
}
#footer_link .second_low a:before{
	content:">";
	margin-right:5px;
	position:absolute;
	top:0;
	left:0;
	font-size:8px;
}
#footer_link .third_low{
	padding-left:20px;
}
#footer_link .target{
	display:inline;
	width:12px;
	height:12px;
}
#footer_link .first_low li.btn_except{
	position:absolute;
	bottom:8%;
	left:4%;
}
#footer_link .first_low li.btn_except a{
	border:1px solid #ccc;
	display:block;
	padding:5px 10px;
	margin:5px 10% 0;
	color:#000;
	font-size:10px;
	line-height:1.3em;
	width:100%;
}
@media screen and (max-width: 640px){
#footer_link .first_low li.btn_except a{
	width:auto;
}	
}


/*SNS*/

ul#sns {
	text-align:center;
	margin:20px auto 0; 
	border-top:1px solid #ccc;
	padding-top:50px;
	max-width:950px;
	
}
ul#sns li{
	display:inline-block;
	vertical-align:middle;
}
ul#sns li#btFb a,
ul#sns li#btTw a{
	display:inline-block;
	width:44px;
	height:46px;
	margin-right:10px;
	background-repeat:no-repeat;
	background-size:100%;
	-webkit-transform: scale(.5, .5);
	-moz-transform: scale(.5, .5);
	-ms-transform: scale(.5, .5);
	transform: scale(.5, .5);
}
ul#sns li#btFb a{
	background-image:url(../img/common/icn_facebook.svg);

}
ul#sns li#btTw a{
	background-image:url(../img/common/icn_twitter.svg);
}



/*****************
 Footer
 ****************/
#footer{
	position:relative;
}
#footer_link{
	margin-top:70px;
}
div#footer {
	background-color: #fff;
	clear: both;
	font-size: 12px;
	padding: 16px 0;
	width: 100%;
}
div#footer ul {
	float:right;
	margin:0;
	padding: 0 20px;
}
div#footer li {
	list-style-type:none;
	float:left;
	padding:0 10px 0 !important;
}
div#footer li a {
	color:#fff;
	text-decoration:none;
	padding:0 !important;
	font-size:12px;
}
div#footer li a:after{
	content:url(../img/common/icn_another_site_rev.svg);
	margin-left:5px;
}
div#footer p {
	text-align:center;
	font-size:10px;
	margin: 0 20px;
	color: #000;
}
@media screen and (max-width: 985px){
	/*pan*/
	#breadcrumbs {
		height: auto;
		width: 73%;
	}
	
	/*****************
	 About
	 ****************/
	#concept {
		margin: 0 auto 0 -45%;
		max-width: 950px;
		width: 90%;
	}
	#concept img#about_konnakoto {
		float: left;
		margin-left: 115px;
		margin-top: 23px;
		width: 178px;
	}
	#concept img#drawyour {
		float: right;
		width: 90%;
	}
	#concept img#drawyour_exp, 
	#concept img#headphone_jvc_logo {
		float: right;
		margin: 23px 237px 58px 0;
	}
	#concept img#drawyour_exp {
		margin: 38px 22% 58px 0;
		width: 52%;
	}
	#concept img#headphone_jvc_logo {
		margin: 23px 39% 58px 0;
		max-width: 167px;
		width: 20%;
	}
	#concept a.btn {}
}

@media screen and (max-width: 845px){
	/*pan*/
	#breadcrumbs {
		max-width: 585px;
	}
	#breadcrumbs li {
		margin: 0;
	}
	#breadcrumbs li:before {
		margin: -1px 7px 0;
	}
	#breadcrumbs li a {
		padding: 0;
		letter-spacing: -0.5px;
	}
	
	#dys_link {
		padding: 25px 10px 10%;
	}
	
	/*Special Site Banner*/
	div#sp_bnr {
		margin: 0 auto 30px;
	}
	div#sp_bnr ul {
		height: auto;
		width: 96%;
	}
	div#sp_bnr ul li {
		margin: 3px 1%;
		width: 23%;
	}
}


@media screen and (max-width: 640px){
	
	/*pan*/
	#breadcrumbs {
		display:none;
	}
	#face img{
		width:100%;
		height:auto;
	}
	
	/*****************
	 About
	 ****************/
	a#about {
		display: block !important;
		height: auto;
		margin: 6px 24px 0 80%;
		min-width: 100px;
		width: 10%;
	}
	#header img#btn_about {
		display:block !important;
		width:100%;
	}
	#concept {
		background-size: 80% auto;
		display: block;
		height: 54%;
		min-height: 550px;
		top: 10%;
	}
	#concept img#about_konnakoto {
		float: left;
		margin-left: 115px;
		margin-top: 23px;
		width: 178px;
	}
	#concept img#drawyour {}
	#concept img#drawyour_exp, 
	#concept img#headphone_jvc_logo {
		float: right;
		margin: 23px 237px 58px 0;
	}
	#concept img#drawyour_exp {
		margin: 38px 13% 58px 0;
		width: 69%;
	}
	#concept img#headphone_jvc_logo {
		margin: 23px 37% 58px 0;
		min-width: 80px;
		width: 23%;
	}
	div#foot_area {
		margin: 10px auto 0;
	}
	
	/*Special Site Banner*/
	div#sp_bnr {}
	div#sp_bnr ul li {
		width: 48%;
	}
	
	/*Draw your sounds! link*/
	#dys_link {
		display: inline-block;
		height: auto;
		margin: 0 auto 10px;
		padding: 5%;
	}
	#dys_link div.inner {
		text-align: left;
	}
	#dys_link div.inner ul {
		max-width: none;
		width: 100%;
	}
	
	/*VE,VD Banner*/
	div.bnn_area_vd {
		float: none;
		margin: 0 auto;
	}
	a#bnr_vd01,
	a#bnr_vd02 {
		display:block;
		width: 80%;
		margin: 0 auto 5px;
		text-align: center;
	}
	
	#footer_link .first_low li.btn_except{
		display:inline-block;
		position:relative;
		bottom:auto;
		left:auto;
		width:100%;
	}
	/*SNS*/
	ul#sns {
		width: 100%;
		display: block;
		margin: 10px auto;
		text-align: center;
		padding-top:30px;
		border:none;
	}
	ul#sns li {
		float: none;
		display: inline-block;
	}
	ul#sns li:first-chilc {
		padding-left: 10px;
	}
	
	/*footer*/
	div#footer {
		max-width: 100%;
		text-align:center;
		padding:8px 0;
	}
	div#footer ul {
		display: inline-block;
		max-width: 100%;
		padding: 10px 0 20px;
		width: 100%;
	}
	div#footer li {
		float: none; 
		padding: 3px 10px!important;
	
	}
	div#footer li.last {
		border-left: none; 
	}
	div#footer li a {
		display:block;
		text-align:center;
		padding: 4px 10px!important;
		font-size:14px;
	}
	div#footer p {
		display: inline-block;
	/*	float: right;*/
		margin: 0;
		max-width: 100%;
	/*	padding: 5px 10px 20px 0;*/
	}
	/*****************
	 Footer Link
	 ****************/
	#footer_link .first_low{
		display:block;
		width:100%;
		padding:3%;
		border-left:none;
		border-top:1px solid #ccc;
	}
}

@media screen and (max-width: 400px){
	#concept {
		min-height: 390px;
		top: 11%;
	}
	#concept img#drawyour_exp {
		margin: 5% 7% 7% 0;
		width: 84%;
	}#concept img#headphone_jvc_logo {
		margin: 1% 37% 58px 0;
		min-width: 80px;
		width: 23%;
	}
}


/* add 20160909 */ 

#footLink{
	background:#222222;
	padding:30px 0 0;
	position:relative;
	z-index:999;
}
#footLink,#footLink #relatedLink{
	border-bottom:1px solid #666;
}
#footLink #relatedLink{
	padding:0 0 15px;
}
#footLink #relatedLink ul{
	text-align:center;
}
#footLink #relatedLink ul li{
	display:inline-block;
	margin:15px;
}
#footLink #relatedLink img{
	height:40px;
}
#footLink #snsArea{
	margin:0 auto;
	padding:10px 0 10px 2px;
}



/* clear fix
----------------------- */
.cf:after{content: "."; display: block; height: 0; font-size:0;	clear: both; visibility:hidden;}
.cf{display: inline-block;} 
/* Hides from IE Mac */
* html .cf{	height: 1%;}
.cf{display:block;}
/* End Hack */
