/**************************************************************************
/* IMPORT css */
/**************************************************************************/
/*
@import url("reset.css");
*/

/**************************************************************************
/* WEB FONT 設定 Google Noto Sans
/**************************************************************************/

/**********************************************************
/* 基本設定
**********************************************************/
/**************************************************************************
/* 共通
/**************************************************************************/
.sup-relative {
    position: relative;
}
.sup-absolute {
	position: absolute;
	bottom: 10px;
	color: #fff;
	background: rgba(0,0,0,.6);
	width: 100%;
	padding: 0.5em 0;
}
.sup-absolute p {
  margin: 0;
  padding: 0 0.8em;
  font-size: 100%;
  text-align: center;
}
.fa-fw {
	color: #fff;
}
h2 {
	position: relative;
	text-align: center;
}
h2 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	background-color: #fff;
	text-align: left;
}
h2::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
	background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
	background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}

/**********************************************************
/* トップページ
**********************************************************/
.business-header img {
	width: 30%;
	margin-top: 0;
}
@media ( min-width : 740px) {
	.business-header img {
		width: 30%;
		margin-top: 0;
	}
}
.info-wrap table th {
	width: 20%;
}
.poster-wrap h2 ,
.artist-wrap h2 {
	text-align: center;
}
.h2-sub-text {
	font-size: 70%;
}
.artist-wrap img {
	margin: 10px 0;
}
.artist-butn {
	text-align: right;
	margin: 20px 0;
}
.top_map_ar {
	width: 100%;
	margin: 0 auto;
}
#top-map-canvas {
	height: 300px;
}
.top_news {
	max-width: 100%;
}
.top_facebook ,
.top_twitter {
	height: 500px;
	margin-bottom: 20px;
}
.top_video ,
.top_music {
  border: 2px solid #da4033;
  border-radius: 4px;
  margin: 2em 0;
  padding: 2em;
  position: relative;
}
.top_video::before ,
.top_music::before {
  background-color: #fff;
  color: #da4033;
  font-weight: bold;
  left: 1em;
  padding: 0 .5em;
  position: absolute;
  top: -1em;
}
.top_video::before {
  content: "ユナイト CM 動画";
}
.top_music::before {
  content: "オリジナルテーマソング「ユナイト」 作詞/作曲 NORIYA from A.F.R.O";
}
.top_media video {
	width: 100%;
}
.top_media .shop_bnr {
	margin-bottom: 20px;
}
.top_media .shop_bnr img {
	width: 35%;
	float: left;
}
.top_media .m_txt {
	float: left;
	padding: 5px 0 0 10px;
}
.top_media .m_txt_01 {
	font-size: 120%;
	margin: 0;
}
.top_media .m_txt_02 {
	font-size: 90%;
}
.top_media .m_txt_03 {
	font-size: 80%;
	margin: 0;
}
.top_media .m_txt_04 {
	font-size: 80%;
}
.top_media .play_area {
	height: 200px;
}
.gMap {
  display: block;
  width: 100%;
  border-radius: 5px;
}
#audio {
	width: 100%;
}
label {
  background: #204d74;
  color: #fff;
  padding: 10px;
  display: block;
  margin: 0;
  border: 1px solid #fff;
}
input[type="checkbox"].on-off{
  display: none;
}
.menu div {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
  padding: 0;
  list-style: none;
}
input[type="checkbox"].on-off + div.mess_txt{
  height: 100px;
  overflow: hidden;
}
input[type="checkbox"].on-off:checked + div.mess_txt{
  height: 100%;
}
.artist-butn span {
	background-color: #e10400;
}
.artist-butn span:hover {
	background-color: #e10400;
	opacity: 0.7;
}
.fes_mess {
	font-weight: bold;
	font-size: 120%;
}
.ev_ticket h3 {
  background: -webkit-linear-gradient(#000, #e10400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
	.mess_l ,
	.mess_r {
		float: none;
	}
@media ( min-width : 740px) {
	.mess_l {
		float: left;
	}
	.mess_r {
		float: right;
	}
}
.kasi_saku {
	font-size: 90%;
}
/* 主催・協賛 **************************************************************************************/
.spon-wrap img {
	margin: 10px auto;
}
.spon-01 {
	text-align: center;
}
.spon-01 img {
	margin-top: 0;
	width: 50%;
}
@media ( min-width : 740px) {
	.spon-01 img {
		width: 20%;
	}
}
.spon-10 img {
	margin-top: 0;
	width: 50%;
}
@media ( min-width : 740px) {
	.spon-10 img {
		width: 80%;
	}
}
.spon-11 img {
	margin-top: 0;
	width: 50%;
}
@media ( min-width : 740px) {
	.spon-11 img {
		width: 40%;
	}
}
.spon-12 img {
	margin-top: 0;
	width: 50%;
}
@media ( min-width : 740px) {
	.spon-12 img {
		width: 80%;
	}
}
.spon-13 img {
	margin-top: 0;
	width: 50%;
}
@media ( min-width : 740px) {
	.spon-13 img {
		margin-top: 10px;
		width: 60%;
	}
}
.spon-14 img {
	margin-top: 0;
	width: 50%;
}
@media ( min-width : 740px) {
	.spon-14 img {
		margin-top: 20px;
		width: 70%;
	}
}
.spon-21 img {
	margin-top: 0;
	width: 80%;
}
@media ( min-width : 740px) {
	.spon-21 img {
		width: 70%;
	}
}
.spon-22 img {
	margin-top: 0;
	width: 80%;
}
@media ( min-width : 740px) {
	.spon-22 img {
		margin-top: 40px;
		width: 100%;
	}
}
.spon-23 img {
	margin-top: 0;
	width: 80%;
}
@media ( min-width : 740px) {
	.spon-23 img {
		margin-top: 5px;
		width: 70%;
	}
}
.spon-24 img {
	margin-top: 0;
	width: 80%;
}
@media ( min-width : 740px) {
	.spon-24 img {
		margin-top: 40px;
		width: 80%;
	}
}
.spon-25 img {
	margin-top: 0;
	width: 80%;
}
@media ( min-width : 740px) {
	.spon-25 img {
		width: 50%;
	}
}
.spon-m00 img {
	margin-top: 0;
	width: 80%;
}
@media ( min-width : 740px) {
	.spon-m00 img {
		margin-top: 0;
		width: 80%;
	}
}
.spon-m20 img {
	margin-top: 0;
	width: 80%;
}
@media ( min-width : 740px) {
	.spon-m20 img {
		margin-top: 20px;
		width: 80%;
	}
}
.spon-m40 img {
	margin-top: 0;
	width: 80%;
}
@media ( min-width : 740px) {
	.spon-m40 img {
		margin-top: 40px;
		width: 80%;
	}
}

/**********************************************************
/* アーティアスト
**********************************************************/
.artists-cont h2 {
	margin-top: 5px;
}
.artists-sns .fa-fw {
	color: #e10400;
}

/**********************************************************
/* 過去イベント
**********************************************************/
.pastev {
	width: 80%;
	margin: 40px auto;
}
.pastev img {
	width: 100%;
    -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
}


/*****************************************************
/* 会社概要ページ
/*****************************************************/
.about_map_ar {
	width: 100%;
	margin: 0 auto;
}
#about-map-canvas {
	height: 400px;
}

/**********************************************************
/* コンタクト
**********************************************************/

/**********************************************************
/* プライバシーポリシー
**********************************************************/

/**********************************************************
/* ヘッダー
**********************************************************/
.navbar-inverse {
	background-color: #e10400;
	border-color: #e10400;
}
.navbar-inverse .navbar-brand {
	color: #fff;
}
.navbar-inverse .navbar-nav>li>a {
	color: #fff;
}

/*****************************************************
   サイドバー
*****************************************************/

/**********************************************************
/* フッター
**********************************************************/
footer {
	background-color: #e10400;
	padding: 50px 0;
	margin: 0;
}
footer .cpoyright-txt {
	color: #fff;
	width: 100%;
	float: none;
	text-align: center;
	padding-left: 0;
}
@media ( min-width : 740px) {
	footer .cpoyright-txt {
		width: 50%;
		float: left;
		text-align: left;
		padding-left: 10%;
	}
}
footer .address-txt {
	color: #fff;
	width: 100%;
	float: none;
	text-align: center;
	padding-right: 0;
}
@media ( min-width : 740px) {
	footer .address-txt {
		width: 50%;
		float: right;
		text-align: right;
		padding-right: 10%;
	}
}
footer p {
	font-size: 180%;
}

/**************************************************************************
/* その他の float/clear クラス
/**************************************************************************/
.fltrt { 
	float: right;
}
.fltlft { 
	float: left;
}

/**************************************************************************
/* その他の
/**************************************************************************/
.clearfix {
	zoom:1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
p.line { 
	border-bottom: 2px solid #666; 
	margin:10px 0;
}
.height-sp5 { /* 高さ調整用 */
	height:5px;
}
.height-sp10 { /* 高さ調整用 */
	height:10px;
}
.height-sp20 { /* 高さ調整用 */
	height:20px;
}
.height-sp30 { /* 高さ調整用 */
	height:30px;
}
.height-sp40 { /* 高さ調整用 */
	height:40px;
}
.height-sp50 { /* 高さ調整用 */
	height:50px;
}
.height-sp60 { /* 高さ調整用 */
	height:60px;
}
.height-sp70 { /* 高さ調整用 */
	height:70px;
}
.height-sp80 { /* 高さ調整用 */
	height:80px;
}
.height-sp90 { /* 高さ調整用 */
	height:90px;
}
.height-sp100 { /* 高さ調整用 */
	height:100px;
}
.height-spTOPcont { /* 高さ調整用 TOP用*/
	height:120px;
}
@media ( min-width : 740px) {
	.height-spTOPcont { /* 高さ調整用 TOP用*/
		height:auto;
	}
}
.height-spANTcont { /* 高さ調整用 TOP以外用*/
	height:0px;
}
.marg_lf_10 {
	margin-left:10px;
}
img.ex-link {
	margin: 0 0 0 5px ;
	width: 10px;
	border: none;
}
.fo-bold {
	font-weight: bold;
}
.fo-bold-blue {
	font-weight: bold;
	color: #00CCFF;
}

/**************************************************************************
/* スマートフォン/ＰＣの表示非表示切替【注意：インライン要素に対して使用して下さい】
/**************************************************************************/
.disp-sm-none { /* スマートフォンの際に非表示にする */
	display: none;
}
.disp-pc-none { /* ＰＣの際に非表示にする */
	display: inline;
}
@media ( min-width : 740px) {
	.disp-sm-none { /* スマートフォンの際に非表示にする */
		display: inline;
	}
	.disp-pc-none { /* ＰＣの際に非表示にする */
		display: none;
	}
}
.tel-link { /* 電話番号をスマホの場合リンクにする */

}

