
#main-container {
	padding:80px 0;
	margin-bottom: 120px;
background: -webkit-linear-gradient(rgba(246, 246, 246, 1) 0%, rgba(229, 229, 229, 1) 100%);
background: -o-linear-gradient(rgba(246, 246, 246, 1) 0%, rgba(229, 229, 229, 1) 100%);
background: linear-gradient(rgba(246, 246, 246, 1) 0%, rgba(229, 229, 229, 1) 100%);
	background: #F6F6F6;
}
.main-wrap {
	max-width: 90vw;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main-logo-img {
	max-width: 30vw;
	width: 300px;
	float:left;
}
.main-box {
	max-width: 50vw;
	margin-left:100px;
}
.main-box .ttl {
	margin: 20px 0 10px;
	font-size: clamp(40px, 2vw, 45px);
	font-weight: bold;
	line-height:30px;
	color:black;
	text-align:left;
}
.main-box .txt{
	margin:0 0 30px;
	font-size: clamp(18px, 1vw, 20px);
	font-weight:bold;
	color:black;
	text-align:left;
}
.main-box .price {
	font-weight: bold;
	font-size: 20px;
}
.main-box .price span {
	font-size: 16px;
}
.main-box .model_number {
	margin-bottom: 30px;
	font-size: 14px;
}
.main-btn {
	float:left;
	width: 370px;
}
.main-btn a {
	display: inline-block;
	max-width: 22vw;
	width: 170px;
	margin: 0 10px 10px 0;
	padding: 0;
	font-size: clamp(14px, 1vw, 18px);
	text-align: center;
	font-weight:bold;
	color: white;
	border:solid 3px #00ae42;
	background: #00ae42;
	transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
}
.main-btn a:hover {
	color: #00ae42;
	background: white;
	text-decoration: none;
}
.main-img {
	max-width: 50vw;
	width: 750px;
}
@media screen and (max-width: 1199px) {
	#main-container {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	#main-container {
		margin-bottom: 40px;
		padding:60px 0;
	}
	.main-wrap {
		padding: 20px 0;
	}
	.main-box {
		max-width: 100%;
		margin-left:0;
	}
	.main-btn {
		width: 100%;
		justify-content: center;
	}
	.main-btn a {
		max-width: inherit;
		width: 46%;
	}
	.main-img {
		max-width: 90%;
		margin: 0 0 30px 0;
	}
	.main-logo-img {
		width:90%;
		max-width: 90%;
	}
	.main-box .ttl{
		text-align:center;
		font-size:50px;
		line-height:60px;
		width:90%;
		margin:20px 5%;
	}
	.main-box .txt{
		text-align:center;
		line-height:22px;
		width:90%;
		margin:20px 5%;
	}
}

#movie-container {
	margin-bottom: 140px;
}
.movie-wrap {
	max-width: 95vw;
	width: 920px;;
	margin: 0 auto;
	aspect-ratio: 16 / 9;
}
.movie-wrap iframe {
	width: 100%;
	height: 100%;
}
#movie-container .txt{
	margin-bottom:30px;
}
.sectiontit{
	color:black;
	text-align: center;
	font-size:clamp(20px, 2vw, 26px);
	margin-bottom:30px;
	font-weight:normal;
}
.txt{
	font-size:14px;
}
@media screen and (max-width: 1199px) {
	#movie-container { margin-bottom: 80px; }
}
@media screen and (max-width: 767px) {
	#movie-container { margin-bottom: 40px; max-width:95vw;}
	#movie-container .sectiontit{
		text-align:left;
	}
#movie-container .txt{
		text-align:left;
}
	.txt{
		font-size:20px;
		line-height:30px;
	}
	.sectiontit{
		font-size:25px;
		line-height:35px;
	}
}

#speed-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto 120px;
}
.speedbody{
	width: 100%;
	display:flex;
	background-color:white;
}
.speed-img{
	width:55%;
	margin-right:1%;
	float:left;
}
.speedcont{
	width:100%;
	background-color:#e3e3e5;
}
.speedwrap{
	width:44%;
	background-color:#e3e3e5;
	display:flex;
	flex-direction:column;
	justify-content: center;
	padding-left:7%;
}
#speed-container .sectiontit{
	font-weight:bold;
	text-align: left;
	width:100%;
	margin-bottom:0;
}
#speed-container .txt{
	font-size: 14px;
	text-align: left;	
}
.speedtbl{
	width:100%;
	margin-top:30px;
}
.speedtbl th .speedtbl-img{
	float:right;
}
.speedtbl .speedtbl-img{
	float:left;
}
.speedtbl-img{
	width:45%;
	max-width:450px;
}
@media screen and (max-width: 1199px) {
	#speed-container {
		margin: 0 auto 80px;
	}
	.speed-txt {
		margin-bottom: 60px;
	}
