@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Acme|Coiny|Kosugi|Kosugi+Maru|M+PLUS+1p:400,500,700,800,900|M+PLUS+Rounded+1c:400,500,700,800,900|Nanum+Gothic+Coding:400,700|Noto+Sans+SC:400,500,700,900|Quicksand:400,500,700&display=swap&subset=chinese-simplified,japanese,korean');
/*\*/

/*------------------------------
IKKI NOT DEAD 
UPDATED : 2017.07.10
------------------------------*/


body {
	color: #444;
	background: #fff;
	background-attachment:fixed;
	background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	margin:0;
	text-align: center;
	font: 12px/1.5 /*'Acme', sans-serif'IM Fell DW Pica SC'*/'Adamina', serif, serif,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS P Gothic',Arial,sans-serif;
	/*display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;*/
	height:auto !important;
}

@media screen and (max-width:767px) {
	body {
		background-size:cover;
	}


	/*body::before {
		background:url('../img/bg.jpg') no-repeat center center;
		background-size:cover;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding-bottom: 108px;
		content: "";
		z-index: -1;
	}*/


}

#wrapper{
	overflow:hidden;
}


.mainvisual {
	background:url('../img/bg.jpg') no-repeat center center;
	background-size:cover;
}

.mainvisual img {
	width:100%;
}

@media screen and (max-width:1024px){
	.inr {
		width:95%;
	}

	.mainvisual .inr {
		width:100%;
	}
}

@media screen and (max-width:767px){
	.mainvisual {
		padding:0 0 10px;
	}
}

.songlist img {
	width:100%;
}

@media screen and (max-width:1024px){
	.songlist .inr {
		width:100%;
	}
}

#container {
}


#content {
	margin:0 auto;
}





em {
	font-style:normal;
	display:block;
}

strong {
	font-size:150%;
	font-weight:normal;
}

h1 {
	font-size:300%;
	margin:0;
}

h1 img {
	width:100%;
	display:block;
	margin:0 auto;
}

h1 span {
	font-size:200%;
	font-weight:bold;
}

h1 span strong {
	font-size:50%;
}

h1 em {
	font-style:normal;
	display:block;
}

p {
	margin:0;
}


#footer {
	background:#ffd900;
	padding:1% 0 5%;
	color:#000;
	font-family: 'M PLUS 1p', sans-serif;
	font-size:14px;
	font-weight:500;
	text-align:left;
}

#footer .ehundred {
	position:relative;
}

#footer a {
	display:block;
	margin-bottom:2em;
	color:#000;
}

#footer .gmo {
	position:absolute;
	top:0;
	right:1%;
}

#footer p {
	margin-top:1em;
}


.thumb {
	padding: 0 0 1%;
	margin:3% 0 2%;
	background: url(../img/menu_bg.jpg);
	background-size: 30px;
	position:relative;
}

@media screen and (max-width:767px){
	#footer {
		font-size:10px;
	}

	.thumb {
		padding:0 0 3%;
	}
}

.thumb:before {
	position:relative;
	top:-50px;
	left:0%;
	content:'';
	width:100px;
	height:100px;
	border-bottom:solid 50px #fff020;
	border-top:solid 50px transparent;
	border-left:solid 50px transparent;
	border-right:solid 50px transparent;
	z-index:-1;
}

.thumbinr {
	width:50%;
	margin:0 auto;
}

.thumb ul li {
	margin:2px;
}


@media screen and (max-width:767px){
	.thumb {
		margin:10% 0 5%;
	}

	.thumb:before {
		top:-50px;
	}

	.thumbinr {
		width:85%;
	}
}

.charakind span.kind {
	background:#f76924;
	color:#fff;
	border-radius:20px;
	margin:0 1em;
	padding:0 5%;
	font-weight:normal;
}

.charakind span.campany{
	background:#30cd42;
}


.paging ul{
	display:flex;
	width:50%;
	margin:5% auto;
}

.paging ul li {
	width:50%;
	font-size:20px;
}

.paging ul li a {
	color:#ff579c;

}

.paging ul li:first-child{
	text-align:left;
}

.paging ul li:first-child:before{
	content:"\0ab";
	color:#ff579c;
}

.paging ul li:last-child{
	text-align:right;
}

.paging ul li:last-child:after{
	content:"\0bb";
	color:#ff579c;
}


@media screen and (max-width:767px){
	.paging ul {
		width:90%;
	}

	.paging ul li {
		font-size:15px;
	}
}

.rank .dtl:after {
	content:'';
	background:url(../../img/stamp.png) no-repeat;
	background-size:contain;
	width:60px;
	height:60px;
	display:inline-block;
	position:absolute;
	right:5%;
	top:5%;
}

@media screen and (max-width:767px){
	.rank .dtl:after {
		top:350%;
	}
}
