@charset "UTF-8";

body,p,h1,h2,h3,h4,ul,li{
	margin:0;
	padding:0;
	font-size: 17px;
}





/*フォント*/

@font-face {
	font-family:'Rfont-regular';
	src:url(../font/rounded-x-mplus-1p-regular.ttf) format('truetype');
}

@font-face {
	font-family:'Rfont-bold';
	src:url(../font/rounded-x-mplus-1p-bold.ttf) format('truetype');
}

@font-face {
	font-family:'Rfont';
	src:url(../font/rounded-x-mplus-1p-light.ttf) format('truetype');
}

@font-face {
	font-family:'geomanist';
	src:url(../font/Geomanist-Regular.otf) format('truetype');
}




body{
	font-family:"Rfont-regular","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: italic;
	line-height:200%;
	background-color:#f7f7f7;
	color:#292929;
}


.header{
	background-image:url(../img/header_back.jpg);
	background-attachment:fixed;
	background-position:top center;
	background-size:cover;
	height:100vh;
	position:relative;
	z-index:0;
}

.header h1{
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	height:103px;
	width:537px;
	text-indent:-9999px;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	z-index:1;
}

.nav_back{
	background-image:url(../img/nav_back.png);
	background-position:top center;
	height:263px;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	z-index:2;
	margin-top:-105px;
}


.nav{
	width:960px;
	margin:0 auto;
	margin-top:87px;
}


.nav ul li{
	list-style-type:none;
	float:left;
}


.nav ul li a{
	display:block;
	width:160px;
	height:176px;
	text-indent:-9999px;
}

.nav_1 a{
	background-image:url(../img/nav_img.png);
	background-position:0 0;
}

.nav_2 a{
	background-image:url(../img/nav_img.png);
	background-position:-160px 0;
}

.nav_3 a{
	background-image:url(../img/nav_img.png);
	background-position:-320px 0;
}

.nav_4 a{
	background-image:url(../img/nav_img.png);
	background-position:-480px 0;
}

.nav_5 a{
	background-image:url(../img/nav_img.png);
	background-position:-640px 0;
}

.nav_6 a{
	background-image:url(../img/nav_img.png);
	background-position:-800px 0;
}



.nav_1 a:hover{
	background-image:url(../img/nav_img.png);
	background-position:0 -176px;
}

.nav_2 a:hover{
	background-image:url(../img/nav_img.png);
	background-position:-160px -176px;
}

.nav_3 a:hover{
	background-image:url(../img/nav_img.png);
	background-position:-320px -176px;
}

.nav_4 a:hover{
	background-image:url(../img/nav_img.png);
	background-position:-480px -176px;
}

.nav_5 a:hover{
	background-image:url(../img/nav_img.png);
	background-position:-640px -176px;
}

.nav_6 a:hover{
	background-image:url(../img/nav_img.png);
	background-position:-800px -176px;
}



.dorawer{
	display:none;
}


a{
	color:#292929;
}

a:hover{
	color:#ffbd4b;
}


/*トップページheader下からのメイン*/

.top_main{
	width:900px;
	margin:0 auto;
	margin-top:240px;
	padding-bottom:150px;
}


.news{
	margin-bottom:100px;
}

.news_box{
	padding:60px 0;
	border-bottom: 1px solid #c6c6c6;
}

.news h2{
	background-image:url(../img/top_news.png);
	width:108px;
	height:20px;
	text-indent:-9999px;
}

.news h3{
	margin-bottom:10px;
}


/*ライブ詳細、チケット詳細など*/

.shousai{
	margin: 0 auto;
	padding:40px;
	font-size:14px;
	background-color: #eaeaea;
}



.shousai img{
	display:block;
	float:left;
	padding:0 26px;
}






/*twitterボックス*/

.left_box{
	width:300px;
	float:left;
}

.left_box h2{
	background-image:url(../img/top_twitter.png);
	width:141px;
	height:20px;
	text-indent:-9999px;
	margin-bottom:20px;
}







/*グッズ ボックス*/

.right_box{
	width:480px;
	padding:0 60px;
	float:right;
}

.right_box h2{
	background-image:url(../img/goods.png);
	width:123px;
	height:20px;
	text-indent:-9999px;
	margin-bottom:20px;
}



.right_box p img{
	display:block;
	width:150px;
	margin:0 auto;
	float:left;
	margin-right:10px;
	margin-bottom:30px;
}

.goods_box{
	margin-bottom:50px;
	float:left;
}

.goods_box a{
	display:block;
	background-image:url(../img/buy.png);
	width:113px;
	height:28px;
	text-indent:-9999px;
	margin-top:20px;
}

