/**/@charset "utf-8";
/* CSS Document */



/*------------------------------------------------------

	COMMON

------------------------------------------------------*/
*{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}


/* 画面外にいる状態 */
.fadein {
    opacity : 0.1;
    -webkit-transform : translate(0, 60px);
    -ms-transform : translate(0, 60px);
    transform : translate(0, 60px);
    -webkit-transition : all 600ms;
    -o-transition : all 600ms;
    transition : all 600ms;
    }
 
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    -webkit-transform : translate(0, 0);
    -ms-transform : translate(0, 0);
    transform : translate(0, 0);
    }


html{
	font-size:62.5%;
	height:100%;
	overflow-y:scroll;
	
}


body{

	background-color:#fff;
	line-height:1.75;
	-webkit-text-size-adjust:100%;
font-family: Inter, Calibri,'Helvetica Neue','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
    font-size: 16px;
    color: #333;

}
a{
	color:#333;
	
	-webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all  0.2s ease;
    -o-transition: all  0.2s ease;
    transition: all  0.2s ease;
		
}

a img{-webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all  0.2s ease;
    -o-transition: all  0.2s ease;
    transition: all  0.2s ease;}
a:hover{
	color:#777;
}
a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}


/*@font-face{font-family:GillSans;src:url(https://www.dpamicrophones.com/DPA/fonts/GillSans.eot);src:url(https://www.dpamicrophones.com/DPA/fonts/GillSans.eot?#iefix) format('embedded-opentype'),url(https://www.dpamicrophones.com/DPA/fonts/GillSans.woff) format('woff'),url(https://www.dpamicrophones.com/DPA/fonts/GillSans.ttf) format('truetype'),url(https://www.dpamicrophones.com/DPA/images/GillSans.svg#dpa-microphonesregular) format('svg')}*/



/*
@font-face {
  font-family: 'gsmt-Bold';
  src: url('/dpa_microphones/_asset/font/gsmt-Bold.woff') format('woff'),
 url('/dpa_microphones/_asset/font/gsmt-Bold.otf') format('otf');
    font-style: gothic;
}

@font-face {
  font-family: 'Inter';
  src: url('/dpa_microphones/_asset/font/Inter.woff') format('woff'),
url('/dpa_microphones/_asset/font/Inter.otf') format('otf');
    font-style: gothic;
}
*/




.onlypc,.onlypc600{display:none!important;}



@media print, screen and (min-width:650px){
	.onlysp600{display:none;}
.onlypc600{display:inline-block;}
}


@media print, screen and (min-width:1000px){

.onlysp{display:none;}
.onlypc{display:inline!important;}



	
}


/*------------------------------------------------------

	ホバーアクション

------------------------------------------------------*/

/*------------------------------------------------------

	PAGE TOP

------------------------------------------------------*/
#pageTop {

  position: fixed;
  bottom: 30px;
  right: 0;
    z-index:90!important;
}

 

#pageTop a {
display: block;
    z-index: 90;
    font-size: 38px;
    width: 50px;
    color: #cc0033;
    opacity: 0.9;
}

 

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


@media print and (min-width:400px){
#pageTop {

  position: absolute;

}

}

/* GRID 
----------------------- */
.row:after{
	display:table;
	content:"";
	clear:both;
}
.spDiv01,.spDiv02,.spDiv03,.spDiv04{
	display:block;
	float:left;
	padding:0 15px;
  	margin:5px 0;
}
.spDiv01{
	width:100%;
}
.spDiv02{
	width:50%;
}
.spDiv03{
	width:33.33333333%;
}
.spDiv04{
	width:25%;
}

@media print, screen and (min-width:1000px){
	.pcDiv01,.pcDiv02,.pcDiv03,.pcDiv04{
		display:block;
		float:left;
		padding:0;
		margin:0;
	}
	.pcDiv01{
		width:100%;
	}
	.pcDiv02{
		width:50%;
	}
	.pcDiv03{
		width:40%;
	}
	.pcDiv04{
		width:25%;
	}
}




