


/*------------------ 全体 -------------------------*/

#top-wrapper {  
    width:100%;
    }
    
#wrapper {
    width:100%;
}


/*---------------------a リンク----------------------*/


/*------------------ hタグ -------------------------*/

h2 {
    margin-bottom: 20px;
    
}

/*------------------ ナビゲーション--------------------*/

#header {
    width: 100%;
}

#header h1 img {
    width: 100%;
}

/*----------------------------ハンバーガーメニュー-------------------------------*/

#navi:before,
#navi:after {
    content: " ";
    display: table;
}
 
#navi:after {
    clear: both;
}
 
#navi {
    *zoom: 1;
}
 
body {
    font-family: "Helvetica Neue", Helvetica, 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
 
.fixed {
    position:fixed;
    top:0;
    left:0;
    width:100%;
}
 
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #666666;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    z-index: 999;
}
 
 
header  {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:#fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    z-index:9999;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
}
header .inner {
    position:relative;
    max-width:1080px;
    margin:0 auto;
    padding:0.5em 0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
header h1 {
    height: 38px;
}
 
header nav {
    float:right;
    width: 60%;
}
 
header.navOpen nav {
    opacity: 1;
    right: 0;
}
header nav ul {
    width: 100%;
    padding: 0;
    margin: 0;
}
header nav ul li {
    float:left;
    width: 16.6666%;
    list-style:none;
}

header nav ul li a {
    position:relative;
    display:block;
    padding: 5px 0;
    color:#999;
    text-decoration:none;
}
header nav ul li a:hover {
    text-decoration: underline;
}
  
header .button {
    display: none;
    width: 30px;
    position: absolute;
    top: 20px;
    right: 15px;
    cursor: pointer;
}
header .button span {
    display: block;
    height: 4px;
    width: 100%;
    background: #000000;
    border-radius: 2px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
header .button span:nth-of-type(2),
header .button span:nth-of-type(3) {
    margin-top: 5px;
}
 
header.navOpen .button span:nth-of-type(1) {
    -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
    -ms-transform: translateY(9px) translateX(0) rotate(45deg);
    transform: translateY(9px) translateX(0) rotate(45deg);
}
header.navOpen .button span:nth-of-type(2) {
    margin-top: 5px;
    opacity: 0;
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px);
}
header.navOpen .button span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
    transform: translateY(-9px) translateX(0) rotate(-45deg);
}
 
#contents {
    max-width: 1080px;
    margin:120px auto 0;
    padding:1em 1.5em;
    line-height:1.5;
}
#contents p {
    margin: 50px 0 0 0;
}
 
 
 
@media screen and (max-width:1080px){
header .inner {
    padding: 1.5em;
}
header h1 {
    width: 30%;
    margin-top: 0em;
}
header nav {
    width:70%;
}
header nav ul li {
    width: 25%;
}
#contents {
    margin-top:180px;
}
}
 
@media screen and (max-width:480px){
header h1 {
    width: auto;
    margin-top: 0;
}
header .button {
    display:block;
}
header nav {
    overflow:auto;
    position: fixed;
    top: 0;
    right: -70%;
    float:none;
    width: 45%;
    max-width:320px;
    height: 100%;
    background: #fff;
    opacity: 0;
    z-index:9999;
}
header nav ul li {
    float: none;
    width: auto;
}
#contents {
    margin-top:80px;
}
}


/*--------------フッターナビ------------------*/

#footer-navi ul {
    padding: 0;
}

#footer-navi li {
    width: 50%;
    font-size: 14px;
    padding-bottom: 20px;
}

/*-----------------フッター------------------*/



/*---------------------------------------------------------------
　　　　　　　　　　　　　　　index
----------------------------------------------------------------*/


/*---------------トップイメージ画像------------*/

#top-image {
    width: 100%;
    margin-top: -45px;;
    }

/*------------------ ニュース------------------*/

#news {
    width: 100%;
    }

#news li {
    width: 100%;
    clear: left;
}

#news iframe {
    width:100%;
}  

#news #facebook {
    width: 100%;
    margin-top: 15px;
}

#movie {
    width: 100%; 
}
    
#movie li {    
    margin: auto;
    width: 100%;
    height: 100%;
}

#movie .youtube {
    width: 100%;
    margin: 10px 0;   
}

#movie .youtube iframe {
    width: 100%;
    height: 100%;
}
    
/*--------------ニューリリース-----------------*/

#release {
    clear: left;
}    

#release h2 {
    padding-top: 20px;
}

#release li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

#release #cd {
}


/*-----------------トピックス-----------------*/
    

#topics {
    clear: left;
}

#topics li {
    height: 100%;
    margin: 0;
}

#topics li img {
    width: 100%;
}


.clear-left {
    clear: left;
}



/*---------------------------------------------------------------
　　　　　　　　　　　　　　　Profile
----------------------------------------------------------------*/

/*------------------プロフィール------------------*/

#profile #honbun {
     padding: 20px 30px;  
}



/*------------------メンバー------------------*/

#memmber {
    width: 100%
}

#memmber .photo {
    margin: auto;
}

#memmber li {
    height: 100%;
}

#memmber .memmbers {
    clear: left;
    text-align: center;
    margin-bottom: 60px;

}



/*------------------ヒストリー------------------*/


/*---------------------------------------------------------------
　　　　　　　　　　　　　　　Schedule
----------------------------------------------------------------*/

#schedule #calendar {
    width: 100%;
    height: 600px
}

#schedule #calendar iframe {
    height: 600px;
}


/*---------------------------------------------------------------
　　　　　　　　　　　　　　　Discography
----------------------------------------------------------------*/

#discography .category {
    overflow:hidden;
    padding: 0;
    text-align: center;
    width: 100%;
    margin: 30px 0;
}

#discography .category li {
    width: 100%;
    padding-left: 0;
}

#discography .solo-name {
    margin: 0;
    text-align: center;
}

#discography .solo-name img {
    padding-top: 50px;
    height: 28px;
}


/*---------サムネイルズ----------*/


#discography .thumbnail {
    width: 100%;
    text-align: center;
}

#discography .thumbnail li {
    clear: left;
    padding: 20px 0;
    height: 200px;
    width: 100%;
}

#discography .thumbnail .sp-size {
    height: 0;
}


/*---------個別ページ----------*/

#discography .main {
    width: 100%;
} 

#discography .main img {
    display: block;
    margin: auto;
    width: 90%;
}

#discography #details {
    float: none;
    width: 100%;
    padding-top: 20px;
}

#discography #details h3 {
    font-size: 27px;
    text-align: center;
}

#discography #details p {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

#discography #details ol {
    padding: 0;
    margin: 40px 0;
}

#discography #details li {
    text-align: center;
    list-style: none
}

#discography .main .dvd {
    width: 60%;
}


/*---------------------------------------------------------------
　　　　　　　　　　　　　　　Contact
----------------------------------------------------------------*/

#contact #mailform {
    width: 100%;    
}

#contact #mailform iframe {
    width: 100%;    
}

/*---------------------------------------------------------------
　　　　　　　　　　　　　　　Request
----------------------------------------------------------------*/

#request .main {
    padding: 20px;
}
    
    
    
    
/*--------------スマホ画面　終り-----------------*/
