<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* PC用 */
@media screen and (min-width:768px){
	.profile-img{
		position: relative;
		z-index: 10;
	}
	
	.profile-img:after{
		display: block;
		content: "";
		width: 180px;
		height: 134px;
		background: url("https://gigaplus.makeshop.jp/dartshive/special/2021_officialplayer/images/mayuko_morita/sign.png") 0 0 no-repeat;
		background-size: 100%;
		position: absolute;
		top: 50px;
		right: 30px;
		z-index: 1;
	}
}



/* SP用 */
@media screen and (max-width:767px){
	.profile-img{
		height: auto;
	}
	
	.profile-comment{
		margin-top: 20px;
		font-size: 14px;
		line-height: 2;
	}
	
	.profile-detail-data:after{
		display: block;
		content: "";
		width: 180px;
		height: 134px;
		background: url("https://gigaplus.makeshop.jp/dartshive/special/2021_officialplayer/images/mayuko_morita/sign.png") 0 0 no-repeat;
		background-size: 100%;
		margin: 20px auto 0;
	}
	
	.youtube-detail{
		background: #c5c5c5;
	}
}</pre></body></html>