@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);


.if_map_text_a{
  display: none;
}



/*基礎設定*/
body {
  margin:0;
  padding:0;
  line-height:1.4;
  color:#333;
  font-size:0.9em;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体",
   "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
   "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
   "MS PGothic", sans-serif;
   overflow-x: hidden;
   background-color:black;
}
.clear{
	clear:both;
}
img a{
  border-style: none;
}
a{
  text-decoration: none;
  color:#ff1f00;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体",
   "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
   "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
   "MS PGothic", sans-serif;
   font-weight:bold;
   transition: 1.0s ;
}
a:hover{
  cursor: pointer;
  color:black;
}
#all_wrapper{
  width:100%;
  height:auto;
background-color:black;
}
.box_hidden{
  display: none;
}

.tyousei_border{
  width:100%;
  height:50px;
  border-top:1px solid black;
}



#change {
  position: fixed;
  top: 0px;
  left: 0px;
  max-width: 1500px;
  min-width:500px;
  z-index: 9997;
  padding: 8px 0 8px 0px;
}
#change ul {
  float: left;
  font-family: 'Droid Sans', sans-serif;
  font-size: 1rem;
  margin: 10px 0 10px 20px;
}
#change ul li {
  float: left;
  margin-right: 20px;
  list-style-type: none;
}
#change ul li a {
  color: #1c262f;
  text-decoration: none;

}
#change ul li a:hover{
  color: red;
}


/*ローディング画面*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFA114;
  z-index: 9999;
}
#loader {
  font-weight:bold;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  text-align: center;
  color: #000;
  z-index: 602;
}


/*ヘッダー*/
header{
}

/*768以下ヘッダー設定*/
.min_browser_header{
  width:100%;
  height:60px;
  background-color:white;
  border-bottom: 1px solid #2f2f2f;
  position: fixed;
  top:0;
  left:0;
  z-index: 9998;
}
.mbh_logo{
  width:229px;
  height:60px;
background-color:white;
  margin:0 auto;
}

/* ▽▽ハンバーガーメニュー▽▽
------------------------------------------------------- */
.hm_menu_check {/* チェックボックスを隠す */
  display: none;
}
.hm_wrap {
	display: inline-block;
	position :fixed;
	top :0;
	left :0;
	width :100%;
  padding :15px 0px 0px 20px;
}

.hm_title {/* ハンバーガーメニューオープン時の見出し */
	position: relative;
	display: inline-block;
	float: left;
	margin: 0 0 0 15px;
	opacity: 0;
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
	-webkit-transition: -webkit-transform 0.6s, opacity 0.5s;
	transition: transform 0.6s, opacity 0.5s;
	z-index: 2;
}

/* ▽▽メニューボタン▽▽ */
.hm_btn {

	position: relative;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: block;
	float: left;
	z-index: 2;
}
.hm_btn::before {
	-webkit-box-shadow: #000 0 12px 0;
	box-shadow: #000 0 12px 0;
}
.hm_btn::after {
	bottom: 0;
}
.hm_btn::before,
.hm_btn::after {
	width: 30px;
	height: 6px;
	background: #000;
	display: block;
	content: '';
	position: absolute;
	-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
	transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}
/* △△メニューボタン△△ */

.hm_menu_wrap {

	width :auto;
  padding-right: 50px;
  padding-bottom:50px;
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	left: -100%;
	top: 0;
	-webkit-transition: left 0.4s;
	transition: left 0.4s;
}

