/*-----------------------------------------
** news
-----------------------------------------*/
html,body{
	background: rgba(255,255,255,1.0);
}
.__min {
	font-family: YakuHanMP,'Noto Serif JP','游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
}
.__goth {
	font-family: YakuHanJP,'Noto Sans JP','游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
}

#artist_comment{}
section {
	width: 100%;
	position: relative;
}
.__inner {
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
	position: relative;
}

#artist_comment h1{
	color: rgba(234,104,152,1.0);
	font-size: 1.85rem;
	font-family: YakuHanMP,'Noto Serif JP','游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
	margin: 30px 0 100px;
}
.__artist {
	display: flex;
	margin-bottom: 100px;
}
.__arsha {
	max-width: 500px;
}
.__text {
	width: calc(100% - 500px);
	padding-left: 25px;
}
.__text .__name {
	font-family: YakuHanMP,'Noto Serif JP','游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
	font-size: 1.75rem;
	color: rgba(234,104,152,1.0);
	margin: 0 0 25px;
}
.__text .__name span {
	font-size: 75%;
}



#artist_comment img {
	max-width:100%;
	/*max-width:750px;*/
	height:auto !important;
	vertical-align: top;
}
#artist_comment img {
	max-width:100%;
	/*max-width:750px;*/
	height:auto !important;
	vertical-align: top;
}
#artist_comment img.size-L {
	max-width: 100%;
}
#artist_comment img.size-M {
	width: 600px;
}
#artist_comment img.size-S {
	width: 400px;
}
#artist_comment img.size-XS {
	width: 200px;
}
#artist_comment img.size-m:nth-child(n+2) {
	margin-left: 1%;
}
#artist_comment img.size-s:nth-child(n+2) {
	margin-left: 1%;
}
#artist_comment p{
	font-size: 0.96rem;
	margin: 1em 0;
	word-wrap : break-word;
	overflow-wrap : break-word;
	line-height: 1.8;
	font-family: YakuHanJP, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: rgba(0,0,0,1.30);
}
#artist_comment .button{
	display: none;
}

.__2x {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	letter-spacing: -0.4em;
}
.__2x li {
	width: 50%;
	display: inline-block;
	letter-spacing: normal;
	margin-left: 0;
	margin-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}
.__2x li img {
	max-width: 100% !important;
	height: auto;
}
.__2x li span {
	display: block;
	font-size: 11px;
}

.__3x {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	letter-spacing: -0.4em;
}
.__3x li {
	width: 33.3333333%;
	display: inline-block;
	letter-spacing: normal;
	margin-left: 0;
	margin-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}
.__3x li img {
	max-width: 100% !important;
	height: auto;
}
.__3x li span {
	display: block;
	font-size: 11px;
	text-align: center;
}

.__4x {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 30px;
	letter-spacing: -0.4em;
}
.__4x li {
	width: 25%;
	display: inline-block;
	/*float: left;*/
	letter-spacing: normal;
	margin-left: 0;
	margin-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}
.__4x li img {
	max-width: 250px !important;
	width: auto;
	vertical-align: top;
	margin-bottom: 7px;
}
.__4x.__bd li img {
	max-width: 100% !important;
	height: auto;
	vertical-align: top;
	margin-bottom: 7px;
}
.__4x li span {
	display: block;
	font-size: 10px;
}

.bold {
	font-weight: bold;
}

.__L {
	width: 20%;
	float: left;
	padding-right: 15px;
}
.__R {
	width: 80%;
	float: left;
}
.__R p {
	margin: 0 0 1em !important;
}
.__L.__2 {
	width: 30%;
	float: left;
	padding-right: 15px;
}
.__R.__2 {
	width: 70%;
	float: left;
}


/*yotube*/
.__movie-wrap {
	margin: 0 auto 50px;
	width: 100%;
	/*max-width: 720px;*/
	max-width: 100%;
	position: relative;
	/*top: 50%;
	left: 0;
	transform: translateY(-50%);*/
}
.__movie-wrap-inner {
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}
.__movie-wrap-inner iframe {
	height: 100% !important;
	left: 0;
	position: absolute;
	top: 0;
	width: 100% !important;
}

@media screen and (max-width:640px) {
	#artist_comment h1{
		color: rgba(234,104,152,1.0);
		font-size: 1.45rem;
		font-family: YakuHanMP,'Noto Serif JP','游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
		margin: 30px 0 50px;
	}
	.__artist {
		display: block;
		margin-bottom: 50px;
	}
	.__arsha {
		max-width: 100%;
		margin-bottom: 25px;
	}
	.__text {
		width: 100%;
		padding-left: 0;
	}
	.__text .__name {
		font-family: YakuHanMP,'Noto Serif JP','游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
		font-size: 1.35rem;
		color: rgba(234,104,152,1.0);
		margin: 0 0 20px;
	}
	
	#artist_comment img.size-L,
	#artist_comment img.size-M,
	#artist_comment img.size-S,
	#artist_comment img.size-XS {
		max-width:100%;
		width: 100%;
		margin: 0 0 1% 0 !important;
	}
	#artist_comment .button{
		display: block;
		margin: 30px auto 0;
		border: solid 2px rgba(0,0,0,1.0);
		color: rgba(131,0,93,1.0);
		text-align: center;
		width: 250px;
		border-radius: 3px;
		padding: 15px 0;
	}
	#artist_comment .button a{
		display: block;
		width: 100%;
		height: 100%;
		color: #E85298;
	}
	#artist_comment .button a img{
		width: 80px;
		display: block;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.__2x {
		list-style: none;
		padding-left: 0;
		margin-left: 0;
		letter-spacing: -0.4em;
	}
	.__2x li {
		width: 100%;
		display: inline-block;
		letter-spacing: normal;
		margin-left: 0;
		margin-bottom: 10px;
		padding-left: 0;
		padding-right: 0;
		vertical-align: top;
	}
	.__2x li img {
		max-width: 100% !important;
		height: auto;
	}

	.__3x {
		list-style: none;
		padding-left: 0;
		margin-left: 0;
		letter-spacing: -0.4em;
	}
	.__3x li {
		width: 100%;
		display: inline-block;
		letter-spacing: normal;
		margin-left: 0;
		margin-bottom: 10px;
		padding-left: 0;
		padding-right: 0;
		vertical-align: top;
	}
	.__3x li img {
		max-width: 100% !important;
		height: auto;
	}

	.__4x {
		list-style: none;
		padding-left: 0;
		margin-left: 0;
		margin-bottom: 10px;
		letter-spacing: -0.4em;
	}
	.__4x li {
		width: 49%;
		display: inline-block;
		/*float: left;*/
		letter-spacing: normal;
		margin-left: 0;
		margin-bottom: 15px;
		padding-left: 10px;
		padding-right: 10px;
		vertical-align: top;
	}
	.__4x li img {
		max-width: 100% !important;
		height: auto;
		vertical-align: top;
		margin-bottom: 7px;
	}
	.__4x li span {
		display: block;
		font-size: 10px;
	}
	
	.__L {
		width: 45%;
		float: inherit;
		padding-right: 0;
		margin: 0 0 1em; 0
	}
	.__L.__2 {
		width: 100%;
		float: inherit;
		padding-right: 0;
		margin: 0 0 1em; 0
	}
	.__R,
	.__R.__2 {
		width: 100%;
		float: inherit;
	}

}