
/* widget common set */

.main__inner [class*="widget-"] + [class*="widget-"] {
	margin-top: 30px;
}

.main__inner [class*="widget-wrapper"] {
	margin-bottom: 30px;
}

/** right column widget bg-color and padding adjustment **/
.main__column--aside > [class*="widget-"] .wdg__inner{
    background:  #e9e9e9;
    padding: 20px 20px 0;
    font-size: 1.3rem;
}



/* widget with no background color */
.main__column--aside > .widget-twitter .wdg__inner,
.main__column--aside > .widget-facebook .wdg__inner,
.main__column--aside > .widget-banner .wdg__inner
{
    background: none; 
    padding: 0;
    font-size:1.4rem;
}   


/* widget title */

.heading--lv2.type03 {
	margin-bottom: 25px;
	padding-bottom: 15px;
	padding-left: 0;
	border-bottom: 1px solid #d5d5d5;
	border-left: none;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.2;
	letter-spacing: -1px; 
	font-family: Arial, Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック";
}
.heading--lv3 {
    margin: 20px auto;
	padding-left: 17px;
	border-left-width: 4px;
	border-left-style: solid;
	font-weight: bold;
	font-size: 1.3rem;
}


/* product release */
/* product */

.article--product + .article--product {
	margin-top: 24px;
    border-top: 1px solid #CCC;
}
/* program */
.article--program + .article--program {
	margin-top: 28px;
}
.program__title--01 {
	margin-top: 25px;
	font-size: 1.6rem;
	font-weight: bold;
}


.article--product .column{
    display: block;
}


/** widget-newsR buybutton centering and background color in new release widget  **/
.main__column--aside  .btn--buy a{
    display: block;
    background: #FFF;
    margin-top:20px;
}

/** widget-newsR space adjustment between buy button and more button.  **/
.widget-newsR .wdg__inner{
    padding-bottom: 20px;
}


.main__column--aside > [class*="widget-"] .wdg__inner{
    padding-bottom:20px;
}


.widget-banner .wdg__inner,
.widget-text .wdg__inner{
    padding-bottom: 20px;
}

/** widget-text image size adjustment.  image wider than the column width will be set to 100%.  set 1.4rem vertical margin. **/
.widget-text .wdg__inner img{
    max-width: 100%;
    margin: 1.4rem auto;
}

/* banner widget margin fix */
.main__column--aside > .widget-banner + .widget-banner{
    margin-top: 0;
}


/* link widget */
.main__column--aside .list > li + li{
    margin-top: 10px;
}


/* link */
.link {
	margin-top: 1.0em;
}
p.link--arw01,
.link--arw01 > li {
	position: relative;
	padding-left: 15px;
    font-size: 1.2rem;
}
p.link--arw01:before,
.link--arw01 > li:before {
	display: block;
	position: absolute;
	width: 9px;
	height: 9px;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
					box-sizing: border-box;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	top: 0.3em;
	left: 0;
	-webkit-transform: rotate(-45deg);
		 -moz-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			 -o-transform: rotate(-45deg);
					transform: rotate(-45deg);
	content: "";
}
.link--arw01 a {
	display: inline-block;
	position: relative;
}




