
@charset 'UTF-8';

/* =========================================================
 Feature List Style
========================================================= */

.l-ranking .ranking-header .common {
	width: 90px;
}

.l-ranking .ranking-header .number {
	width: 110px;
}

.ranking-list.feature .ranking-item .common {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 90px;
	padding: 10px;
	font-size: 1.3rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ranking-list.feature .ranking-item .title .comment {
	width: 100%;
	font-size: 1.1rem !important;
	font-weight: normal !important;
}

.ranking-list.feature .ranking-item .artist {
	background: transparent;
}

.ranking-list.feature .ranking-item .artist p {
	font-weight: bold;
}

.ranking-list.feature .ranking-item .number {
	width: 110px;
}

@media screen and (min-width: 721px) {
	.mdb_link_pc {
		display: block !important;
	}
	.mdb_link_sp {
		display: none !important;
	}
}

@media screen and (max-width: 720px) {
	.mdb_link_pc {
		display: none !important;
	}
	.mdb_link_sp {
		display: block !important;
	}

	.ranking-list.feature .ranking-item .title p:not(.trending) {
		position: relative;
		margin-bottom: 2px;
		padding-right: 25px;
		font-size: 1.3rem;
		line-height: 1.231;
	}

	.ranking-list.feature .ranking-item .title p:not(.trending)::after {
		right: 6px;
		background-image: url(/dam/sp/images/common/arrow_link_l.png);
		background-size: 6px 10px;
	}

	.ranking-list.feature .ranking-item .title .comment {
		padding-right: 25px;
	}

	.ranking-list.feature .ranking-item .title {
		margin-bottom: 5px;
		padding-left: 0;
		-ms-flex-order: 1;
		order: 1;
	}
	.ranking-list.feature .ranking-item .common {
		display: block;
		width: 100%;
		padding: 0;
		font-size: 1.1rem;
		-ms-flex-order: 2;
		order: 2;
	}

	.ranking-list.feature .ranking-item .artist {
		-ms-flex-order: 4;
		order: 4;
	}

	.ranking-list.feature .ranking-item .artist p {
		font-weight: normal;
	}

	.ranking-list.feature .ranking-imtem .artist::after {
		display: none;
	}

	.ranking-list.feature .ranking-item .number {
		display: block;
		width: 100%;
		padding-left: 0;
		-ms-flex-order: 3;
		order: 3;
		text-align: left;
	}

	.ranking-list.feature .ranking-item .artist {
		background: #eee;
	}

	.ranking-list.feature .ranking-item:nth-child(n+11) .rank span {
		width: 22px;
		height: 22px;
		line-height: 22px;
	}

	.ranking-list.feature .ranking-item:nth-child(-n+10) .rank span {
		width: 27px;
		height: 27px;
		background-position: left center;
		background-size: 27px 27px;
	}

	.ranking-list.feature .ranking-item .ranking-item-inner {
		background: transparent;
	}

	.ranking-list.feature .ranking-list.feature .ranking-item .ranking-item-inner {
		background: transparent;
	}
}

/*==================== key_list ====================*/
.l-ranking .ranking-header .key,
.ranking-list.feature .ranking-item .key {
	width: 120px;
	padding: 0;
	text-align: center;
}

.ranking-list.feature .ranking-item .key {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ranking-list.feature.key_list .ranking-item .key span {
	display: block;
}

.ranking-list.feature.key_list .ranking-item .key span.key_num {
	background: #c6000b;
	width: 50px;
	height: 30px;
	border-radius: 30px;
    line-height: 30px;
    color: #fff;
	text-align: center;
    font-weight: bold;
}

@media screen and (min-width: 721px) {
	.ranking-list.feature.key_list .ranking-item .artist {
		background-color: #f6f6f6;
	}
	.ranking-list.feature.key_list .ranking-item > .key {
		display: none;
	}
}

@media screen and (max-width: 720px) {
	.ranking-list.feature.key_list .ranking-item .ranking-item-inner .key {
		display: none;
	}

	.ranking-list.feature.key_list .ranking-item > .key {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 60px;
		padding: 0;
	    border-left: 1px solid #ccc;
	}

	.ranking-list.feature.key_list .ranking-item > .key span.key_txt {
		font-size: 1.1rem;
	}

	.ranking-list.feature.key_list .ranking-item > .key span.key_num {
		width: 40px;
		height: 22px;
		border-radius: 22px;
		line-height: 22px;
	}
}

/*==================== sns_btn ====================*/
.sns_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	padding-bottom: 15px;
}

.sns_btn li {
	width: 88px;
	height: 26px;
}

.sns_btn li + li {
	margin-left: 10px;
}

@media screen and (min-width: 721px) {
	.sns_btn li.sns_btn_line {
		display: none;
	}
}

@media screen and (max-width: 720px) {
	.sns_btn {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}


/* ------- Add 20180119 ------- */


.l-category-nav.feature .category-list > li {
	margin-left: 25px;
	line-height: 2.8rem;
}
.l-category-nav.feature .category-list > li a {
	font-size: 1.4rem;
	line-height: 1.4rem;
}
@media screen and (max-width: 720px) {

	.l-category-nav.feature {
		overflow-x: scroll;
		margin-left: -10px;
		margin-right: -10px;
		padding-left: 0;
	}
	.l-category-nav.feature .category-list {
		display: block;
		position: static;
		z-index: 1;
		overflow: hidden;
		border: 1px solid #cccccc;
	}
	.l-category-nav.feature .category-list li {
		display: table;
		float: left;
		width: auto;
		margin-top: 0;
		margin-left: 0;
		border: 0;
	}
	.l-category-nav.feature .category-list li+li {
		border-left: 1px solid #cccccc;
	}

	.l-category-nav.feature .category-list li a {
		display: table-cell;
		width: 100%;
		padding-left: 14px;
		padding-right: 14px;
		vertical-align: middle;
	}
	.l-category-nav.feature .category-list li.is-current a {
		color: #c7000a;
		background-color: #fef2f2;
	}

	.content-ttl.type-section {
		margin-left: -10px;
		width: calc(100% + 20px);
		height: 46px;
		margin-bottom: 25px;
		border-top: 1px solid #d84d54;
		background: #c7000a;
	}
	.feature .content-ttl.type-section span {
		display: block;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 40px;
		color: #fff;
		font-size: 1.8rem;
		font-weight: bold;
		padding-left: 56px;
		background: url(/dam/images/feature/icon_ttl_feature_02.png) no-repeat 16px 6px;
		background-size: 32px auto;
	}
	#content.feature .section h2 {
		border-radius: 0 !important;
	}
}

#feature-main .breadcrumb ul {
	font-size: 1.1rem;
	margin-top: 30px;
	margin-bottom: 30px;
}
#feature-main .breadcrumb li {
	display: inline-block;
}
#feature-main .breadcrumb li a {
	color: #c6000b;
}
#feature-main .breadcrumb li a:after {
	content: ">";
	display: inline-block;
	margin-left: 0.5em;
	margin-right: 0.5em;
	color: #666666;
}

