@charset "utf-8";

@media only screen and (max-width: 750px) {
	img {
		max-width: 100%;
	}
}

.main {
	text-align: center !important;
	max-width: 1200px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 110px;
}

/* PC・SP表示切り替え用 */
.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

@media only screen and (max-width: 750px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
		background-color: #000;
	}

	.main {
		margin-top: 100px;
	}
}

/* PC・SP表示切り替え用 */
.pc-v {
	display: block !important;
	background-image: url(../img/PC2_02.jpg);
}

.sp-v {
	display: none !important;
}

@media only screen and (max-width: 750px) {
	.pc-v {
		display: none !important;
	}

	.sp-v {
		display: block !important;
		background-color: #000;
	}
}

.scalpd_02_ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	font-size: 0;
	line-height: 0;
	padding: 0;
}