@charset "utf-8";
/* CSS Document */


body{
	margin: 0;
	padding: 0;
	background: #fdd000;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
/* reset */
select{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
}

h1.sort_header{
	background-color: #fdd000;
	width: 100%;
	font-size: 25px;
	text-align: center;
	color: #000;
	margin: 0;
	padding: 30px 0px 10px;
}
h1.sort_header a{
	color: #000000;
	text-decoration: none;
}
p.sp-text{
	display:none;
}
@media screen and (max-width: 735px) {

	h1.sort_header{
		background-color: #fdd000;
		width: 100%;
		font-size: 25px;
		text-align: center;
		color: #000;
		margin: 0;
		padding: 3px 0px 10px;
	}
	p.sp-text{
	background-color: #fdd000;
	font-size:70%;
	display: block;
	text-align:center;
	margin: 0;
	padding: 0 5px 10px 5px;
	}

}
h2{
	color: #fff;
	width: 100px;
	margin: 0;
	font-size: 14px;
	padding-top: 13px;
	text-align: center;
	font-weight: bold;
	float: left;
}
#artist_search h2 {
	color: #fff;
	width: 200px;
	margin: 0;
	font-size: 14px;
	padding-top: 13px;
	text-align: center;
	font-weight: bold;
	float: left;
}
a img {
    border: none;
    transition: 0.5s;
    opacity: 1; }
a:hover img {
    transition: 0.5s;
    opacity: 0.8; }
a {
    color: #d6000f;
    text-decoration: none;
    display: block;
}
a:hover {
    text-decoration: none;
    opacity: 0.8;
}
/*==== sortArea ====*/
#sortArea {
	width: 100%;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;
	background: #ffffff;
		font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
@media screen and (max-width: 735px) {
	#sortArea {	
		background: #fdd000;
	}
}
#sort_sp {
	display: none;
}
@media screen and (max-width: 735px) {
	#sort_sp {
		display: block;
		width: 100%;
		background: #d6000f;
		padding: 10px 10px;
		text-align: center;
		box-sizing: border-box;
	}
	#sort_sp .year_sp {
		float: left;
		font-size: 16px;
		font-weight: bold;
		color: #ffffff;
		vertical-align: middle;
		padding: 5px 0 0 0;
	}	
	#sort_sp #selectBox {
		font-size: 16px;
		padding: 5px 10px;
		color: #000;
	}
	form.f_wrapper {
		width: 100%;
	}
	label.wrapper {
		position: relative;
		display: block;
		width: 200px;
		margin: 0 auto;
		border: 1px solid #d6000f;
		border-radius: 5px;
		background: #fff;
	}
	label.wrapper:before {
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		display: block;
		width: 0;
		height: 0;
		margin: -2px 0 0 0;
		border: 5px solid transparent;
		border-top: 7px solid #d6000f;
	}
	select#selectBox {
		cursor: pointer;
		position: relative;
		-webkit-appearance: none;
		appearance: none;
		display: block;
		width: 200px;
		padding: 0.5em 1em;
		color: #d6000f;
		border: none;
		border-radius: 5px;
		background: transparent;
		-webkit-appearance: none;
	}
	::-ms-expand {
		display: none;
	}
}

#sort {
	display: block;
	width: 100%;
	background-color: #d6000f;
	overflow: hidden;
}
#sort:after {
  display : table;
  clear : both;
  content : '';
}
#sort .inner{
	width: 1200px;
	margin: 0 auto;
	}