@media screen and (max-width: 720px) {
	#feature-main .breadcrumb {
		border-bottom: 1px solid #cccccc;
		overflow-x: scroll;
		margin-bottom: calc(50px /2);
	}
	#feature-main .breadcrumb ul {
		height: calc(50px /2);
		margin-top: 0;
		margin-bottom: 0;
		white-space: nowrap;
		padding-left: 10px;
		padding-right: 10px;
	}
	#feature-main .breadcrumb li {
		display: inline;
	}
	#feature-main .breadcrumb li a {
	}
#feature-main .l-hero > img {
    width: 100%;
}
}


#feature-main .l-hero {
	text-align: center;
	margin-top: 28px;
	clear: both;
}
#feature-main .l-hero > img {
    max-width: 100%;
}

#feature-main .section {
	clear: both;
}
/*
@media screen and (max-width: 720px) {
	#feature-main .l-hero {
		padding-left: 10px;
		padding-right: 10px;
	}
}
*/
#feature-main h1.txt-ttl,
#feature-main h2.txt-ttl,
#feature-main h3.txt-ttl,
#feature-main h4.txt-ttl{
	width: 100%;
	font-size: 3.2rem;
	color: #fff;
	text-align: center;
	background-color: #c6000b;
	margin: 0 0 14px 0;
	padding: 9px 15px 9px 15px;
}

