@charset “UTF-8”;

.img {
	max-width: 100%;
}
/**//*------------------------------------------------------

	キービジュアルエリア

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


.mainp_kv {
	background: #f7f7f7;
	height: 530px;
	width: 100%;
	position: relative;
	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;}

.mainp_kv .kvimg{max-width: 780px;
        width: 95%;
    position: absolute;
    top:30px;
    margin: auto;
    left: 0;
    right: 0;font-size:12px;text-align:right;}
.mainp_kv .kvimg img{width:100%;}

.mainp_kv .kvimg span{display:inline-block;margin-top:-28px;color:#777;  line-height: 1.5;}

.mainp_kv .mainp_ttl {
    font-size: 2rem;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 40px;
    margin: auto;

    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:420px) {


    .mainp_kv {
	background: #f7f7f7;
	height: 580px;
}

}

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

    .mainp_kv .kvimg{
        top: 1vw;width:100%;}
    .mainp_kv {
	height: 600px;
}

}

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

    
    .mainp_kv {
	background: #f7f7f7;
	height: 800px;
}
    
    .mainp_kv h1{
font-size: 5.2rem;
    margin-top: 20px;}
    
.mainp_kv .mainp_ttl {
    font-size: 3.2rem;
    position: absolute;
    line-height: 1.8;
}

.mainp_kv .mainp_ttl {

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

}

@media print, screen and (min-width:580px) {
.mainp_kv .kvimg span{display:block;margin-top:-58px;line-height:1.5;}
    

}

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

    .mainp_kv {
	background: #f7f7f7;
	height: 750px;
}
    
}


/*サブページ*/



.subp_kv {
	background: #565656;
	/*height: 500px;*/
	width: 100%;
	position: relative;
	overflow:hidden;
	background-size: auto 100%;
}

.subp_kv h1 {
    text-align: center;
    font-size: 3rem;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: normal;
    font-family: 'gsmt-Light','sans-serif';
    letter-spacing: 0.3rem;
    color:#fff;
}

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


.subp_kv .mainp_ttl {
    font-size: 2.2rem;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 40px;
    margin: auto;

    line-height: 1.4;
    padding: 0 5%;
}
.subp_kv .mainp_ttl small {
	font-size: 16px;
	display: inline-block;
	line-height: 22px;
    margin-top:10px;
}

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

    .subp_kv .kvimg{
        top: 0;width:100%;}

}

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

    #productoverview{padding-top:30px;}
    
    .subp_kv h1{
font-size: 4rem;
    margin-top: 30px;
    margin-bottom: 30px;}
    
.subp_kv .mainp_ttl {
    font-size: 3.2rem;
    position: absolute;
    line-height: 1.8;
}

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

}

/*videoページ*/
.moviebox{background:#f1f1f1;}
.sublinkbtn{
max-width:1100px;margin:0 auto;text-align:center;padding:5px 0;}
.sublinkbtn a{display:inline-block;margin:5px 15px;font-size:16px;color:#666;}.sublinkbtn a i{padding-right:10px;}
.sublinkbtn a:hover{color:#bbc15c;}
.moviebox span{margin-bottom:20px;display:block;line-height:1.3;}
.moviebox span:before{content:'ー';padding-right:10px;}

.moviebox h4{color:#bbc15c;font-size:1.9rem;margin-bottom:20px;    line-height: 1.5;font-weight:normal;
}

/*.moviebox h4:before{content:'ー';padding-right:10px;}*/


@media print, screen and (min-width:1100px) {
.moviebox h4{font-size:2.2rem;padding-left:2%;
}    
   
    
}

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

	Movieエリア/Linbeupエリア

------------------------------------------------------*/
#movie{background:#565656;}

#movie .secInner,.moviebox .secInner{display:block;}
.block3{width:100%;margin:20px 0;}
.morelink{text-align:right;width:100%;margin-top:-15px;}
.morelink a{color: #fff;
    display: inline-block;
    font-family: 'gsmt-Bold','sans-serif';
}
.moviebox h4{width:100%;}

@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;}
.block3{width:29%;margin:0 2%;}
.morelink{margin-bottom:-20px;margin-top:0;}
    .moviebox .secInner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding: 30px 0 0;}
    #relatedvideo.moviebox .secInner{padding-bottom:60px!important;}
 }





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

	news エリア

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

.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;
}

#news p{border-bottom:1px dotted #ccc;line-height:2;padding:5px 0;display:table;font-size:14px;width: 100%;}
#news p span{font-weight: bold;
    display: inline-block;float:left;margin-right:10px;
    }
#news small{padding:0 7px;border:#666 solid 1px;margin:0 10px 0 0;display:inline-block;font-size:10px;font-weight:bold;line-height:2;vertical-align: middle;}