#sort ul {
	width: 1100px;
	margin: 10px 0;
	padding: 0;
	overflow: hidden;
	float: left;
}
#sort ul.nontitle {
	width: 1200px;
	margin: 10px 0;
	padding: 0;
	overflow: hidden;
	float: left;
}
#sort li {
	border-right: 1px solid #dddddd;
	display: inline-block;
	float: left;
	color: #fff !important;
	margin: 0;
	width: 48px;
	text-align: center;
	padding: 3px 0;
	cursor: pointer;
	font-size: 14px;
	-webkit-transition: .1s linear;
	-moz-transition: .1s linear;
	-o-transition: .1s linear;
}
#sort ul.nontitle li {
	border-right: 1px solid #dddddd;
	display: inline-block;
	float: left;
	color: #fff !important;
	margin: 0;
	width: 54px;
	text-align: center;
	padding: 3px 0;
	cursor: pointer;
	font-size: 14px;
	-webkit-transition: .1s linear;
	-moz-transition: .1s linear;
	-o-transition: .1s linear;
	box-sizing: border-box;
}
#sort li:hover {
	background-color: #000;
}
#sort li.active {
	background-color: #000;
	cursor: default;
}
#sort #artist_search ul {
	width: 1200px;
	margin: 10px 0;
	padding: 0;
	overflow: hidden;
	float: left;
}
#sort #artist_search li {
	border-right: 1px solid #dddddd;
	display: inline-block;
	float: left;
	color: #fff !important;
	margin: 0;
	width: 108px;
	text-align: center;
	padding: 3px 0;
	cursor: pointer;
	font-size: 14px;
	-webkit-transition: .1s linear;
	-moz-transition: .1s linear;
	-o-transition: .1s linear;
	box-sizing: border-box;
}
#sort #artist_search li:hover {
	background-color: #000;
}
#sort #artist_search li.active {
	background-color: #000;
	cursor: default;
}


#itemList{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
#itemList .item {
	width: 198px;
	height: 338px;
	margin: 0;
	color: #ffffff;
	text-align: center;
	box-sizing: border-box;
}
@media screen and (max-width: 735px) {
	#sort {
		display: none;
	}
}

img.lazy{
		width: 198px;
		height: 278px;
	}

/*==== label ====*/
.label{
	background-color: #fff;
	color: #000;
	z-index: 999;
	margin: 0;
	padding: 0;
	height: 65px;
	border: 1px solid #fdd000;
}
.label .no{
	display: block;
	width: 25%;
	background-color: #fdd000;
	font-weight: bold;
	color: #000;
	float: left;
	padding: 18px 0;
	font-size: 16px;
	height: 65px;
	box-sizing: border-box;
}
.label .artist{
	display: block;
	width: 75%;
	float: right;	
	text-align: left;
	padding: 5px;
	font-size: 12px;
	line-height: 1.2;
/*	border: 1px solid #fdd000;*/
	box-sizing: border-box;
	height: 65px;
	box-sizing: border-box;
}
.label .small{
	font-size: 11px;
	line-height: 1.3;
}
.label {
  position:relative;
}


@media screen and (max-width: 735px) {
	h1.sort_header{
		font-size: 14px;
		padding-bottom:5px;
		line-height: 1.2;
	}
	h1.sort_header span{
		display: block;
	}
	#sort ul, #sort .inner, h2, #itemList {
		width: 100%;
	}
	#sort ul{
		padding: 0 10px;
		margin-bottom: 5px;
		box-sizing: border-box;
	}
	#sort li{
		width: 50px;
		margin: 0 auto 5px;
	}
	#itemList {
		width: 100%;
		margin: 0 auto;
	}
	#itemList .item {
		width: 49.9%;
		height: auto;
		display: block;
	}
	img.lazy{
		width: 100%;
		height: auto;
	}
}

/*==== footer ====*/
.footer{
	background-color: #fff;
	text-align: center;
	font-size: 14px;
}
.pagetop {
	position: fixed;
	bottom: -70px;
	right: 0;
	margin:0;
	padding:0;
	z-index: 999;
}
.pagetop a {
	display: block;
	text-align: center;
	background-color: #d3d3d3;
	width: 70px;
	height: 70px;
}
.entry a{
	display: block;
	width: 100%;
	padding: 15px 0;
	background-color: #fdd000;
	color: #d6000f;
	border-top: 1px solid #fff;
	font-weight: bold;
	box-sizing: border-box;
}
/*== effect ==*/
.entry {
	position: relative;
	display: inline-block;
	width: 100%;
}
.entry::before{
	right: 4px;
	width: 6px;
	height: 2px;
	background: #fff;
}
.entry::after {
	position: absolute;
	top: 50%;
	right: 1.3em;
	content: '';
	margin-top: -5px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #d6000f;
	border-right: 2px solid #d6000f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s;
}
.entry:hover::after {
	right: 1em;
}
.online a{
	display: block;
	width: 100%;
	padding: 15px 0;
	background-color: #d6000f;
	color: #fff;
}
.copyright{
	background-color: #000;
	color: #fff;
	padding: 15px 0;
}
/*== effect ==*/
.pagetop span{
	display: none;
}
.pagetop::before{
	right: 4px;
	width: 6px;
	height: 2px;
	background: #fff;
}
.pagetop::after {
	position: absolute;
	top: 50%;
	top: 2.3em;
	content: '';
	margin-left: -8px;
	width: 16px;
	height: 16px;
	border-left: 3px solid #333;
	border-top: 3px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s;
}
.pagetop:hover::after {
	top: 2.0em;
}

