
@charset "UTF-8";



/*comment*/


.comment-area{
	background-color: hsla(0,0%,100%,0);
	padding: 40px;
	border: 1px solid hsla(0,0%,100%,0.3);
}

.comment-area a{
	color: #F45AB3;
	word-break: break-all;
}

.comment2{
	border: 1px solid hsla(0,0%,100%,0.2);
}


@media (max-width: 767px) {
	
.comment-area{

	padding:20px 10px;
}	
	
}




/*about*/

.text-about{
font-size: clamp(0.9rem, 0.791rem + 0.55vw, 1.2rem);
	line-height: 1.8;
}

.base-black{
	background-color: hsla(0,0%,4%,1.00);	
}


.color-04{
	color: var( --color-04);
}




.imgH img{
	height:100%;
	width:auto;
}


@media (max-width: 767px) {
.imgH img{
	height:auto;
	width:100%;
}	
	
}