#feature-main .l-movie .movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#feature-main .l-movie .movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


#feature-main .l-lead {
	margin-top: 0;
	margin-bottom: 0;
}
#feature-main .l-lead .txt-lead {
	font-size: 120%;
}

@media screen and (max-width: 720px) {

	#feature-main .l-movie .movie {
		margin-bottom: calc(60px /2);
	}
	#feature-main .l-lead {
		padding-left: 10px;
		padding-right: 10px;
		margin-top: calc(28px /2);
		margin-bottom: calc(28px /2);
	}
	#feature-main h1.txt-ttl,
	#feature-main h2.txt-ttl,
	#feature-main h3.txt-ttl,
	#feature-main h4.txt-ttl{
		padding: 9px 0;
		margin: 0;
	}
}




#feature-main .release-item {
	float: left;
	width: 200px;
	margin-right: 20px;
	margin-bottom: 25px;
	color: #777777;
}

#feature-main .release-item.four {
	margin-right: 0;
}
#feature-main .release-item.lead {
	margin-left: 10px;
}
#feature-main .release-item dt {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
}
#feature-main .release-item .thumb {
	display: table-cell;
	width: 200px;
	height: 200px;
	vertical-align: middle;
	text-align: center;
}
#feature-main .release-item .thumb img {
	max-width: 100%;
	max-height: 100%;
}
#feature-main .release-item dl {
	margin-top: 10px;
}




@media screen and (max-width: 720px) {

	#feature-main .release-item {
		float: none;
		width: calc(408px /2);
		margin-left: auto;
		margin-right: auto;
	}
	#feature-main .release-item.first {
		margin-top: 30px;
	}
	#feature-main .release-item.four {
		margin-right: auto;
	}
	#feature-main .release-item.lead {
		margin-left: auto;
	}
	#feature-main .release-item .thumb {
		width: calc(408px /2);
		height: calc(408px /2);
	}
}



#feature-main .present {
	float: none;
	clear: both;
	padding-top: 15px;
}
#feature-main .present .info .index {
	font-weight: bold;
}
#feature-main .btn {
	margin-top: 20px;
}
#feature-main .btn li {
	display: table;
	width: 260px;
	margin: 0 auto;
}
#feature-main .btn a {
	display: table-cell;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	height: 60px;
	vertical-align: middle;
	border-radius: 5px;
	font-weight: bold;
	position: relative;
}
#feature-main .btn a span:before {
	content: "";
	display: block;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 10px solid transparent;
	border-left: 10px solid #fff;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -6px;
}
#feature-main .btn a span {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 720px) {
	#feature-main .present .info {
		padding-left: 20px;
		padding-right: 20px;
		margin-top: calc(50px /2);
	}
}

#feature-main .sns {
	background-color: #eeeeee;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-top: 40px;
}
#feature-main .sns-list {
	display: flex;
	width: 284px;
	justify-content: center;
	margin: 0 auto;
}
#feature-main .sns-list li {
	width: 88px;
	border-radius: 8px;
}
#feature-main .sns-list li+li {
	margin-left: 10px;
}
#feature-main .sns-list li.tw {
	background-color: #5ab2f7;
}
#feature-main .sns-list li.fb {
	background-color: #3b5a9b;
}
#feature-main .sns-list li.line {
	background-color: #18cf10;
}
#feature-main .sns-list li a {
	display: flex;
	align-items: center;
	height: 26px;
}
#feature-main .sns-list li img {
	display: block;
	margin: 0 auto;
}