/* ▽▽開閉時のアニメーション▽▽ */
.hm_menu_check:checked ~ .hm_title {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.hm_menu_check:checked ~ .hm_btn::before {
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	-webkit-transform: rotate(45deg) translate3d(6px, 11px, 0);
	transform: rotate(45deg) translate3d(6px, 11px, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
	-webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0);
	transform: rotate(-45deg) translate3d(6px, -11px, 0);
}
.hm_menu_check:checked ~ .hm_menu_wrap {
	left: 0;
}

/* △△開閉時のアニメーション△△ */

/* ▽▽メニュー内のリストスタイル▽▽ */
.hm_list {

	list-style-type: none;
	margin: 100px 0 0;
	padding: 0;
}
.hm_list li a {
	color: #000000;
	display: block;
	overflow: hidden;
	padding: 8px 0 8px 0;
  margin-left:100px;
	position: relative;
	text-decoration: none;
	z-index: 1;
}
.hm_list li a::before {/* aタグマウスオーバー時の背景 */
	background: #eee;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 100%;
	left: 0;
	-webkit-transition: bottom 0.4s;
	transition: bottom 0.4s;
	z-index: -1;
}

.hm_list li a:hover::before {
	bottom: 0;
}
.hm_list li a:hover::after {
	opacity: 0.5;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.social_icon_ham{
  width:200px;
  height:40px;
  margin-top:20px;
  margin-left:100px;
}
.ham_s_icon_link{
  width:40px;
  height:40px;
  margin-right:10px;
  float:left;
}
.ham_s_icon_link a:hover{
  opacity: .5;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);	/* IE lt 8 */
  -ms-filter: "alpha(opacity=50)"; /* IE 8 */
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
/* メニュー内のリストスタイル△△ */

/*768以上ヘッダー設定*/
.mid_bh_social{
  width:200px;
  height:40px;
  position: absolute;
  top:10px;
  right:40px;
}
.mid_bh_icon_link{
  width:40px;
  height:40px;
  margin-right:10px;
  float:left;
}
.mid_bh_icon_link a:hover{
  opacity: .5;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);	/* IE lt 8 */
  -ms-filter: "alpha(opacity=50)"; /* IE 8 */
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

/*スライダー*/
#slider_wrapper{
  margin-top:47px;
  margin-left:-40px;
}

/*maincontent*/
.main_wrapper{
}

/*ボックス*/
.main_inner_odd{
  width:100%;
  background-color:white;
}
.mi_odd_content{
  width:75%;
  margin:0 auto;
}
.main_inner_even{
  width:100%;
  background-color:#dfdedc;
}
.mi_even_content{
  width:75%;
  margin:0 auto;
}

/*トップへ戻る*/
.topre_wrapper{
  width:100%;
  background-color:none;
}
.topre_inner{
  width:75%;
  height:50px;
  padding-bottom:20px;
  margin:0 auto;
  text-align: center;
}
.topre_inner a{
  width: 0px;
  border-color: #ff8400;
  border-style: solid;
  border-width: 30px;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
}
.topre_inner a:hover{
  width: 0px;
  border-color: black;
  border-style: solid;
  border-width: 40px;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
}

/*フッター*/
footer{
  width:100%;
background-color:black;
}
.footer_inner{
  width:75%;
  margin:0 auto;
}
.footer_box2{
  text-align: center;
  margin:0 auto;
  padding:0;
  width:100%;
}
.footer_copy{
  text-align: center;
  margin: 0 auto;
  width:100%;
}
.footer_copy p{
  height:70px;
  color:white;
  margin:0;
  padding:0;
}

/*テーブル２column
.footer_box2{
  width:100%;
  height:200px;
background-color:red;
}
.fb_table{
	border-collapse: collapse;
  width:40%;
  height:200px;
  border: 1px solid #595959;

  background-color:pink;
}
.fb_td_left {
  border: 1px solid #595959;
}
.fb_td_left {
  border: 1px solid #595959;
}
*/

/*テキストテンプレ*/
  .text-template_wrapper{
    margin:0 auto;
    width:80%;
  }
  .text-template_inner{
    width:100%;
    margin-bottom:50px;
    text-align:left;
  }
  .text-title{
    position: relative;
    padding: 1.0em;
    background: #ccc;
    font-weight:bold;
    font-size:15px;
  }
  .text-title:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #ccc;
    width: 0;
    height: 0;
  }
  .tt_box_wra{
    margin: 0 auto;
    padding-top:10px;
    width:95%;
  }
  .tt_box_wra p{
    padding:0;
    margin:0;
  }
  .ryoukin_table{
    margin-top:15px;
  }
  .rt_left_box{
    border: 1px solid white;
    background-color: #595959;
    color:white;
    text-align:center;
    padding:10px 0 10px 0;
  }
  .rt_right_box{
    border: 1px solid white;
    background-color: #f0ebe1;
    text-align:center;
    padding:10px 0 10px 0;
  }

  /*テキストテンプレ_ステージ出演者*/
    .ryoukin_table_stage{
      margin-top:15px;
    }
    .rt_left_box_stage{
      background-color: transparent;
      color:white;
      text-align:center;
      padding:10px 0 0 0;
    }
    .rt_right_box_stage{
      background-color: transparent;
      padding:10px 0 0 20px;
    }
    .stage_name_title{
      font-size: 20px;
      font-weight:bold;
    	line-height: 20px;
    	padding: .5em 0 .5em .5em;
    	border-left: 6px solid #000000;
      margin-bottom:15px;

    }
    .stage_naiyou_wra{
      width:80%;
      position: relative;
      padding:.75em;
      background-color: #f0ebe1;
      border-radius: 6px;
      margin-bottom:20px;
    }
    .stage_naiyou_wra::after {
      border-left: solid 7px transparent;
	    border-right: solid 7px transparent;
	    border-bottom: solid 10px #f0ebe1;
	    top: -10px;
	    content:"";
  	  display:block;
	    height:0;
	    margin-left:-5px;
	    position: absolute;
	     width:0;
    }


  .f_rogo_image{
    width:200px;
  }

  /*更新略歴*/
  .wn_info_footer_wra{
      width:100%;
      margin-top:70px;
      padding-bottom:100px;
      text-align: center;
    }

  .wn_tt_box_wra{
    margin: 0 auto;
    width:55%;
    height:250px;
    overflow: auto;
    border:solid 1px black;
  }
  .wn_tt_box_wra p{
    padding:0;
    margin:0;
  }
  .wn_ryoukin_table{
  }

  .wn_rt_left_box{
    background-color: black;
    color:white;

    width:100px;
    text-align:center;
    padding:10px 0 10px 0;
  }
  .wn_rt_right_box{
    background-color: white;

    width:400px;
    text-align:center;
    padding:10px 0 10px 0;
  }


}

/*アクセス*/
  .access_box_wrapper{
    width:100%;
    height:400px;
  }
