@charset "utf-8";

/* RESPONSIVE */
/* -------------------------------------------------- */
@media screen and (min-width: 1024px) {

	/* 980px以上用（PC用）の記述 */
	/* メインビジュアル */
	#fv::after {
		background: url(../../img/mv/mv_successive.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	#successive {
		letter-spacing: -0.4em;
	}

	#successive li {
		width: 25%;
		margin-bottom: 15px;
		display: inline-block;
		letter-spacing: normal;
		line-height: 1.3;
		text-align: center;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

	/* 768px - 979px用（タブレット用）の記述 */
	/* メインビジュアル */
	#fv::after {
		background: url(../../img/mv/mv_successive.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	#successive {
		letter-spacing: -0.4em;
	}

	#successive li {
		width: 25%;
		margin-bottom: 10px;
		display: inline-block;
		letter-spacing: normal;
		line-height: 1.3;
		text-align: center;
	}

	#successive li img {
		width: 90%;
		height: auto;
		padding-bottom: 5px;
	}
}

@media screen and (max-width: 767px) {

	/* 479px以下用（スマートフォン用）の記述 */
	/* メインビジュアル */
	#fv::after {
		background: url(../../img/mv/mv_successive.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	#successive {
		display: flex;
		flex-wrap: wrap;
		gap: 10px 2%;
	}

	#successive li {
		width: 32%;
		letter-spacing: normal;
		line-height: 1.3;
		text-align: center;
		font-size: 1.2rem;
	}

	#successive li img {
		width: 100%;
		height: auto;
		padding-bottom: 5px;
	}
}