@charset "UTF-8";

body,p,h1,h2,h3,h4,ul,li{
	margin:0;
	padding:0;
}






/*フォント*/

@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;
	font-size:24px;
}


.header{
	background-image:url(../img/smp_header.jpg);
	background-position:top center;
	height:691px;
	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{
	display:none;
}


.nav{
	display:none;
}




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

.top_main{
	margin:0 auto;
	margin-top:50px;
	padding-bottom:150px;
}


.news{
	padding:0 40px;
}

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

.news h2{
	background-image:url(../img/smp_news.png);
	width:155px;
	height:29px;
	text-indent:-9999px;
	margin-bottom:30px;
}

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


a{
	color:#292929;
}


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

.shousai{
	padding:20px 0;
	font-size:22px;
}



.shousai img{
	display:block;
	width:80%;
	height:auto;
	margin:0 auto;
	margin-bottom:50px;
}






/*twitterボックス*/

.left_box{
	display:none;
}




/*グッズ ボックス*/

.right_box{
	display:none;
}







.smp_twitter{
	width:500px;
	margin:0 auto;
}



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


.smp_twitter img{
	display:block;
	margin:0 auto;
}





/*フッター*/


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




/*下層ページ*/




#single_header{
	margin:0 auto;
}


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



#single_nav{
	display:none;
	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;
}


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




/*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{
	padding:0 40px;
}


.about img{
	width:100%;
	height:auto;
}



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


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


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





.history{
	margin-top:100px;
}



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




.history_box{
	margin-top:50px;
	margin-bottom:100px;
}



/*MEMBER*/

.member::before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background:url(../img/member_back.png) center/cover no-repeat; /*fixedをトル！*/
	-webkit-background-size:cover;/*Android4*/
}

.member h2{
	background-image:url(../img/smp_member.png);
	width:256px;
	height:29px;
	text-indent:-9999px;
	margin-left:40px;
	margin-bottom:40px;
}

.member img{
	margin-left:40px;
	margin-bottom:20px;
}

.member_box{
	padding:0 40px;
	margin-bottom:120px;
}


.member_box img{
	margin:0;
}



.m_box{
	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{
	padding:0 40px;
}


.contact h2{
	background-image:url(../img/smp_contact.png);
	width:289px;
	height:29px;
	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{
	font-size:20px;
	padding:10px;
}


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





.button_wrap{
	width: 650px;
}

.e_plus a{
	display: block;
	width: 320px;
	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: 320px;
	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;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}


.e_plus_2 a{
	display: block;
	width: 320px;
	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;
}


.pia a{
	display: block;
	width: 320px;
	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;
}


.ro_ticke a{
	display: block;
	width: 320px;
	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;
}


.mail_ticket a{
	display: block;
	width: 320px;
	background-color: #ffbd4b;
	color: #292929;
	text-align: center;
	padding: 43px 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;
}


.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;
}