.speedbody{
	width: 100%;
	display:flex;
	flex-direction: column;
	background-color:white;
}
.speedwrap{
	width:100%;
	background-color:#e3e3e5;
	display:flex;
	flex-direction:column;
	justify-content: center;
	padding:15px;
}
}
@media screen and (max-width: 767px) {
	#speed-container {
		margin: 0 auto 40px;
		width:95vw;
	}
	.speed-txt {
		text-align: left;
	}
	.speedwrap{
		width:100%;
	}
	#speed-container .txt{
		margin-bottom:10px;
		font-size:20px;
		line-height:30px;
	}
	#speed-container .sectiontit{
		text-align:left;
		width:100%;
	}
.speed-img{
	width:100%;
	margin-top:2%;
}
.speedtbl-img{
	width:100%;
	max-width:700px;
}
}

#multicolor-container {
	padding: 10% 0 0;
	width:100%;
	aspect-ratio:194 / 84;
	background:url(/wp/wp-content/themes/appletree/images/page/X1-carbon/X1-carbon_03.jpg) no-repeat center;
	background-size:cover;
}
#multicolor-container .sectiontit {
	text-align: left;
}
#multicolor-container .imgbox{
	width:100%;
	margin-bottom:30px;
}
.multicolorwrap .txt{
	text-align: left;
	color:white;	
}
.multicolorwrap .sectiontit{
	text-align:left;
	color:white;
	margin-bottom:10px;
}
.multicolorwrap{
	width:95vw;
	max-width:1100px;
	padding:20px;
	background: rgba(0, 174, 66, 10);
background: linear-gradient(90deg, rgba(0, 174, 66, 0.8) 0%, rgba(0, 174, 66, 0.8) 50%, rgba(0, 174, 66, 0) 100%);
}
@media screen and (max-width: 767px) {
	#multicolor-container{
		padding:0;
		background:none;
	}
	.multicolorwrap{
		width:100%;
		padding:30px 15px;
	background: rgba(0, 174, 66, 10);
	}
}
#micro-container {
	padding: 10% 0 0;
	width:100%;
	aspect-ratio:194 / 94;
	background:url(/wp/wp-content/themes/appletree/images/page/X1-carbon/X1-carbon_04.jpg) no-repeat center;
	background-size:cover;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
#micro-container .sectiontit {
	text-align: left;
	color:white;
}
#micro-container .txt {
	text-align: left;
	color:white;
}
#micro-container .imgbox{
	width:100%;
	margin-bottom:30px;
}
.microwrap{
	width:95vw;
	max-width:1100px;
	padding:20px;
	margin-top:80px;
}
.microwrap .sectiontit{
	margin-bottom:10px;
}
@media screen and (max-width: 767px) {
	#micro-container{
		padding:20px 0;
	}
	#micro-container .movie-wrap{
		margin:70px 0 30px;
	}
	.microwrap{
		margin-top:0;
	}
}
#double-container {
	width:100%;
	background: #E3E3E5;
background: -webkit-linear-gradient(rgba(227, 227, 229, 1) 0%, rgba(188, 188, 189, 1) 100%);
background: -o-linear-gradient(rgba(227, 227, 229, 1) 0%, rgba(188, 188, 189, 1) 100%);
background: linear-gradient(rgba(227, 227, 229, 1) 0%, rgba(188, 188, 189, 1) 100%);
	background-size:100% 80%;
	background-position:center bottom;
	background-repeat: no-repeat;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