/*------------------------------------------------------

	LOADING

------------------------------------------------------*/
#pageloader {
    width:100%;
    height:100%;
    position:fixed;
    background-color:#444;
    z-index:999999999;
	top:0;
}
#pageloader .loader-container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -60px;
	text-align: center;
	margin-left: -30px;
}
.loader {-webkit-animation: loadingG 1.5s cubic-bezier(.17,.37,.43,.67) infinite;animation: loadingG 1.5s cubic-bezier(.17,.37,.43,.67) infinite;}
        
        .loader {
    width: 12px;
    height: 12px;
    border-radius: 4px;
    background-color: #cc0033;
}
        
        @-webkit-keyframes loadingG {
    0% {-webkit-transform: translate(0,0) rotate(0deg);transform: translate(0,0) rotate(0deg);}
    50% {-webkit-transform: translate(70px,0) rotate(360deg);transform: translate(70px,0) rotate(360deg);}
    100% {-webkit-transform: translate(0,0) rotate(0deg);transform: translate(0,0) rotate(0deg);}
        }
        
        @keyframes loadingG {
    0% {-webkit-transform: translate(0,0) rotate(0deg);transform: translate(0,0) rotate(0deg);}
    50% {-webkit-transform: translate(70px,0) rotate(360deg);transform: translate(70px,0) rotate(360deg);}
    100% {-webkit-transform: translate(0,0) rotate(0deg);transform: translate(0,0) rotate(0deg);}
        }

/*------------------------------------------------------

	HEADER

------------------------------------------------------*/
header{
	width:100%;
	height: 44px;
	background:#fff;
	z-index: 97;
position: relative;

}
header #ah{
	float:left;
	padding: 12px 0 0 10px;
}
header #ah img {
height: 30px;
    position: absolute;
    left: 6px;
    top: 7px;
}
#siteTtl a{
	display:none;
	font-size:15px;
	
}

/* HEADER SEC
-------------------------------------*/
#headerSec{
	width:100%;
	margin:0 auto;
	font-size:1.6rem;
	clear:both;
	font-family: ;
	font-weight:500;
	font-size:18px;
	letter-spacing: 1px;
}
#headerSec.fixed h1{
	margin:0 auto;
	padding:10px 10px 0;
	background:none;
	text-align:center;
}

#headerSec h1{
	margin:0 auto;
	padding:10px 10px 0;
	background:none;
	text-align:center;
}

#headerSec h1 img{
	width:70px;padding-top:30px;display: none;
}



#spNavBtn{
	position:fixed;
	right: 5px;
	top:5px;
	z-index:99;
	width: 39px;
height: 35px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
padding: 5px 7px;
	background:rgba(255,255,255,0.8);
}
#headerSec nav{
	display:none;
	position:fixed;
	top:0;
	right:0;
	width:100%;
	background: rgba(255, 255, 255, 0.95);
	z-index:98;
	color:#fff;
	text-align:center;
	padding:40px 0;
	letter-spacing:0.4rem;

}
#headerSec ul{
	/*border-top:1px solid #666;*/
}




#headerSec li{
	line-height:1.2;
	/*border-bottom:1px solid #666;*/
	position: relative;
    font-family: 'Inter','sans-serif';
    font-weight: 600;
    font-size:15px;
}

#headerSec li a{

	display:block;
	height:100%;
	padding:15px 0;
	letter-spacing: 2.6px;
	/*font-size:1.8rem;
	font-weight:400;*/

}
#headerSec li a:hover{background: rgba(166,166,166,0.2);}

@media print, screen and (min-width:800px){
	#headerSec li a:hover{background: rgba(166,166,166,0);}
}

#headerSec > li > a {
    display: block;}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 25px;
	height: 25px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #000;
	border-radius: 3px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 11px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	-ms-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-12px) rotate(45deg);
	-ms-transform: translateY(-12px) rotate(45deg);
	transform: translateY(-12px) rotate(45deg);
}


#headerSec li ul{
border-top:0px;width:100%;
display: none;/*アコーディオン用*/
}



#headerSec li ul li{
	width:100%;
	/*border-top:1px solid #666;*/
	border-bottom:0px;
	/*overflow: hidden;アコーディオン用*/
	/*display:none;アコーディオン用*/
	
}


/*#headerSec li:hover > ul > li {
display:block;
	float:left;
	width:50%;
}*/


#headerSec li:hover ul{
display: block;
}


#headerSec li ul li a{
	font-size:14px;
	background:rgba(140,140,140,.4);
	
}

/*#headerSec li ul  > li {
	float: none;
}
*/



/* HEADER SOCIAL
-------------------------------------*/

#headerSec{z-index:999px;}

#headerSecInner{z-index:999px;}

    header .categorylink{position: absolute;
    width: 100%;
    left: 0;
    bottom: 8px;
    text-align: center;z-index:-1;
font-family:'Inter','sans-serif';}
    
    header .categorylink a{border-bottom: 3px solid #cedc00;
    padding: 0 5px 10px;
    font-weight: bold;font-size:14px;}

header .categorylink span{
    border-bottom: 3px solid #cedc00;
    padding: 0 5px 10px;
    font-weight: bold;
    font-size: 14px;
}