#feature-main .sns-list li.tw img {
	width: 22px;
}
#feature-main .sns-list li.fb img {
	width: 22px;
	padding-top: 1px;
}
#feature-main .sns-list li.line img {
	width: 30px;
}
#feature-main .feature-line {
	color: #eeeeee;
	margin-top: 50px;
	margin-bottom: 50px;
	clear: both;
}
#feature-main .section-ttl {
	margin: 14px 0 14px;
	padding: 9px 15px;
	background: #ADA9A6;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: block;
	-webkit-margin-before: 0.83em;
	-webkit-margin-after: 0.83em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	clear: both;
}

@media screen and (max-width: 720px) {
	#feature-main .sns-list li {
		width: 75px;
	}
	#feature-main .sns-list li a {
		height: calc(44px /2);
	}
	#feature-main .sns-list li.tw img {
		width: calc(38px /2);
	}
	#feature-main .sns-list li.fb img {
		width: calc(36px /2);
		padding-top: 1px;
	}
	#feature-main .sns-list li.line img {
		width: calc(48px /2);
	}
}

.l-ranking.feature .ranking-list .ranking-item .denmoku {
	border-left: 0;
}
.l-ranking.feature .ranking-list .ranking-item .denmoku .txt {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.l-ranking.feature .ranking-list .ranking-item .denmoku .btn-denmoku.is-pc {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.l-ranking.feature .ranking-list .ranking-item .denmoku .btn-denmoku.is-sp {
	display: none;
}
.l-ranking .ranking-header p {
	padding-left: 0;
	text-align: center;
}
.l-ranking.feature .ranking-header .number,
.l-ranking.feature .ranking-header .denmoku {
	width: 130px;
}

.l-ranking.feature .ranking-list .ranking-item .number,
.l-ranking.feature .ranking-list .ranking-item .denmoku {
	width: 130px;
}
.l-ranking.feature .ranking-list .ranking-item .denmoku .btn-denmoku {
	margin-left: auto;
	margin-right: auto;
}
.l-ranking.feature .ranking-list .ranking-item .title {
	padding-right: 15px;
}
@media screen and (max-width: 720px) {
	.l-ranking.feature {
		margin: 0;
	}
	.l-ranking.feature .ranking-list .ranking-item:first-child {
		border-top: 0;
	}
	.l-ranking.feature .ranking-list .ranking-item .ranking-item-inner {
		justify-content: center;
	}
	.l-ranking.feature .ranking-list .ranking-item .title,
	.l-ranking.feature .ranking-list .ranking-item .number {
		padding-left: 0;
	}
	.l-ranking.feature .ranking-list .ranking-item .number {
		width: auto;
	}
	,
	.l-ranking.feature .ranking-list .ranking-item .denmoku {
		width: calc(110px /2);
	}
	.l-ranking.feature .ranking-list .ranking-item .denmoku .btn-denmoku.is-pc {
		display: none;
	}
	.l-ranking.feature .ranking-list .ranking-item .denmoku {
		width: calc(180px /2);
	}
	.l-ranking.feature .ranking-list .ranking-item .denmoku .btn-denmoku.is-sp {
		display: block;
	}
	.l-ranking.feature .ranking-item .artist {
		margin-left: 0;
	}
}

.card-list {
  *zoom: 1;
}

.card-list:before {
  content: "";
  display: table;
}

.card-list:after {
  content: "";
  display: table;
  clear: both;
}



.card-list > li {
  float: left;
  width: 230px;
  margin-bottom: 20px;
  margin-left: 10px;
  border: 1px solid #ccc;
}

.card-list > li:nth-child(4n+1) {
  margin-left: 0;
}

.l-card {
  display: block;
}

.l-card .card-thumb {
  display: block;
  position: relative;
  width: 228px;
  height: 228px;
  overflow: hidden;
}

.l-card .card-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.l-card .card-thumb .is-current {
  background: #c7000a;
  color: #fff;
}

.l-card .card-txt {
  position: relative;
  padding: 10px;
  min-height: 80px;
  border-top: 1px solid #ccc;
}

.l-card .card-ttl {
  margin-bottom: 5px;
  font-weight: bold;
}

.l-card .card-date {
  font-size: 1.3rem;
}

.l-card .card-category {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 100px;
  padding: 0 5px;
  border-radius: 9px;
  line-height: 18px;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
}

.l-card .card-category.category--ranking {
  background: #ffcc00;
}
.l-card .card-category.category--feature {
  background: #e4007e;
}
.l-card .card-category.category--campaign {
  background: #7e308d;
}
.l-card .card-category.category--express {
  background: #e50011;
  color: #111;
  font-weight: bold;
}
.l-card .card-category.category--dpush {
  background: #e50011;
  color: #111;
  font-weight: bold;
}
.l-card .card-category.category--clip {
  background: #eb6000;
}
.l-card .card-category.category--dual {
  background: #e50011;
}
.l-card .card-category.category--live {
  background: #036eb8;
}
.l-card .card-category.category--mamaoto {
  background: #21ab38;
}
.l-card .card-category.category--honnin {
  background: #d70050;
}
.l-card .card-category.category--medley {
  background: #eb6da5;
}
.l-card .card-category.category--anime {
  background: #f39700;
}
.l-card .card-category.category--tokusatsu {
  background: #f39700;
}
.l-card .card-category.category--vocaloid {
  background: #00a0e8;
}
.l-card .card-category.category--audition {
  background: #8ec43d;
}
.l-card .card-category.category--present {
  background: #8ec43d;
}
.l-card .card-category.category--contents {
  background: #006834;
}

@media screen and (max-width: 720px) {
	.card-list {
		*zoom: 1;
	}

	.card-list:before {
		display: table;
		content: '';
	}

	.card-list:after {
		display: table;
		clear: both;
		content: '';
	}


	.card-list > li {
		float: left;
		width: 50%;
		margin-bottom: 18px;
		border: none;
		margin-left: 0;
	}

	.card-list > li:nth-child(2n+1) {
		padding-right: 5px;
	}

	.card-list > li:nth-child(2n) {
		padding-left: 5px;
	}

	.l-card {
		display: block;
	}

	.l-card .card-thumb {
		position: relative;
		overflow: hidden;
		border: 1px solid #ccc;
		width: auto;
		height: auto;
	}

	.l-card .card-thumb::before {
		display: block;
		padding-top: 100%;
		content: '';
	}

	.l-card .card-thumb img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		max-width: 100%;
		max-height: 100%;
	}

	.l-card .card-txt {
		padding-top: 8px;
	}

	.l-card .card-txt .card-ttl {
		font-weight: bold;
	}

	.l-card .card-txt .card-date {
		font-size: 1rem;
	}

}

/* --- add 20190225 --- */
#feature-main .present .info > p:not([class]) {
	font-size: 110%;
}
#feature-main .l-lead .txt-lead {
	font-weight: bold;
}
#feature-main .movie-text {
	margin-top: 15px;
}