#double-container .backcont{
	width:100%;	
	height:100%;
	background:url(/wp/wp-content/themes/appletree/images/page/X1-carbon/X1-carbon_05.png) no-repeat;
	background-size:auto 100%;
	background-position:75% top;
}
#double-container .sectiontit {
	text-align: left;
	color:black;
}
#double-container .txt {
	text-align: left;
	color:black;
}
.doublewrap{
	width:95vw;
	max-width:1100px;
	padding:120px 20px 80px;
}
.doublewrap .sectiontit{
	margin-bottom:10px;
}
@media screen and (max-width: 767px) {
	#double-container{
		padding:20px 0;
	background: #E3E3E5;
background: -webkit-linear-gradient(rgba(227, 227, 229, 1) 0%, rgba(188, 188, 189, 1) 100%);
background: -o-linear-gradient(rgba(227, 227, 229, 1) 0%, rgba(188, 188, 189, 1) 100%);
background: linear-gradient(rgba(227, 227, 229, 1) 0%, rgba(188, 188, 189, 1) 100%);
	background-size:100% 100%;
	}
	#double-container .backcont{
		background:none;
	}
}
#secret-container{
	padding: 100px 0 100px;
	width: 100%;
	background-color:black;
}
.secretwrap{
	width:95vw;
	max-width:1100px;	
}
.secretwrap .txtbox{
	margin-bottom:60px;
}
.secretwrap .txtbox .sectiontit, .secretwrap .txtbox .txt{
	color:white;
}
.secretwrap .imgwrap{
	margin-top:60px;
	display:flex;
	gap:20px;
}
.secretwrap .imgwrap .imgbox{
	flex:1;
}
@media screen and (max-width: 767px) {
	#secret-container{
		padding:50px 0 30px;
	}
.secretwrap .txtbox .sectiontit, .secretwrap .txtbox .txt{
	text-align: left;
}
.secretwrap .imgwrap{
	margin-top:60px;
	display:flex;
	gap:20px;
	flex-direction:column;
}
}
#ai-container{
	width: 100%;
	background-color:#EAEAEA;
}
.aiwrap{
	width:95vw;
	max-width:1100px;	
	padding:50px;
	overflow: hidden;
}
.aiwrap .txtbox{
	width:50%;
	margin:60px 0;
	float:left;
}
.aiwrap .txtbox .sectiontit, .aiwrap .txtbox .txt{
	text-align: left;
}
.aiwrap .imgwrap{
	width:50%;
	float:right
}
.aiwrap .imgwrap img{
	width:50%;
	float:right;
}
@media screen and (max-width: 767px) {
	#ai-container{		
		padding:50px 0 30px;
	}
	
.aiwrap .txtbox, .aiwrap .imgwrap{
	width:100%;
	margin:20px 0;
	float:none;
}
	.aiwrap{
		padding:0;
	}
.aiwrap .imgwrap img{
	width:100%;
	float:none;
}
}
#pasta-container{
	width: 100%;
	background-color:#dbdbdb;
}
.pastawrap{
	width:95vw;
	max-width:1100px;	
	padding:50px;
	overflow: hidden;
}
.pastawrap .txtbox{
	width:50%;
	margin:60px 0;
	float:right;
}
.pastawrap .txtbox .sectiontit, .pastawrap .txtbox .txt{
	text-align: right;
}
.pastawrap .imgwrap{
	width:50%;
	float:left;
}
.pastawrap .imgwrap .img{
}
@media screen and (max-width: 767px) {
	#pasta-container{
		padding:50px 0 30px;
	}
.pastawrap .txtbox, .pastawrap .imgwrap{
	width:100%;
	margin:20px 0;
	float:none;
}.pastawrap{
		padding:0;
	}
.pastawrap .txtbox .sectiontit, .pastawrap .txtbox .txt{
	text-align: left;
}
}
#wide-container{
	width: 100%;
}
.widewrap{
	width:95vw;
	max-width:1100px;	
	padding:50px;
	overflow: hidden;
}
.widewrap .txtbox{
	width:90%;
	margin:60px 0 40px;
}
.widewrap .txtbox .sectiontit, .widewrap .txtbox .txt{
	text-align: left;
}
.widewrap .imgwrap{
	width:100%;
	display:flex;
	gap:3%;
}
.widewrap .imgwrap .imgbox{
	flex:1;
}
.itbox{
	width:80%;
	margin:20px 0;
}
.ittit{
	text-align: left;
	font-size:12px;
}
.ittxt{
	text-align: left;
	font-size:15px;
	color:#00ae42;
	font-weight:bold;
}
.widewrap .imgwrap .img{
}
@media screen and (max-width: 767px) {
	#wide-container{
		padding:50px 0 30px;
	}
	.widewrap{
		padding:0;
	}