@media print, screen and (min-width:650px){
	/* HEADER SEC
	-------------------------------------*/
	#headerSec h1 img{
		width:70px;
		padding-top:20px;
		-webkit-transition:all .2s;
		-o-transition:all .2s;
		transition:all .2s;
		
	}
	header{
		height:75px;
	}
	header #ah img{
		height: 32px;
        position:absolute;
        top:20px;
        left:20px;
	}
	
	
    header .categorylink{position: absolute;
    width: 100%;
    left: 0;
    bottom: 25px;
    text-align: center;}
    
    header .categorylink a{border-bottom: 3px solid #cedc00;
    padding: 0 25px 30px;
    font-weight: bold;font-size:17px;}
    

     header .categorylink a:before{content:'> ';
    }
    
    header .categorylink span{
    border-bottom: 3px solid #cedc00;
    padding: 0 25px 30px;
    font-weight: bold;
    font-size: 17px;
}

#spNavBtn{

	top: 14px;

}
}

@media print, screen and (min-width:650px){
	#siteTtl a{
display: block;
    position: absolute;
    right: 50px;
    font-size: 1.2rem;
    text-align: right;
    bottom: 20px;
	}
	
    #siteTtl a img{width:90px;}
	

	
}

@media screen and (min-width:850px){
	/* HEADER SEC
	-------------------------------------*/
    
    
    #siteTtl a{

    right: 35px;

	}
	
    
    
	#headerSec{position:relative;}
	#headerSec h1{
		float:left;
	
	}
	
	
	#headerSec h1 img{
		margin-left:15px;
padding-top:0;display: block;
	}
	
	#headerSec ul{

		border:0;
	}
	

	
	#headerSec ul li{
margin: 10px;
    display: inline-block;


		
	}
	
	
	
#headerSec li{
	line-height:7px;

}


#headerSec li ul{
position:relative;
	z-index:99;
	width:460%;
	margin-right:-130%;
background: rgb(255, 255, 255);
border: 1px solid #999;
	/*background:rgba(199,199,199,1.00);*/
	}

	
	#headerSec li a{
		margin:0;padding:0;
		
	}
	#headerSec ul li a:hover{
		color:#c03;}
	
	#headerSec ul li ul li a:hover{
		background-color:rgba(100,100,100,0.2);border-bottom:2px solid #999;}

	#spNavBtn{
		display:none;
	}
	#headerSec nav{
		/*display:block;*/
		position:inherit;
		background:none;
padding:0;
		
	}
	

	#headerSec.fixed nav{
		display: block !important;
	}
	

	
	
	


#headerSec li ul li {
overflow: hidden;
	display:none;
	margin:0;
		border:none !important;
	background:rgba(255,255,255,0.9);
	vertical-align: baseline;
		line-height:14px;
}
	
	
/*#headerSec li ul li:nth-child(1),#headerSec li ul li:nth-child(2),#headerSec li ul li:nth-child(4) {
	padding-top:8px;}*/
	
#headerSec li ul li a {
	background:none;
	width: 100%;
float: left;
display: inline-block;
	
}



#headerSec li:hover > ul > li {

	display:block;
	padding-top:0;float:left;
		width:25%;height:160px;
	
}
	


#headerSec li ul li a:before{
	content: none; 
	
	
}
	
	


}

@media screen and (min-width:850px){
	/* HEADER SEC
	-------------------------------------*/
	#headerSec{
		/*display:none;*/
		width:100%;
		-webkit-transition:all 1s;
		-o-transition:all 1s;
		transition:all 1s;
		top:-100px;
		filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
		
		
	}
	
	#headerSec.fixed{
display: block;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    background: rgba(255,255,255,1);
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    opacity: 1;
		
	}
	#headerSec.fixed h1 img{
		width:60px;
	}
	#headerSecInner{
		width:1100px;
		max-width:100%;
		margin:10px auto;
		z-index:9999999;
		
		
	}
	#headerSec.fixed nav{
		padding:0;
		z-index: 999;
	}
	.fixed + div#wrapper{
		margin:115px 0 0;
	}
	#headerSec li a{
		padding:15px 0;
	}

}




/*------------------------------------------------------

	footer

------------------------------------------------------*/

.inline-menu{font-size:12px;line-height:24px;padding-bottom: 5px;
display: block;}


/* FOOTER INNER
-------------------------------------*/

.footerInner{
/*	border-top: 1px solid #666;
border-bottom: 1px solid #666;
background-color: #222;*/

	padding-bottom:10px;
	}

#footermenu{
	width:100%;
	padding-top:30px;
	margin: 0px;
    padding-bottom:15px;
	text-align:left;

}

.footerbnr{padding:10px 0;margin-top:10px;}
.footerbnr img{ height:40px;
margin:15px;
	}
	
	