.goods_box a:hover{
	background-image:url(../img/buy_hover.png);
}






.smp_twitter{
	display:none;
}


/*フッター*/


#footer{
	background-color:#292929;
	color:#f7f7f7;
	padding:50px 0;
	text-align:center;
	font-size:12px;
}




/*下層ページ*/




#single_header{
	width:960px;
	margin:0 auto;
}


#single_header h1{
	background-image:url(../img/single_logo.png);
	width:280px;
	height:54px;
	text-indent:-9999px;
	float:left;
	margin-top:40px;
}



#single_nav{
	width:589px;
	height:142px;
	float:right;
}


#single_nav ul{
	list-style-type:none;
	margin:0;
	padding:0;
}


#single_nav ul li{
	float:left;
}


#single_nav ul li a{
	background-image:url(../img/single_nav.png);
	display:block;
	width:97.56px;
	height:142px;
	text-indent:-9999px;
}






/*ABOUT*/


.abo_nav_1 a{
	background-position:0 0;
}


.abo_nav_2 a{
	background-position:-97.56px -142px;
}


.abo_nav_3 a{
	background-position:-195.12px 0;
}


.abo_nav_4 a{
	background-position:-292.68px 0;
}


.abo_nav_5 a{
	background-position:-389px 0;
}


.abo_nav_6 a{
	background-position:-485px 0;
}


.abo_nav_1 a:hover{
	background-position:0 -142px;
}


.abo_nav_2 a:hover{
	background-position:-97.56px -142px;
}


.abo_nav_3 a:hover{
	background-position:-195.12px -142px;
}


.abo_nav_4 a:hover{
	background-position:-292.68px -142px;
}


.abo_nav_5 a:hover{
	background-position:-389px -142px;
}


.abo_nav_6 a:hover{
	background-position:-485px -142px;
}




.about{
}



.about h2{
	background-image:url(../img/about.png);
	width:183px;
	height:26px;
	text-indent:-9999px;
	margin-bottom:30px;
}


.whatistakahashi{
	margin-top:50px;
	margin-bottom:50px;
}


.whatistakahashi h3{
	background-image:url(../img/about_midashi_1.png);
	width:303px;
	height:17px;
	text-indent:-9999px;
	margin-bottom:30px;
}





.history{
}



.history h3{
	background-image:url(../img/about_midashi_2.png);
	width:139px;
	height:17px;
	text-indent:-9999px;
	margin-bottom:30px;
}




.history_box{
	margin-top:30px;
	margin-bottom:40px;
}



/*MEMBER*/



#single_main{
	width:900px;
	margin:0 auto;
	margin-top:100px;
	margin-bottom:100px;
}


.member h2{
	background-image:url(../img/member.png);
	width:229px;
	height:26px;
	text-indent:-9999px;
	margin-bottom:100px;
}

.member img{
	float:left;
}

.member_box{
	width:570px;
	padding:0 40px;
	float:right;
	font-size:14px;
}


.member_box img{
	float:none;
}



.m_box{
	height:350px;
	margin-bottom:30px;
}


.men_nav_1 a{
	background-position:0 0;
}


.men_nav_2 a{
	background-position:-97.56px 0;
}


.men_nav_3 a{
	background-position:-195.12px -142px;
}


.men_nav_4 a{
	background-position:-292.68px 0;
}


.men_nav_5 a{
	background-position:-389px 0;
}


.men_nav_6 a{
	background-position:-485px 0;
}


.men_nav_1 a:hover{
	background-position:0 -142px;
}


.men_nav_2 a:hover{
	background-position:-97.56px -142px;
}


.men_nav_3 a:hover{
	background-position:-195.12px -142px;
}


.men_nav_4 a:hover{
	background-position:-292.68px -142px;
}


.men_nav_5 a:hover{
	background-position:-389px -142px;
}


.men_nav_6 a:hover{
	background-position:-485px -142px;
}






/*CONTACT*/




.contact{
}


.contact h2{
	background-image:url(../img/contact.png);
	width:257px;
	height:26px;
	text-indent:-9999px;
	margin-bottom:50px;
}


form{
	margin-top:50px;
	margin-bottom:50px;
}



.name{
	margin-top:20px;
	margin-bottom:20px;
}



.mail{
	margin-top:20px;
	margin-bottom:20px;
}



.shousai{
	margin-top:20px;
	margin-bottom:20px;
}



.ticket{
	margin-top:20px;
	margin-bottom:20px;
}


.message{
	margin-top:20px;
	margin-bottom:20px;
}




.con_nav_1 a{
	background-position:0 0;
}


