body { color: #000; }
.pc-none { display:none!important; }
.sp-none { display:block!important; }
a.disabled { pointer-events: none; }

/* メインビジュアル */
.visual-container {
	background: url(/wp/wp-content/themes/flashforge/images/page/flashprint5/visual_bg.jpg) no-repeat center #000;
	padding: 140px 0;
}
.visual-box {
	width: 1200px;
	margin: 0 auto;
}
.visual-box .ttl {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
}
.visual-box .catch-txt {
	width: 600px;
	margin: 15px 0 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
.price-btn {
	display: inline-block;
	margin: 0 5px;
	padding: 6px 50px 7px;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	border: 3px solid #0067b4;
	border-radius: 30px;
	transition: 0.3s;
}
.price-btn:hover {
	background: #0067b4;
}
.flashprint5-img {
	display: block;
	margin: 0 auto;
}

.ui-design-container {
	margin: 40px auto;
	position: relative;
}
.ui-design-txt {
	background: linear-gradient(90deg, #99a2aa 30%, #fff 100%);
	position: absolute;
	top: 25%;
	left: 46%;
	padding: 45px 60px;
	width: 50%;
}
.ui-design-txt h3 {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	position: relative;
}
.ui-design-txt h3::after {
	content: '';
	width: 40px;
	height: 4px;
	background-color: #fff;
	position: absolute;
	bottom: -10px;
	left: 0;
}
.ui-design-txt p {
	color: #fff;
}

.multi-container {
	height: 650px;
	margin: 40px auto;
	padding: 310px 0 0 17%;
	background: url(/wp/wp-content/themes/flashforge/images/page/flashprint5/multi_bg.jpg) no-repeat center;
}
.multi-txt {
	padding: 45px 60px;
}
.multi-txt h3 {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
	position: relative;
}
.multi-txt h3::after {
	content: '';
	width: 40px;
	height: 4px;
	background-color: #000;
	position: absolute;
	bottom: -10px;
	left: 0;
}

.remote-container {
	width: 1200px;
	height: 870px;
	margin: 0 auto;
	padding: 120px 0 0;
	background: url(/wp/wp-content/themes/flashforge/images/page/flashprint5/remote_bg.jpg) no-repeat center;
	text-align: center;
}
.remote-txt h3 {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
	position: relative;
}
.remote-txt h3::after {
	content: '';
	width: 40px;
	height: 4px;
	background-color: #000;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 20px)
}
.remote-txt ul {
	margin-top: 5px;
	display: flex;
	justify-content: center;
}
.remote-txt ul li {
	font-size: 17px;
	font-weight: 500;
}
.remote-txt ul li + li {
	margin-left: 15px;
}

.file-container {
	height: 606px;
	margin: 40px auto;
	padding: 220px 0 0 53%;
	background: url(/wp/wp-content/themes/flashforge/images/page/flashprint5/file_bg.jpg) no-repeat center;
}
.file-txt h3 {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
	position: relative;
}
.file-txt h3::after {
	content: '';
	width: 40px;
	height: 4px;
	background-color: #000;
	position: absolute;
	bottom: -10px;
	left: 0;
}

.preview-container {
	height: 894px;
	margin: 40px auto;
	padding: 310px 0 0 15%;
	background: url(/wp/wp-content/themes/flashforge/images/page/flashprint5/preview_bg.jpg) no-repeat center;
}
.preview-txt {
	padding: 45px 60px;
}
.preview-txt h3 {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
	position: relative;
}
.preview-txt h3::after {
	content: '';
	width: 40px;
	height: 4px;
	background-color: #000;
	position: absolute;
	bottom: -10px;
	left: 0;
}

.personalize-container {
	height: 516px;
	margin: 40px auto;
	padding: 220px 0 0 55%;
	background: url(/wp/wp-content/themes/flashforge/images/page/flashprint5/personalize_bg.jpg) no-repeat center;
}
.personalize-txt h3 {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	position: relative;
}
.personalize-txt h3::after {
	content: '';
	width: 40px;
	height: 4px;
	background-color: #fff;
	position: absolute;
	bottom: -10px;
	left: 0;
}
.personalize-txt p {
	color: #fff;
}

.slider-container {
	width: 1200px;
	margin: 160px auto 80px;
}
.slick-list {
	padding-bottom: 20px;
}










@media screen and (max-width: 896px) {
	body {
		font-size: 14px;
	}
	.pc-none { display:block!important; }
	.sp-none { display:none!important; }

	/* メインビジュアル */
	.visual-container {
		padding: 20px 15px;
		background: url(/wp/wp-content/themes/flashforge/images/page/flashprint5/visual_bg_sp.jpg) no-repeat bottom center/100% #000;
		flex-direction: column;
	}
	.visual-box {
		width: 100%;;
	}
	.visual-box .ttl { font-size: 32px; }
	.visual-box .catch-txt {
		width: 100%;
		margin: 20px 0 10px;
		font-size: 16px;
	}
	.price-btn {
		width: 100%;
		margin: 20px 5px 220px;
		padding: 4px 0 7px;
		color: #fff;
		font-size: 18px;
	}

	.ui-design-container {
		margin: 0;
		display: flex;
		flex-direction: column-reverse;
	}
	.ui-design-txt {
		position: unset;
		width: 100%;
		padding: 20px 15px;
		background: #99a2aa;
	}
	.ui-design-txt h3 {
		font-size: 22px;
	}

	.multi-container {
		height: auto;
		margin: 30px auto 40px;
		padding: 0 15px;
		display: flex;
		align-items: center;
		background: none;
	}
	.multi-txt {
		padding: 0 15px 0 0;
	}
	.multi-txt h3 {
		font-size: 22px;
	}
	.multi-container img {
		width: 45%;
	}

	.remote-container {
		width: 100%;
		height: 400px;
		margin: 0 auto;
		padding: 15px 15px 0;
		background: url(/wp/wp-content/themes/flashforge/images/page/flashprint5/remote_bg.jpg) no-repeat bottom center/100% #d5dee5;
	}
	.remote-txt h3 {
		font-size: 22px;
	}
	.remote-txt ul {
		align-items: flex-start;
		flex-direction: column;
	}
	.remote-txt ul li {
		font-size: 15px;
	}
	.remote-txt ul li + li {
		margin-left: 0;
	}

	.file-container {
		height: auto;
		margin: 40px auto;
		padding: 0 15px;
		background: none;
	}
	.file-txt h3 {
		font-size: 22px;
	}
	.file-container img {
		width: 80%;
		margin: 0 auto;
	}

	.preview-container {
		height: auto;
		margin: 40px auto;
		padding: 0;
		background: none;
	}
	.preview-txt {
		padding: 0 15px;
	}
	.preview-txt h3 {
		font-size: 22px;
	}

	.personalize-container {
		height: auto;
		margin: 40px auto;
		padding: 0;
		background: #161A23;
	}
	.personalize-txt {
		padding: 20px 15px;
	}
	.personalize-txt h3 {
		font-size: 22px;
	}
	.personalize-container img {
		width: 70%;
		margin: 0 auto;
	}

	.slider-container {
		width: 100%;
		margin: 40px auto 60px;
	}
	.slick-slide {
		margin: 0 10px;
	}





}