@charset "utf-8";

/*----------------------------------------------------
	mnss style
----------------------------------------------------*/
body {
  color: #333;
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro w3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS P Gothic","Arial",sans-serif;
  font-size: 62.5%;
  background: url(image/paper_fibers.png);
}


input, textarea {
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro w3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS P Gothic","Arial",sans-serif;
  font-size: 62.5%;
}

* html body, * html input, * html textarea {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

a {
    color: #121670;
    text-decoration: underline;
}

.mb0{margin-bottom:0!important;}
.mb5{margin-bottom:5px!important;}
.mb10{margin-bottom:10px!important;}
.mb15{margin-bottom:15px!important;}
.mb20{margin-bottom:20px!important;}
.mb25{margin-bottom:25px!important;}

.pb0{padding-bottom:0!important;}
.pb5{padding-bottom:5px!important;}
.pb10{padding-bottom:10px!important;}
.pb15{padding-bottom:15px!important;}
.pb20{padding-bottom:20px!important;}
.pb25{padding-bottom:25px!important;}

.fs11{font-size:11px!important;}
.fs12{font-size:12px!important;}
.fs13{font-size:13px!important;}
.fs14{font-size:14px!important;}
.fs15{font-size:15px!important;}
.fs16{font-size:16px!important;}
.fs17{font-size:17px!important;}
.fs18{font-size:18px!important;}
.fs19{font-size:19px!important;}
.fs20{font-size:20px!important;}


.icon{
    vertical-align: -1px;
    padding: 0 3px 0 0;
}

.bold{font-weight:bold;}

.cGreen{color:#009999!important;}

.cBrown{color:#663300!important;}

.indent{
    padding: 0 0 3px 13px;
    text-indent: -13px;
    display: block;
}
.indentEntry{
    padding: 0 0 3px 71px;
    text-indent: -77px;
    display: block;
}

.pcOnly{

}

.spOnly{
	display:none;
}

/*----------------------------------------------------
	clearfix
----------------------------------------------------*/

/* clearfix */
.clearfix {
	*zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/*----------------------------------------------------
	#wrapper
----------------------------------------------------*/
#wrapper {
  width: 100%;
  margin: 0 auto;
}

#contents {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
}

#contents:after {
    content: ".";
    display: none;
    clear: both;
    height: 0;
    visibility: hidden;
}

.inBox{
    width: 900px;
    padding: 50px 0 60px 0;
    margin: 0 auto 0;
}


/*----------------------------------------------------
	テキスト
----------------------------------------------------*/


h2.mainTit{
    border: 1px dashed;
    text-align: center;
    color: #009999;
    padding: 5px 10px 5px;
    font-weight: bold;
    font-size: 28px;
    font-style: italic;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.08em;
    margin: 0 0 30px;
}

p.coming{
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.08em;
    padding: 5px 0 0;
}



/*----------------------------------------------------
	#header
----------------------------------------------------*/
#mnss #header {
    z-index: 1;
    display: block;
    background: #FFF;
    width: 100%;
    height: auto;
    margin: 0;
    position: fixed;
    top: 0;
}

#mnss #headerSP {
    display:none;
}

#mnss #header .inner{
    position: relative;
    width: 900px;
    height: auto;
    margin: 0 auto;
}

#mnss #header .headerCell{
width:100%;
}

#mnss #header .headerCell td{
    padding: 20px 0 20px;
}

#mnss #header .headerCell td:first-child{
text-align: left;
    width:38%;
}

#mnss #header .headerCell td:last-child{
    width: 70%;
    text-align: right;

}
#mnss #header ul#nav{
    display: inline-block;
}
#mnss #header ul#nav li{
	font-size: 17px;
    float: left;
    color: #009999;
    font-weight: bold;
}

#mnss #header ul#nav li a{
    font-size: 16px;
	color: #333333;
    text-decoration: none;
    font-style: italic;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.08em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: -2px;
}

#mnss #header ul#nav li a:hover{
	color: #009999;
}
.anc{
position:relative; 
}