@media screen and (min-width: 720px) {
	#feature-main .l-lead .txt-lead {
		font-size: 130%;
	}
	#feature-main .present .info .index {
		font-size: 120%;
	}

	#feature-main .release-item {
		width: 269px;
		margin-left: 11px;
		margin-right: 11px;
	}
	#feature-main .release-item .thumb {
		width: 269px;
		height: 269px;
	}
	#feature-main .release-item .thumb.l-default img {
		width: 100%;
		height: 100%;
	}
	#feature-main .release-item .thumb.l-width img {
		width: 100%;
		height: auto;
	}
	#feature-main .release-item .thumb.l-height img {
		width: auto;
		height: 100%;
	}

}

@media screen and (max-width: 720px) {
	#feature-main .present .info .index {
		font-size: 110%;
	}
	#feature-main .release-item {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	#feature-main .release-item .thumb {
		display: block;
		width: 100%;
	}
		#feature-main .movie-text {
		padding-right: 20px;
		padding-left: 20px;
	}
	#feature-main .release-item .thumb img {
		max-width: none;
		max-height: none;
	}
	#feature-main .release-item .thumb.l-default img {
		width: 100%;
	}
	#feature-main .release-item .thumb.l-width {
		height: auto !important;
	}
	#feature-main .release-item .thumb.l-width img {
		width: 100%;
	}
	#feature-main .release-item .thumb.l-height img {
		/*width: auto;*/
		height: 100%;
	}

}