.con_nav_2 a{
	background-position:-97.56px 0;
}


.con_nav_3 a{
	background-position:-195.12px 0;
}


.con_nav_4 a{
	background-position:-292.68px 0;
}


.con_nav_5 a{
	background-position:-389px -142px;
}


.con_nav_6 a{
	background-position:-485px 0;
}


.con_nav_1 a:hover{
	background-position:0 -142px;
}


.con_nav_2 a:hover{
	background-position:-97.56px -142px;
}


.con_nav_3 a:hover{
	background-position:-195.12px -142px;
}


.con_nav_4 a:hover{
	background-position:-292.68px -142px;
}


.con_nav_5 a:hover{
	background-position:-389px -142px;
}


.con_nav_6 a:hover{
	background-position:-485px -142px;
}






input#submit_button{
	background-color:#292929;
	padding:15px;
	color:#fff;
	width:200px;
	text-align:center;
	-webkit-appearance: none;
	border-radius: 0;
}



input#submit_button:hover{
	background-color:#ffbd4b;
	color:#292929;
}


.button_wrap{
	width: 720px;
}

.e_plus a{
	display: block;
	width: 350px;
	background-color: #e85298;
	color: #f7f7f7;
	text-align: center;
	padding: 20px 0;
	text-decoration: none;
	margin-top: 15px;
	margin-bottom: 10px;
	float: left;
}

.e_plus a:hover{
	background-color: #292929;
	color: #e85298;
}




.link_button a{
	display: block;
	width: 350px;
	background-color: #ffbd4b;
	color: #292929;
	text-align: center;
	padding: 20px 0;
	text-decoration: none;
	margin-top: 15px;
	margin-bottom: 10px;
	float: right;
}

.link_button a:hover{
	background-color: #292929;
	color: #f7f7f7;
}



.clear{
	clear:both;
}





/*チケットコード*/

.ticket_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
	padding-top: 20px;
}

.ticket_wrap br{
	display: none;
}

.e_plus_2 a{
	display: block;
	width: 430px;
	background-color: #e85298;
	color: #f7f7f7;
	text-align: center;
	padding: 20px 0;
	text-decoration: none;
	margin-top: 15px;
	margin-bottom: 10px;
	-moz-box-shadow: 10px 10px 25px #dbdbdb;
	-webkit-box-shadow: 10px 10px 25px #dbdbdb;
	box-shadow: 10px 10px 25px #dbdbdb;
}


.e_plus_2 a:hover{
	background-color: #292929;
	color: #e85298;
}


.pia a{
	display: block;
	width: 430px;
	background-color: #2a66cc;
	color: #f7f7f7;
	text-align: center;
	padding: 20px 0;
	text-decoration: none;
	margin-top: 15px;
	margin-bottom: 10px;
	-moz-box-shadow: 10px 10px 25px #dbdbdb;
	-webkit-box-shadow: 10px 10px 25px #dbdbdb;
	box-shadow: 10px 10px 25px #dbdbdb;
}

.pia a:hover{
	background-color: #292929;
	color: #e85298;
}

.ro_ticke a{
	display: block;
	width: 430px;
	background-color: #fff;
	color: #2a66cc;
	text-align: center;
	padding: 20px 0;
	text-decoration: none;
	margin-top: 15px;
	margin-bottom: 10px;
	-moz-box-shadow: 10px 10px 25px #dbdbdb;
	-webkit-box-shadow: 10px 10px 25px #dbdbdb;
	box-shadow: 10px 10px 25px #dbdbdb;
}

.ro_ticke a:hover{
	background-color: #292929;
	color: #e85298;
}

.mail_ticket a{
	display: block;
	width: 430px;
	background-color: #ffbd4b;
	color: #292929;
	text-align: center;
	padding: 20px 0;
	text-decoration: none;
	margin-top: 15px;
	margin-bottom: 10px;
	-moz-box-shadow: 10px 10px 25px #dbdbdb;
	-webkit-box-shadow: 10px 10px 25px #dbdbdb;
	box-shadow: 10px 10px 25px #dbdbdb;
}
.mail_ticket a:hover{
	background-color: #292929;
	color: #e85298;
}




.roppi_wrap{
	display: flex;
	width: 560px;
	margin: 0 auto;
	margin-top: 30px;
}


.roppi{
	width: 280px;
	background-color: #222222;
	color: #fff;
	text-align: center;
	padding: 30px 0;
	text-decoration: none;
}

.l_code{
	width: 280px;
	background-color: #dedede;
	color: #222222;
	text-align: center;
	padding: 30px 0;
	text-decoration: none;
}