.ancPoint{
display:block;
position: absolute; 
top: -60px; 
}

.ancPointGoods{
display:block;
position: absolute; 
top: -80px; 
}

/*----------------------------------------------------
	#nav
----------------------------------------------------*/


li.navTop a{
    display: inline-block;
    background: url(image/bg_nav_pass.png)no-repeat;
    background-position: 0 0;
    text-indent: -9999px;
    text-align: left;
    width: 39px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

li.navTop a:hover{
    display: inline-block;
    background: url(image/bg_nav_act_.png)no-repeat;
    background-position: 0 0;
    text-indent: -9999px;
    text-align: left;
    width: 39px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}




li.navNews a{
display: inline-block;
    background: url(image/bg_nav_pass.png)no-repeat;
    background-position: -38px 0;
    text-indent: -9999px;
    text-align: left;
    width: 63px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
li.navNews a:hover{
    display: inline-block;
    background: url(image/bg_nav_act_.png)no-repeat;
    background-position: -38px 0;
    text-indent: -9999px;
    text-align: left;
    width: 63px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}




li.navDisc a{
	display: inline-block;
    background: url(image/bg_nav_pass.png)no-repeat;
    background-position: -100px 0px;
    text-indent: -9999px;
    text-align: left;
    width: 96px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
li.navDisc a:hover{
    display: inline-block;
    background: url(image/bg_nav_act_.png)no-repeat;
    background-position: -100px 0px;
    text-indent: -9999px;
    text-align: left;
    width: 96px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}






li.navLive a{
	display: inline-block;
    background: url(image/bg_nav_pass.png)no-repeat;
    background-position: -321px 0px;
    text-indent: -9999px;
    text-align: left;
    width: 95px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

li.navLive a:hover{
    display: inline-block;
    background: url(image/bg_nav_act_.png)no-repeat;
    background-position: -321px 0px;
    text-indent: -9999px;
    text-align: left;
    width: 95px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

li.navLink a{
	display: inline-block;
    background: url(image/bg_nav_pass.png)no-repeat;
    background-position: -415px 0px;
    text-indent: -9999px;
    text-align: left;
    width: 58px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
li.navLink a:hover{
    display: inline-block;
    background: url(image/bg_nav_act_.png)no-repeat;
    background-position: -415px 0px;
    text-indent: -9999px;
    text-align: left;
    width: 58px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}


li.navMov a{
	display: inline-block;
    background: url(image/bg_nav_pass.png)no-repeat;
    background-position: -469px 0px;
    text-indent: -9999px;
    text-align: left;
    width: 70px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
li.navMov a:hover{
    display: inline-block;
    background: url(image/bg_nav_act_.png)no-repeat;
    background-position: -469px 0px;
    text-indent: -9999px;
    text-align: left;
    width: 70px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

li.navGoods a{
	display: inline-block;
    background: url(image/bg_nav_pass.png)no-repeat;
    background-position: -538px 0px;
    text-indent: -9999px;
    text-align: left;
    width: 70px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

li.navGoods a:hover{
    display: inline-block;
    background: url(image/bg_nav_act_.png)no-repeat;
    background-position: -538px 0px;
    text-indent: -9999px;
    text-align: left;
    width: 70px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}


.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}



/*----------------------------------------------------
	#mainVisual
----------------------------------------------------*/

#mnss #mainVisual{
    padding: 60px 0 0;
    position: relative;
}

#mnss #mainVisual p.sticker{
    width: 20%;
    position: absolute;
    bottom: -20px;
    right: 5%;
}

#mnss .mainMovie{
   padding:0 10px 40px;
}



/*----------------------------------------------------
	#leadBox
----------------------------------------------------*/

#mnss #leadBox{
    color: #006D77;
    letter-spacing: 0.08em;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    line-height: 1.5em;

}

#mnss #leadBox p.txt{
padding:0 0 10px 0;
}


#mnss #leadBoxSP{
   display:none;
}

/*----------------------------------------------------
	#news
----------------------------------------------------*/

#news {
	background: rgba(0,153,153,0.1);
    position: relative;
    width: 100%;
}

#mnss ul.newsList{

}

