@charset "UTF-8";

/**共通設定****************************/
html{
	position: relative;
	min-height: 100%;
	padding-bottom: 50px;
	box-sizing: border-box;
	background-color: #000;
	font-family: 'Impact','DIN Condensed',fantasy;
	color: #fff;
}

body{
	margin: 0;
}

header{
	margin-top: 10px;
}

footer{
	background-color: #71727f;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 70px;

}
footer address{
	text-align: center;
	font-size: 90%;
}

a{
	color: #fff;
	text-decoration: none;
}

/******メニュー******/
.head ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.head a{
	display: block;
	padding: 15px;
	color: inherit;
	font-size: 18px;
}

/******top******/
#conA .container{
	padding-top: 30px;
	padding-bottom: 50px;
}
#conB .infoA img{
		width: 100%;
}
.infoB a:focus{
	outline : none;
}
.hash{
	position: relative;
}
#conC a{
	color: inherit;
}
.date{
	margin-right: 20px;
}
.news_list li{
	margin: 0 20px 0 10px;
	line-height: 2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_list li a:hover{
	text-decoration: underline;
}
.ichiran{
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
}
.ichiran a:hover{
	text-decoration: underline;
}

/******accodion******/
.accodion{
	width: 100%;
	margin-bottom: 30px;
}
.accodionlist{
	border-bottom: 1px solid;
}
.toggle{
	display: block;
	position: relative;
	margin: 1px 0 0;
	padding: 10px;
	font-size: 1.25em;
	color: #;
}
.child {
    display: none;
    margin: 10px 0 30px;
    word-break: break-all;
}
.child p{
	margin: 4px 0;
	padding: 0 5%;
}
.child a, .link a{
	color: #6855ff;
	text-decoration: underline;
}

/******pager******/
.pager {
    clear:both;
    margin:30px 0;
    padding: 0 0 10px;
    text-align:center;
}
.pager span {
    margin:5px;
    padding:5px 8px;
    color:#fff;
}
.pager span:hover {
    cursor:pointer;
    background:#999;
}
.pager span.current {
    color:#e2ff00;
    background:none;
}
.pager span.current:hover {
    cursor:default;
}
.pager span.invalid {
    color:#dcdcdc;
    background:none;
}
.pager span.invalid:hover {
    cursor:default;
}
.pager span.ellipsis {
    color:#000;
    background:none;
}
.pager span.ellipsis:hover {
    cursor:default;
}

/******discography******/
.block {
	width: 100%;
	color: #000;
	font-family: initial;
}
.disco_toggle {
	display: block;
}
.disco_child {
    display: none;
    margin: 10px 0 30px;
    max-width: 250px;
}
.disco_child li{
	margin: 4px 0;
	padding: 0 30px;
	border: 1px #ccc solid;
	padding: 10px;
	box-shadow: 0 2px 3px 0 #ddd;
	background: #fff;
	font-size: small;
}

/******live******/
.live_content{
	padding: 20px;
}

/******goods******/
.goods li{
	font-size: small;
}
.goods_child li{
	border: 1px #ccc solid;
    padding: 10px;
    box-shadow: 0 2px 50px 0 #ddd;
    background: #fff;
}
.goods_list img{
	padding: 5px;
	background: #fff;
	box-shadow: 0 2px 50px 0 #ddd;
	box-sizing: border-box;
}

/******profile******/
.item2{
	display: none;
}
.thumb{
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.thumb li{
	width: 100px;
	padding-left: 3%;
}
#profile .cont p{
	line-height: 2em;
}
.ptop{
	padding-top: 10px;
}
#profile .cont a{
	text-decoration: underline;
}
#profile .cont a:hover{
	opacity: 0.5;
}

/******contact******/
.form_s{
	margin-bottom: 30px;
}
.form_s input[type=text]{
	width: 85%;
	padding: 3% 5%;
	border: 1px solid gray;
}
.form_s input[type=email]{
	width: 85%;
	padding: 3% 5%;
	border: 1px solid gray;
}
.form_s input[type=submit]{
	width: 30%;
	padding: 3% 5%;
	border: 1px solid #83D9FA;
	background: #83D9FA;
	color: #ffffff;
}
.form_s textarea{
	width: 85%;
	height: 120px;
	padding: 3% 5%;
	border: 1px solid gray;
}
/******mail******/
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
	word-break: break-all;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	text-align:center;
}
p.error_messe{
	margin:5px 0;
	color:red;
}
.thanks{
	width: 300px;
	text-align: center;
	margin: 10px auto;
	font-size: 1.2em;
}

/******image******/
.pt{
	width: 100%;
}

