
@charset 'UTF-8';

.ranking-nav,
.category-box .general-list,
.ranking-link-list,
.ranking-link-list li {
	*zoom: 1;
}

.ranking-nav:before,
.category-box .general-list:before,
.ranking-link-list:before,
.ranking-link-list li:before {
	display: table;
	content: '';
}

.ranking-nav:after,
.category-box .general-list:after,
.ranking-link-list:after,
.ranking-link-list li:after {
	display: table;
	clear: both;
	content: '';
}

/* =========================================================
 Ranking Style
========================================================= */

.l-ttl-header {
	margin-bottom: 40px;
	border-bottom: 1px solid #ccc;
	background: #f4f4f4;
}

.ranking-nav-ttl {
	padding: 8px 15px 4px;
	border-bottom: 1px solid #111;
	font-size: 1.5rem;
	font-weight: bold;
}
.category-box.genre {
	float: left;
	width: 190px;
}
.category-box.genre .category-list {
	border-top: 1px dotted #676666;
	border-bottom: 1px dotted #676666;
}
.category-box.genre .category-list li {
	display: table;
	width: 100%;
	height: 50px;
}
.category-box.genre .category-list li+li {
	border-top: 1px dotted #676666;
}
.category-box.genre .category-list li a {
	display: table-cell;
	width: 100%;
	height: 100%;
	padding-left: 14px;
	font-size: 1.4rem;
	vertical-align: middle;
	background-color: #f6f6f6;
	box-shadow: -1px 0 1px -1px #bdbdbd inset;
}
.category-box.genre .category-list li.is-current a {
	background-color: #fbebec;
}
.category-box.general{
	width: 100%;
}
.category-box.general .category-current {
	display: none;
}
.ranking-general-header {
	overflow: hidden;
	border-bottom: 3px solid #b2030c;
	position: relative;
}
.ranking-general-header .ranking-nav {
	width: 570px;
	float: left;
	position: relative;
}
.category-box.general .category-list {
	padding-top: 7px;
	display: none;
}
.category-box.general .category-list.is-current {
	display: block;
}

.category-box.general .category-list li {
	display: table;
	float: left;
	width: 95px;
	height: 40px;
	border-right: 1px solid #ffffff;
}

.category-box.general .category-list li a {
	display: table-cell;
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.3rem;
	text-align: center;
	vertical-align: middle;
	background-color: #111111;
}
.category-box.general .category-list li.is-current a {
	background-color: #c7000a;
	position: relative;
}

.category-box.general .category-list li.is-current a::before {
	content: "";
	display: block;
	width: 100%;
	height: 9px;
	background-color: #c7000a;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	position: absolute;
	top: -5px;
	left: 0;
}
.category-box.general .category-list li a .year {
	font-size: 1.1rem;
	display: block;
}
.ranking-general-header .update {
	font-size: 1.1rem;
	position: absolute;
	bottom: 0;
	right: 0;
}


.ranking .content-ttl {
	height: 60px;
	margin-bottom: 0;
	background: #c7000a;
	color: #ffffff;
	font-weight: bold;
}

.ranking .content-ttl span {
	display: table-cell;
	height: 60px;
	padding: 15px 0 0 70px;
	background: url(/dam/pc/images/top/icon_head_ranking.png) no-repeat 13px 5px;
	font-size: 2.2rem;
	vertical-align: top;

}

.ranking-link-list {
	font-weight: bold;
}

.ranking-link-list + .ranking-link-list {
	margin-top: 1em;
	border-top: 1px dotted #ccc;
}

.ranking-link-list p,
.ranking-link-list div {
	float: left;
	font-size: 1.3rem;
	font-weight: bold;
}

.ranking-link-list p {
	min-width: 100px;
	padding-right: 8px;
}

.ranking-link-list div a:first-of-type {
	margin-left: 10px;
}

.ranking-link-list div a:last-of-type {
	margin-right: 10px;
}

.ranking-link-list > li {
	float: left;
	margin-right: 30px;
	font-weight: bold;
}

.ranking-link-list > li ul > li {
	margin-top: 1em;
	font-weight: bold;
}

.ranking-link-list a {
	display: inline-block;
	margin: 0 5px;
	color: #c7000a;
	text-decoration: underline;
}