#mnss ul.newsList li{
    margin: 0 0 22px;
    border-bottom: 1px dotted #009999;
    padding: 0 0 20px;
}

#mnss ul.newsList li:last-child{
    margin: 0;
}

#mnss ul.newsList li p.date{
    font-size: 12px;
    padding: 0 0 5px;
}

#mnss ul.newsList li p.date .new{
	font-size: 10px;
    background: #FF2222;
    color: #FFF;
    padding: 1px 5px 0;
    border-radius: 3px;
    vertical-align: 2px;
    margin: 0 0 0 5px;
}

#mnss ul.newsList li p.newsTit{
    padding: 0 0 5px;
    font-weight: bold;
    font-size: 16px;
    color: #009999;
    line-height: 1.5em;
        display: inline-block;
}

#mnss ul.newsList li p.newsTxt{
    font-size: 14px;
    line-height: 1.5em;
    padding:0 0 10px 0;
}

#mnss ul.newsList li p.newsSub{
    font-size: 14px;
    line-height: 1.5em;
    padding:0 0 5px 0;
}

#mnss ul.newsList li p.newsSubtit{
    border-bottom: 1px dotted;
    padding: 0 0 5px;
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: bold;
}



#mnss p.qr{
   padding: 0 0 20px 0;
}

#mnss p.jk{
   padding: 0 0 10px 0;
}


#mnss .newsCell{

}

#mnss .newsCell td{
    padding: 0 0 10px 0;
    font-size: 14px;
    line-height: 1.3em;
}

#mnss .newsCell td:nth-child(1){
    text-indent: -8px;
    width: 80px;
}

#mnss .newsCell td:nth-child(2){

}






/*----------------------------------------------------
	#discinfo
----------------------------------------------------*/

#mnss #disc{
	background: rgba(0,153,153,0.1);

}
#mnss #disc p.txt{
    line-height: 1.3em;
    font-size: 13px;
    padding: 0 0 10px;
}

#mnss #disc p.txt span{
    color: #009999;
    font-weight: bold;
}

#mnss #disc .infoCell{
	margin:0 0 20px 0;
}
#mnss #disc .infoCellSP{
	display:none;
}


#mnss #disc .infoCell td{
vertical-align:top;
}

#mnss #disc .infoCell td:first-child{
padding: 0 20px 0 0;
    width: 50%;

}

#mnss #disc .infoCell td:last-child{
width:50%;
}

#mnss #disc .discName{
	font-size: 23px;
    font-weight: bold;
    border-bottom: 2px solid #333;
    margin: 0px 0 20px;
    padding: 0 0 10px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.08em;
}

#mnss #disc .discCledit{
    border-bottom: 1px dotted #333333;
    margin: 0px 0 10px;
    padding: 0 0 10px;
}

#mnss #disc .discCledit li{
    font-size: 13px;
    padding: 0 0 5px;
}

#mnss #disc .discCledit li:last-child{
padding:0;
}

#mnss #disc .trackList {
    font-size: 14px;
    padding: 0 0 10px;

}

#mnss #disc .trackList dt{
    float: left;
    color: #009999;
    font-weight: bold;
        font-family: 'Oswald', sans-serif;
    letter-spacing: 0.08em;
}
#mnss #disc .trackList dd{
    line-height: 1.3em;
    text-indent: -7px;
    padding: 0 0 9px 40px;
}

#mnss #disc .subTxt {
    font-size: 11px;
}

#mnss #disc .jacketImg {
    box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}


#mnss #disc p.castTit{
    border-bottom: 1px dotted;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 5px;
    margin: 0 0 5px 0;
}

#mnss #disc p.castType{

}

#mnss #disc p.castTxt{
    font-size: 14px;
    padding: 0 0 16px;
    line-height: 1.5em;
}


/*----------------------------------------------------
	#live
----------------------------------------------------*/

#mnss #live{
    position: relative;
    width: 100%;
}