.column > a {
	display: block;
}
.column--video {
	margin-top: 20px;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
}
.column + .column {
	margin-top: 24px;
	padding-top: 25px;
	border-top-width: 1px;
	border-top-style: solid;
}
.column--video + .column--video {
	border-top-width: 2px;
}
.column__fig--r {
	float: right;
	margin-left: 4.5%;
	margin-bottom: 10px;
}
.column__fig--l {
	float: left;
	margin-right: 4.5%;
	margin-bottom: 10px;
}
.column__fig--c {
	margin-bottom: 15px;
	text-align: center;
}
[class*="column__fig"].size-s {
	width: 23.75%;
	max-width: 95px;
}
[class*="column__fig"].size-m {
	width: 30%;
	max-width: 120px;
}
[class*="column__fig"].size-l {
	width: 36.25%;
	max-width: 145px;
}
[class*="column__fig"].size-ll {
	width: 43%;
	max-width: 175px;
}
[class*="column__fig"].size-xl {
	width: 48.8%;
	max-width: 425px;
}
[class*="column__fig"].size-f {
	width: 100%;
	text-align: center;
}
a [class*="column__fig"],
[class*="column__fig"] a {
	display: block;
	background-color: #fff;
}
a [class*="column__fig"] img,
[class*="column__fig"] a img {
	-webkit-transition: 0.3s all;
		 -moz-transition: 0.3s all;
			-ms-transition: 0.3s all;
			 -o-transition: 0.3s all;
					transition: 0.3s all;
}
@media only screen and (min-width:768px) {
a:hover [class*="column__fig"] img,
[class*="column__fig"] a:hover img {
	opacity: .7;
}
}
.column__detail > *:first-child {
	margin-top: 0;
}
@media all and (min-width:768px) {
.column--sp [class*="column__fig"] {
	width: 100%;
	max-width: inherit;
	margin: 0;
	float: none;
}
.column--sp [class*="column__fig"] + .column__detail {
	margin-top: 7px;
}
}
@media all and (min-width:1024px) {
.column__detail {
	overflow: hidden;
}
}
.column__detail--nobreak {
	overflow: visible;
}
.column__thum {
	text-align: center;
}
.column__thum a {
	display: inline-block;
	position: relative;
	background: #fff;
}
.column__thum a img {
	width: 100%;
	-webkit-transition: opacity 0.3s;
		 -moz-transition: opacity 0.3s;
			-ms-transition: opacity 0.3s;
			 -o-transition: opacity 0.3s;
					transition: opacity 0.3s;
}
@media only screen and (min-width:768px) {
.column__thum a:hover img {
	opacity: .7;
}
}
.column__thum a:after {
	display: block;
	position: absolute;
	width: 62px;
	height: 62px;
	top: 50%;
	left: 50%;
	margin-top: -31px;
	margin-left: -31px;
	background: url(/artists/common/img/sprite.png) -100px -150px no-repeat;
	content: "";
	-webkit-transition: opacity 0.3s;
		 -moz-transition: opacity 0.3s;
			-ms-transition: opacity 0.3s;
			 -o-transition: opacity 0.3s;
					transition: opacity 0.3s;
}
@media only screen and (min-width:768px) {
.column__thum a:hover:after {
	opacity: .7;
}
}
.column__caption {
	margin-top: 0.5em;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: left;
}
.column__elm {
	float: left;
}
.column__elm > a:hover {
	text-decoration: none;
}
.widget-same-time .column--2 .column__elm {
	width: 47.5%;
	margin-left: 5%;
}
.column--2 .column__elm:nth-child(2n+1) {
	clear: left;
	margin-left: 0;
}
.column--2 .column__elm:nth-child(n+3) {
	margin-top: 5%;
}
.column--3 .column__elm {
	width: 30%;
	margin-left: 5%;
}
.column--3 .column__elm:nth-child(3n+1) {
	clear: left;
	margin-left: 0;
}
.column--3 .column__elm:nth-child(n+4) {
	margin-top: 5%;
}
.column--3L .column__elm {
	width: 31.65%;
	margin-left: 2.525%;
}
.column--3L .column__elm:nth-child(3n+1) {
	clear: left;
	margin-left: 0;
}
.column--3L .column__elm:nth-child(n+4) {
	margin-top: 2.6%;
}
.column--4 .column__elm {
	width: 23.5%;
	margin-left: 2%;
}
.column--4 .column__elm:nth-child(4n+1) {
	clear: left;
	margin-left: 0;
}
.column--4 .column__elm:nth-child(n+5) {
	margin-top: 2%;
}
@media only screen and (min-width:768px) {
.column.pc-break .column__elm {
	width: 100%;
	float: none;
	margin-left: 0;
}
.column.pc-break .column__elm + .column__elm {
	margin-top: 5%;
}
}



    
    
    
/* product */
.widget-same-time  p.prod-name,
.widget-release p.prod-name,
.widget-newsR p.prod-name{
    font-size:1.4rem;
    line-height: 1.2;
    margin-bottom: 5px;
    margin-top:0;
}

.widget-same-time  p.tags{
    margin-bottom: 5px;
    
}

.widget-same-time p.prod-artist{
    font-size: 1.1rem;
    line-height: 1;
    margin-bottom: 10px;
}





/* playlist */
.playlist {
	margin-top: 25px;
	border-top-width: 1px;
	border-top-style: solid;
    border-top-color: #CCC;
}
.playlist > li > a {
	display: table;
	width: 100%;
	padding: 15px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
    border-bottom-color:#CCC;
}
.playlist__thum {
	display: table-cell;
	width: 21.25%;
	vertical-align: middle;
}
.playlist__thum img {
	max-width: 85px;
}
.playlist__title {
	display: table-cell;
	width: 78.75%;
	padding-left: 5%;
	vertical-align: middle;
}


/* playlist widget more button */
.widget-playlist > .btn a {
	display: block;
}

