.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;
}

.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;
}

.category {
	width: 100vw;
	padding-top: 11.51vw;
	padding-bottom: 14.354vw;
}

.category__container {
	width: 83.33vw;
	margin: 0 auto 0;
}

.category__row1 {
	width: 64.583vw;
	margin: 0 auto 0;
	display: flex;
	justify-content: space-between;
}

.category__image1 {
	width: 32.292vw;
	height: 22.031vw;
}

.category__text-wrap {
	width: 27.604vw;
}

.category__text-title {
	font-size: 1.563vw;
	font-weight: 500;
	line-height: 1.83;
	letter-spacing: 0.02em;
}

.category__text {
	margin-top: 1.823vw;
	font-size: 0.938vw;
	font-weight: 400;
	line-height: 1.94;
	letter-spacing: 0.05em;
}

.category__row2 {
	width: 64.583vw;
	margin: 0 auto 0;
	margin-top: 8.177vw;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.category__lineup-title {
	font-size: 1.563vw;
	font-weight: 500;
	margin-top: 11.198vw;
	text-align: center;
}

.category__box {
	width: 83.333vw;
	height: 31.25vw;
	margin: 0 auto 0;
	margin-top: 9.479vw;
}

.lineup__row {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 8.156vw;
	width: 64.427vw;
	margin: 0 auto 0;
	margin-top: 5.208vw;
}

.lineup__item {
	width: 19.792vw;
}

.lineup__image {
	width: 19.792vw;
	height: 19.792vw;
	position: relative;
}

.lineup__image-viewmore {
	position: absolute;
	right: 0.573vw;
	bottom: 0.526vw;
	width: 5.208vw;
	height: 1.089vw;
	background-image: url('../images/category/viewmore.png');
	background-size: cover;
}

.lineup__item-subtext {
	font-size: 0.833vw;
	font-weight: 500;
	line-height: 1.75;
	margin-top: 0.521vw;
	color: #707070;
	border-bottom: 1px solid #707070;
}

.lineup__item-name {
	font-size: 0.99vw;
	font-weight: 500;
	line-height: 1.684;
	letter-spacing: 0.02em;
	margin-top: 0.99vw;
}

.lineup__item-text {
	font-size: 0.833vw;
	font-weight: 400;
	line-height: 1.75;
	margin-top: 0.833vw;
}

.lineup__item-btn {
	display: block;
	width: 19.792vw;
	height: 2.604vw;
	border-radius: 2.083vw;
	background-color: #DF4738;
	color: white;
	font-size: 0.833vw;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.08em;
	margin-top: 1.302vw;
	text-decoration: none;
	padding: 0.698vw 7.5vw 0.656vw 9.4vw;
	position: relative;
}

.lineup__item-btn-icon {
	position: absolute;
	top: 0.589vw;
	left: 7.5vw;
	width: 1.771vw;
	height: 1.466vw;
	background-image: url('../images/category/cart-icon.png');
	background-size: cover;
}

.lineup__item-link-p {
	font-size: 0.833vw;
	margin-top: 0.594vw;
}

.lineup__item-link-p2 {
	font-size: 0.833vw;
	margin-top: 0.313vw;
}

.lineup__item-link {
	color: unset;
	text-decoration: none;
}

@media screen and (max-width: 780px) {

	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
	.h1 {
		width: 100vw;
		padding: 26.667vw 4vw 11.2vw 4vw;
	}

	.h1__title {
		font-size: 7.467vw;
		font-weight: 500;
	}
	
	.h1__text {
		width: 92vw;
		font-size: 3.733vw;
		font-weight: 400;
		line-height: 1.786;
		margin-top: 5.867vw;
	}
	
	.fv {
		width: 100vw;
		height: 48vw;
	}

	.fv__person-image {
		display: none;
	}

	.category {
		width: 100vw;
		padding-top: 16.427vw;
		padding-bottom: 17.733vw;
	}

	.category__container {
		width: 91.867vw;
		margin: 0 auto 0;
	}

	.category__row1 {
		width: 92vw;
		margin: 0 auto 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.category__image1 {
		width: 92vw;
		height: 64.533vw;
	}

	.category__text-wrap {
		width: 92vw;
	}

	.category__text-title {
		margin-top: 5.867vw;
		font-size: 5.333vw;
		font-weight: 500;
		line-height: 1;
		letter-spacing: 0;
	}

	.category__text {
		margin-top: 3.467vw;
		font-size: 3.733vw;
		font-weight: 400;
		line-height: 1.94;
		letter-spacing: 0.05em;
	}

	.category__row2 {
		width: 92vw;
		margin: 0 auto 0;
		margin-top: 16vw;;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.category__lineup-title {
		font-size: 5.333vw;
		font-weight: 500;
		margin-top: 26.773vw;
		text-align: center;
	}

	.category__box {
		display: none;
		width: 83.333vw;
		height: 31.25vw;
		margin: 0 auto 0;
		margin-top: 9.479vw;
	}

	.lineup__row {
		display:flex;
		justify-content: space-between;
		flex-wrap: wrap;
		row-gap: 14.427vw;
		width: 92vw;
		margin: 0 auto 0;
		margin-top: 5.867vw;
	}

	.lineup__item {
		width: 44.4vw;
	}

	.lineup__image {
		width: 44.267vw;
		height: 44.267vw;
		position: relative;
	}

	.lineup__image-viewmore {
		display: none;
		position: absolute;
		right: 0.573vw;
		bottom: 0.526vw;
		width: 5.208vw;
		height: 1.089vw;
		background-image: url('../images/category/viewmore.png');
		background-size: cover;
	}

	.lineup__item-subtext {
		font-size: 2.933vw;
		font-weight: 500;
		line-height: 1.75;
		margin-top: 1.867vw;
		color: #707070;
		border-bottom: 1px solid #707070;
	}

	.lineup__item-name {
		font-size: 3.733vw;
		font-weight: 500;
		line-height: 1.684;
		letter-spacing: 0.02em;
		margin-top: 2.933vw;
	}

	.lineup__item-text {
		font-size: 3.2vw;
		font-weight: 400;
		line-height: 1.75;
		margin-top: 1.867vw;
	}

	.lineup__item-btn {
		display: block;
		width: 44.267vw;
		height: 10.667vw;
		border-radius: 7.467vw;
		background-color: #DF4738;
		color: white;
		font-size: 3.733vw;
		font-weight: 400;
		line-height: 1;
		letter-spacing: 0;
		margin-top: 2.933vw;
		text-decoration: none;
		padding: 3.467vw 14.773vw 3.467vw 18.293vw;
		position: relative;
	}

	.lineup__item-btn-icon {
		position: absolute;
		top: 2.693vw;
		left: 2.88vw;
		width: 6.571vw;
		height: 5.44vw;
		background-image: url('../images/category/cart-icon.png');
		background-size: cover;
	}

	.lineup__item-link-p {
		font-size: 3.467vw;
		margin-top: 1.493vw;
	}

	.lineup__item-link-p2 {
		font-size: 3.467vw;
		margin-top: 0.827vw;
	}

	.lineup__item-link {
		color: unset;
		text-decoration: none;
	}	
}