@charset "UTF-8";
/* ==========================================================================

	#変数

 */
/* --------------------------------------------------------------------
  レイアウトサイズ
 */
/* --------------------------------------------------------------------
  カラー
 */
/* --------------------------------------------------------------------
  Misc
 */
/* --------------------------------------------------------------------
  フォントサイズ
 */
/*
36　コピー
27　 H1相当　ページタイトル
25　 H2相当　コピー・見出しおよびラベル
24　 H3相当　見出しおよびラベル
20　コピー・中見出し・ラベル
18　本文：大・ラベル
16　本文：中
14　本文：小を使用しています。
12　最小（注文など一部のみ）
*/
/*
$font_m2: 1.1rem;
$font_m1: 1.2rem;
$font_p0: 1.4rem;
$font_p1: 1.6rem;
$font_p2: 1.8rem;
$font_p3: 2.0rem;
$font_p4: 2.4rem;
$font_p5: 2.5rem;
$font_p6: 2.7rem;
$font_p7: 3.6rem;
*/
/* ==========================================================================

	#Mixin

 */
/* --------------------------------------------------------------------
  #Media Queries
 */
/* --------------------------------------------------------------------
  #Utilities
 */
/*ブロック要素のセンタリング*/
/*ブロック要素の右寄せ*/
/*
リンクアンダーライン非表示、ホバーで表示
a要素の親に設定
*/
/*
リンクアンダーライン非表示
a要素の親に設定
*/
/*
リンクカラー設定
a要素の親に設定
*/
/*ブロック要素内テキスト非表示*/
/*font-smoothing*/
/*clearfix*/
/*要素へホバーエフェクト追加*/
/* set some element's line-height to 1em because of adjust text margin */
/*set fontfamily noto 700*/
/*set fontfamily*/
/*縦書きテキスト*/
/* ====================================================================

  #ブランドトップ

 */
/* ----------------------------------
  #トップキャッチコピー
*/

html {
	/*overflow: hidden;*/
}


.contBox{
	position: relative;
}


.pc-only{
	display: block!important;
}
.sp-only{
	display: none!important;
}

@media print, screen and (max-width: 768px) {

	.pc-only{
		display: none!important;
	}
	.sp-only{
		display: block!important;
	}
}