.l-ranking-container-wrap {
	float: right;
	width: 720px;
	position: relative;
	margin-bottom: 90px;
}
.l-ranking-container-wrap::before {
	content: "";
	display: block;
	height: 100%;
	border-right: 1px solid #bdbdbd;
	position: absolute;
	top: 0;
	left: -40px;
}
.ranking-ttl {
	color: #c7000a;
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 15px;
}
.ranking-ttl:before {
	content: "【 ";
}
.ranking-ttl:after {
	content: " 】";
}

#genre-name {
	font-weight: bold;
}


.l-ranking-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}


.l-ranking {
	    flex: 1 0 0%;

	-webkit-box-flex: 1;
	-ms-flex: 1 0 0%;
}

.l-ranking .ranking-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 30px;
	background: #fbebec;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.l-ranking .ranking-header p {
	padding-left: 10px;
	font-size: 1.3rem;
	font-weight: bold;
}

.l-ranking .ranking-header .rank {
	width: 42px;
}

.l-ranking .ranking-header .title {
	width: 290px;
	    flex: 1 0 0%;

	-webkit-box-flex: 1;
	-ms-flex: 1 0 0%;
}

.l-ranking .ranking-header .artist {
	width: 208px;
}

.l-ranking .ranking-header .number {
	width: 114px;
}

.l-ranking .ranking-header .denmoku {
	width: 96px;
}

.ranking-list .ranking-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	border-bottom: 1px solid #ccc;
	padding: 0;
	border-right: 0;
	width: 100%;
}
.l-ranking.artist .ranking-list .ranking-item.is-rankup .artist p span,
.ranking-list .ranking-item.is-rankup .title p span {
	position: relative;
}
.ranking-list .ranking-item .title p span.history {
	display: block;
	position: relative;
	font-weight: normal;
	font-size: 1.2rem;
	width: 100%;
	left: 0;
	padding: 2px 0 0 0;
}
.l-ranking.artist .ranking-list .ranking-item.is-rankup .artist p span::before ,
.ranking-list .ranking-item.is-rankup .title p span:not(.history)::before {
	position: absolute;
	content: "";
	display: block;
	width: 32px;
	height: 14px;
	background: url(/dam/images/ranking/icon_rankup.png) no-repeat left top;
	background-size: cover;
	top: -14px;
}
.l-ranking.artist .ranking-list .ranking-item.is-new .artist p span,
.ranking-list .ranking-item.is-new .title p span {
	position: relative;
}
.l-ranking.artist .ranking-list .ranking-item.is-new .artist p span::before ,
.ranking-list .ranking-item.is-new .title p span:not(.history)::before {
	position: absolute;
	content: "";
	display: block;
	width: 32px;
	height: 14px;
	background: url(/dam/images/ranking/icon_new.png) no-repeat left top;
	background-size: cover;
	top: -14px;
}
.ranking-list .ranking-item .ranking-item-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	    flex: 1 0 0%;

	-webkit-box-flex: 1;
	-ms-flex: 1 0 0%;
}
.ranking-list .ranking-item .ranking-item-inner.is-pc {
	display: flex;
}
.ranking-list .ranking-item .ranking-item-inner.is-sp {
	display: none;
}
.ranking-list .ranking-item .is-sp {
	display: none;
}

.ranking-list .ranking-item .rank,
.ranking-list .ranking-item .title,
.ranking-list .ranking-item .artist,
.ranking-list .ranking-item .number,
.ranking-list .ranking-item .denmoku {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ranking-list .ranking-item .title,
.ranking-list .ranking-item .artist {
	padding-left: 15px;
}
.ranking-list .ranking-item .rank {
	width: 35px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ranking-list .ranking-item .rank span {
	display: block;
	position: relative;
	color: #333333;
	line-height: 26px;
	text-align: center;
}
.ranking-list .ranking-item .title {
	position: relative;
	width: 300px;
	padding: 15px 26px 15px 10px;
	    flex: 1 0 0%;
	    flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 5px;
}

.ranking-list .ranking-item .title:hover {
  text-decoration: underline;
}

.ranking-list .ranking-item .title p:not(.trending) {
	width: 100%;
	max-width: 100%;
	font-size: 1.4rem;
	font-weight: bold;
}

.ranking-list .ranking-item .title p:not(.trending)::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 10px;
	margin-top: -5px;
	background: url(/dam/pc/images/common/arrow_link.png) no-repeat left top;
	content: '';
}
.l-ranking.artist .ranking-list .ranking-item .artist p span,
.ranking-list .ranking-item .title p span {
	font-weight: bold;
}
.ranking-list .ranking-item .artist,
.ranking-list .ranking-item .number,
.ranking-list .ranking-item .denmoku {
	font-size: 1.3rem;
}

.ranking-list .ranking-item .artist {
	position: relative;
	width: 195px;
	padding: 10px 26px 10px 10px;
	background: #f6f6f6;
}

.ranking-list .ranking-item a.artist:hover {
  text-decoration: underline;
}


.ranking-list .ranking-item .artist p {
	max-width: 100%;
}

.ranking-list .ranking-item a.artist::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 10px;
	margin-top: -5px;
	background: url(/dam/pc/images/common/arrow_link.png) no-repeat left top;
	content: '';
}