.widewrap .imgwrap{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	gap:3%;
}
.widewrap .imgwrap .imgbox{
	flex:0 0 48%;
}
}
#buildup-container{
	width: 100%;
	background:#eaeaea;
}
.buildupwrap{
	width:95vw;
	max-width:1100px;	
	padding:50px;
	overflow: hidden;
	display:flex;
	align-items: center;
}
.buildupwrap .txtbox{
	flex:1;
}
.buildupwrap .txtbox .sectiontit, .buildupwrap .txtbox .txt{
	text-align: left;
}
.buildupwrap .imgwrap{
	margin:30px 0;
	flex:1;
}
@media screen and (max-width: 767px) {
	#buildup-container{
		padding:50px 0 30px;
	}
	.buildupwrap{
		padding:0;		
	flex-direction: column;
	}
}
#smart-container{
	width: 100%;
	background:#f9f9f9;
	overflow: hidden;
}
.smartwrap{
	width:95vw;
	max-width:1100px;	
	margin-top:80px;
	overflow: hidden;
}
.smartwrap .txtbox{
	width:100%;
	z-index:99999;
}
.smartwrap .txtbox .sectiontit, .smartwrap .txtbox .txt{
	text-align: left;
}
.smartwrap .imgwrap{
	margin-top:-80px;
	margin-bottom:60px;
	z-index:999;
}
@media screen and (max-width: 767px) {
	#smart-container{
		padding:50px 0 30px;
	}
.smartwrap{
	margin-top:0;
}
}
#tmp-container{
	width: 100%;
}
.tmpwrap{
	width:95vw;
	max-width:1300px;	
	overflow: hidden;
	display:flex;
	align-items: center;
}
.tmpwrap .txtbox{
	padding:0 25px 0 50px;
	flex:1;
}
.tmpwrap .imgbx{
	flex:1;
	padding:50px 0;
}
.tmpwrap .txtbox .sectiontit, .tmpwrap .txtbox .txt{
	text-align: left;
}
#tmp-container .imgwrap{
	width:95vw;
	max-width:1200px;
	display:flex;
	gap:3%;
}
#tmp-container .imgwrap .imgbox{
	flex:1;
}
.tmpwrap .imgwrap .img{
}
@media screen and (max-width: 767px) {
	#tmp-container{
		padding:50px 0 30px;
	}
.tmpwrap{
	flex-direction: column;
}
.tmpwrap .txtbox{
	padding:0;
	flex:1;
}
#tmp-container .imgwrap{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	gap:3%;
}
#tmp-container .imgwrap .imgbox{
	flex:0 0 48%;
}
}
#slider-container{
	width:70vw;
	max-width:800px;
}
#spec-container {
	padding: 120px 0 60px;
	max-width: 95vw;
	width: 1200px;
}
#spec-container table{
	width:100%;
}
#spec-container th{
	margin-left:2px;
	border-bottom:#00ae42 5px solid;
	width:15%;
	padding:15px 5px;
	border-collapse:collapse;
	font-size:13px;
	font-weight:bold;
	vertical-align: middle;
}
#spec-container td{
	margin-right:2px;
	border-bottom:black 1px solid;
	padding:15px 5px;
	font-size:13px;
	width:34%;
	vertical-align: middle;
}
#spec-container td.space{
	width:1%;
	border:none;
}
@media screen and (max-width: 767px){
	#spec-container td, .addtxt{
		font-size: clamp(12px, 2.5vw, 18px);
	}