.lab-indexTop {
	padding-top: 80px;padding-top: 64px;
	background: url(/img/brand/lab/bg.png) no-repeat center top #000;
}
.glb-heading1-container {
    padding-bottom: 82px;
}
.video_outer {
	width: 100%;
}
@media print, screen and (max-width: 768px) {
	.lab-indexTop {
		padding-top: 0;
		background: url(/img/brand/lab/bg_sp.png) no-repeat center top #000;
		background-size: cover;
		background: #000;
		margin-top: -10px;
	}
	.glb-heading1 {
    	border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.glb-heading1-container {
		padding-bottom: 0;
		padding: 0;
		margin: 0;
	}
	.video_bg {
		width: 100%;
		background: url(/img/brand/lab/ttl_sp02.png) no-repeat center top #000;
		    background-size: contain;
	}
	.video_outer {
		width: 92%;
		margin-left: 3.5%;
		margin-top: -1%;
	}

}



.video{
  position:relative;
    width: 960px;width: 961px;
   	height: 540px;
    margin: 0 auto;
}

@media print, screen and (max-width: 768px) {
	.video {
		position: relative;
  width: 100%;
  padding-top: 56.25%;padding-top: 0;
		height: auto;
	}
}



.video iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
@media print, screen and (max-width: 768px) {
	.video iframe{
	  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
	}

}
.glb-heading1__title {
	text-align: center;
	display: block;
}

.lab-mission {
	background: #111;
	width: 100%;
	margin-top: -274px;
	padding-top: 274px;
}
@media print, screen and (max-width: 768px) {
	.lab-mission {
		background: #111;
		width: 100%;
		margin-top: 0;
		padding-top: 0;
	}
}


.lab-mission .txtArea{
	width: 960px;
	margin: 80px auto 0 auto;
	position: relative;
}
@media print, screen and (max-width: 768px) {
	.lab-mission .txtArea{
		width: 94%;
		margin: 0 3% 0 3%;
		padding-top: 40px;
		position: relative;
		z-index: 0;
	}
}

.lab-mission {
	background: #111;
	width: 100%;
	margin-top: -274px;
	padding-top: 274px;
}
@media print, screen and (max-width: 768px) {
	.lab-mission {
		background: #111;
		width: 100%;
		margin-top: 0;
		padding-top: 0;
	}

}

.lab-mission .txtArea .ttl{
	width: 368px;
	float: left;
}
.lab-mission .txtArea .txt{
	width: 495px;
	float: right;
	color: #FFF;
	line-height: 2;
	font-size: 1.6rem;
	padding-bottom: 80px;
}
.lab-mission .txtArea .img_mission{
	position: absolute;
	left: -92px;
	top: 362px;
}
@media print, screen and (max-width: 768px) {
	.lab-mission .txtArea .ttl{
		width: 100%;
		float: none;
		margin-bottom: 35px;
	}
	.lab-mission .txtArea .txt{
		width: 100%;
		float: none;
		color: #FFF;
		line-height: 2;
		font-size: 1.3rem;
		padding-bottom: 40px;
	}
	.lab-mission .txtArea .img_mission{
		position: absolute;
		left: auto;
		right: 0;
		top: 50px;
		text-align: right;
		z-index: -1;
	}


}
.lab-mission .txtArea02{
	width: 100%;
	clear: both;
	border-top:1px solid #292929;
}

.lab-mission .txtArea02 .txtArea02__inner{
	width: 960px;
	margin: 0 auto 0 auto;
	position: relative;
}
.lab-mission .txtArea02 .txtArea02__inner .ttl{
	padding: 80px 0 40px 0;
	text-align: center;
}
.lab-mission .txtArea02 .txtArea02__inner .img{
	margin: 0 0 40px 0;
	text-align: center;
}
.lab-mission .txtArea02 .txtArea02__inner .txt{
	width: 695px;
	margin: 0 auto 80px auto;
	color: #FFF;
	line-height: 1.75;
	font-size: 1.6rem;
}

@media print, screen and (max-width: 768px) {
	.lab-mission .txtArea02{
		width: 94%;
		margin: 0 3% 0 3%;
	}

	.lab-mission .txtArea02 .txtArea02__inner{
		width: 100%;

	}
	.lab-mission .txtArea02 .txtArea02__inner .ttl{
		width: 100%;
		padding: 40px 0 20px 0;
	}
	.lab-mission .txtArea02 .txtArea02__inner .img{
		margin: 0 0 20px 0;
		width: 100%;
	}
	.lab-mission .txtArea02 .txtArea02__inner .ttl img{
		width: 100%;
	}
	.lab-mission .txtArea02 .txtArea02__inner .img img{
		width: 100%;
	}
	.lab-mission .txtArea02 .txtArea02__inner .txt{
		width: 100%;
		margin: 0 auto 40px auto;
		font-size: 1.3rem;
	}


}




.lab-mission .txtArea03{
	width: 100%;
	clear: both;
	border-top:1px solid #292929;
}

.lab-mission .txtArea03 .txtArea03__inner{
	width: 960px;
	margin: 0 auto 0 auto;
	position: relative;
}
.lab-mission .txtArea03 .txtArea03__inner .ttl{
	padding: 80px 0 40px 0;
	text-align: center;
}
.lab-mission .txtArea03 .txtArea03__inner .img{
	margin: 0 0 40px 0;
	text-align: center;
}
.lab-mission .txtArea03 .txtArea03__inner .txt{
	width: 695px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 80px;
	color: #FFF;
	line-height: 1.75;
	font-size: 1.6rem;
}

@media print, screen and (max-width: 768px) {
	.lab-mission .txtArea03{
		width: 94%;
		margin: 0 3% 0 3%;
	}

	.lab-mission .txtArea03 .txtArea03__inner{
		width: 100%;
	}
	.lab-mission .txtArea03 .txtArea03__inner .ttl{
		padding: 40px 0 20px 0;
		text-align: center;
		width: 100%;
	}
	.lab-mission .txtArea03 .txtArea03__inner .img{
		margin: 0 0 20px 0;
		text-align: center;
		width: 100%;
	}

	.lab-mission .txtArea03 .txtArea03__inner .ttl img{
		width: 100%;
	}
	.lab-mission .txtArea03 .txtArea03__inner .img img{
		width: 100%;
	}
	.lab-mission .txtArea03 .txtArea03__inner .txt{
		width: 100%;
		padding-bottom: 40px;
		font-size: 1.3rem;
		text-align: left;
	}

}


/*プロセスエリア PC*/
.lab-process_pc {
	background: #f6f6f6;
	position: relative;
	z-index: -1;
}
.lab-process_pc .ttl_flow{
	text-align: center;
    padding: 130px 0 170px;
}
.lab-process_pc .sec-process{
	position: relative;
	display: flex;
	align-items: flex-start;
    justify-content: space-between;
	max-width: 1440px;
	margin: 0 auto 180px auto;
}

.lab-process_pc .img-cont{
	position: absolute;
    right: 0;
	top:0;
    width: 50%;
	max-width: 720px;
    margin-top: 100px;
	z-index: 0;
}
.lab-process_pc .img-cont::before{
	content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    height: 200%;
	background: #ccc;
	z-index: -1;
}
.lab-process_pc .img-cont img{
	width: 100%;
}
.lab-process_pc .sec-inner {
	width: 1120px;
	margin: 0 auto;
}
.lab-process_pc .txt-cont{
	width: 640px;
    position: relative;
    left: 50%;
    margin: 0 0 90px -560px;
	z-index: 1;
}
.lab-process_pc .txt-cont .sub-txt{
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	margin-left: 80px;
}
.lab-process_pc .txt-cont .process-num{
	line-height: 1;
	margin-left: 75px;
    margin-top: -10px;
}
.lab-process_pc .txt-cont .txt-cont__inner {
	background: #fff;
	margin-top: 92px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
	padding: 90px 80px 50px;
	font-size: 1.6rem;
	line-height: 1;
}
.lab-process_pc .txt-cont .txt-cont__inner h2{
	font-size: 6.0rem;
	margin: 0 0 50px 0;
	line-height: 1;
	font-weight: 500;
}
.lab-process_pc .txt-cont .txt-cont__inner h2 span{
	font-size: 2.0rem;
	margin-top: 10px;
	display: block;
}

.lab-process_pc .txt-cont .txt-cont__inner p{
	margin-bottom: 20px;
	line-height: 1.75;
}
.lab-process_pc .txt-cont .txt-cont__inner .detail02{
	margin-bottom: 0;
	font-weight: 600;
}
.lab-process_pc .txt-cont .txt-cont__inner .detail03{
	margin-bottom: 0;
}


.lab-process_pc .process02{
	margin: 0 auto 0px auto;
}

.lab-process_pc .process02-2{
	margin: 0 auto 80px auto;
}

.lab-process_pc .process03{
	margin: 0 auto 80px auto;
}
.lab-process_pc .process03-2{
	margin: 0 auto 80px auto;
}
.lab-process_pc .process03-3{
	margin: 0 auto 80px auto;
}
.lab-process_pc .process04{
	margin: 0 auto 80px auto;
}

.lab-process_pc .process05{
	margin: 0 auto 120px auto;
}
.lab-process_pc .process06{
	margin: 0 auto 0 auto;
}



.lab-process_pc .process02-2 .img-cont{
    margin-top: 0;
}
.lab-process_pc .process03-2 .img-cont{
    margin-top: 0;
}
.lab-process_pc .process03-3 .img-cont{
    margin-top: 0;
}
.lab-process_pc .process02-2 .txt-cont .txt-cont__inner {
	background: #fff;
	margin-top: 80px;
}
.lab-process_pc .process03-2 .txt-cont .txt-cont__inner {
	background: #fff;
	margin-top: 0;
	padding: 70px 80px 50px;
}
.lab-process_pc .process03-3 .txt-cont .txt-cont__inner {
	background: #fff;
	margin-top: 0;
	padding: 70px 80px 50px;
}


.lab-process_pc .process02-2 {
	align-items: center;
}

.lab-process_pc .process02-2 .sec-inner {
	display: flex;
	align-items: center;
    justify-content: space-between;
}

.lab-process_pc .process03-2 {
	align-items: center;
}

.lab-process_pc .process03-2 .sec-inner {
	display: flex;
	align-items: center;
    justify-content: space-between;
}
.lab-process_pc .process03-3 {
	align-items: center;
}

.lab-process_pc .process03-3 .sec-inner {
	display: flex;
	align-items: center;
    justify-content: space-between;
}
.lab-process_pc .process03-2 .txt-cont,
.lab-process_pc .process03-3 .txt-cont{
	margin-bottom: 80px;
}

.lab-process_pc .process06 .txt-cont{
	margin-bottom: 160px;
}

.lab-process_pc .process06 .txt-cont .txt-cont__inner h2 {
	line-height: 1.2;

}





/* ----------------------------------
  lab-process
*/

@media print, screen and (max-width: 768px) {
.lab-process {
	position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 1;
}

.sec-inner{
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}


.lab-process .sec-process{
	opacity: 1;
	background: #fff;
	position: absolute;
	left: 0;
	top:0;
	opacity: 0;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
}

.lab-process .process02,
.lab-process .process04,
.lab-process .process06{
	background: #111;
	color: #fff;
}
.lab-process .cover{
	position: absolute;
	left: -50%;
	top: 0;
	transform: skewX(10deg);
	background: #111;
	width: 200%;
	height: 100%;
	z-index: 10;
}
.lab-process .cover02{
	position: absolute;
	left: -50%;
	top: 0;
	transform: skewX(-10deg);
	background: #111;
	width: 0%;
	height: 100%;
	z-index: 11;
}

.lab-process .cover03{
	position: absolute;
	left: 210%;
	top: 0;
	transform: skewX(10deg);
	background: #fff;
	width: 200%;
	height: 100%;
}




.lab-process .txt-cont__inner{
	width: 350px;
}
.lab-process h2 {
	 font-family: "Yu Gothic";
	font-size: 60px;
	font-weight: 400;
	position: relative;
	/*padding-bottom: 40px;*/
	margin-bottom: 30px;
	    line-height: 1;
}
.lab-process h2 span{
	font-size: 1.6rem;
	display: block;
	font-weight: 600;
	margin-bottom: 20px;
}
.lab-process h2 span.subtxt{
	font-size: 18px;
	display: block;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 0;
}
.lab-process h2:before {
	/*width: 37px;
	height: 3px;
	background: #000;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;*/
}
.lab-process h2.p02:before {
	/*width: 37px;
	height: 3px;
	background: #fff;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	*/
}

.sec-process {
}
.sec-process .sec-inner{
	position: relative;
	min-width: 960px;
	/*max-width: 1600px;*/
	margin: 0 auto;
}



.lab-process .detail_txt {
	font-size: 1.6rem;
	line-height: 1.75;
}
.lab-process .detail_txt--02 {
	font-size: 1.8rem;
	font-weight: 600;
	margin: 40px auto 10px;
}
.lab-process .detail_txt--03 {
	font-size: 1.6rem;
	line-height: 2;
}
.lab-process .txt-bold {
	font-weight: 600;
}

.lab-process .sec-process .img-cont{
	width: 50%;
}

/*画像カバーのアニメーション*/
.lab-process .sec-process .img_cover{
	position: absolute;
	left: -50%;
	top: 0;
	height: 100%;
	width: 200%;
	transform: skewX(10deg);
	background: #fff;
	z-index: 900;
}
.lab-process .sec-process.active .img_cover{
	width: 200%;
	left: -250%;
	transition: all 1s ease 1s;
	-webkit-transition: all 1s ease 1s;
	z-index: 900;
}
.lab-process .sec-process .img_cover02{
	position: absolute;
	left: -50%;
	top: 0;
	height: 100%;
	width: 200%;
	transform: skewX(10deg);
	background: #111;
	z-index: 900;
}
.lab-process .sec-process.active .img_cover02{
	left: -250%;
	transition: all 1s ease 1s;
	-webkit-transition: all 1s ease 1s;
	z-index: 900;
}



.lab-process .sec-process .img-cont{
	width: 50%;
	z-index: 0;
	position: relative;
	overflow: hidden;
}

.lab-process .sec-process .img-cont img{
	width: 100%;
}
.lab-process .sec-process .txt-cont{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lab-process .txt-cont .txt-cont__inner{

}

.ov-txt {
	padding-right: 10px;
	height: 270px;
	overflow-y: scroll;
	-ms-overflow-style:none;
}

.ov-txt::-webkit-scrollbar{
    display:none!important;
}


.Return_act {
	z-index: 200;
}


.bg_img {
	left: 25%;
	z-index: -10!important;
}

.bg_img img{
	width: 80%;
	margin: 0 10%;
}






/*
		カバー
*/

.lab-process .re_cover_RL_B{
	position: absolute;
	left: 300%;
	top: 0;
	transform: skewX(10deg);
	background: #111;
	height: 100%;
	z-index: 12;
}
.lab-process .re_cover_LR_B{
	position: absolute;
	left: -350%;
	top: 0;
	transform: skewX(10deg);
	background: #111;
	height: 100%;
}
.lab-process .re_cover_RL_W{
	position: absolute;
	left: 300%;
	top: 0;
	transform: skewX(10deg);
	background: #fff;
	height: 100%;
	z-index: 12;
}


/*カバーのアニメーション*/

.re_cover_RL_B{
	width: 300%;
	left: -50%;
	z-index: -999;
}
.re_cover_RL_B.act{
	width: 300%;
	left: -50%;
	z-index: 999;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
}
.re_cover_LR_B{
	width: 300%;
	z-index: 999;
}
.re_cover_LR_B.act{
	left: -50%;
	width: 300%;
	z-index: 999;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
}
.re_cover_RL_W{
	width: 300%;
	left: 300%;
	z-index: -999;
}
.re_cover_RL_W.act{
	width: 300%;
	left: -50%;
	z-index: 999;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
}



/*
		プロセス1
*/

.process01{
	opacity: 0;
	z-index: 1;
	width: 100%;
	background: #fff!important;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
}

.process01 .img-cont {
	background: url(/img/brand/lab/photo01.png) no-repeat center top;
	background-size: cover;
}
.process01.active{
	opacity: 1;
	z-index: 100;
	background: #fff!important;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
}

.process01 .img_cover {
	/*background: #111!important;*/
}
.process01.active .img_cover{
	background: #fff!important;
}

/*カバーのアニメーション*/

.process01 .bg_img01 {
	position: absolute;
    transform: translateX(50%)translateY(-100%);
    z-index: -1;
    opacity: 0;
    width: 50%;
     left: 25%;
}
.process01.active .bg_img01 {
	opacity: 1;
	left: 25%;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
}

.lab-process .process01.active .img_cover{
	width: 200%;
	left: -250%;
	transition: all 1s ease .5s;
	-webkit-transition: all 1s ease .5s;
	z-index: 900;
}

.process01 .ico01 {
	opacity: 0;
}
.process01.active .ico01 {
	opacity: 1;
	transition: all .5s ease .5s;
	-webkit-transition: all .5s ease .5s;
}
.process01 .ov-txt {
	opacity: 0;
}
.process01.active .ov-txt {
	opacity: 1;
	transition: all .5s ease .8s;
	-webkit-transition: all .5s ease .8s;
}





/*
		プロセス2
*/

.lab-process .process02{
	z-index: 2;
	width: 100%;
	opacity: 0;
	position: absolute;
	top: 0px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
}

.lab-process .process02.active{
	opacity: 1;
	width: 100%;
	z-index: 101;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
}

.process02 .img-cont .photo01{
	background: url(/img/brand/lab/photo02_1.png) no-repeat center top;
	background-size: cover;
}

.process02 .bg_img02 {
	position: absolute;
    transform: translateX(-50%)translateY(-50%);
    z-index: -1;
    opacity: 0;
    width: 50%;
     height: 25%;
}
.process02.active .bg_img02 {
	opacity: 1;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
}

.lab-process .process02.active .img_cover02{
	width: 200%;
	left: 250%;
	transition: all 1s ease .5s;
	-webkit-transition: all 1s ease .5s;
	z-index: 900;
}

.process02 .ico02 {
	opacity: 0;
}
.process02.active .ico02 {
	opacity: 1;
	transition: all .5s ease .5s;
	-webkit-transition: all .5s ease .5s;
}
.process02 .ov-txt {
	opacity: 0;
}
.process02.active .ov-txt {
	opacity: 1;
	transition: all .5s ease .8s;
	-webkit-transition: all .5s ease .8s;
}



/*
		プロセス3
*/


.lab-process .process03{
	z-index: 3;
	width: 100%;
	opacity: 0;
	position: absolute;
	top: 0px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
}
.lab-process .process03.active{
	opacity: 1;
	width: 100%;
	z-index: 102;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
}

/*カバーのアニメーション*/
.process03 .bg_img03 {
	position: absolute;
    transform: translateX(50%)translateY(-50%);
    z-index: -1;
    opacity: 0;
    width: 50%;
    height: 25%;
}
.process03.active .bg_img03 {
	opacity: 1;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
}

.lab-process .process03.active .img_cover{
	width: 0;
	transition: all .8s ease .5s;
	-webkit-transition: all .8s ease .5s;
}




.process03 .ico03 {
	opacity: 0;
}
.process03.active .ico03 {
	opacity: 1;
	transition: all .5s ease 1s;
	-webkit-transition: all .5s ease 1s;
}
.process03 .ov-txt {
	opacity: 0;
}
.process03.active .ov-txt {
	opacity: 1;
	transition: all .5s ease 1.3s;
	-webkit-transition: all .5s ease 1.3s;
}


/*
		プロセス4
*/


.lab-process .process04{
	z-index: 4;
	width: 100%;
	opacity: 0;
	position: absolute;
	top: 0px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
}
.lab-process .process04.active{
	opacity: 1;
	width: 100%;
	z-index: 103;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
}
/*カバーのアニメーション*/
.process04 .bg_img04 {
	position: absolute;
    transform: translateX(-50%)translateY(-50%);
    z-index: -1;
    opacity: 0;
    width: 50%;
     height: 25%;
}
.process04.active .bg_img04 {
	opacity: 1;
	transition: all .3s ease .5s;
	-webkit-transition: all .3s ease .5s;
}

.lab-process .process04.active .img_cover02{
	width: 200%;
	left: 250%;
	transition: all 1s ease .5s;
	-webkit-transition: all 1s ease .5s;
	z-index: 900;
}

.process04 .ico04 {
	opacity: 0;
}
.process04.active .ico04 {
	opacity: 1;
	transition: all .5s ease 1s;
	-webkit-transition: all .5s ease 1s;
}
.process04 .ov-txt {
	opacity: 0;
}
.process04.active .ov-txt {
	opacity: 1;
	transition: all .5s ease 1.3s;
	-webkit-transition: all .5s ease 1.3s;
}



/*
		プロセス5
*/

.lab-process .process05{
	z-index: 5;
	width: 100%;
	opacity: 0;
	position: absolute;
	top: 0px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
}
.lab-process .process05.active{
	opacity: 1;
	width: 100%;
	z-index: 104;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
}

/*カバーのアニメーション*/
.process05 .bg_img05 {
	position: absolute;
    transform: translateX(50%)translateY(-50%);
    z-index: -1;
    opacity: 0;
    width: 50%;
     height: 25%;
}
.process05.active .bg_img05 {
	opacity: 1;
	transition: all .3s ease .5s;
	-webkit-transition: all .3s ease .5s;
}

.lab-process .process05.active .img_cover{
	width: 0;
	transition: all .8s ease .5s;
	-webkit-transition: all .8s ease .5s;
}

.process05 .ico05 {
	opacity: 0;
}
.process05.active .ico05 {
	opacity: 1;
	transition: all .5s ease 1s;
	-webkit-transition: all .5s ease 1s;
}
.process05 .ov-txt {
	opacity: 0;
}
.process05.active .ov-txt {
	opacity: 1;
	transition: all .5s ease 1.3s;
	-webkit-transition: all .5s ease 1.3s;
}



.lab-process .process06{
	z-index: 6;
	width: 100%;
	opacity: 0;
	position: absolute;
	top: 0px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
}
.lab-process .process06.active{
	opacity: 1;
	width: 100%;
	z-index: 106;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
}
/*カバーのアニメーション*/
.process06 .bg_img06 {
	position: absolute;
    transform: translateX(-50%)translateY(-50%);
    z-index: -1;
    opacity: 0;
    width: 50%;
     height: 25%;
}
.process06.active .bg_img06 {
	opacity: 1;
	transition: all .8s ease .5s;
	-webkit-transition: all .8s ease .5s;
}

.lab-process .process06.active .img_cover02{
	width: 200%;
	left: 250%;
	transition: all 1s ease .5s;
	-webkit-transition: all 1s ease .5s;
	z-index: 900;
}

.process06 .ico06 {
	opacity: 0;
}
.process06.active .ico06 {
	opacity: 1;
	transition: all .5s ease 1s;
	-webkit-transition: all .5s ease 1s;
}
.process06 .ov-txt {
	opacity: 0;
}
.process06.active .ov-txt {
	opacity: 1;
	transition: all .5s ease 1.3s;
	-webkit-transition: all .5s ease 1.3s;
}


.slide-nav {
	position: absolute;
	right: 50px;
	top: 50%;
}
.slide-nav p{
	cursor: pointer;
}





/*
	SP プロセス
*/
.lab-process_sp {

}
.lab-process_sp .txt-cont__inner{
	width: 100%;
	padding: 0 3%;
	margin-top: 20px;
}

.lab-process_sp .sec03 .txt-cont__inner{
	margin-top: 40px;
}

.lab-process_sp h2 {
	 font-family: "Yu Gothic";
	font-size: 30px;
	font-weight: 400;
	position: relative;
	/*padding-bottom: 20px;*/
	margin-bottom: 15px;
	    line-height: 1;
	z-index: 1;
	    margin: 0 3% 30px;
	padding-top: 30px;
}
.lab-process_sp h2 span{
	font-size: 1.3rem;
	display: block;
	font-weight: 600;
	margin-bottom: 20px;
}
.lab-process_sp h2 span.subtxt{
	font-size: 1.0rem;
	display: inline-block;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 0;
}
.lab-process_sp h2:before {
	/*width: 18px;
	height: 3px;
	background: #000;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;*/
}
.lab-process_sp h2.p02:before {
	/*width: 18px;
	height: 3px;
	background: #fff;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;*/
}


.lab-process_sp h2:after {
	width: 243px;
	height: 74px;
	content: '';
	position: absolute;
	right: 0;
    top: 70px;
    opacity: .6;
	background: url(/img/brand/lab/ico_01.png) no-repeat right top;
	transform: translateX(0%)translateY(-50%);
	z-index: -1;

}
.lab-process_sp h2.ico01:after {
	background: url(/img/brand/lab/ico_01.png) no-repeat center top;
	background-size: 100%;
}
.lab-process_sp h2.ico02:after {
	background: url(/img/brand/lab/ico_02.png) no-repeat center top;
	background-size: 100%;
}
.lab-process_sp .ico02-2:after {
	/*width: 243px;
	height: 74px;
	content: '';
	position: absolute;
	right: 0;
    top: 40px;
    opacity: .6;
	transform: translateX(0%)translateY(-50%);
	z-index: -1;
	background: url(/brand/lab/img/ico_02.png) no-repeat center top;
	background-size: 100%;*/
}
.lab-process_sp h2.ico03:after {
	background: url(/img/brand/lab/ico_03.png) no-repeat center top;
	background-size: 100%;
}

.lab-process_sp .ico03-2:after {
	/*width: 243px;
	height: 74px;
	content: '';
	position: absolute;
	right: 0;
    top: 40px;
    opacity: .6;
	transform: translateX(0%)translateY(-50%);
	z-index: -1;
	background: url(/brand/lab/img/ico_03.png) no-repeat center top;
	background-size: 100%;*/
}
.lab-process_sp .ico03-3:after {
	/*width: 243px;
	height: 74px;
	content: '';
	position: absolute;
	right: 0;
    top: 40px;
    opacity: .6;
	transform: translateX(0%)translateY(-50%);
	z-index: -1;
	background: url(/brand/lab/img/ico_03.png) no-repeat center top;
	background-size: 100%;*/
}

.lab-process_sp h2.ico04:after {
	background: url(/img/brand/lab/ico_04.png) no-repeat center top;
	background-size: 100%;
}
.lab-process_sp h2.ico05:after {
	background: url(/img/brand/lab/ico_05.png) no-repeat center top;
	background-size: 100%;
}
.lab-process_sp h2.ico06:after {
	background: url(/img/brand/lab/ico_06.png) no-repeat center top;
	background-size: 100%;
}

.lab-process_sp .detail_txt {
	font-size: 1.3rem;
	line-height: 1.75;
}
.lab-process_sp .detail_txt--02 {
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.75;
	margin: 20px auto 5px;
}
.lab-process_sp .detail_txt--03 {
	font-size: 1.3rem;
	line-height: 1.75;
}
.lab-process_sp .txt-bold {
	font-weight: 600;
}
.lab-process_sp .ov-txt {
	height: auto;
	overflow-y: scroll;
	position: relative;
	z-index: 0;
}

.lab-process_sp .sec01,
.lab-process_sp .sec03,
.lab-process_sp .sec03_2,
.lab-process_sp .sec03_3,
.lab-process_sp .sec05{
	padding-bottom: 40px;
}

.lab-process_sp .sec02,
.lab-process_sp .sec02_2,
.lab-process_sp .sec04,
.lab-process_sp .sec06{
	color: #fff;
	background: #111;
	padding-bottom: 40px;
}

.lab-process p {
	margin-bottom: 0!important;
}

	.h78 {
		min-height: 78px;
	}




.l-container {
  width: 100%!important;
  height: 100vh;
  overflow: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}

.l-track {
  width: 600%;
  height: 100vh;
}

.panel {
  height: 100vh;
  width: 16.666666%;
  text-align: center;
  color: #fff;
  background-color: #1a1a1a;
}
.panel:nth-of-type(even) {
  background-color: #222;
}

.top-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.5);
}
.top-bar .dropdown {
  background-color: transparent;
}
.top-bar .btn {
  color: #fff;
  background-color: transparent;
}
.top-bar .btn.active {
  color: #004fa3;
}
.panel {
	opacity: 0;
}
.top-bar {
	display: none;
}



/*画像カバーのアニメーション*/
.lab-process_sp .img{
	position: relative;
}
.lab-process_sp .img_cover_sp{
	position: absolute;
	left: -30%;
	top: 0;
	height: 100%;
	width: 150%;
	transform: skewX(-10deg);
	/*background: #111;*/
	z-index: 10;
}
.lab-process_sp .active .img_cover_sp{
	left: 130%;
	transition: all .8s ease .0s;
	-webkit-transition: all .8s ease .0s;
}


.effect {
  transition: .8s;
  transition-delay: .8s;
}

}



/*フッターエリア*/

.foot_sec {
	margin: 145px auto 80px;
	width: 1060px;
	background: #fff;
	text-align: center;
	z-index: 1;
}

.foot_sec .imgs{
	margin-bottom: 80px;
}
.foot_sec .txts{
	font-size: 1.6rem;
	line-height: 2;
	margin-bottom: 40px;
}
.foot_sec .imgs02{
}



@media print, screen and (max-width: 768px) {
	.foot_sec {
		margin: 40px 3%;
		width: 94%;
		padding: 0;
		background: #fff;
		text-align: center;
	}

	.foot_sec .imgs{
		margin-bottom: 40px;
	}
	.foot_sec .txts{
		font-size: 1.3rem;
		margin-bottom: 20px;
		text-align: left;
	}
	.foot_sec .imgs02{
	}

}
