
/* widget common set */
.main__inner .widget-genrenewsdetail {
	border-top-width: 4px;
	border-top-style: solid;
	font-size: 1.3rem;
	border-top-color: #000;
	color: #000;
    margin-top: 0px;

}

.widget-genrenewsdetail .wdg__inner {
	background-color: #e9e9e9;
    padding: 15px 20px 25px;
}

.widget-genrenewsdetail .heading--prd-lv2 {
	border-bottom-color: #666666;
	color: #000;
}


.widget-genrenewsdetail .heading--prd-lv2 {
	margin-bottom: 25px;
	padding-bottom: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
    border-left-style: none;
	font-family: Arial, Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック";
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.2;
}

/* tags */
/*.tags [class*="tags"]:not(.tags__icon){*/
    /*color: #193092;*/
/*}*/
.tags {
	margin-bottom: 10px;
	letter-spacing: -0.4em;
}
.tags__date {
	display: inline-block;
	margin-right: 1.0em;
	letter-spacing: normal;
    /*color: #000;*/
}
.tags__icon {
	display: inline-block;
	min-width: 50px;
	padding: 3px 8px 2px;
	-webkit-border-radius: 2px;
		 -moz-border-radius: 2px;
					border-radius: 2px;
	letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック";
	font-size: 1.2rem;
	line-height: 1.0;
	text-align: center;
}
.tags__icon--news {
	min-width: 115px;
	padding-left: 2px;
	padding-right: 2px;
}
.tags__icon--detail {
	min-width: 90px;
}

.txt-lead {
	margin-bottom: 1.0em;
	font-size: 1.5rem;
	font-weight: bold;
}



@media only screen and (max-width:768px) {

.main__inner .widget-genrenewsdetail {
	border-top-width: 3px;
	font-size: 1.2rem;
}

 .wdg__inner {
	padding: 10px 15px 15px;
    background-color: transparent;
}    
    
    
.widget-genrenewsdetail .heading--prd-lv2 {
	margin-bottom: 14px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	font-size: 1.7rem;
}


.tags__icon {
	min-width: 30px;
	font-size: 1.1rem;
}
.tags__icon--news {
	min-width: 85px;
}
.tags__icon--detail {
	min-width: 65px;
}    

    .main__inner p{
        	font-size: 1.2rem;
    }
    
    
    
}





/* column */

@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;
}
}
/* column */
.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: 10px;
}
}
@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;
}
.column--video .column__thum a:after {
background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll 0px -88px;
}
@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;
}
.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%;
}
}



.paragraph--01 {
	margin-top: 1em;
}



/* widget unique set */
/* widget__post */
.main__inner .widget-post,
.main__inner [class*="widget-"] + .widget-post {
	margin-top: 25px;
	text-align: right;
	border-top-style: none;
}
.main__column--aside .widget-post,
.main__column--aside [class*="widget-"] + .widget-post {
	text-align: left;
}
.widget-post .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;
	border-top-style: none;
}


@media all and (max-width:1219px) {
.main__column--aside .widget-post .pw-button {
	display: block !important;
}
.main__column--aside .widget-post .pw-button-line {
	display: none !important;
}
.main__column--aside .widget-post .pw-button + .pw-button {
	margin-top: 5px !important;
}
}
@media all and (max-width:767px) {
.widget-post .pw-button,
.main__column--aside .widget-post .pw-button {
	display: inline-block !important;
}
.widget-post .pw-button + .pw-button,
.main__column--aside .widget-post .pw-button + .pw-button {
	margin-top: 0 !important;
}
}





.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: none;

}
.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;
}
}


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

.btn--news {
	padding: 15px  10px;
	margin: 20px -10px;
	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;
}
    
    

    
}