#mnss #live p.liveTit{
    font-size: 23px;
    font-weight: bold;
    border-bottom: 2px solid #333333;
    margin: 0px 0 20px;
    padding: 0px 0 10px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.08em;
}

#mnss #live .liveCell{
    margin: 0 0 15px;
    width: 100%;
    padding: 0 0 10px 0;
}

#mnss #live .liveCell tr{

}

#mnss #live .liveCell tr:nth-child(odd){
    background: rgba(255,255,255,0.45);
}

#mnss #live .liveCell tr:nth-child(even){
    background: rgba(255,255,255,0);
}


#mnss #live .liveCell td{
font-size:14px;
padding:10px ;
}

#mnss #live .liveCell td:first-child{
    color: #009999;
    width: 15%;
    font-weight: bold;
}

#mnss #live .liveCell td:last-child{
}

#mnss #live p.castTit{
    border-bottom: 1px dotted;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 5px;
    margin: 0 0 5px 0;
}

#mnss #live p.castType{

}

#mnss #live p.castTxt{
    font-size: 14px;
    padding: 0 0 15px;
    line-height: 1.5em;
}

/*----------------------------------------------------
	#link
----------------------------------------------------*/

#mnss #link{
	background: rgba(0,153,153,0.1);
}

#mnss .bgLink {
    background: rgba(0,153,153,0);
}
#mnss #link p.linkType{
	font-size: 19px;
    font-weight: bold;
    padding: 0 0 5px;
    border-bottom: 2px solid #333;
    margin: 0 0 10px 0;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.08em;
}
#mnss .artistLink{
padding:0 0 40px;
}

#mnss .artistLinkSP {
    display:none;
}

#mnss #link .linkCellSP{
    display:none;
}

#mnss #link .linkCell{
    margin: 0;
    width: 100%;
}

#mnss #link .linkCell td{
width:50%;
box-sizing:border-box;
    vertical-align: top;
}
#mnss #link .linkCell td:nth-child(1){
    padding: 0 10px 15px 0;
    width: 33%;
}


#mnss #link .linkCell td:nth-child(2){
    padding: 0 5px 15px 5px;
    width: 33%;
}

#mnss #link .linkCell td:nth-child(3){
    padding: 0 0 15px 10px;
    width: 33%;
}

#mnss #link .linkCell td a{
border-left: 4px solid rgba(0,153,153,0.3);
    vertical-align: middle;
    height: 50px;
    padding: 10px 15px;
    background: rgba(0,153,153,0.06);
    display: table-cell;
    text-decoration: none;
    color: #009999;
    font-weight: bold;
    font-size: 13px;
    position: relative;
    width: 260px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


#mnss #link .linkCell td a:hover{
    background: rgba(0,153,153,0.15);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#mnss #link .linkCell td .name{
    font-size: 14px;
    display: block;
    line-height: 1.5em;
}

#mnss #link .linkCell td .url{
	font-size:10px;
	color:#999;
}


#mnss #link .linkCell td .iconRight{
	position:absolute;
	right:5px;
	top:40%;
}

/*----------------------------------------------------
	#mov
----------------------------------------------------*/
#mov embed {
    background:#000;
}

#mnss #mov {
    position: relative;
    width: 100%;
}



.movArea{
text-align:center;
}

ul.movList{

}

ul.movList li{
text-align: center;
    float: left;
    width: 50%;
    box-sizing: border-box;
    min-height: 320px;
}

ul.movList li:nth-child(odd){
    margin: 0 ;
    padding:0 10px 20px 0;
}

ul.movList li:nth-child(even){
    margin: 0 ;
    padding:0 0 20px 10px;
}

/*
ul.movList li:last-child{
    width:100%
}
*/
ul.movList li .movieSingle{
    margin: 0 auto 0;
    width: 50%;
}




ul.movList li p.movTit{
    color: #009999;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0 10px;
}

ul.movList li embed {
    background:#000;
    width: 400px;
    height: 285px;
}


/*----------------------------------------------------
	#goods
----------------------------------------------------*/

#mnss #goods {
    position: relative;
    width: 100%;
}

