@media (max-width: 1030px) {
	.brand01::before {
		top: 0;
	}

	.brand03::before {
		top: -7%;
	}

	.brand04::before {
		top: -3%;
	}
}

@media (max-width: 980px) {

	/*===============================
MARK: MAIN-CONTENT
=================================*/
	.brand-detail .d-flex {
		gap: 30px;
	}
}

@media (max-width: 920px) {
	.brand02::before {
		top: -5%;
	}
}

@media (max-width: 620px) {

	/*===============================
	MARK: common
	=================================*/
	html,
	body {
		overflow-x: hidden;
	}

	.pc-content {
		display: none !important;
	}

	.sp-content {
		display: block;
	}

	.container {
		padding-inline: 40px;
	}

	/*===============================
MARK: ボタン
=================================*/
	.btn {
		font-size: var(--fz16);
	}

	.btn::after {
		width: 40px;
		height: 40px;
		margin-left: 20px;
	}

	.btn02-wrap {
		display: flex;
		width: 100%;
		justify-content: end;
	}

	.btn02 {
		font-size: var(--fz14);
		padding: 15px 30px 15px 0;
	}

	.btn02::after {
		width: 20px;
		height: 20px;
	}

	/*===============================
	MARK: header
	=================================*/
	.site-header {
		padding-block: 17px 16px;
	}

	.site-logo {
		padding: 17px 0 0 0;
		width: 60px;
	}

	.site-logo a {
		display: block;
	}

	.site-ttl {
		bottom: 40px;
	}

	/*===============================
MARK: MV
=================================*/
	.mv-img img {
		height: 450px;
	}

	/*===============================
	MARK: main content
	=================================*/
	.brand-read h2 {
		width: 230px;
		margin: 0 auto 40px;
	}

	.brand-read p {
		font-size: 17px;
	}

	.brand-detail {
		padding-top: 50px;
	}

	.brand-detail>.container {
		flex-direction: column !important;
	}

	.brand-detail .d-flex {
		gap: 45vw;
	}

	.brand-detail .d-flex:last-of-type {
		gap: 35px;
		margin-top: 30px;
	}

	.brand-img {
		width: 100%;
	}

	.col-text,
	.col-image {
		width: 100%;
	}

	.col-text {
		white-space: normal;
	}

	.col-image {
		padding-right: 40px !important;
	}

	.col-text p {
		font-size: var(--fz12);
	}

	/* スライダーページネーション調整 */
	.splide__pagination {
		gap: 10px;
	}

	.splide__pagination__page {
		width: 9px;
		height: 9px;
	}

	.brand01-wrap {
		padding: 60px 0 70px;
	}

	.brand02-wrap {
		padding: 0;
	}

	.brand03-wrap {
		padding: 60px 0 40px;
	}

	.brand04-wrap {
		padding: 10px 0 100px;
	}

	.brand04 .btn-wrap {
		margin-top: 70px;
	}

	.brand01 {
		padding: 0 0 20px;
	}

	.brand01::before {
		top: 32.5%;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		width: 85%;
	}

	.brand01::after {
		bottom: -9%;
		left: 6%;
	}

	.brand02::before {
		top: 35.5%;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		width: 85%;
	}

	.brand02::after {
		bottom: -10%;
		right: auto;
		left: 10%;
	}

	.brand03::before {
		top: 33.5%;
		left: 50%;
		transform: translateX(-50%);
		width: 83%;
	}

	.brand03::after {
		bottom: -7%;
		left: 6%;
		width: 38%;
	}

	.brand04::before {
		top: 32.5%;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		width: 85%;
	}

	.brand04::after {
		bottom: 6%;
		right: auto;
		left: 6%;
		width: 37%;
	}

	#service {
		padding-block: 60px 50px;
	}

	#service::before {
		top: -6%;
	}

	#service h3 {
		font-size: var(--fz30);
	}

	#service h3+p {
		font-size: 1rem;
	}

	#service .d-flex {
		flex-direction: column;
	}

	.other .d-flex {
		flex-direction: column;
		gap: 15px;
	}

	.other h3 {
		text-align: center;
	}

	.bnr-inner img {
		width: 180px;
	}

	/*===============================
	MARK: footer
	=================================*/
	.site-footer {
		padding-block: 80px 70px;
	}

	.footer-inner {
		flex-direction: column;
	}

	.footer-inner .btn-wrap {
		text-align: center;
		align-self: center;
	}

	.copyright {
		margin-top: 80px;
		font-weight: 400;
		font-size: var(--fz14);
	}
}