.pc {
	display: block;
}

.sp {
	display: none;
}

.h1 {
	width: 100vw;
	padding-top: 12.083vw;
	padding-bottom: 8.958vw;
	padding-left: 7.552vw;
}

.h1__title {
	font-size: 2.604vw;
	font-weight: 500;
}

.h1__text {
	width: 46.875vw;
	font-size: 0.938vw;
	font-weight: 400;
	line-height: 1.94;
	margin-top: 2.656vw;
}

.fv {
	width: 100vw;
	height: 31.25vw;
	background: url('../images/lineup/fv.jpg');
	background-size: cover;
	position: relative;
}

.fv__person-image {
	width: 110.5px;
	height: 193.44px;
	position: absolute;
	top: -201.44px;
	right: 182.5px;
	background-image: url('../images/lineup/person.png');
	background-size: cover;
}

.lineup {
	width: 100vw;
	padding-top: 11.979vw;
	padding-bottom: 14.083vw;
}

.lineup__container {
	width: 84.375vw;
	margin: 0 auto 0;
}

.lineup__row {
	width: 84.375vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 6.354vw;
}

.lineup__link {
	text-decoration: none;
	color: unset;
}

.lineup__item {
	width: 27.083vw;
}

.lineup__image {
	width: 27.083vw;
	height: 27.083vw;
}

.lineup__name-row {
	width: 26.042vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1.302vw;
}

.lineup__name {
	font-size: 1.563vw;
	font-weight: 500;
	line-height: 1.83;
	letter-spacing: 0.02em;
}

.lineup__icon {
	width: 2.031vw;
	height: 0.406vw;
	background-image: url('../images/lineup/arrow.png');
	background-size: cover;
}

.lineup__text {
	width: 26.042vw;
	font-size: 0.938vw;
	line-height: 1.94;
	letter-spacing: 0.05em;
	margin-top: 1.042vw;
}


@media screen and (max-width: 780px) {

	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
	.h1 {
		width: 100vw;
		padding: 100px 15px 42px 15px;
	}

	.h1__title {
		font-size: 28px;
		font-weight: 500;
	}
	
	.h1__text {
		width: 345px;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.786;
		margin-top: 22px;
	}
	
	.fv {
		width: 375px;
		height: 180px;
		background: url('../images/lineup/fv.jpg');
		background-size: cover;
	}

	.fv__person-image {
		display: none;
	}
	
	.lineup {
		width: 375px;
		padding-top: 58px;
		padding-bottom: 125px;
	}
	
	.lineup__container {
		width: 322px;
		margin: 0 auto 0;
	}
	
	.lineup__row {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		row-gap: 65px
	}
	
	.lineup__link {
		text-decoration: none;
		color: unset;
	}
	
	.lineup__item {
		width: 322px;
	}
	
	.lineup__image {
		width: 322px;
		height: 322px;
	}
	
	.lineup__name-row {
		width: 322px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 7px;
	}
	
	.lineup__name {
		font-size: 20px;
		font-weight: 500;
		line-height: 1.83;
		letter-spacing: 0.02em;
	}
	
	.lineup__icon {
		width: 18.57px;
		height: 3.71px;
		background-image: url('../images/lineup/arrow-sp.png');
		background-size: cover;
	}
	
	.lineup__text {
		width: 322px;
		font-size: 11px;
		line-height: 1.636;
		letter-spacing: 0;
		margin-top: 6px;
	}
	
	
}