.widget-playlist > .btn--more-step a:hover {
	opacity: 0.7;
}


.widget-playlist > .btn--more-step {
	margin-top: 0;
}
.widget-playlist > .btn--more-step a {
	padding: 14px 5px 12px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;    
}

.widget-playlist > .btn--more-link a,
.widget-playlist > .btn--more-step a {
	background-color: #000;
	color: #FFF;
	transition: opacity 0.3s ease 0s;
}

.widget-playlist > .btn--more-step a span:before,
.widget-playlist > .btn--more-step a span:after {
	/*
    background-color: #000;
    */
}


/* btn */
.btn--buy a span {
	display: inline-block;
	position: relative;
	padding-right: 30px;
}

.btn--more-link {
	margin-top: 0;
}


.btn--more-step {
	margin-top: 0;
}
.btn--more-step a {
	padding: 14px 5px 12px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
.btn--more-step a span {
	position: relative;
	display: inline-block;
	padding-left: 18px;
}
.btn--more-step a span:before,
.btn--more-step a span:after {
	display: block;
	position: absolute;
	top: 50%;
	content: "";
    background-color: #FFF;
}
.btn--more-step a span:before {
	width: 12px;
	height: 2px;
	left: 0;
	margin-top: -3px;
}
.btn--more-step a span:after {
	width: 2px;
	height: 12px;
	left: 5px;
	margin-top: -8px;
}
.js-more-step--elm .step-hide {
	display: none;
}
.js-more-step--elm.pc-escape .step-hide {
	display: block;
}
.btn--news {
	margin-top: 20px;
}
.btn--news .prev {
	float: left;
	width: 19.7%;
}
.btn--news .next {
	float: right;
	width: 19.7%;
}
.btn--news .all {
	display: block;
	text-align: center;
}
.btn--news a {
	display: inline-block;
	background-color: #000;
	color: #fff;
	transition: opacity 0.3s ease 0s;
	font-size: 1.4rem;
	margin: 0 auto;
	padding: 14px 14px 13px;
	text-align: center;
	white-space: nowrap;
	width: 100%;
	max-width: 180px;
}
.btn--news .all a {
	display: inline-block;
	background-color: #fff;
	color: #000;
	max-width: 280px;
	border: 1px solid #000;
}
.btn--news .prev a span {
	display: block;
	position: relative;
}
.btn--news .next a span {
	display: block;
	position: relative;
}
.btn--news .all a span {
	display: inline-block;
	padding-left: 20px;
	position: relative;
}
.btn--news a span:after {
	content: "";
 	border-right-style: solid;
	border-right-width: 2px;
	border-top-style: solid;
	border-top-width: 2px;
	display: block;
	height: 6px;
	left: 0;
	margin-right: 0;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
	width: 6px;
}
.btn--news .prev a span:after {
	transform: rotate(225deg);
}
.btn--news .next a span:after {
	right: 0;
	left: auto;
}
@media only screen and (min-width:768px) {
.btn--news a:hover {
	opacity: .7;
	text-decoration: none;
}
.btn--news .prev a:hover,
.btn--news .next a:hover {
	color: #fff;
}
}

.js-more-step--elm .step-hide {
	display: none;
}
.js-more-step--elm.pc-escape .step-hide {
	display: block;
}


/* SNS */
.subgenre-page-contents .pw-widget {
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	line-height: 1;
}

.subgenre-page-contents .mobile-share > .widget-post .pw-widget {
	display: none;
}


/* =================================
 * - media query for SP
 * - (max-width:767px)
================================= */
/* - Artist Widget
--------------------------------- */
@media only screen and (max-width:767px) {

    
    

.main__inner [class*="widget-"] {
	border-top-width: 3px;
	font-size: 1.2rem;
}
.main__inner [class*="widget-"] + [class*="widget-"] {
	margin-top: 20px;
}
.wdg__inner {
	padding: 0;
}
    
/* heading */
.heading--lv2.type03, .heading--lv2.type02 {
    margin-top:0;
	margin-bottom: 14px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	font-size: 1.7rem;
}


/* banner-widget width fix */
    .main__column--aside .widget-banner img{
        width:100%;
    }

/* column */
.column{
        
    }    

    
.column.sp-break .column__elm {
	width: 100%;
	float: none;
	margin-left: 0;
}    

    

[class*="column__fig"].size-s {
	max-width: 65px;
}
[class*="column__fig"].size-m {
	max-width: 86px;
}
[class*="column__fig"].size-l {
	max-width: 105px;
}
[class*="column__fig"].size-ll {
	max-width: 105px;
}
[class*="column__fig"].size-xl {
	width: 100%;
	max-width: inherit;
	margin: 0 0 15px;
	float: none;
	text-align: center;
}
[class*="column__fig"] .btn--buy a {
	min-width: inherit;
	width: 100%;
}
.column__detail {
	overflow: hidden;
}
.column__detail--nobreak {
	overflow: visible;
}
.column__thum a:after {
	width: 42px;
	height: 42px;
	margin-top: -21px;
	margin-left: -21px;
	background: url(/artists/common/img/sprite-2x.png) -100px -150px no-repeat;
	-webkit-background-size: 240px 240px;
					background-size: 240px 240px;
}
.column__caption {
	margin-top: 0.4em;
	font-size: 1.2rem;
}
.column.sp-break .column__elm {
	width: 100%;
	float: none;
	margin-left: 0;
}
.column.sp-break .column__elm + .column__elm {
	margin-top: 3%;
}
.column--3L.sp-break .column__elm + .column__elm {
	margin-top: 20px;
}
.column--4 .column__elm,
.column--4 .column__elm:nth-child(4n+1) {
	width: 47.8%;
	margin-left: 4.4%;
}
.column--4 .column__elm:nth-child(2n+1) {
	clear: left;
	margin-left: 0;
}
.column--4 .column__elm:nth-child(n+3) {
	margin-top: 4.4%;
}       
    

/* btn */
.btn {
	margin-top: 10px;
}
.btn--buy {
	text-align: center;
}
.btn--buy a {
	display: inline-block;
	width: auto;
	max-width: inherit;
	min-width: 190px;
	margin: 0 auto;
	padding: 12px 5px 10px;
	font-size: 1.1rem;
}
.btn--buy a span {
	padding-right: 20px;
}
    
.btn--more-link {
	margin-top: 0;
}
.btn--more-link a {
	padding: 12px 5px 10px;
	font-size: 1.2rem;
}
.btn--more-link a span {
	padding-left: 14px;
}
.btn--more-link a span:before {
	top: 0.2em;
}
.btn--more-step {
	margin-top: 0;
}
.btn--more-step a {
	padding: 12px 5px 10px;
	font-size: 1.2rem;
    display: block;
    background-color: #000;
    color: #FFF;
}
.btn--more-step a span {
	padding-left: 14px;
}
.btn--more-step a span:before,
.btn--more-step a span:after {
	display: block;
	position: absolute;
	top: 50%;
	content: "";
}
.btn--more-step a span:before {
	width: 10px;
}
.btn--more-step a span:after {
	height: 10px;
	left: 4px;
	margin-top: -7px;
}
.js-more-step--elm.pc-escape .step-hide {
	display: none;
}
.btn--news {
	padding: 15px  10px;
	margin: 20px -10px;
	background: #e2e2e2;
	overflow: hidden;
}
.btn--news .prev,
.btn--news .next {
	width: 46.6%;
}
.btn--news .all {
	padding-top: 10px;
	float: none;
	clear: both;
	display: block;
	text-align: center;
}
.btn--news a {
	display: inline-block;
	font-size: 1.2rem;
	width: 100%;
	max-width: none;
}
.btn--news .prev a:hover,
.btn--news .next a:hover {
	color: #fff;
}
.btn--news .all a {
	max-width: none;
}
.btn--news .all a span {
	position: relative;
}
.btn--news a span:after {
	content: "";
 	border-right-style: solid;
	border-right-width: 2px;
	border-top-style: solid;
	border-top-width: 2px;
	display: block;
	height: 8px;
	left: 0;
	margin-right: 0;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
	width: 8px;
}
    
    .main__column--aside .btn--buy a{
        display: inline-block;
    }

	/* SNS should show at foot of page (abover menu) for SP. */
	.subgenre-page-contents .widget-post .pw-widget {
		display: none;
	}
	.subgenre-page-contents .mobile-share > .widget-post .pw-widget {
		display: block;
	}

}/*- media query for SP  * - (max-width:767px) */


.widget-newslist .wdg__inner p{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.widget-newslist div.wdg__inner a{
    display: inline-block;
}
.widget-newslist div.wdg__inner span:first-child{
    color: inherit ;
    /*float: left !important;*/
    display: inline-block;
}


.widget-video .wdg__inner figure{
    margin-bottom:15px;
}

.subgenre-top-area .subgenre-text-widget .wdg__inner{
    background: transparent;
    padding: 0;
}
.subgenre-top-area .subgenre-text-widget .main-widget-editor-content{
    display: inline-block;
}