@charset "utf-8";

/* =============================================================

　 個別設定

============================================================= */


/*  全体・コンテナー 設定
---------------------------------------------*/

#container {
}

/*  ヘッダー 設定
---------------------------------------------*/

#header {
  position: inherit;
  top: auto;
  left: auto;
  height: auto;
  background: none;
  text-align: center;
}

#header #headerTop {
  position: relative;
  width: 100%;
  height: 55vh;
  min-height: 425px;
  max-height: 650px;
  height: 598px\9; /* IE8用 */
  background: url(../img/header-bg-all.jpg) no-repeat center 60%;
  background-size: cover;
}

/* IE9用 */
#header #headerTop:not(:target) {
  height: 55vh \9;
}

#header #headerTop #logo {
  position: absolute;
  right: 0;
  bottom: 5%;
  left: 0;
  float: none;
  width: auto;
}

#header #headerTop #logo img {
  height: 10vh;
  min-height: 80px;
  max-height: 116px;
}

#header #headerBtm {
  padding: 35px 0;
  background: url(../img/header-bg-ttl.jpg) no-repeat center #370f0a;
  background-size: 100%;
}


/*  コンテンツ 設定
---------------------------------------------*/

#content {
  position: relative;
  z-index: 0;
  padding-top: 40px;
  padding-bottom: 0;
  background: url(../img/content-bg-ct-all.jpg) no-repeat top center;
  background-size: 100%;
}

#content:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../img/content-bg-cb-all.jpg) no-repeat bottom center;
  background-size: 100%;
  content: "";
}

/*  Content Top
-----------------------------------*/

#contentTop {  
}

/* -------- トップナビ -------- */

#content #topnavi {
  width: 900px;
  margin: 0 auto;
}

#content #topnavi ul {
  margin-left: -3px;
}

#content #topnavi li {
  width: 20%;
  padding-left: 3px;
}

#content #topnavi li a {
  display: block;
  background: #fff;
}

#content #topnavi .btn {
  padding-top: 9px;
  padding-bottom: 9px;
}

#content #topnavi .btn span {
  padding: 0;
}

#content #topnavi .btn span:before,
#content #topnavi .btn span:after {
  display: none;
}

/* -------- トップキャプション -------- */

#content #topcaption {
  padding: 35px 0 10px;
  color: #3a110c;
  font-size: 1.4em;
  text-align: center;
}


/*  Content Main
-----------------------------------*/

#contentMain .boxInner {
  padding: 0;
}

/* -------- セクション -------- */

#content .boxSection {
  padding-top: 50px;
  padding-bottom: 40px;
  color: #333;
}

#content .boxSection .boxSectionHead {
  padding-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

#content .boxSection .boxSectionHead h2 {
  margin-bottom: 20px;
  font-size: 2.1em;
  font-weight: bold;
}

#content .boxSection .boxSectionHead h2 span {
  font-size: .6em;
}

#content .boxSection .boxSectionHead p {
  font-size: 0.95em;
  line-height: 1.9em;
}

#content .boxSection .boxSectionContent {
  padding: 0;
  text-align: center;
}

/* -------- ニュース -------- */

#content #news {
  position: relative;
  z-index: 0;
}

#content #news:before {
  position: absolute;
  left: 0;
  right: auto;
  bottom: -55%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0%, #fff 50%);
  content: "";
}

#content #news .boxSectionHead,
#content #news .boxSectionContent {
  position: relative;
  z-index: 10;
  width: 990px;
  margin: 0 auto;
}

#content #news .boxSectionHead {
  padding-bottom: 0;
}

#content #news .boxSectionContent {
  padding: 5px 0;
  background: #fff;
}

#content #news .boxSectionContent #jsNewsList {
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  /*height: 210px;*/
  max-height: 210px;
  margin: 0;
  padding: 0;
}


/* -------- 主催公演ラインナップ -------- */

#content #concert {
  position: relative;
}

#content #concert .boxSectionContent {
  padding: 0;
}

#content #concert .boxSectionContent img {
  width: 100%;
}

/* -------- B→Cアーカイブ -------- */

#content #BC {
}

#content #BC .boxSectionContent img {
}

#content #BC .boxSectionContent {
  position: relative;
  overflow: hidden;
  border-top: 5px solid #ccc;
  border-bottom: 5px solid #ccc;
}

/* ---- リスト共通 ---- */

#content #BC .boxSectionContent ul {
  opacity: 0;
}

#content #BC .boxSectionContent .slick-slider {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

#content #BC .boxSectionContent li {
  float: left;
  height: 5vh;
  height: 80px\9; /* IE8用 */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* IE9用 */
#content #BC .boxSectionContent li:not(:target) {
  height: 10vh \9;
  min-height: 80px \9;
}

#content #BC .boxSectionContent .slick-slider li {
  height: 10vh !important;
  height: 80px\9; /* IE8用 */
  min-height: 80px;
}

/* IE9用 */
#content #BC .boxSectionContent .slick-slider li:not(:target) {
  height: 10vh \9;
  min-height: 80px \9;
}


#content #BC .boxSectionContent li a {
  display: block;
  overflow: hidden;
  position: relative;
  outline: none;
  width: 100%;
  height: 100%;
}

#content #BC .boxSectionContent li a:before {
  display: none\9; /* IE8用 */
  transition: all .6s ease-in-out;
  position: absolute;
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
  opacity: 0;
  background: #000;
  content: ""; 
}

/* IE9用 */
#content #BC .boxSectionContent li a:before:not(:target) {
  display: block \9;
}