#news p a{background: #cedc00;
    display: inline-block;
    border-radius: 12px;
    padding: 0 12px;
    font-weight: bold;
    float: right;
    line-height: 1.7;
    margin-left: 10px;
    margin-top: 2px;
    font-family: 'gsmt-Bold','sans-serif';}

@media print, screen and (min-width:800px) {
    
.secInner h2{   
font-size: 3.3rem;
    line-height: 1;

    padding-bottom: 45px;
}  
    
}


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

	feature エリア

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

#feature{background: #f1f1f1;}
#feature h4, #lineup h4{color:#bbc15c;font-size:1.9rem;margin-bottom:10px;    line-height: 1.5;font-weight:normal;
}

.featurebtn{ background: #cedc00;
    border-radius: 22px;
    padding: 5px 25px;
    font-weight: bold;
    margin-top:18px;
    display: inline-block;}
.featurebtn i{font-size:13px;margin-left:10px;margin-top:-5px;}

#feature h4:before,#lineup h4:before{content:'ー';padding-right:10px;}
#lineup h4{font-family: 'gsmt-Light','sans-serif';    font-weight: bold;letter-spacing:0.3rem;}

#feature .secInner > div{background:#fff;display:block;overflow:hidden;margin-bottom: 40px;position:relative;}
#feature .secInner > div img{width:100%;display:inline-block;}


#feature .secInner > div div{ display: inline-block;
    width: 100%;
    padding: 3% 4.5% 5%;  }

.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) {
#feature h4, #lineup h4{font-size:2.2rem;
}    
    
  #feature .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;}
#feature .secInner > div div{ display: inline-block;
    width: 62%;
    padding: 4%;}  
    
}


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

	soundsampleエリア

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

#soundsample{background:#444;color:#fff;}
#soundsample h2{color:#fff;}

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

	howto エリア

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

 #howtoconnect .intro .block2 i{
font-size:2rem;margin-right:5px;
}
#howtoconnect .intro .block2 img{max-width:100%;}

.hibox{
    background:#eee;
    padding: 15px;

}
.smallbox{
    
    margin-top: 15px;
    line-height: 1.2;
}
.aboutmma{margin-top:15px;}

.connectbox .block2{    border: 1px solid #cecece;
    border-bottom: 2px solid #cedc00;position:relative;line-height: 0;}

.connectbox .block2 h4{font-size:1.8rem;position: absolute;
    bottom: 20px;z-index:1;white-space: nowrap;left: 50%;
    margin: auto;line-height:1.5;  -webkit-transform:  translateX(-50%);  -ms-transform:  translateX(-50%);  transform:  translateX(-50%);
  -webkit- transform: translateX(-50%);} 
.connectbox .block2 img{max-width:100%;}
.connectbox .block2 a{display:block;width:100%;}

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


#howtoadjust{background:#000;color:#fff;}
#howtoadjust a{color:#fff;display:block;width:100%;}
#howtoadjust a:hover{color:#cedc00;}
#howtoadjust .block3{text-align:center;}
#howtoadjust .block3 i{font-size:7.8rem;display:block;margin:30px 0;}
#clip .secInner2 .block3{margin-top:15px!important;}

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

	specエリア

------------------------------------------------------*/
#spec {
    /*background: #f1f1f1;*/
}

#spec .closeup{top:auto;bottom:0;}

#spec .table{ width:100%;
    margin: 0 auto;display:block;vertical-align: top;}
#spec .table small{font-size:14px;display:inline-block;margin-top:10px;}
#spec table{width:100%;font-size:14px;}
#spec table .leftcolum{white-space: nowrap;
    background: #eee;}
#spec table .rightcolum{white-space: nowrap;
    background: #fff;}

#spec table td{border:1px solid #999;padding:3px 10px;}

#spec table tr td:first-child{font-weight:bold;}

/*.tokuseizu{    width: 100%;
    margin-left: 0;
    display: inline-block;
margin-top:20px;}
.tokuseizu img{max-width:100%;    max-width: 100px;}

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

 .tokuseizu{    width: 40%;
    margin-left: 4%;margin-top:0;
    display: inline-block;}   
}*/

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

	Lineupエリア

------------------------------------------------------*/
#accessories{background:#f7f7f7;}

#accessories h3{    letter-spacing: 0.2rem;line-height: 1;
    font-family: 'gsmt-Light','sans-serif';font-size:18px;margin-bottom:10px;}
.block2{background:#fff;width:100%;margin:20px 0;position:relative;text-align:center;overflow:hidden;}

#accessories .secInner2{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;}
.block4{background:#fff;width:46%;margin:0 2% 25px;padding:15px;position:relative;text-align:center;overflow:hidden;border-bottom: 2px solid #cedc00;line-height:1.2;font-size:14px;}


.secInner2{display:block;} 


#accessories 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;}   
    .block4 {width:22%;margin:0 1.5% 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 {
	max-width: 1100px;
	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;
}