@media screen and (max-width: 735px) {
	/* header_box 97 */
	#header_box {
		position: fixed;
		width: 100%;
		z-index: 10000;
		top: 27px;
		background: #FDD000;
	}
}

/* for tooltip */
.tooltip_templates {
	display: none;
}

@media screen and (max-width: 735px) {
	.entry {
		position:fixed;
		bottom:0;
		left:0;
		overflow:hidden;
	}
	.entry.static {
	     position:relative;
    }
}

    /* 　sns　 */
    #socialParts{
    position:absolute;
    z-index:6;
    list-style:none;
    margin:10px;
    }
    #socialParts p{
    margin:0;
    }
    #socialParts li{
    float:left;
    margin-bottom:7px;
    }
    #socialParts li.mixiBtn, #socialParts li.twitterBtn, #socialParts li.googlePlusBtn, #socialParts li.facebookBtn{
    width:auto;
    margin-right:15px;
    margin-top:0;
    margin-bottom:0;
    }
    #socialParts li.googlePlusBtn{
    margin-right:10px;
    }
    #socialParts li.facebookBtn{
    z-index:10;
    }
    #scCrossPiece{
    height:0 !important;
    }

    
/*---------------------------------------------------------- */
/*  ヘッダナビ4段目
------------------------------------------------------------ */
/* レイアウト用 */

#socialParts{
	width:960px;
	padding:5px 0 0 0;
	margin:0 auto;
	background-color: #FDD000;
	position: initial;
}
#socialParts{
	list-style:none;
}
#socialParts p{
	margin:0;
}
#socialParts li{
	float:left;
	margin-bottom:7px;
}
#socialParts li.mixiBtn{
	width:70px;
}
#socialParts li.twitterBtn{
	width:110px;
}
#socialParts li.googlePlusBtn{
	width:100px;
}
#socialParts li.facebookBtn{
	width:120px;
	z-index:10;
}
@media screen and (max-width: 735px) {
	#socialParts{
		position: fixed;
		width:100%;
		padding:5px 0 0 0;
		overflow:hidden;
	}
    #socialParts li.mixiBtn, #socialParts li.twitterBtn, #socialParts li.googlePlusBtn, #socialParts li.facebookBtn{
    width:auto;
    margin-right:5px;
    margin-top:0;
    margin-bottom:0;
    }
	#socialParts li.facebookBtn{ 
	margin-top: -4px;
	}

}


/*---------------------------------------------------------- */
/*  ボタン
------------------------------------------------------------ */

#switch_button {
	margin: 0 auto;
	width: 500px;
}
#switch_button .button {
	float:left;
	color: #ffffff;
	position: relative;
    width: 50%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 0 auto 15px;
    transition: 0.5s box-shadow;
    background-color: #999999;
    padding: 15px 10px;
    box-shadow: 6px 6px 12px rgba(47, 47, 53, 0.3);
    box-sizing: border-box;
    cursor: pointer;
}
#switch_button .button:hover {
    background-color: #000000;	
}
#switch_button .button:after {
    position: absolute;
    top: 50%;
    right: 1.3em;
    content: '';
    margin-top: -5px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .2s;
}
#switch_button .button:hover:after {
    right: 1em;
}
#switch_button .button a {
	color: #ffffff;
}
#switch_button .button.active {
    background-color: #d6000f;	
}
#switch_button .button.active:after {
	display: none;
}

@media screen and (max-width: 735px) {
	#switch_button {
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}
	#switch_button .button {
		float:none;
		color: #ffffff;
		position: relative;
	    width: 70%;
	    max-width: 300px;
	    color: #fff;
	    font-size: 14px;
	    text-align: center;
	    margin: 0 auto;
	    transition: 0.5s box-shadow;
	    background-color: #999999;
	    padding: 8px 10px;
	    box-shadow: 6px 6px 12px rgba(47, 47, 53, 0.3);
	    box-sizing: border-box;
	    cursor: pointer;
	}	
}