#footermenu p{
	color: #999;
	border-bottom:1px solid #666;
	margin:7px 0;
}

#footermenu ul li {
    line-height: 42px;
    font-size:1.4rem;}

#footermenu ul li a {
    display: block;
    margin: 0;
    height: 100%;
    width: 100%;
    padding: 12px 0;
    overflow:hidden;
}

#footermenu ul li a:hover{color:#989898;}

#footermenu div:first-child div ul li a {
line-height: 25px;
    padding: 5px 0;
    max-width:100%;
}
#footermenu div:first-child div img {max-width:100%;}
#footermenu div:first-child div{text-align: center;}

.product_ttl img{width:100%;}


#footermenu div:not(:first-child){
	padding:0 15px;
}
#footermenu div:not(:first-child) ul li a{
	border-bottom:1px dotted #666;
	line-height: 18px;
}


@media print, screen and (min-width:1000px){
	/* FOOTER INNER
	-------------------------------------*/
	#footermenu div:first-child div{
		
		text-align:left;
				padding:20px 0 20px 30px;
				margin:0;
	}
	

	
}
@media print, screen and (min-width:1000px){
	/* FOOTER INNER
	-------------------------------------*/
	
	.footerInner{
	width:100%;
	text-align:center;

	}
	
	#footermenu{
    margin: 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
	}
	
	#footermenu div:first-child{
width: 20%;
    background: #444;
 
	}
	
	#footermenu div:first-child div{
margin: 0 50px 0 0;
    border: none;
    padding: 90px 0;
    width: 100%;
    text-align: center;
        overflow:hidden;
	}
	
	#footermenu div:not(:first-child){
		padding:0 0 0 50px;
	}
    #footermenu div:first-child div a img{width:94%;margin:auto;}
#footermenu div:first-child div{width:100%;}
}
@media screen and (min-width:1100px){
    
    	#footermenu{
    width: 1100px;

	}
    
    
}


/*

	FOOTER COOPORATE

------------------------------------------------------*/


footer #navArea{

	padding:10px;
	border-bottom:1px solid #666;
	border-top: 1px solid #666;

}


footer #snsArea{
	display:inline-block;
	vertical-align:middle;
	overflow:hidden;
}

footer{
	
	width:100%;
	text-align:center;
	font-size:12px;
    padding:0 0 20px!important;
	color:#fff;
	clear:both;
overflow: hidden;
background: #353535;
margin-top:6%;
}

footer a{
	color:#ddd;
	padding:2px 0;
}

footer #termLink{
	line-height:30px;
	padding:15px 0;
	font-size:12px;
	margin-bottom:15px;
}
footer #termLink a{
	display:block;
	
}

footer #termLink a img{vertical-align: middle;width:270px;}


footer a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

#footermenu div:not(:first-child) br{
	display:none;
}

footer small{
	font-size:12px;
	/*padding-bottom:30px;*/
font-family: "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "・ｭ・ｳ ・ｰ繧ｴ繧ｷ繝・け", "MS PGothic", "sans-serif";}
		
footer #snsArea{
	margin:0 auto;
	}



@media print, screen and (min-width:1000px){

	footer #termLink{
		line-height:inherit;
		padding:0;
		float:right;
		margin:0 20px;
		
	}
	footer #termLink a:before{
		content:"|";
		margin:0 10px;
	}
	footer #termLink a:first-child:before{
		content:none;
	}
	footer #termLink a{
		display:inline-block;
	}
	footer #termLink:first-child{
		float:right;
		font-size:12px;
		line-height:100px;
	}
	footer #termLink:last-child{
		float:left;
		font-size:11px;
		line-height:100px;
	}
	
#footermenu div:not(:first-child) br{
	display:inherit;
}

	footer #navArea{
		
		height:40px;
        	margin:0 0 30px;
	}

	footer small{
		float:left;
		margin:0 20px;
	}
}


/*video*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
        display: inline-block;
}

.youtube:before{position:absolute;top:0;left:0;z-index:10;width:100%;height:100%;content:'';background-color: rgba(0, 0, 0, 0);}
.youtube iframe {
  position: absolute;
  top: 5px;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
a:hover .yplay img{	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;}
.yplay{position:relative;}
.yplay img{width:100%}
.yplay:before{content:url('/dpa_microphones/_asset/img/play.png');position:absolute;  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);}

/* 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 */


.gentei {
    display: inline-block;
    border: 2px solid #000;
    border-radius: 7px;
    font-size: 15px;
    line-height: 15px;
    padding: 8px 4px 3px 7px;
    vertical-align: middle;
    font-weight: bold;
    margin-top: 10px;
}