@charset “UTF-8”;
.img {
	max-width: 100%;
}

@media print, screen and (min-width:600px) {
header .categorylink a:before {
    content: none;
    }}

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

	キービジュアルエリア

------------------------------------------------------*/
@media print, screen and (min-width: 630px){.onlypc600 {
    display: block!important;
    }}

.mainp_kv {
	background: #000;
	height: 500px;
	width: 100%;
	position: relative;
/*font-family: 'Helvetica Neue', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;*/
	overflow:hidden;
	background-size: auto 100%;
}

.mainp_kv h1{text-align:center;
font-size:3.4rem;
margin-top:15px;
font-weight:normal;
font-family: 'gsmt-Light','sans-serif';
letter-spacing: 0.3rem;position:relative;z-index: 1;color: #fff;}

.mainp_kv .kvimg{    max-width: 780px;
    width: 130%;
    position: absolute;
    top:0;
    margin: auto;
    left: 0;
    right: 0;}


.mainp_kv .mainp_ttl {
    font-size: 2.2rem;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 40px;
    margin: auto;
color:#fff;
    line-height: 1.4;
    padding: 0 5%;
}
.mainp_kv .mainp_ttl small {
	font-size: 16px;
	display: inline-block;
	line-height: 22px;
    margin-top:10px;
}

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

    .mainp_kv .kvimg{
            top: 0;
    width: auto;
    height: 800px;}

}

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

    
    .mainp_kv {
	background: #000;
	height: 680px;
}
    .mainp_kv .kvimg{ 
   left: 10%;
        right:auto;
    }
    
    .mainp_kv h1{
font-size: 5.2rem;
   /* margin-top: 20px;*/
    margin-top:240px;
    text-align:right;
    margin-right:60px;
    margin-bottom:30px;}
    
.mainp_kv .mainp_ttl {
    font-size: 3.2rem;
    position: relative;
    line-height: 1.8;
    text-align:right;
    
}

.mainp_kv .mainp_ttl {

}
.mainp_kv .mainp_ttl small {
font-size: 1.9rem;
    display: inline-block;
    line-height: 1.7;
    letter-spacing: 0.6px;
}

}


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

	Movieエリア/Linbeupエリア

------------------------------------------------------*/
#movie{background:#565656;}
#story{background:#4a4a4a;}
#story a,#story{color:#fff;}
#movie .secInner{display:block;}
.block3{width:100%;margin:20px 0;}
.block3 img{width:100%;}
.morelink{text-align:right;width:100%;margin-top:-15px;}
.morelink a{color: #fff;
    display: inline-block;
    font-family: 'gsmt-Bold','sans-serif';
}
#story .block3{font-size:15px;margin-bottom:30px;}
#story .block3 p {
    color: #cbd62fe8;
}
#story .block3 a > div{  width: 100%;
  padding-top: 56.3%;overflow:hidden;position: relative;display: inline-block;}


#story .block3 a > div:before{position:absolute;top:0;left:0;z-index:10;width:100%;height:100%;content:'';background-color: rgba(0, 0, 0, 0);}
#story .block3 a > div img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.read_btnsmall{padding: 0 7px;
    border-radius: 10px;border:1px solid #aaa;
    display: inline-block;
    line-height: 1.6;
    float: right;
    /*background: #cedc00;
    color: #000;*/
    font-family: 'gsmt-Bold','sans-serif';}

#story .block3 p i{font-size:8px;display:inline-block;vertical-align: text-top;}

@media print, screen and (min-width:800px) {
#movie .secInner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:60px 0;}
    #story .storyinner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;}
.block3{width:29%;margin:0 2%;}
.morelink{margin-bottom:-20px;margin-top:0;}
    
    #story  .secInner{padding-bottom:50px;}

     }




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

	コンセプトエリアdisplay: flex;

------------------------------------------------------*/
#concept{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap; line-height:40px;font-size:15px;}
#concept .leftinner{width:100%;}
#concept .rightinner{margin:0;
    width:100%;line-height:0;
   }
#concept .rightinner img{width:100%;}

@media screen and (min-width:800px) {
    #concept{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;font-size:17px;}
    #concept .leftinner{width:50%;padding-left:15px;}
#concept .rightinner{margin: 30px 0;
    width: 50%;
    background: url(/dpa_microphones/vocal_mic/img/dfacto_on_stage.jpg);
    background-size: cover;
    background-position: center;}
    #concept .rightinner img{display:none;}
}


@media print, screen and (min-width:800px) {
    
   #concept{font-size:17px;line-height:50px;} 
}



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

	アコーディオン エリア

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

.secInner h2{  
font-size: 2.6rem;
    font-weight: normal;
    padding-bottom: 10px;
    text-align:center;
    font-family: 'gsmt-Light','sans-serif';
    letter-spacing:0.4rem;
}


 .accordion {
width: 100%;
    background: #cedc00;
 }

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px;
    color: #4D4D4D;
    font-size: 3rem;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
    font-family: 'gsmt-Light','sans-serif';

}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    top: 30px;
    left: 15px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 25px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: #fff;
    background:#bbc15c;
}

.accordion li.open i {
    color: #fff;
}
.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion li.default .submenu {display: block;}
/**
 * Submenu
 -----------------------------*/
.submenu {
    display: none;border-bottom: 1px solid #bbc15c;
   
 }

.submenu li {
 padding:20px;background:#fff;overflow: hidden;
 }

.submenu li img,.yt{width: 100%;
    max-width: 290px;
    margin: auto;}