#spec-container th{
	margin-left:0;
	width:30%;
}
#spec-container td{
	margin-right:0;
	width:70%;
}
}
.support-container {
	padding: 120px 0 80px;
	background: #000;
}
.support-wrap {
	max-width: 1200px;
	width: 95vw;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.support-list {
	margin-bottom: 50px;
	display: flex;
}
.support-list li {
	margin: 0 3vw;
	text-align: center;
}
.support-list .list-icon {
	height: 85px;
	margin-bottom: 20px;
}
.support-list .list-txt {
	margin: 0;
	font-size: clamp(16px, 1.5vw, 20px);
	color: #fff;
	line-height: 1.4;
}
.support-list .list-lead {
	font-size: clamp(14px, 1.3vw, 16px);
	margin: 0;
}
.support-list .lead-01 { color: #0dc7ff; }
.support-list .lead-02 { color: #5bf3fd; }
.support-list .lead-03 { color: #0f97ff; }
.support-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 50px;
}
.support-icon {
	height: 85px;
	margin: 30px 0 10px;
}
.txt-red { color: #c51926; }
.support-img {
	max-width: 70vw;
	margin-top: 50px;
}
.blue-heading-ttl, .black-heading-ttl, .white-heading-ttl {
	margin: 0 0 20px;
	font-size: clamp(18px, 2vw, 28px);
	font-weight: bold;
}
.blue-lead-ttl, .black-lead-ttl, .white-lead-ttl {
	margin: 0 0 15px;
	font-size: clamp(16px, 1.6vw, 20px);
	font-weight: bold;
}
.white-heading-ttl, .white-lead-ttl, .white-lead-txt {
	color: #fff;
}
@media screen and (max-width: 1199px) {
	.blue-heading-ttl, .black-heading-ttl, .white-heading-ttl {
		margin: 0 0 15px;
	}
	.blue-lead-ttl, .black-lead-ttl, .white-lead-ttl ,
	.blue-lead-txt, .white-lead-txt, .black-lead-txt {
		margin: 0 0 10px;
	}
}
@media screen and (max-width: 767px) {
	.blue-heading-ttl, .black-heading-ttl, .white-heading-ttl ,
	.blue-lead-ttl, .black-lead-ttl, .white-lead-ttl ,
	.blue-lead-txt, .white-lead-txt, .black-lead-txt {
		margin: 0 0 8px;
	}
}
@media screen and (max-width: 1199px) {
	.support-container {
		margin-bottom: 80px;
		padding: 80px 0 40px;
	}
	.support-icon {
		height: 60px;
	}
}
@media screen and (max-width: 767px) {
	.support-container {
		margin-bottom: 0;
		padding: 40px 0 30px;
	}
	.support-list {
		width: 100%;
		margin-bottom: 30px;
	}
	.support-list li {
		width: 33%;
		margin: 0;
		text-align: center;
	}
	.support-list .list-icon {
		max-width: 50px;
		max-height: 45px;
		margin-bottom: 15px;
	}
	.support-box {
		margin-bottom: 20px;
	}
	.support-icon {
		height: 45px;
		margin-top: 20px;
	}
	.support-img {
		margin-top: 20px;
	}
	.white-lead-txt, .txt-red{
		text-align: left;
		width:100%
	}
}
.foot-container {
	background:url(/wp/wp-content/themes/appletree/images/page/X1-carbon/footerimg.png) no-repeat;
	background-size:50% auto;
	background-position:100% bottom;
	align-items: center;
	width: 95vw;
	max-width:1200px;
	margin: 0 auto;
	padding: 150px 0 50px;
	overflow: hidden;
}
.foot-wrap {
	float:left;
}
.foot-wrap .logo-img {
	max-width: 70%;
	width: 500px;
	float:left;
}
.foot-wrap .ttl {
	margin: 20px 0 10px;
	font-size: clamp(40px, 2vw, 45px);
	font-weight: bold;
	line-height:30px;
	color:black;
	text-align:left;
}
.foot-wrap .txt{
	margin:0 0 30px;
	font-size: clamp(18px, 1vw, 20px);
	font-weight:bold;
	color:black;
	text-align:left;
}
.foot-wrap .btn-box {
	width:80%;
	float:left;
}
.foot-wrap .btn-box li a {
	float:left;
	width: 48%;
	margin: 1%;
	padding:0;
	font-size: clamp(12px, 1vw, 16px);
	text-align: center;
	color: white;
	border:solid 3px #00ae42;
	background: #00ae42;
	transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
}
.foot-wrap .btn-box li a:hover {
	background: white;
	color:#00ae42;
	text-decoration: none;
}
@media screen and (max-width: 1199px) {
	.foot-container {
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.foot-container {
		background:none;
		padding:50px 0 0;
		flex-direction: column;
	}
	.foot-wrap {
		max-width: 80%;
		text-align: center;
		float:none;
	}
	.foot-wrap .logo-img {
		width: 90%;
	}
	.foot-wrap .ttl{
		text-align:center;
		font-size:50px;
		line-height:60px;
		width:90%;
		margin:20px 5%;
	}
	.foot-wrap .txt{
		text-align:center;
		line-height:22px;
		width:90%;
		margin:20px 5%;
	}
	.foot-wrap .btn-box {
		width:100%;
		justify-content: space-between;
		margin-bottom: 30px;
	}
	.foot-wrap .btn-box li {
		width: 40%;
		margin: 5px 5%;
		float:left;
	}
	.foot-wrap .btn-box li a {
		max-width: inherit;
		width: 100%;
		margin: 0;
	}
	.foot-img {
		width: 60%;
	}
}