#content #BC .boxSectionContent li a:hover:before {
  opacity: .6;
  top: -200%;
  right: -200%;
  bottom: -200%;
  left: -200%;
}

/* -- 画像 -- */

#content #BC .boxSectionContent li img {
  position: relative;
  z-index: -1;
  z-index: 0\9; /* IE8用 */
  opacity: 0;
  height: 100%;
}

/* IE9用 */
#content #BC .boxSectionContent li img:not(:target) {
  z-index: -1\9; /* IE8用 */
}


/* ---- BCリンクボタン ---- */

#content #BC .boxSectionContent #bcLink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}

#content #BC .boxSectionContent #bcLink a {
  display: table;
  transition: all .4s ease-in-out;
  width: 100%;
  height: 100%;
}

#content #BC .boxSectionContent #bcLink a:hover {
  opacity: .9;
  background: rgba(255,255,255,.65);
}

#content #BC .boxSectionContent #bcLink .boxNavBtnInner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#content #BC .boxSectionContent #bcLink .btn {
  width: 270px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(0,86,31,.9);
}

#content #BC .boxSectionContent #bcLink .btn:hover {
  opacity: 1;
}


/* -------- 動画 -------- */

#content #movie {
}

#content #movie .boxSectionContent .boxMovie a {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  position: relative;
  z-index: 0;
  transition: opacity .4s ease-in-out;
}

#content #movie .boxSectionContent .boxMovie a img {
  position: relative;
  z-index: -1;
}

#content #movie .boxSectionContent .boxMovie a:before,
#content #movie .boxSectionContent .boxMovie a:after {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
  z-index: 5;
  content: "";
}

#content #movie .boxSectionContent .boxMovie a:before {
  opacity: .7;
  width: 54px;
  height: 54px;
  margin-top: -36px;
  margin-left: -27px;
  border-radius: 100%;
  border: 8px solid #fff;
}

#content #movie .boxSectionContent .boxMovie a:after {
  width: 0;
  height: 0;
  margin-top: -10px;
  margin-left: 3px;
  border-top: 9px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #fff;
}

#content #movie .boxSectionContent .boxMovie a:hover {
  opacity: .6;
}

#content #movie .boxSectionContent .boxMovie a:hover img {
  opacity: 1;
}

#content #movie .boxSectionContent iframe {
  width: 780px;
  height: 440px;
  border: none;
}

#content #movie .boxSectionContent #movielink {
  padding: 25px 0 0;
}

#content #movie .boxSectionContent #movielink .btn {
  width: 300px;
  margin: 0 auto;
}


/*  Content Bottom
-----------------------------------*/

#contentBtm {
}

#contentBtm .boxInner {
  padding: 80px 0 50px;
}

/* -------- その他リンク -------- */

#otherlink ul {
  margin-left: -1px;
  letter-spacing: -.40em;
}

#otherlink li {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  width: 50%;
  height: 415px;
  padding-left: 1px;
  letter-spacing: normal;
  vertical-align: top;
}

#otherlink li a {
  display: block;
  transition: background .4s ease-in-out;
  width: 100%;
  height: 100%;
  padding: 45px;
  background: rgba(255,255,255,.7);
  background: #fff\9; /* IE8用 */
  color: #000;
  text-align: center;
  text-decoration: none !important;
}

/* IE9用 */
#otherlink li a:not(:target) {
  background: rgba(255,255,255,.7) \9;
}


#otherlink a:hover {
  background: rgba(255,255,255,.85);
}

#otherlink a:hover img {
  opacity: 1;
}

#otherlink li .boxLinkHead {
  padding-bottom: 55px;
  font-weight: bold;
}

#otherlink li .boxLinkHead h2 {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  position: relative;
  padding-right: 30px;
  font-size: 2em;
}

#otherlink li .boxLinkHead h2:before {
  position: absolute;
  top: 50%;
  right: 0;
  transition: all .2s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 15px;
  height: 15px;
  margin-top: -7px;
  border: none;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-radius: 0;
  content: "";
}

#otherlink li .boxLinkHead p {
  padding-top: 5px;
  color: #333;
}

#otherlink li .boxLinkCont {
	overflow:hidden;
}

#otherlink li .boxLinkCont dl {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  text-align: center;
}

#otherlink li .boxLinkCont dl dt,
#otherlink li .boxLinkCont dl dd {
  text-align: left;
}

#otherlink li .boxLinkCont dl dt {
  padding-bottom: 5px;
  font-size: 1.05em;
}

#otherlink li .boxLinkCont dl dd {
  padding-bottom: 50px;
  font-size: 1.6em;
}

#otherlink li .boxLinkCont p.LinkContTxt {
	display:block;
	float:left;
	width:57%;
	text-align:left;
	vertical-align:top;
}

#otherlink li .boxLinkCont .LinkConImg {
	display:block;
	float:right;
	width:43%;
	vertical-align:bottom;
}

#otherlink li .boxLinkCont .LinkConImg img {
	width:100%;
}


/* ------ グッズリンク ------ */

#otherlink #goods a {
  padding-right: 30px;
}

#otherlink #goods .boxLinkHead {
  padding-bottom: 32px;
}

#otherlink #goods .boxLinkCont {
  letter-spacing: -.40em;
}

#otherlink #goods .boxLinkCont p {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  width: 46%;
  vertical-align: middle;
  letter-spacing: normal;
}

#otherlink #goods .boxLinkCont p:first-child {
  width: 54%;
  padding-bottom: 20px;
}



/*  フッター 設定
---------------------------------------------*/

#footer {
  position: inherit;
  top: auto;
  left: auto;
}
