/*============================================================================

		hl

============================================================================*/
.collabo_wrap .title{
	position: relative;
	margin: -3px auto 0;
}
.collabo_wrap .title img {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    opacity: .5;
}
.collabo_wrap .title h2 {
	position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	color:#fff;
	background-color: #090909;
	font-size:1em;
	font-weight: 500;
	line-height: 1;
	padding: 1px 10px 3px;
}

@media screen and (max-width:1024px){
.collabo_wrap .title img {
    margin:30px auto 0;
}
}
/*============================================================================

		contents

============================================================================*/
.collabo_wrap{
	background: #f5f5f5;
	position: relative;
    padding: 5% 0 0;
}
.collabo_wrap::before{
	display: block;
	content: "";
	position: fixed;
	background: #fff;
	width: 2100px;
	height: 55vh;
	bottom: 0%;
	left: 50%;
	transform: rotate(-8deg) translateX(-50%);
}
.collabo_wrap .cont_inner {
    padding: 100px 0 260px;
}
@media screen and (max-width:767px){
.collabo_wrap .cont_inner {
    padding: 50px 0 140px;
}
}
/*-------- yt_collab_area --------*/
.yt_collabo_area{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:25px 20px;
}
.yt_collabo {
    width: 100%;
	max-width: 280px;
}
.yt_collabo.thumb img{
	border-radius: 7px;
}
.yt_collabo.thumb{
	position: relative;
	transition: .1s ease-in-out;
}
.yt_collabo.thumb:hover{
	opacity: 0.8;
	transform: scale(1.025) translateY(-10px);
	cursor: pointer;
}
.yt_collabo.thumb::before{
	position: absolute;
	content: "";
    display: block;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 0.55;
    background: #090909;
}
.yt_collabo.thumb::after{
	position: absolute;
	content: "";
    display: block;
    top: 40%;
    left: 51%;
    transform: translate(-50%, -50%);
    opacity: 0.8;
}
.yt_collabo.thumb::before{
    width: 50px;
    height: 50px;
}
.yt_collabo.thumb::after{
    width: 0;
    height: 0;
	border-top: 12px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 12px solid transparent;
}
.yt_collabo .txt{
	font-size: 12px;
	font-weight: 400;
	color:#090909;
    line-height: 1.6;
	margin: 6px 0 0;
	display: block;
	overflow-wrap: break-word;
}
.yt_collabo .url{
	font-size: 10.5px;
	padding: 0 6px 1px;
	border:1px solid #090909;
	color:#090909;
	display: none;
	
}
@media screen and (max-width:1024px){
.yt_collabo {
    width: 30%;
}
.yt_collabo .url{
	font-size: .65em;
	display: none;
}
}
@media screen and (max-width:767px){
.yt_collabo_area{
	width: 90%;
    margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:17px 0;
}
.yt_collabo {
    width: 48%;
}
.yt_collabo.thumb img{
	border-radius: 5px;
}
.yt_collabo.thumb:hover{
	opacity: 0.8;
	transform: none;
	cursor: pointer;
}
.yt_collabo.thumb::before{
    top: 33%;
    left: 50%;
}
.yt_collabo.thumb::after{
    top: 33%;
    left: 51%;
}
.yt_collabo.thumb::before{
    width: 30px;
    height: 30px;
}
.yt_collabo.thumb::after{
    width: 0;
    height: 0;
	border-top: 8px solid transparent;
    border-left: 13px solid #fff;
    border-bottom: 8px solid transparent;
}
.yt_collabo .txt {
	line-height: 1.5;
}
.yt_collabo .url{
	font-size: .75em;
	padding: 0 4px 1px;
	border: none;
	color: #585858;
	background: #ffffff;
	border-bottom: 1px solid;
	border-top: 1px solid;
}
}

/*============================================================================

		footer

============================================================================*/
.ft_img01{
	max-width: 640px;
	top:-140px;;
}
@media screen and (max-width:428px){
	.ft_img01{
		top:-80px;;
	}
}