#mnss .bgGoods {
    background: rgba(0,153,153,0.1);
}

#mnss .goodsList {

}

#mnss .goodsList li{
    width: 50%;
    float: left;
}

#mnss .goodsList li:nth-child(odd){
    padding: 0 10px 0 0;
    box-sizing: border-box;
}
#mnss .goodsList li:nth-child(even){
    padding: 0 0 0 10px;
    box-sizing: border-box;
}

#mnss .goodsList li a{
    display: block;
    text-decoration:none;
}

#mnss .goodsBox {
    background: rgba(0,153,153,0.1);
    height: 360px;
    padding: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#mnss .goodsBox:hover{
    background: rgba(0,153,153,0.2);
}

#mnss .goodsBox .goodsImage{
position:relative;
}


#mnss .goodsBox img{
    padding:0 0 10px 0;
}

#mnss .goodsBox span.zoom{
    color: #6bd2d2;
    position: absolute;
    bottom: 13px;
    right: 1px;
    font-size: 13px;
}

#mnss .goodsDetail {

}
#mnss .goodsDetail dt{
    font-size: 13px;
    font-weight: bold;
    padding: 0 0 5px;
    color: #333;
}
#mnss .goodsDetail dd{
	padding: 0 0 2px;
    font-size: 13px;
    color: #333;
}








/*----------------------------------------------------
	#youtube
----------------------------------------------------*/

#youtube{
    margin: 0 auto 0;
    max-width: 700px;
    position: relative;
    padding-bottom: 40%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 5px;
}


#youtubeBox{
	margin: 0 auto 0;
    max-width: 700px;
    position: relative;
    padding-bottom: 45%;
    padding-top: 45px;
    height: 0;
    overflow: hidden;
    margin-bottom: 5px;
}
#youtubeBox iframe, 
#youtubeBox object, 
#youtubeBox embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.youtubeTit {
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    font-size: 15px;
}

/*----------------------------------------------------
	#footer
----------------------------------------------------*/

#mnss #footer{
    padding: 20px 0 18px;
    background: #009999;
    line-height: 0;
    text-align: center;
}


#mnss #footer p.credit{
    margin: 0;
    line-height: 1em;
    color: #FFF;
}

/*----------------------------------------------------
	switchHat
----------------------------------------------------*/
.allOpenBtn,
.switchHat {
display: none;
}

.switchOn {
display: block;
}

span.switchOn {
display: inline;
}

.allOpenBtn,
.closeBtnHat span,
.switchHat {
}

.allOpenBtn:after,
.switchHat:after {
    color: #121670;
    padding: 0 0 0 5px;
    font-size: 16px;
    content: "\f3c7";
    font-family: 'WebHostingHub-Glyphs';
    background: none;
    width: auto;
    height: auto;
    font-weight: normal;
    vertical-align: top;
}

.allOpenBtn:hover,
.closeBtnHat span:hover,
.switchHat:hover {
}

.nowOpen {
}

.nowOpen:after {
    color: #121670;
    padding: 0 0 0 5px;
    font-size: 16px;
    content: "\f3c8";
    font-family: 'WebHostingHub-Glyphs';
    background: none;
    width: auto;
    height: auto;
    font-weight: normal;
    vertical-align: top;
}
.closeBtnHat{
display:none;
}
.closeBtnHat span {
border: 1px solid #ccc;
-moz-border-radius: 5px;
border-radius: 5px;
padding:5px;
}


/*----------------------------------------------------
	#colorbox
----------------------------------------------------*/

#cboxOverlay {
    background: #000;
}
#cboxLoadedContent {
    background: #fff;
}
#cboxLoadedContent {
  padding: 0;
  overflow: auto;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose , #cboxTitle {
  top: -30px;
}
#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible ;
}
#cboxTitle {
  color: #fff;
}
#inline-content {/* インラインを使用する時のみ */
    margin: 20px;
}
#ajax-wrap {/* ajaxを使用する時のみ */
  margin: 20px;
}

a:focus{
  outline: none;
}