/******calendar******/
.fc-day-header{
	color: #000;
	background-color: #fff;	
}
.fc-mon, .fc-tue, .fc-wed, .fc-thu, .fc-fri{
	color: #000;
	background-color: #fff;
}
.fc-sun {
    color: red;
    background-color: #fff0f0;
}
.fc-sat {
    color: blue;
    background-color: #f0f0ff;
}


/******sns******/
.f_sns a{
	color: inherit;
}
.fa-instagram:hover{
	color: #780099;
}
.fa-facebook-square:hover{
	color: #315096;
}
.fa-twitter-square:hover, .fa-twitter:hover{
	color: #55acee;
}
.fa-youtube-square:hover{
	color: #e05c5c;
}

.hover {
	opacity: 0.8;
}

/******recrete******/
.recruit{
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}
.recruit p{
	line-height: 5vh;
	margin: 0 auto 50px;
}
.under{
	border-bottom: dotted 1px #fff;
}


/**END 共通設定************************/


/**スマホ設定****************************/
@media (max-width: 499px){
	header .cont-small{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	footer address{
		font-size: 85%;
	}

	/******メニュー******/
	.head-t{
		margin-right: 10px;
		padding: 0;
		border: none;
		outline: none;
		background: none;
		font-size: 30px;
		cursor: pointer;
		color: #fff;
	}
	.head{
		display: none;
	}

	/******logo******/
	.logo{
		width: 70%;
	}

	/******見出し******/
	.heading{
		margin: 30px auto;
		font-size: 50px;
		text-align: center;
	}

	/******top******/
	#conA .container .slider{
		width: 100%;
	}
	#conB .infoA{
		margin-bottom: 30px;
	}
	#conB .snap{
		max-width: 100%;
		overflow:auto;
		-webkit-overflow-scrolling:touch;
	}
	#conB .snap iframe{
		width:100%;
		height:100%;
		border:none;
	}
	.tag{
		position: absolute;
		top: 130px;
		left: 0px;
	}
	#conC .sns{
		font-size: 65px;
		text-align: center;
		margin-bottom: 30px;
	}
	.news_list li{
		border-bottom: 1px solid #444;
	}
	.news_list li a:hover{
		text-decoration: none;
	}

	/*info*/
	.date{
		display: block;
	}
	.toggle{
		font-size: medium;
	}

	/******dicography******/
	.disco{
		display: block;
	}
	.disco li{
		max-width: 250px;
		margin: 0 auto 30px;
	}

	/******live******/
	.schedule{
		min-height: 600px;
		margin: 50px 5px 0;
	}
	
	/******profile******/
	#profile .cont{
		margin: 20px auto;
		padding: 10px;
	}
	
	/******goods******/
	.goods{
		display: block;
	}
	.goods li{
		max-width: 250px;
		margin: 0 auto 30px;
	}

	/******contact******/
	.parag{
		width: 300px;
		padding: 5px;
		margin: 40px auto;
	}

	/******mail******/
	#formWrap {
		width:250px;
		margin:50px auto;
		line-height:120%;
	}
	table.formTable{
		margin:20px auto;
		border-collapse:collapse;
	}

	/******footer******/
	.f_sns{
		font-size: 30px;
		text-align: left;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}

	/******recrete******/
	.recruit{
		padding: 15px;
		font-size: smaller;
	}
	.recruit h2{
		text-align: center;
		margin: 0 auto 20px;
		background: linear-gradient(transparent 90%, yellow 70%);
	}
	.rec{
		margin-bottom: 50px;
	}
}

/**END スマホ設定************************/


/**タブレット設定**************************/
@media (min-width: 500px) and (max-width: 768px){
	header .cont-small{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	footer{
		height: 90px;
	}

	/******メニュー******/
	.head-t{
		margin-right: 10px;
		padding: 0;
		border: none;
		outline: none;
		background: none;
		font-size: 60px;
		cursor: pointer;
		color: #fff;
	}
	.head{
		display: none;
	}
	.head a{
		font-size: 22px;
	}

	/******見出し******/
	.heading{
		margin: 30px auto;
		font-size: 70px;
		text-align: center;
	}

	/******top*******/
	#conA .container .slider{
		width: 100%;
	}
	
	#conB .infoA{
		margin-bottom: 30px;
	}
	#conB .snap{
		max-width: 100%;
		overflow:auto;
		-webkit-overflow-scrolling:touch;
	}
	#conB .snap iframe{
		width:100%;
		height:100%;
		border:none;
	}
	.tag{
		position: absolute;
		top: 240px;
		left: 0px;
	}
	#conC .sns{
		font-size: 100px;
		text-align: center;
		margin-bottom: 30px;
	}
	.news_list li{
		font-size: 1.2em;
	}

	/******dicography*******/
	.disco{
		display: flex;
		flex-wrap: wrap;
		list-style: none;
		max-width: 550px;
		margin: 0 auto 20px;
	}
	.disco li{
		max-width: 250px;
		margin: 0 2% 5%;
	}

	/******live******/
	.schedule{
		min-height: 600px;
		margin: 50px 5px 0;
	}

	/******profile******/
	#profile .cont{
		margin: 20px auto 50px;
		padding: 10px;
	}

	/******goods******/
	.goods{
		display: flex;
		flex-wrap: wrap;
		list-style: none;
		max-width: 550px;
		margin: 0 auto 20px;
	}
	.goods li{
		max-width: 250px;
		margin: 0 2% 5%;
	}

	/******contact******/
	.parag{
		width: 500px;
		margin: 45px auto;
		padding: 5px;
	}

	/******mail******/
	#formWrap {
		width:550px;
		margin:50px auto;
		line-height:120%;
	}
	table.formTable{
		width:80%;
		margin:20px auto;
		border-collapse:collapse;
	}

	/******footer******/
	.f_sns{
		font-size: 40px;
		text-align: left;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}

	/******recrete******/
	.recruit{
		padding: 20px;
	}
	.recruit h2{
		text-align: center;
		font-size: 4vw;
		margin: 0 auto 20px;
		background: linear-gradient(transparent 90%, yellow 70%);
	}
	.rec{
		width: 375px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
	}
}

