.bg-color {
	color: #fff;
	background: #000;
}
.breadcrumbs_back { margin: 0; }

/* メインビジュアル */
.main-container {
	margin-bottom: 140px;
	background: url(/wp/wp-content/themes/appletree/images/page/bl-h2d-pro/main_bg.jpg) no-repeat center / cover;
	aspect-ratio: 20 / 8;
	display: flex;
	align-items: center;
}
.main-wrap {
	max-width: 95vw;
	width: 1200px;
	margin: 0 auto;
}
.main-wrap .ttl {
	font-size: clamp(34px, 3vw, 56px);
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
}
.main-wrap .lead {
	margin: 0 0 40px;
	font-size: clamp(16px, 1.2vw, 22px);
	color: #ddd;
	line-height: 1.2;
}
.main-btn {
	display: flex;
	flex-wrap: wrap;
	width: 50%;
}
.main-btn a {
	display: inline-block;
	width: 220px;
	margin: 0 10px 10px 0;
	padding: 8px 0;
	font-size: clamp(14px, 1vw, 18px);
	text-align: center;
	color: #fff;
	border: 1px solid #00AE42;
	border-radius: 5px;
	background: #00AE42;
	transition: background-color 0.3s, color 0.3s;
}
.main-btn a:hover {
	text-decoration: none;
	color: #00AE42;
	background: #fff;
	opacity: 1;
}
.main-img {
	width: 40%;
}
@media screen and (max-width: 1199px) {
	.main-container {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	.main-container {
		margin-bottom: 60px;
		background: url(/wp/wp-content/themes/appletree/images/page/bl-h2d-pro/main_bg_sp.jpg) no-repeat center / cover;
		aspect-ratio: 3 / 4;
	}
	.main-wrap {
		height: 100%;
		padding: 30px 0 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		text-align: center;
	}
	.main-btn {
		justify-content: center;
		width: 100%;
	}
	.main-btn a {
		width: 46%;
	}
}

.black-heading-ttl, .white-heading-ttl, .green-heading-ttl {
	margin: 0 0 20px;
	font-size: clamp(22px, 2.2vw, 36px);
	font-weight: bold;
	line-height: 1.4;
}
.black-lead-ttl, .white-lead-ttl, .green-lead-ttl {
	margin: 0 0 15px;
	font-size: clamp(18px, 2vw, 24px);
	font-weight: bold;
	line-height: 1.4;
}
.black-lead-txt, .white-lead-txt, .green-lead-txt {
	margin: 0 0 15px;
	font-size: clamp(14px, 1.6vw, 16px);
	line-height: 1.4;
}
.black-heading-ttl, .black-lead-ttl, .black-lead-txt { color: #000000; }
.white-heading-ttl, .white-lead-ttl, .white-lead-txt { color: #ffffff; }
.green-heading-ttl, .green-lead-ttl, .green-lead-txt { color: #00cd0a; }
@media screen and (max-width: 1199px) {
	.black-heading-ttl, .white-heading-ttl, .green-heading-ttl {
		margin: 0 0 15px;
	}
	.black-lead-ttl, .white-lead-ttl, .green-lead-ttl,
	.black-lead-txt, .white-lead-txt, .green-lead-txt {
		margin: 0 0 10px;
	}
}
@media screen and (max-width: 767px) {
	.black-heading-ttl, .white-heading-ttl, .green-heading-ttl,
	.black-lead-ttl, .white-lead-ttl, .green-lead-ttl,
	.black-lead-txt, .white-lead-txt, .green-lead-txt {
		margin: 0 0 8px;
	}
}

#section1::before,
#section2::before,
#section3::before,
#section4::before,
#section5::before,
#section6::before,
#section7::before,
#section8::before,
#section9::before {
	content: '';
	display: block;
	height: 120px;
	margin-top: -120px;
}

.buildsize-container {
	max-width: 95vw;
	width: 1200px;
	margin: 0 auto 140px;
}
.buildsize-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.buildsize-box {
	width: 48%;
}
.buildsize-img-wrap {
	width: 100%;
	position: relative;
}
.buildsize-img-wrap img {
	width: 100%;
	display: none;
}
.buildsize-img-wrap img.active {
	display: block;
}
.buildsize-switch {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	gap: 20px;
}
.buildsize-switch button {
	background: none;
	color: #999;
	border: none;
	font-size: 14px;
	cursor: pointer;
	padding: 4px 0;
	border-bottom: 2px solid transparent;
}
.buildsize-switch button.active {
	color: #fff;
	font-weight: bold;
	border-color: #fff;
}
@media screen and (max-width: 1199px) {
	.buildsize-container {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	.buildsize-container {
		margin-bottom: 60px;
	}
	.buildsize-wrap {
		flex-direction: column;
	}
	.buildsize-box {
		width: 100%;
		margin-bottom: 30px;
	}
}

.vision-encoder-container {
	max-width: 95vw;
	width: 1200px;
	margin: 0 auto 140px;
}
.vision-encoder-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.vision-encoder-box {
	width: 48%;
}
.vision-encoder-video {
	width: 100%;
	aspect-ratio: 16 / 9;
	position: relative;
	overflow: hidden;
}
.vision-encoder-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.vision-encoder-video::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
	pointer-events: none;
}
@media screen and (max-width: 1199px) {
	.vision-encoder-container {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	.vision-encoder-container {
		margin-bottom: 60px;
	}
	.vision-encoder-wrap {
		flex-direction: column;
	}
	.vision-encoder-box {
		width: 100%;
	}
	.vision-encoder-video {
		margin-top: 30px;
	}
}

.professional-container {
	max-width: 100vw;
	width: 1200px;
	margin: 0 auto 140px;
}
.professional-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.professional-box {
	width: 49%;
	position: relative;
}
.professional-box-full {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}
.professional-txt {
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
}
@media screen and (max-width: 1199px) {
	.professional-container {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	.professional-container {
		margin-bottom: 60px;
	}
	.professional-wrap {
		flex-direction: column;
	}
	.professional-box {
		width: 100%;
		margin-bottom: 20px;
		aspect-ratio: 1.6 / 2;
		overflow: hidden;
	}
	.professional-box-full {
		width: 100%;
		margin-bottom: 20px;
		aspect-ratio: 1.1 / 1;
		overflow: hidden;
	}
	.professional-box img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}
	.professional-box-full img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: bottom;
		display: block;
	}
}

.chamber-container {
	max-width: 95vw;
	width: 1200px;
	margin: 0 auto 140px;
}
.chamber-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.chamber-box {
	width: 48%;
}
.chamber-img {
	width: 100%;
	display: block;
}
@media screen and (max-width: 1199px) {
	.chamber-container {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	.chamber-container {
		margin-bottom: 60px;
	}
	.chamber-wrap {
		flex-direction: column;
	}
	.chamber-box {
		width: 100%;
		margin-bottom: 20px;
	}
}

.high-temp-container {
	max-width: 95vw;
	width: 1200px;
	margin: 0 auto 140px;
}
.high-temp-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.high-temp-box {
	width: 48%;
}
.high-temp-img-wrap {
	width: 100%;
	position: relative;
}
.high-temp-img-wrap img {
	width: 100%;
	display: none;
}
.high-temp-img-wrap img.active {
	display: block;
}
.high-temp-switch {
	margin-top: 15px;
	display: flex;
	justify-content: center;
	gap: 20px;
}
.high-temp-switch button {
	background: none;
	color: #999;
	border: none;
	font-size: 14px;
	cursor: pointer;
	padding: 4px 0;
	border-bottom: 2px solid transparent;
}
.high-temp-switch button.active {
	color: #fff;
	font-weight: bold;
	border-color: #fff;
}
@media screen and (max-width: 1199px) {
	.high-temp-container {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	.high-temp-container {
		margin-bottom: 60px;
	}
	.high-temp-wrap {
		flex-direction: column-reverse;
	}
	.high-temp-box {
		width: 100%;
		margin-bottom: 30px;
	}
}

.dual-nozzle-container {
	max-width: 95vw;
	width: 1200px;
	margin: 0 auto 140px;
	text-align: center;
}
.dual-nozzle-wrap {
	width: 100%;
}
.dual-nozzle-box {
	width: 100%;
}
.dual-nozzle-video {
	width: 100%;
	aspect-ratio: 16 / 9;
	position: relative;
	overflow: hidden;
}
.dual-nozzle-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
/* 左右に黒グラデーションシャドウ */
.dual-nozzle-video::before,
.dual-nozzle-video::after {
	content: '';
	position: absolute;
	top: 0;
	width: 140px;
	height: 100%;
	z-index: 2;
}
.dual-nozzle-video::before {
	left: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 1), transparent);
}
.dual-nozzle-video::after {
	right: 0;
	background: linear-gradient(to left, rgba(0, 0, 0, 1), transparent);
}
@media screen and (max-width: 1199px) {
	.dual-nozzle-container {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	.dual-nozzle-container {
		margin-bottom: 60px;
	}
}

.multi-material-container {
	max-width: 100vw;
	width: 1200px;
	margin: 0 auto 140px;
}
.multi-material-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.multi-material-box {
	width: 49%;
	position: relative;
}
.multi-material-box-full {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}
.multi-material-box,
.multi-material-box-full {
	position: relative;
}
.multi-material-box::before,
.multi-material-box-full::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, #000, transparent);
}
.multi-material-txt {
	position: absolute;
	top: 15px;
	left: 15px;
}
@media screen and (max-width: 1199px) {
	.multi-material-container {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	.multi-material-container {
		margin-bottom: 60px;
	}
	.multi-material-wrap {
		flex-direction: column;
	}
	.multi-material-box,
	.multi-material-box-full {
		width: 100%;
		margin-bottom: 20px;
		aspect-ratio: 1 / 1;
		overflow: hidden;
	}
	.multi-material-box img,
	.multi-material-box-full img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}
}

.ethernet-container {
	max-width: 95vw;
	width: 1200px;
	margin: 0 auto 140px;
	text-align: center;
}
.ethernet-img {
	width: 100%;
	height: auto;
	margin-top: 20px;
}
@media screen and (max-width: 1199px) {
	.ethernet-container {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	.ethernet-container {
		margin-bottom: 60px;
	}
}

.customize-container {
	max-width: 95vw;
	width: 1200px;
	margin: 0 auto 140px;
	text-align: center;
}
.customize-img {
	width: 100%;
	height: auto;
	margin-top: 20px;
}
@media screen and (max-width: 1199px) {
	.customize-container {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	.customize-container {
		margin-bottom: 60px;
	}
}

.calibration-container {
	max-width: 95vw;
	width: 1200px;
	margin: 0 auto 140px;
}
.calibration-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.calibration-box {
	width: 48%;
}
.calibration-video {
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}
.calibration-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 1199px) {
	.calibration-container {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	.calibration-container {
		margin-bottom: 50px;
	}
	.calibration-wrap {
		flex-direction: column;
	}
	.calibration-box {
		width: 100%;
	}
	.calibration-video {
		margin-top: 20px;
	}
}

.nozzle-monitor-container {
	max-width: 95vw;
	width: 1200px;
	margin: 0 auto 140px;
}
.nozzle-monitor-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.nozzle-monitor-box {
	width: 48%;
}
.nozzle-monitor-img-wrap {
	display: flex;
	justify-content: space-between;
	gap: 2%;
}
.nozzle-monitor-img-col {
	width: 32%;
	position: relative;
}
.nozzle-monitor-img-col img {
	width: 100%;
	display: block;
}
.nozzle-monitor-label {
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-shadow: 0 0 4px rgba(0,0,0,0.6);
}
@media screen and (max-width: 1199px) {
	.nozzle-monitor-container {
		margin: 0 auto 80px;
	}
}
@media screen and (max-width: 767px) {
	.nozzle-monitor-container {
		margin: 0 auto 60px;
	}
	.nozzle-monitor-wrap {
		flex-direction: column;
	}
	.nozzle-monitor-box {
		width: 100%;
	}
	.nozzle-monitor-img-wrap {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}
	.nozzle-monitor-img-col {
		width: 80%;
	}
}

.tougher-container {
	max-width: 95vw;
	width: 1200px;
	margin: 0 auto 140px;
}
.tougher-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.tougher-box {
	width: 48%;
}
.tougher-img {
	width: 100%;
	display: block;
}
@media screen and (max-width: 1199px) {
	.tougher-container {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	.tougher-container {
		margin-bottom: 80px;
	}
	.tougher-wrap {
		flex-direction: column;
	}
	.tougher-box {
		width: 100%;
	}
}

.fan-container {
	max-width: 95vw;
	width: 1200px;
	margin: 0 auto 140px;
}
.fan-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.fan-box {
	width: 48%;
}
.fan-img {
	width: 100%;
	display: block;
}
@media screen and (max-width: 1199px) {
	.fan-container {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	.fan-wrap {
		flex-direction: column-reverse;
	}
	.fan-box {
		width: 100%;
	}
}

.filtration-container {
	max-width: 95vw;
	width: 1200px;
	margin: 0 auto 140px;
}
.filtration-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.filtration-box {
	width: 48%;
}
.filtration-img {
	width: 100%;
	display: block;
}
@media screen and (max-width: 1199px) {
	.filtration-container {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	.filtration-container {
		margin-bottom: 140px;
	}
	.filtration-wrap {
		flex-direction: column;
	}
	.filtration-box {
		width: 100%;
	}
}

.ams-evolved-container {
	max-width: 95vw;
	width: 1200px;
	margin: 0 auto 140px;
}
.ams-evolved-wrap {
	text-align: center;
	margin-bottom: 30px;
}
.ams-evolved-box {
	display: flex;
	justify-content: space-between;
	gap: 40px;
}
.ams-evolved-col {
	width: 50%;
	position: relative;
}
.ams-evolved-label {
	position: absolute;
	top: 15px;
	left: 20px;
	color: #fff;
	font-size: clamp(14px, 1.6vw, 20px);
	font-weight: bold;
	border-radius: 4px;
	z-index: 1;
}
.ams-evolved-img {
	width: 100%;
	height: auto;
	display: block;
}
@media screen and (max-width: 1199px) {
	.ams-evolved-container {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	.ams-evolved-container {
		margin-bottom: 60px;
	}
	.ams-evolved-box {
		flex-direction: column;
	}
	.ams-evolved-col {
		width: 100%;
	}
}

.accessories-container {
	margin-bottom: 140px;
	padding: 100px 0;
	background: #222;
}
.accessories-list {
	max-width: 95vw;
	width: 1600px;
	margin: 20px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.accessories-list li {
	width: 16%;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.accessories-container {
		margin-bottom: 60px;
		padding: 40px 0;
	}
	.accessories-list li {
		width: 32%;
	}
}

.parameters-container {
	max-width: 96vw;
	width: 1400px;
	margin: 0 auto 180px;
	text-align: center;
}
.parameters-ttl {
	margin-bottom: 20px;
	font-size: clamp(20px, 1.4vw, 26px);
	font-weight: bold;
}
.parameters-wrap {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 15px;
}
.parameters-wrap + .parameters-ttl {
	margin-top: 100px;
}
.parameters-table {
	width: 49%;
}
.parameters-table th,
.parameters-table td {
	padding: 6px 8px 4px;
	font-size: clamp(12px, 1vw, 14px);
	line-height: 1.4;
	vertical-align: middle;
}
.parameters-table th {
	width: 34%;
	border-bottom: 3px solid #00AE42;
}
.parameters-table td {
	border-bottom: 1px solid #808080;
}
.parameters-txt {
	font-size: clamp(12px, 1vw, 14px);
	line-height: 1.4;
	text-align: left;
}
@media screen and (max-width: 767px) {
	.parameters-container {
		margin: 0 auto 100px;
	}
	.parameters-ttl {
		margin-bottom: 15px;
	}
	.parameters-wrap {
		flex-wrap: wrap;
	}
	.parameters-table {
		width: 100%;
	}
	.parameters-table th,
	.parameters-table td {
		padding: 5px 2px 3px;
	}
}

.foot-container {
	max-width: 95vw;
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.foot-wrap {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.foot-box {
	width: 60%;
}
.foot-box .ttl {
	font-size: clamp(30px, 3vw, 56px);
	font-weight: bold;
	line-height: 1.2;
}
.foot-box .lead {
	margin: 0 0 40px;
	font-size: clamp(16px, 1.2vw, 22px);
	line-height: 1.2;
}
.foot-btn {
	display: flex;
	flex-wrap: wrap;
}
.foot-btn a {
	display: inline-block;
	width: 220px;
	margin: 0 10px 10px 0;
	padding: 8px 0;
	font-size: clamp(14px, 1vw, 18px);
	text-align: center;
	color: #fff;
	border: 1px solid #00AE42;
	border-radius: 5px;
	background: #00AE42;
	transition: background-color 0.3s, color 0.3s;
}
.foot-btn a:hover {
	text-decoration: none;
	color: #00AE42;
	background: #fff;
	opacity: 1;
}
.foot-img {
	width: 30%;
}
@media screen and (max-width: 767px) {
	.foot-box {
		width: 100%;
		text-align: center;
	}
	.foot-box .lead {
		margin: 0 0 20px;
	}
	.foot-btn {
		justify-content: center;
	}
	.foot-btn a {
		width: 46%;
	}
	.foot-img {
		width: 50%;
		margin-bottom: 40px;
	}
}

.section-nav {
	position: fixed;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.5s;
	z-index: 999;
}
.section-nav.show {
	opacity: 1;
	pointer-events: auto;
}
.section-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.section-nav li {
	position: relative;
	padding-left: 12px;
}
.section-nav a {
	color: #888;
	text-decoration: none;
	font-size: 14px;
	position: relative;
	transition: color 0.3s;
	display: block;
	line-height: 1.8;
}
.section-nav a::before {
	content: '';
	position: absolute;
	left: -12px;
	top: 0;
	width: 2px;
	height: 100%;
	background-color: #888;
	transition: background-color 0.3s;
}
.section-nav a.active {
	color: #fff;
	font-weight: bold;
}
.section-nav a.active::before {
	background-color: #00ff00;
}
@media screen and (max-width: 767px) {
	.section-nav {
		display: none;
	}
}
