body{
	background-color: #EDE9E2;
}
section{
	padding: 0;
}
.sns-banner{
	position: relative;
}
.pc-banner{
	width: 100%;
	height: 22vw;
	overflow: hidden;
	& > img{
		object-fit: cover;
		object-position: center;
		width: 100%;
		height: 100%;
		vertical-align: middle;
	}
}
.sp-banner{
	display: none;
	width: 100%;
	height: 110vw;
	overflow: hidden;
	& > img{
		object-fit: cover;
		object-position: center;
		width: 100%;
		height: 100%;
		vertical-align: middle;
	}
}
.brand-head{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30%;
	transform: translate(-10%,45%);
	z-index: 1;
	& > img{
		object-fit: cover;
		object-position: center;
		width: 100%;
		height: 100%;
	}
}
.sns-page{
	background-image: url("../images/background/01_bg-pc.png");
	background-color: #F57604;
	background-repeat: no-repeat;
	background-size: cover;
	/*padding: 193px 12vw 485px;*/
	padding: 12vw;
	height: auto;
}
.sns-links{
	display: flex;
	flex-wrap: wrap;
}
.sns-link{
	width: 25%;
	padding: 0 .5rem;
	& > a{
		text-decoration: none;
	}
}
.link-img{
	text-align: center;
	& > img{
		width: 70%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
}
.link-info{
	font-size: 1.1vw;
	--info-height : 3.5em;

	margin-top: 20px;
	/*max-height: 69px;*/
	text-align: center;
	background: #000;
	border: 5px solid #000;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 98% 100%, 0% 100%);
	clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
}
.link-name{
	display: flex;
	justify-content: center;
	align-items: center;

	line-height: 0.85vw;
	height: 4vw;
	font-weight: 700;
	color: white;
}
@media screen and (max-width: 760px){
	.pc-banner{
		display: none;
	}
	.sp-banner{
		display: block;
	}
	.brand-head{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 60vw;
		transform: translate(-15%,150%);
		z-index: 1;
	}
	.sns-page{
		background-image: url("../images/background/01_bg-sp.png");
		padding: 135px 2vw 400px;
		background-size: auto 120%;
	}
	.sns-links{
		flex-direction: column;
	}
	.sns-link{
		display: flex;
		justify-content: center;
		width: 350px;
		max-width: 70%;
		margin: 0 auto;
		margin-top: 15vw;
	}
	.link-info{
		width: 280px;
		font-size: 16px;
	}
	.link-name{
		height: auto;
		line-height: 12px;
		padding: 3.5vw;
	}
}