/**END タブレット設定**********************/


/**PC設定*****************************/
@media (min-width: 769px){
	header .container{
		display: flex;
		align-items: center;
		justify-content: space-between;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}

	.logo{
		width: 90%;
	}

	/******メニュー******/
	.head{
		display: block !important;
	}
	.head a{
		font-size: 22px;
		padding: 15px;
	}
	.head a:hover{
		opacity: 0.5;
	}
	.head-t{
		display: none;
	}
	.menu li{
		display: inline-block;
		vertical-align: middle;
	}

	/******見出し******/
	.heading{
		width: 1000px;
		margin: 50px auto;
		font-size: 60px;
		text-align: center;
	}

	/******コンテンツ******/
	.container{
		display: flex;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	.cont{
		max-width: 1000px;
		margin: 0 auto 40px;
	}

	/******top******/
	#conB .infoA{
		width: 580px;
		margin-right: 20px;
	}
	#conB .infoB{
		width: 390px;
		margin-left: 10px;
	}
	.infoB a:hover{
		opacity: 0.8;
	}
	#conB .snap iframe{
		width:100%;
	}
	.tag{
		position: absolute;
		top: 130px;
		left: 0px;
	}
	#conC .sns{
		font-size: 60px;
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		text-align: right;
	}

	/******info******/
	.accodionlist a:hover{
		opacity: 0.5;
	}

	/******profile******/
	.mainp li{
		width: 1000px;
	}
	.thumb{
		justify-content: flex-end;
		margin-top: 10px;
	}
	.thumb li{
		padding-left: 1%;
	}
	#profile .cont p{
		letter-spacing: 3px;
	}
	
	/*******discography*******/
	.disco{
		display: flex;
		flex-wrap: wrap;
		list-style: none;
		margin: 0 -1% 30px;
		padding: 0;
	}
	.disco li{
		flex: 0 1 24%;
		margin: 0 4% 30px;
	}
	.disco_list img{
		transition: 0.6s;
	}
	.disco_list img:hover{
		animation-duration: 1.5s;
		animation-name: swing;
	}
	
	/*******live******/
	.live_list{
		flex: 1;
		margin-right: 20px;
	}
	.schedule{
		flex: 1;
		margin-bottom: 100px;
	}

	/******goods******/
	.goods{
		display: flex;
		flex-wrap: wrap;
		list-style: none;
		margin: 0 -1% 30px;
		padding: 0;
		justify-content: space-around;
	}
	.goods li{
		flex: 0 1 24%;
		margin: 0 3% 30px;
	}

	/*******contact******/
	.parag{
		width: 500px;
		margin: 45px auto;
	}
	.form{
		margin-left: 30px;
	}
	/******mail******/
	#formWrap {
		width:700px;
		margin:50px auto;
		line-height:120%;
	}
	table.formTable{
		width:80%;
		margin:20px auto;
		border-collapse:collapse;
	}
	#formWrap p{
		text-align: center;
	}
	
	/******footer******/
	.f_sns{
		font-size: 30px;
		text-align: left;
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	/******recrete******/
	.recruit{
		width: 1000px;
	}
	.recruit p{
		width: 900px;
	}
	.recruit h2{
		text-align: center;
		font-size: 1.25em;
		margin: 0 auto 20px;
		background: linear-gradient(transparent 70%, yellow 70%);
	}
	.rec{
		width: 375px;
		margin: 0 auto;
	}
}

/**END PC設定*************************/