.ranking-list .ranking-item .number {
	width: 90px;
	text-align: center;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ranking-list .ranking-item .denmoku {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100px;
}

.ranking-list .ranking-item .denmoku .btn-denmoku {
	display: block;
	width: 96px;
	height: 35px;
	margin: 13px 0 12px;
	border-radius: 4px;
	background: #ff9900;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 16px;
	padding-top: 2px;
}
.ranking-list .ranking-item .denmoku .btn-denmoku.disable {
	background-color: #cccccc;
}
.ranking-list .ranking-item .denmoku .btn-denmoku br.is-sp {
	display: none;
}

.ranking-list .ranking-item:first-child {
	border-top: 1px solid #ccc;
}

.ranking-list .ranking-item:nth-child(n+11) .rank span {
	width: 26px;
	font-size: 1.6rem;
	font-weight: bold;
}

.ranking-list .ranking-item:nth-child(-n+10) .rank span {
	overflow: hidden;
	width: 45px;
	height: 53px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px 15px;
	white-space: nowrap;
	text-indent: 100%;
}

.ranking-list .ranking-item:nth-child(1) .rank span {
	background-image: url(/dam/pc/images/common/icon_ranking_01.png);
}

.ranking-list .ranking-item:nth-child(2) .rank span {
	background-image: url(/dam/pc/images/common/icon_ranking_02.png);
}

.ranking-list .ranking-item:nth-child(3) .rank span {
	background-image: url(/dam/pc/images/common/icon_ranking_03.png);
}

.ranking-list .ranking-item:nth-child(4) .rank span {
	background-image: url(/dam/pc/images/common/icon_ranking_04.png);
}

.ranking-list .ranking-item:nth-child(5) .rank span {
	background-image: url(/dam/pc/images/common/icon_ranking_05.png);
}

.ranking-list .ranking-item:nth-child(6) .rank span {
	background-image: url(/dam/pc/images/common/icon_ranking_06.png);
}

.ranking-list .ranking-item:nth-child(7) .rank span {
	background-image: url(/dam/pc/images/common/icon_ranking_07.png);
}

.ranking-list .ranking-item:nth-child(8) .rank span {
	background-image: url(/dam/pc/images/common/icon_ranking_08.png);
}

.ranking-list .ranking-item:nth-child(9) .rank span {
	background-image: url(/dam/pc/images/common/icon_ranking_09.png);
}

.ranking-list .ranking-item:nth-child(10) .rank span {
	background-image: url(/dam/pc/images/common/icon_ranking_10.png);
}

.ranking-list.trending .ranking-item .title .trending {
	margin-top: 8px;
	font-size: 1.2rem;
	font-weight: normal;
}

@media screen and (min-width: 721px) {
	.l-category-nav {
		display: none;
	}
}



.genre .content-ttl {
	height: 60px;
	margin-bottom: 0;
	background: #c7000a;
	color: #ffffff;
	font-weight: bold;
}

.genre .content-ttl span {
	display: table-cell;
	height: 60px;
	padding: 15px 0 0 70px;
	background: url(/dam/dam/includes/pc/images/top/icon_ttl_genre.png) no-repeat 15px 12px;
	font-size: 2.2rem;
	vertical-align: top;
}
.newrelease .content-ttl {
	height: 60px;
	margin-bottom: 0;
	background: #c7000a;
	color: #ffffff;
	font-weight: bold;
}

.newrelease .content-ttl span {
	display: table-cell;
	height: 60px;
	padding: 15px 0 0 70px;
	background: url(/dam/dam/includes/pc/images/top/icon_ttl_newrelease.png) no-repeat 5px 10px;
	font-size: 2.2rem;
	vertical-align: top;
}

.delivery .l-lead {
	margin-bottom: 30px;
	margin-left: 30px;
}
.delivery .l-ranking-container-wrap {
	width: 100%;
}
.delivery .ranking-general-header {
	position: relative;
}
.delivery .l-ranking-container-wrap::before {
	display: none;
}
.delivery .ranking-general-header .ranking-nav {
	width: auto;
	position: static;
}
.delivery .category-box.general .category-list li {
	width: 195px;
}

.delivery .btn.to-feature {
	display: table;
	width: 200px;
	height: 40px;
	position: absolute;
	right: 0;
	bottom: 3px;
}
.delivery .btn.to-feature.is-sp {
	display: none;
}
.delivery .btn.to-feature a {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
	background-color: #c7000a;
	position: relative;
	border-radius: 20px;
}
.delivery .btn.to-feature a:after {
	content: "";
	display: block;
	width: 6px;
	height: 10px;
	background: url(/dam/pc/images/common/arrow_link_w.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	right: 13px;
	top: 50%;
	margin-top: -5px;
}
.delivery .ranking-heading {
	margin-top: 24px;
	margin-bottom: 20px;
}
.delivery .ranking-heading .ranking-ttl {
	font-size: 2.2rem;
	color: #c7000a;
	font-weight: bold;
	display: inline-block;
}
.delivery .ranking-heading .ranking-ttl::before {
	display: none;
}
.delivery .ranking-heading .ranking-ttl::after {
	display: none;
}
.delivery .ranking-heading .txt {
	font-size: 1.4rem;
	margin-left: 1rem;
}
.delivery .l-ranking .ranking-header .artist {
	width: 320px;
}
.delivery .l-ranking .ranking-header p {
	text-align: center;
	padding-left: 0;
}
.delivery .ranking-list .ranking-item .title {
	width: auto;
}
.delivery .ranking-list .ranking-item .artist {
	/*width: 200px;*/
	width: 320px;

}
.delivery .ranking-list .ranking-item .number {
	width: 106px;
}

.delivery .ranking-pager-monthly {
	position: relative;
}
.delivery .ranking-pager-monthly .current {
	color: #c6000b;
	width: 675px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-left: calc(-675px /2)
}
.delivery .ranking-pager-monthly .current .update {
	font-size: 1.3rem;
	margin-left: 10px;
}
.delivery .ranking-pager-monthly .pager {
	overflow: hidden;
	margin-bottom: 5px;
}
.delivery .ranking-pager-monthly .pager .pager-prev,
.delivery .ranking-pager-monthly .pager .pager-next {
	width: 100px;
}
.delivery .ranking-pager-monthly .pager .pager-prev {
	float: left;
	border-right: 1px solid #cccccc;
}
.delivery .ranking-pager-monthly .pager .pager-next {
	float: right;
	border-left: 1px solid #cccccc;
}
.delivery .ranking-pager-monthly .pager .pager-prev a,
.delivery .ranking-pager-monthly .pager .pager-next a {
	display: inline-block;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	font-size: 1.3rem;
	position: relative;
	line-height: 30px;
}

.delivery .ranking-pager-monthly .pager .pager-prev a::before {
	content: "";
	display: block;
	background: url(/dam/images/common/arrow_page_prev_r.png);
	width: 6px;
	height: 8px;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -4px;
}
.delivery .ranking-pager-monthly .pager .pager-next a::after {
	content: "";
	display: block;
	background: url(/dam/images/common/arrow_page_next_r.png);
	width: 6px;
	height: 8px;
	background-size: cover;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
}
.delivery .text-update.is-sp {
	display: none;
}
.delivery .ranking-pager-monthly.bottom  {
	display: none;
}

/* ------------ pc独自スタイル ------------ */
.l-ranking-container {
	position: relative;
}
.l-ranking-container .update {
	position: absolute;
	top: -20px;
	right: 0;
	font-size: 1.1rem;
}
.l-ranking-container .l-ranking {
	margin-top: 0;
}

.l-ranking.artist .ranking-list .ranking-item .artist {
	background-color: transparent;
	width: 100%;
}
.l-ranking.artist .ranking-list .ranking-item .artist {
	padding-top: 25px;
	padding-bottom: 25px;
}
.l-newsrelease-ranking-section .btn-link.rankingbtn {
	position: absolute;
	bottom: -70px;
	left: 50%;
	margin-left: -120px;
}
.l-ranking.l-newsrelease-ranking-section .l-colwrap {
	min-height: 800px;
}



