@charset "UTF-8";

/* -------------------------- */
/* content */
/* -------------------------- */

/* mainVisual */
.mainVisual {
	position: relative;
}
.mainVisual::before {
	width: 100%;
	height: 100%;
	background: url(/images/top/bg_overlay.png);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
	.mainVisual .slides {
	}
		.mainVisual .slides li {
			z-index: -1 !important;
		}
	.mainVisual .txt_mainVisual {
		width: 100%;
		padding: 0 15px;
		color: #fff;
		font-family: "リュウミン M-KL";
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		text-shadow: 2px 0 14px rgba(0,0,0,1),2px 0 14px rgba(0,0,0,1);
		z-index: 1;
	}
.pc_slides {
	display: none;
}
/* parallax */
.parallax {
	height: 350px;
}

/* works */
.works {
	background: #161627;
	color: #fff;
	text-align: center;
}
	.works .title_works {
		padding: 60px 15px 10px;
		font-family: "リュウミン M-KL";
	}
	.works .normalTxt {
		padding: 0 15px;
	}
	.works .btn_works {
		padding: 30px 15px 30px;
	}
		.works .btn_works a {
			padding: 15px;
			border: 1px solid #8b8b93;
			color: #fff;
			display: block;
		}
	.works .flexible_x_type03 {
	}
		.works .flexible_x_type03 li {
			width: 25%;
		}

/* businessBox */
.businessBox {
	background: #fff;
}
	.businessBox .container {
	}
		.businessBox .businessList:not(:last-child) {
			margin-bottom: 30px;
		}
		.businessBox .businessList a {
			color: #000;
			display: block;
			text-align: center;
		}
			.businessBox .businessList a .thum_img {
				margin-bottom: 10px;
				border: 1px solid #e8e8e8;
			}
			.businessBox .businessList a .sectionTitle::before {
				right: 0;
			}


/* ================================================================================================================================================================================== */
/* smp */
/* ================================================================================================================================================================================== */

@media only screen and (max-width:1023px) {

.parallax::after{
 background: url(/images/top/bg_parallax_sp.jpg);
 background-position: center center;
 background-repeat: no-repeat;
 background-size: cover;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 padding: 10% 0;
 content: "";
 z-index: -100;
}

}


/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */

@media only screen and (min-width:768px) {

/* -------------------------- */
/* basis */
/* -------------------------- */

.mainVisual {
}
	.mainVisual .txt_mainVisual {
		font-size: 2rem;
	}

/* works */
.works {
}
	.works .title_works {
		padding: 60px 30px 10px;
	}
	.works .normalTxt {
		padding: 0 30px;
	}
	.works .btn_works {
		padding: 30px;
	}

/* businessBox */
.businessBox {
}
	.businessBox .container {
		display: flex;
		justify-content: space-between;
	}
		.businessBox .businessList {
			width: 32%;
		}
		.businessBox .businessList:not(:last-child) {
			margin-bottom: 0;
		}


}


/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */

@media only screen and (min-width:1024px) {

/* -------------------------- */
/* pageHeader */
/* -------------------------- */

.pageHeader {
	background: none;
}

	/* drawer-nav */
	.drawer-hamburger {
		width: 80px;
		height: 80px;
		display: block;
		z-index: 1000;
	}
	.drawer--right .drawer-nav {
		width: 260px;
		height: 100%;
		color: #222;
		background-color: #000;
		overflow: hidden;
		position: fixed;
		top: 0;
		right: -260px;
		transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
		z-index: 1000;
	}
		.drawer-nav .siteNavi {
			width: 100%;
			align-self: flex-start;
			display: block;
		}
			.drawer-nav .siteNavi li {
				border-bottom: 1px solid #8b8b93;
			}
				.drawer-nav .siteNavi li a {
					color: #fff;
					font-weight: normal;
					font-size: 1.4rem;
				}
				.drawer-nav .siteNavi li a::before {
					width: 7px;
					border-top: 1px solid #fff;
					border-right: 1px solid #fff;
				}

		/* btn_contact */
		.pageHeader .btn_contact {
			margin-right: 80px;
		}


/* -------------------------- */
/* content */
/* -------------------------- */

/* mainVisual */
.mainVisual {
	margin-top: -80px;
}
	.mainVisual .txt_mainVisual {
		font-size: 3.8rem;
		letter-spacing: 10px;
	}
.pc_slides {
	display: block;
}
.sp_slides {
	display: none;
}

/* parallax */
.parallax {
	height: 520px;
	background-image: url(/images/top/bg_parallax.jpg);
  background-attachment: fixed;
	background-size: cover;
	background-position: top center;
}

/* works */
.works {
}
	.works .title_works {
		padding: 150px 50px 20px;
		font-size: 3.4rem;
		letter-spacing: 10px;
	}
	.works .normalTxt {
		padding: 0 50px;
	}
	.works .btn_works {
		padding: 30px 50px 60px;
		display: inline-block;
		font-size: 1.6rem;
		letter-spacing: 5px;
	}
		.works .btn_works a {
			padding: 20px 80px;
		}

}


/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */

@media only screen and (min-width:1280px) {

/* -------------------------- */
/* pageHeader */
/* -------------------------- */

.pageHeader {
}

	/* drawer-nav */
	.drawer--right.drawer-open .drawer-hamburger {
		right: 320px;
	}
	.drawer--right .drawer-nav {
		width: 320px;
		right: -320px;
	}
		.drawer-nav .siteNavi {
			margin-left: 0;
		}
			.drawer-nav .siteNavi li {
			}
				.drawer-nav .siteNavi li a {
					padding: 15px;
				}


}