@charset "utf-8";

body {
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background:#E3007E;
}
.clearfix:after {
visibility:hidden;
height:0;
display: block;
font-size: 0;
content: " ";
clear: both;
}
* html .clearfix             { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }


/*
 共通
-------------*/

.inner {
    width:1100px;
    margin:0 auto;
}
.sp {
    display:none;
}
.pc {
    display:block;
}

/*
 ナビ
-------------*/

#header {
    background:#E3007E;
    border-bottom:#7D43A5 5px solid;
    padding:5px 0 0;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:8888;
}
#nav li {
    float:left;
    position:relative;
    margin-right:23px;
}
#nav li:last-child {
    margin-right:0;
}
#nav li a {
    display:block;
    background:url(../images/common/nav.png) no-repeat;
    padding-top: 60px;
    height: 0;
    background-size: 938px;
    overflow: hidden;
    line-height: 2em;
}
#nav li#navTop a {
    width:64px;
    background-position:-874px 0;
}
#nav li#navNews a {
    width:106px;
    background-position:0 0;
}
#nav li#navStory a {
    width:109px;
    background-position:-106px 0;
}
#nav li#navSong a {
    width:87px;
    background-position:-215px 0;
}
#nav li#navGuest a {
    width:185px;
    background-position:-302px 0;
}
#nav li#navCast a {
    width:196px;
    background-position:-487px 0;
}
#nav li#navMovie a {
    width:60px;
    background-position:-683px 0;
}
#nav li#navList a {
    width:131px;
    background-position:-743px 0;
}
/*hover・current*/
#news #nav li#navNews a,
#nav li#navNews a:hover {
    background-position:0 -60px;
}
#story #nav li#navStory a,
#nav li#navStory a:hover {
    background-position:-106px -60px;
}
#song #nav li#navSong a,
#nav li#navSong a:hover {
    background-position:-215px -60px;
}
#guest #nav li#navGuest a,
#nav li#navGuest a:hover {
    background-position:-302px -60px;
}
#cast #nav li#navCast a,
#nav li#navCast a:hover {
    background-position:-487px -60px;
}
#movie #nav li#navMovie a,
#nav li#navMovie a:hover {
    background-position:-683px -60px;
}
#list #nav li#navList a,
#nav li#navList a:hover {
    background-position:-743px -60px;
}
#news #nav li#navNews:after ,
#story #nav li#navStory:after,
#song #nav li#navSong:after,
#guest #nav li#navGuest:after,
#cast #nav li#navCast:after,
#movie #nav li#navMovie:after,
#list #nav li#navList:after {
    content:"";
    display:block;
    position:absolute;
    left:50%;
    bottom:-10px;
    background:url(../images/common/navCurrentBg.png) no-repeat;
    background-size:55px;
    width: 55px;
    height: 16px;
    margin-left:-31px;
}


/*
 下層フォーマット
--------------------*/

#mainInner {
    margin-top:70px;/*ナビ分*/
    background-size:cover;
    background-position:center;
    background-attachment:fixed;
    min-height:800px;
    padding: 80px 0 50px;
}
#mainInner #contentBox {
	width: 1000px;
    position:relative;
    margin: 0px auto;
    background-color: rgba(255, 255, 255, 0.85);
    border-top:#B54DDE solid 10px;
    border-bottom:#B54DDE solid 10px;
    padding: 20px 0 15px;
	box-shadow:-1px 0 20px rgba(255, 255, 38, 0.5),1px 0 20px rgba(255, 255, 38, 0.5);
}
#mainInner #contentBox h2 {
    padding: 0 0 5px;
    text-align:center;
}
#mainInner #contentBox .subLogo {
    position:absolute;
    width:400px;
    top:-50px;
    left:-70px;
}
#mainInner #contentBox .subDate {
    position:absolute;
    width:306px;
    top:-50px;
    right:-30px;
}
#mainInner #contentBox .subLogo img,
#mainInner #contentBox .subDate img {
    width:100%;
}


/*
 フッター
-------------*/
#footer {
    background:#E3007E;
    padding:30px;
}
#footer .billing {
    width:684px;
    margin:0 auto;
}
#footer .billing img {
    width:100%;
}


/*
 モーダル
-------------*/
/*modal*/
#overlay {
  position: fixed;
  z-index: 9999;
  width: 100%;
	height: 120%;
  top: 0;
  left: 0;
  background-image: url(../images/common/overlayModal.png);
}
.modalContents {
  z-index: 99999;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -488px;
  padding-top:80px;
  width: 976px;
}
.modalContentsInner {
    position:relative;
}
.btnClose {
  content: '';
  position: absolute;
  top: 60px;
  right: -15px;
  width: 44px;
  height: 0;
  padding-top: 44px;
  overflow: hidden;
  line-height: 1.6;
  cursor: pointer;
  z-index: 8040;
  background-image: url(../images/common/btnModal.png);
}