.submenu .yt a{padding:0;border:none;}

.submenu a {
  display:inline;border-bottom:dotted 1px #666;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
 }


@media print, screen and (min-width:800px) {
    #history .secInner{width:90%!important;max-width:none;}
    
.secInner h2{   
font-size: 3.3rem;
    line-height: 1;

    padding-bottom: 45px;
}  
    
}


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

	history エリア

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

#history{background: #f1f1f1;}
#lineup h4{color:#bbc15c;font-size:1.9rem;margin-bottom:10px;    line-height: 1.5;font-weight:normal;
}
#lineup h4:before{content:'ー';padding-right:10px;}
#lineup h4{font-family: 'gsmt-Light','sans-serif';    font-weight: bold;letter-spacing:0.3rem;}

#history .secInner > div{background:#fff;display:block;overflow:hidden;margin-bottom: 40px;position:relative;}


.closeup{position:absolute;top:2%;right:0;border-radius: 15px 0 0 15px;font-size:2.7rem;padding:10px;color:#ccc;}

@media print, screen and (min-width:1100px) {
#lineup h4{font-size:2.2rem;
}    
    
  #history .secInner > div img{width:38%;}
    .leftimg .closeup{left:0;bottom:2%;top:auto;}
    .rightimg .closeup{bottom:2%;top:auto;}

.leftimg img{float:left;}
.rightimg img{float:right;}
 
    
}




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

	productエリア

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

#product h3{ letter-spacing: 0.1rem;line-height: 1;

    font-size: 2rem;
    font-weight: normal;font-family: 'gsmt-Light','sans-serif';}

#product table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  table-layout: fixed;
    font-size:13px;
}




#product thead th{
  padding: 0;
  border-right: 5px solid#fff;
    border-left: 5px solid#fff;
}
#product thead th img{width:100%;}
#product table tr {
  background-color: #fff;
  padding: .35em;
}
#product table tr:nth-child(even){
  background-color: #f9f9f9;
}
#product table th:nth-child(2){
width:43%;}
#product table th:nth-child(4){
width:43%;}


#product table tr th:first-child{display:none;}

#product table td {
    
  padding: .7em;
  text-align: center;
}
#product table th{
  font-size: .75em;
}
#product table th span{display:block;font-size:13px;font-weight:bold;border:1px solid #aaa;padding:5px;}
#product table th p{display:block;font-size:13px;font-weight:normal;z-index:1;position:relative;text-align:left;margin:-15px
    auto 15px;}



#product table th.plan1 span{color:#cedc00;}
#product table th.plan2 span{color:#afafaf;}

#product i{
  font-size:2em
}
#product .plan1,#product .plan2{
font-size:18px;
    font-weight:normal;
}

#product .plan1_i,#product .plan2_i{
word-break: break-all;
}

#product .plan1_i a{background:#cedc00;}

#product td i{
    font-size:16px;
}
#product .plan2_i a{background:#cedc00;}

#product table a{
    border-radius: 20px;
    padding: 8px 0;
    width:100%;
    font-weight: bold;
    margin: 10px 0;
    display: inline-block;
font-size:14px;}

@media screen and (min-width: 700px) {
    #product table th span{font-size:16px;}

    #product h3{ 
    margin-top: 20px;
        font-size: 2.8rem;}
    #product table {font-size:16px;}
    #product table a{
font-size:16px;}
    #product table th p{font-size:16px;max-width:550px;}
    #product thead th{padding:1em .8em;}
}

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

	Lineupエリア

------------------------------------------------------*/
#lineup{}

#lineup h5 {
    font-size: 2rem;
    font-weight: normal;
    margin-bottom: 25px;
    border: 1px solid #8a8a8a;
    border-bottom: none;
    font-family: 'gsmt-Light','sans-serif';
    letter-spacing: 0.3rem;
    padding: 15px 0;text-align:center;
}


.block2{background:#fff;width:100%;margin:20px 0;position:relative;text-align:center;overflow:hidden;}
.secInner2{display:block;} 


#lineup img{width:100%;}

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

.secInner2{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;}
    .block2 {width:46%;margin:0 2% 25px;}   
    
    #lineup h5 {text-align:left;
    font-size: 2.8rem;padding: 15px 0 0 25px;
}
}


#download{background:#eaeaea;}
#download a{text-align:center;background: #424242;
    padding: 25px;
    width: 100%;
    display: inline-block;
    color: #eee;
border-bottom: 2px solid #cedc00;}
#download a i{font-size:3rem;display:inline-block;margin-bottom:10px;}
#download a:hover{background: #666;color: #cedc00;}

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

	SECTION

------------------------------------------------------*/
section {
	line-height: 1.8;
}
.secInner {
	width: 90%;
	margin: 0 auto;
	padding: 40px 0;
	overflow: hidden;
}

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


.secInner {
	margin: 0 auto;
	padding: 70px 0;
}
}

#headerSec li.menutitle a {
    padding:0;font-family: 'gsmt-Bold','sans-serif';font-size:19px;
}
.menutitle span{
    background-color: #cedc00;
    display: inline-block;
    padding: 5px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;text-align:center;
margin-top: -4px;}
.menutitle span img{    width: 100%;
   }
.menutitle{color:#424242;font-weight:bold;margin-bottom:15px;width:100%;}

@media print, screen and (min-width:800px) {
 .menutitle{border-right: 1px solid #999;border-bottom:none;width:auto;margin-bottom:0;padding-right:20px;}   
}



#footermenu div i {
    float: right;
    color: #999;
    font-size: 12px;
}