@charset "UTF-8";
/*==================================================
home
==================================================*/
[id^="section_"] .inner {
	position: relative;
	width: 84.4%;
	margin: 0 auto;
	z-index: 20;
}
[id^="section_"] .sub_ttl {
	margin: 0 0 10px;
	font-family: 'Calibre-Regular';
	font-size: 13px;
	letter-spacing: 0.3em;
}
[id^="section_"] .sub_ttl span {
	position: relative;
}
[id^="section_"] .sub_ttl span:after {
	display: block;
	position: absolute;
	top: 50%;
	right: -90px;
	width: 80px;
	height: 1px;
	content: "";
	background: #000;
}
[id^="section_"] h2 {
	margin: 0 0 50px;
	font-family: 'Calibre-Regular';
	font-size: 30px;
	letter-spacing: 0.3em;
}
	@media screen and (max-width: 768px) {
		[id^="section_"] .sub_ttl {
			margin: 0 0 2%;
			font-size: 2.8vw;
		}
		[id^="section_"] h2 {
			margin: 0 0 3.9%;
			font-size: 5.6vw;
		}
	}
	@media screen and (max-width: 480px) {
		[id^="section_"] .sub_ttl span:after {
			right: -70px;
			width: 60px;
		}
	}
	@media screen and (max-width: 415px) {
		[id^="section_"] .sub_ttl span:after {
			right: -50px;
			width: 40px;
		}
	}


/* #topCont
---------------------------------------------------------------------------*/
#topCont {
	position: relative;
}

/* txtWrap */
.kv .txtWrap {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	z-index: 20;
}
.kv .txtWrap .txt {
	width: 366px;
	margin: 0 auto;
	opacity:0;
	position:relative;
	top:30px;
}
.kv .txtWrap .txt img {
	height: 18px;
}
.kv .txtWrap .logo {
	color: #fff;
	font-family: 'Calibre-Regular';
	font-size: 60px;
	letter-spacing: 0.1em;
	opacity:0;
	position:relative;
	top:30px;
}
body.init .kv .txtWrap .logo,
body.init .kv .txtWrap .txt {
	opacity:1;
	top:0px;
-webkit-transition: opacity 0.7s ease 0.6s,top 0.7s ease 0.6s;
-moz-transition: opacity 0.7s ease 0.6s,top 0.7s ease 0.6s;
-o-transition: opacity 0.7s ease 0.6s,top 0.7s ease 0.6s;
-ms-transition: opacity 0.7s ease 0.6s,top 0.7s ease 0.6s;
transition: opacity 0.7s ease 0.6s,top 0.7s ease 0.6s;

}
	@media screen and (max-width: 768px) {
		.kv {
			position: relative;
		}
		.kv .txtWrap .txt {
			width: 62.5%;
		}
		.kv .txtWrap .txt img {
			width: 100%;
			height: auto;
		}
		.kv .txtWrap .logo {
			font-size: 9.375vw;
		}
	}

/* movie */

.kv #movie {
	opacity:0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #000;
	background-size: cover;
	-webkit-transition: opacity 0.4s ease 0.2s;
	-moz-transition: opacity 0.4s ease 0.2s;
	-o-transition: opacity 0.4s ease 0.2s;
	-ms-transition: opacity 0.4s ease 0.2s;
	transition: opacity 0.4s ease 0.2s;
}
body.init .kv #movie {
	opacity:1;
}
.kv #movie:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: url(../png/layer.png) repeat 0 0;
	z-index:10;
}

/* pager */
.kv .pager {
	position: absolute;
	bottom: 50px;
	left: 2%;
	min-width: 320px;
	width: 21.6%;
	z-index: 20;
	opacity:0;
	-webkit-transition: opacity 0.7s ease 1s;
	-moz-transition: opacity 0.7s ease 1s;
	-o-transition: opacity 0.7s ease 1s;
	-ms-transition: opacity 0.7s ease 1s;
	transition: opacity 0.7s ease 1s;
}
body.init .kv .pager {
	opacity:1;
}
.kv .pager ul {
	width: 100%;
	text-align: center;
}
.kv .pager li {
	display: inline-block;
	width: 31.333%;
	padding: 0 2px;
	vertical-align: bottom;
	box-sizing: border-box;
}
.kv .pager li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: left;
	font-family: 'Calibre-Regular';
	font-size: 10px;
	letter-spacing: 0.2em;
}
.kv .pager li a .txt {
	opacity: 0;
	transition: all .3s;
}
.kv .pager li.current a .txt {
	opacity: 1;
}
.kv .pager li a .bar {
	display: block;
	width: 100%;
	height: 3px;
	margin-top: 10px;
	content: "";
	background: #888;
}
.kv .pager li.current a .bar {
	background: #fff;
}
	@media screen and (max-width: 768px) {
		.kv .pager {
			left: 50%;
			min-width: initial;
			width: 50%;
			-webkit-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
		}
		.kv .pager li.current a .txt {
			display: none;
		}
		.kv .pager li a .bar {
			height: 2px;
		}
	}

/*newsPop */
#topCont .newsPop {
	position: absolute;
	right: 25px;
	bottom: 30px;
	width: 350px;
	padding: 15px;
	background: #fff;
	box-sizing: border-box;
	z-index: 20;
	opacity:0;
	-webkit-transition: opacity 0.7s ease 1s;
	-moz-transition: opacity 0.7s ease 1s;
	-o-transition: opacity 0.7s ease 1s;
	-ms-transition: opacity 0.7s ease 1s;
	transition: opacity 0.7s ease 1s;
}
body.init #topCont .newsPop {
	opacity:1;
}
#topCont .newsPop a {
	color: #000;
}
#topCont .newsPop .list {
	display: table;
	width: 290px;
}
#topCont .newsPop .tmb {
	display: table-cell;
	width: 58px;
	padding: 0 10px 0 0;
}
#topCont .newsPop .tmb img {
	width: 100%;
}
#topCont .newsPop dl {
	display: table-cell;
	vertical-align: top;
}
#topCont .newsPop dt {
	padding: 0 0 5px;
	 font-family: 'Calibre-Semibold';
	 font-size: 16px;
	 letter-spacing: 0.15em;
}
#topCont .newsPop dd {
	font-size: 12px;
	 font-family: 'Calibre-Regular';
	line-height: 120%;
	letter-spacing: 0.08em;
}
#topCont .newsPop .btn_close {
	position: absolute;
	top: 15px;
	right: 12px;
	margin-right: 0;
}
	@media screen and (max-width: 870px) {
		#topCont .newsPop {
			bottom: 80px;
		}
	}
	@media screen and (max-width: 768px) {
		#topCont .newsPop {
			position: relative;
			right: auto;
			bottom: auto;
			width: 100%;
			padding: 4% 7.8%;
			margin-top: -1px;
		}
		#topCont .newsPop .list {
			display: table;
			width: 100%;
		}
		#topCont .newsPop .tmb {
			display: table-cell;
			max-width: 108px;
			width: 25%;
			padding: 0;
		}
		#topCont .newsPop dl {
			display: table-cell;
			padding: 0 8% 0 4.8%;
			vertical-align: middle;
		}
		#topCont .newsPop dt {
			padding: 0 0 5px;
			 font-family: 'Calibre-Semibold';
			 font-size: 16px;
		}
		#topCont .newsPop dd {
			font-size: 13px;
			line-height: 166.6%;
		}
		#topCont .newsPop .btn_close {
			width: 2.5%;
			top: 50%;
			right: 2%;
			padding: 4.25%;
			-webkit-transform: translate(0, -50%);
			transform: translate(0, -50%);
			margin-top: 0;
		}
	}
	@media screen and (max-width: 480px) {
		#topCont .newsPop dt {
			padding: 0 0 3px;
			 font-size: 14px;
		}
		#topCont .newsPop dd {
			font-size: 2.6vw;
		}
	}

/* btn-scroll */
.btn_scroll {
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 80px;
	text-decoration: none;
	z-index: 900;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);

}
body.init .btn_scroll {
	opacity:1;
}
.btn_scroll .txt {
	text-align: center;
	color: #fff;
	font-family: 'Calibre-Regular';
	font-size: 10px;
	letter-spacing: 0.3em;
	opacity:0;
	-webkit-transition: opacity 0.7s ease 1s;
	-moz-transition: opacity 0.7s ease 1s;
	-o-transition: opacity 0.7s ease 1s;
	-ms-transition: opacity 0.7s ease 1s;
	transition: opacity 0.7s ease 1s;

}
body.init .btn_scroll .txt{
	opacity:1;
}

.btn_scroll .bar {
	overflow: hidden;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 15px;
	height: 50px;
	content: "";
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);

	opacity:0;
	-webkit-transition: opacity 0.7s ease 1s;
	-moz-transition: opacity 0.7s ease 1s;
	-o-transition: opacity 0.7s ease 1s;
	-ms-transition: opacity 0.7s ease 1s;
	transition: opacity 0.7s ease 1s;

}
body.init .btn_scroll .bar {
	opacity:1;
}
.btn_scroll span span {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 1px;
	height: 100px;
	border-left: 1px solid #fff;
	margin-left: -1px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-animation: sdb 1.5s infinite;
	animation: sdb 1.5s infinite;
	box-sizing: border-box;
}
	@-webkit-keyframes sdb {
		0% {
			-webkit-transform: translate(0, 0);
			opacity: 0;
		}
		50% {
			opacity: 1;
		}
		100% {
			-webkit-transform: translate(0, 0);
			opacity: 0;
		}
	}
	@keyframes sdb {
		0% {
			transform: translate(0, -200px);
			transform-origin: bottom;
			opacity: 1;
		}
		50% {
			transform: scale(1, 1);
			transform-origin: top;
			opacity: 1;
		}
		75% {
			opacity: 1;
		}
		100% {
			transform: translate(0, 100px);
			opacity: 0;
		}
	}
	@media screen and (max-width: 768px) {
		.btn_scroll {
			bottom: auto;
			left: auto;
			top: 50%;
			right: 3.1%;
			height: 110px;
			-webkit-transform: translate(0, -50%);
			transform: translate(0, -50%);
		}
		.btn_scroll .txt {
			position:absolute;
			right:auto;
			left:50%;
			-webkit-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
			-ms-writing-mode: tb-rl;
			writing-mode: vertical-rl;
		}
	}

/* #section_newmodel
---------------------------------------------------------------------------*/
#section_newmodel {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 260px;
	background-color:#000000;
}
#section_newmodel:after {
	position: absolute;
	content: "";
	display: block;
	width: 78%;
	height: 100%;
	top: 0;
	background: #141414;
}
	@media (min-width: 769px) and (max-width: 2000px) {
		#section_newmodel:after {
			background-size: auto 100%;
		}
	}
#section_newmodel .newmodelWrap {
	position: relative;
	width: 100%;
	background: #000;
}
#section_newmodel .viewPc .inner {
	position: absolute;
	top: 0;
	min-width: 394px;
	width: 30%;
}
#section_newmodel .viewPc .txtWrap {
	width: 285px;
	margin: 0 auto;
}
#section_newmodel .img {
	margin: 0 0 0 auto;
	width: 238px;
	height: 260px;
	-webkit-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	will-change: transform;
	transform: perspective(1200px) rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1);
	transition: 4000ms cubic-bezier(0.03, 0.98, 0.52, 0.99);
}
#section_newmodel .img img {
	height: 100%;
	opacity:0;
	-webkit-transition: opacity 0.7s ease 0s;
	-moz-transition: opacity 0.7s ease 0s;
	-o-transition: opacity 0.7s ease 0s;
	-ms-transition: opacity 0.7s ease 0s;
	transition: opacity 0.7s ease 0s;
}
#section_newmodel.init .img img {
	opacity:1;
}
#section_newmodel:hover .img {
	transform: scale(1.10,1.10);
	-webkit-transform:scale(1.10,1.10);
	-moz-transform:scale(1.10,1.10);
	-ms-transform:scale(1.10,1.10);
	-o-transform:scale(1.10,1.10);
	will-change: transform;
	transform: perspective(1200px) rotateX(-5.46deg) rotateY(0.43deg) scale3d(1.08, 1.08, 1.08);
	transition: 4000ms cubic-bezier(0.03, 0.98, 0.52, 0.99);
}
#section_newmodel .txtWrap {
	color: #fff;
}
#section_newmodel .sub_ttl{
	position:relative;
	top:30px;
	opacity:0;
	margin: 0 0 13px;
}
#section_newmodel .sub_ttl span:after {
	background: #fff;
}
#section_newmodel h2 {
	margin: 0  0 10px;
	position:relative;
	top:30px;
	opacity:0;
	font-size: 23px;
}
#section_newmodel .txt {
	margin: 0 0 35px;
	letter-spacing: 0.15em;
	position:relative;
	top:30px;
	font-family: 'Calibre-Regular';
	opacity:0;
}
#section_newmodel.init .txt,
#section_newmodel.init .sub_ttl,
#section_newmodel.init h2{
	opacity:1;
	top:0px;
	-webkit-transition: opacity 0.7s ease 0.4s,top 0.7s ease 0.4s;
	-moz-transition: opacity 0.7s ease 0.4s,top 0.7s ease 0.4s;
	-o-transition: opacity 0.7s ease 0.4s,top 0.7s ease 0.4s;
	-ms-transition: opacity 0.7s ease 0.4s,top 0.7s ease 0.4s;
	transition: opacity 0.7s ease 0.4s,top 0.7s ease 0.4s;
}
#section_newmodel .txt_detail {
	font-family: 'Calibre-Regular';
	letter-spacing: 0.16em;
	position:relative;
	top:30px;
	opacity:0;
}
#section_newmodel .txt_detail span {
	position: relative;
	padding: 0 0 0 20px;
	font-size: 12px;
}
#section_newmodel.init .txt_detail {
	top:0px;
	opacity:1;
	-webkit-transition: opacity 0.7s ease 0.8s,top 0.7s ease 0.8s;
	-moz-transition: opacity 0.7s ease 0.8s,top 0.7s ease 0.8s;
	-o-transition: opacity 0.7s ease 0.8s,top 0.7s ease 0.8s;
	-ms-transition: opacity 0.7s ease 0.8s,top 0.7s ease 0.8s;
	transition: opacity 0.7s ease 0.8s,top 0.7s ease 0.8s;
}
#section_newmodel .btn {
	position: relative;
	display: block;
	width: 260px;
	height: 46px;
	line-height: 46px;
	color: #534d4e;
	border: 1px solid #534d4e;
}
@media screen and (min-width: 768px) { /* PC */
	#section_newmodel .btn:hover {
		color: #000;
	}
}
#section_newmodel .btn::after {
	display: block;
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	background: #fff;
    -moz-transform: scaleX(0);
    transition: 0.8s transform cubic-bezier(0, 1, 0.4, 1);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}
#section_newmodel .btn:hover::after {
  	width: 100%;
	-webkit-transform:scaleX(1);
	-ms-transform:scaleX(1);
	transform:scaleX(1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center
}
#section_newmodel .btn:before {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 18px;
	height: 6px;
	content: "";
	background: url(../svg/icn_arrowlink_gy.svg) no-repeat 0 0;
	background-size: contain;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	transition: all .9s;
}
#section_newmodel .btn:hover:before {
	background: url(../svg/icn_arrowlink_bk.svg) no-repeat 0 0;
	background-size: contain;
}
#section_newmodel .imageWrap {
	position: relative;
	margin-top: 40px;
	z-index: 1;
	top:30px;
	opacity:0;
}
#section_newmodel.init .imageWrap {
	top:0px;
	opacity:1;
	-webkit-transition: opacity 0.7s ease 0.8s,top 0.7s ease 0.8s;
	-moz-transition: opacity 0.7s ease 0.8s,top 0.7s ease 0.8s;
	-o-transition: opacity 0.7s ease 0.8s,top 0.7s ease 0.8s;
	-ms-transition: opacity 0.7s ease 0.8s,top 0.7s ease 0.8s;
	transition: opacity 0.7s ease 0.8s,top 0.7s ease 0.8s;
}
#section_newmodel .imageWrap a {
	position: relative;
	display: block;
	height: 180px;
	background: #ccc;
	margin: 0 2.8% 0 30%;
	overflow: hidden;
}
#section_newmodel .imageWrap a:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	background: url(../jpg/bg_newmodels.jpg) repeat-y 57% 50%;
	background-size: cover;
	-webkit-transition:all 0.7s ease-in-out;
	transition:all 0.7s ease-in-out;
	will-change: transform;
	transform: translate(-50%,-50%) perspective(1200px) rotateX(0deg) rotateY(0deg) scale3d(1.02, 1.02, 1.02);
	transition: 4000ms cubic-bezier(0.03, 0.98, 0.52, 0.99);
}
#section_newmodel .imageWrap a:hover::after {
	transform: scale(1.10,1.10);
	-webkit-transform:scale(1.10,1.10);
	-moz-transform:scale(1.10,1.10);
	-ms-transform:scale(1.10,1.10);
	-o-transform:scale(1.10,1.10);
	will-change: transform;
	transform: translate(-50%,-50%) perspective(1200px) rotateX(-5.46deg) rotateY(0.43deg) scale3d(1.08, 1.08, 1.08);
	transition: 4000ms cubic-bezier(0.03, 0.98, 0.52, 0.99);
}
	@media screen and (max-width: 1280px) {
		#section_newmodel.init .imageWrap a {
			margin-left: 385px;
		}
	}
	@media screen and (max-width: 768px) {
		#section_newmodel {
			height: auto;
			padding: 50% 0 0;
		}
		#section_newmodel:after {
			background: url(../jpg/bg_newmodels_sp.jpg) no-repeat 0 0;
			background-size: cover;
			width: 100%;
		}
		#section_newmodel .newmodelWrap {
			position: static;
		}
		#section_newmodel .inner {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
		#section_newmodel .txtWrap {
			position: absolute;
			top: 42%;
			left: 8.5%;
			width: 100%;
			-webkit-transform: translate(0, -50%);
			transform: translate(0, -50%);
		}
		#section_newmodel .img {
			position: absolute;
			top: 0;
			right: 0;
			width: auto;
			height: 100%;
		}
		#section_newmodel .sub_ttl {
			margin: 0 0 1%;
		}
		#section_newmodel h2 {
			margin: 0 0 0.5%;
			font-size: 4.2vw;
		}
		#section_newmodel .txt {
			margin: 0 0 3%;
			font-size: 2.8vw;
			line-height: 140%;
		}
		#section_newmodel .txt_detail span:after {
			display: block;
			position: absolute;
			top: 50%;
			right: 0;
			width: 18px;
			height: 6px;
			content: "";
			background: url(../svg/icn_arrowlink_wt.svg) no-repeat 0 0;
			background-size: contain;
			-webkit-transform: translate(0, -50%);
			transform: translate(0, -50%);
		}
		#section_newmodel .txt_detail span {
			font-size: 2.5vw;
			padding: 0 28px 0 0;
		}
	}

/* #section_about
---------------------------------------------------------------------------*/
#section_about {
	position: relative;
	padding: 185px 0 140px;
	overflow:hidden;
}
#section_about .inner {
	max-width: 1100px;
	width: 90%;
}
#section_about .txtWrap {
	width: 45.5%;
	float: left;
}
#section_about p img {
	width: 100%;
}
#section_about .txtWrap p.sub_ttl{
	position:relative;
	opacity:0;
	top:30px;
	-webkit-transition: opacity 0.7s ease 0.4s,top 0.7s ease 0.4s;
	-moz-transition: opacity 0.7s ease 0.4s,top 0.7s ease 0.4s;
	-o-transition: opacity 0.7s ease 0.4s,top 0.7s ease 0.4s;
	-ms-transition: opacity 0.7s ease 0.4s,top 0.7s ease 0.4s;
	transition: opacity 0.7s ease 0.4s,top 0.7s ease 0.4s;
}

#section_about h2 {
	position:relative;
	opacity:0;
	top:30px;
	-webkit-transition: opacity 0.7s ease 0.4s,top 0.7s ease 0.4s;
	-moz-transition: opacity 0.7s ease 0.4s,top 0.7s ease 0.4s;
	-o-transition: opacity 0.7s ease 0.4s,top 0.7s ease 0.4s;
	-ms-transition: opacity 0.7s ease 0.4s,top 0.7s ease 0.4s;
	transition: opacity 0.7s ease 0.4s,top 0.7s ease 0.4s;
}
#section_about.init h2,
#section_about.init .txtWrap p.sub_ttl{
	opacity:1;
	top:0px;
}
#section_about .txt01 {
	width: 332px;
	margin: 0 0 50px;
}
#section_about .txt01 img{
	position:relative;
	opacity:0;
	top:30px;
	-webkit-transition: opacity 0.7s ease 0.8s,top 0.7s ease 0.8s;
	-moz-transition: opacity 0.7s ease 0.8s,top 0.7s ease 0.8s;
	-o-transition: opacity 0.7s ease 0.8s,top 0.7s ease 0.8s;
	-ms-transition: opacity 0.7s ease 0.8s,top 0.7s ease 0.8s;
	transition: opacity 0.7s ease 0.8s,top 0.7s ease 0.8s;
}
#section_about.init .txt01 img{
	opacity:1;
	top:0px;
}
#section_about .txt02 {
	width: 307px;
		display:block;
}
#section_about .txt02 img{
	position:relative;
	opacity:0;
	top:30px;
	-webkit-transition: opacity 0.7s ease 0.8s,top 0.7s ease 0.8s;
	-moz-transition: opacity 0.7s ease 0.8s,top 0.7s ease 0.8s;
	-o-transition: opacity 0.7s ease 0.8s,top 0.7s ease 0.8s;
	-ms-transition: opacity 0.7s ease 0.8s,top 0.7s ease 0.8s;
	transition: opacity 0.7s ease 0.8s,top 0.7s ease 0.8s;
}
#section_about.init .txt02 img{
	opacity:1;
	top:0px;
}
#section_about .img {
	overflow: hidden;
	position: relative;
		box-sizing: border-box;
}
#section_about .img .mask{
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
}
#section_about.init .img .mask{
	width:100% !important;
	height:100%;
	-webkit-transition: width 0.7s ease 0.5s;
	-moz-transition: width 0.7s ease 0.5s;
	-o-transition: width 0.7s ease 0.5s;
	-ms-transition: width 0.7s ease 0.5s;
	transition: width 0.7s ease 0.5s;
}
#section_about .img img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: top 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: top 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: top 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition: top 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: top 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#section_about .imgWrap {
	width: 54.5%;
	float: left;
	margin: 0 0 0px;
}
#section_about .imgWrap:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#section_about .img01 {
	width: 100%;
	padding: 60% 0 0;
}
#section_about .img02 {
	width: 81.6%;
	margin-top: -18%;
	padding: 60% 0 0;
	margin-left: 63%;
}
#section_about .img03 {
	position: relative;
	clear: both;
	width: 76.3%;
	padding: 24.5% 0 0;
	margin-left: -17%;
	top:-50px;
	z-index: 20;
}
#section_about .btn_about_wrap,
#section_about .btn_about {
	display: block;
	position: absolute;
	bottom: 100px;
	right: 5.5%;
	width: 32.7%;
	font-family: 'Calibre-Regular';
	font-size: 18px;
	letter-spacing: 0.3em;
	line-height: 133.3%;
	box-sizing: border-box;
}
#section_about .btn_about_wrap .btn_about {
	width: 100%;
	position:relative;
	right:0px;
	bottom:0px;
	opacity:0;
	top:30px;
	-webkit-transition: opacity 0.7s ease 1.2s,top 0.7s ease 1.2s;
	-moz-transition: opacity 0.7s ease 1.2s,top 0.7s ease 1.2s;
	-o-transition: opacity 0.7s ease 1.2s,top 0.7s ease 1.2s;
	-ms-transition: opacity 0.7s ease 1.2s,top 0.7s ease 1.2s;
	transition: opacity 0.7s ease 1.2s,top 0.7s ease 1.2s;
}
#section_about.init .btn_about_wrap .btn_about {
	opacity:1;
	top:0px;
}
#section_about span.bgwhite{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 0%;
	height: 100%;

	-webkit-transition: width 0.7s ease 1.6s;
	-moz-transition: width 0.7s ease 1.6s;
	-o-transition: width 0.7s ease 1.6s;
	-ms-transition: width 0.7s ease 1.6s;
	transition: width 0.7s ease 1.6s;
}
#section_about.init span.bgwhite{

	width: 100%;
}
#section_about span.bgwhite:before{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 72.2%;
	height: 100%;
	content: "";
	background: #fff;
	transition: all .3s;
	will-change: transform;
}

#section_about .btn_about:hover span.bgwhite:before {
	right: -15%;
	width: 130%;
}
#section_about .btn_about:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 5%;
	width: 23px;
	height: 9px;
	content: "";
	background: url(../svg/icn_arrowlink_bk.svg) no-repeat 0 0;
	background-size: contain;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	transition: all .3s;
}
#section_about .btn_about:hover:after {
	right: 3%;
}
#section_about .btn_about a {
	position: relative;
	display: block;
	padding: 45px 0 45px 10.5%;
}
#section_about .bgtxt_wrap{
	left:0px !important;
	width:100% !important;
	bottom:auto !important;
	right:auto !important;
	top: 0px !important;
}
#section_about .bgtxt {
	position: absolute;
	top: 50px !important;
	left: 50% !important;
	width: 3000px !important;
	text-align: center;
	font-family: 'Calibre-light';
	font-size: 360px;
	letter-spacing: 0.02em;
	line-height: 100%;
	 -webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 10;
	opacity: 0.06;
	white-space: nowrap;
}

#section_about .bgtxt .apwipein_org{
	opacity:0;
}
#section_about .bgtxt .apwipein{
	position:absolute;
	top:0px;
	right:0px;
	width:0px;
	overflow:hidden;
	display:inline-block;
}
#section_about .bgtxt .apwipein_inner{
	display:inline-block;
	width:auto;
	opacity:0;
	position:absolute;
	top:0px;
	right:0px;
}
#section_about .bgtxt .apwipein_wrap{
	display:inline-block;
	position:absolute;
	top:0px;
	left:50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}
#section_about.init .bgtxt .apwipein{
	width:100%;
	-webkit-transition: width 0.7s ease;
	-moz-transition: width 0.7s ease;
	-o-transition: width 0.7s ease;
	-ms-transition: width 0.7s ease;
	transition: width 0.7s ease;
}

#section_about .bg01 {
	display: block;
	position: absolute;
	top: -250px !important;
	left: 50% !important;
	width: 2000px !important;
	height: 760px !important;
	margin-left: -2230px;
	content: "";

}

#section_about .bg01 .apwipein{
	width:0px;
	position: absolute;
	top: 0px;
	left:0px;
	height:100%;
	background: #f2f2f2;
}
#section_about.init .bg01 .apwipein{
	width:100%;
	-webkit-transition: width 0.7s ease;
	-moz-transition: width 0.7s ease;
	-o-transition: width 0.7s ease;
	-ms-transition: width 0.7s ease;
	transition: width 0.7s ease;
}
#section_about .bg02 {
	display: block;
	position: absolute;
	top:auto !important;
	bottom: -200px !important;
	left: 50% !important;
	width: 2000px !important;
	height: 838px !important;
	margin-left: 20px;
	content: "";
}
#section_about .bg02 .apwipein{
	width:0px;
	position: absolute;
	top: 0px;
	right:0px;
	height:100%;
	background: #f2f2f2;
}
#section_about.init .bg02 .apwipein{
	width:100%;
	-webkit-transition: width 0.7s ease;
	-moz-transition: width 0.7s ease;
	-o-transition: width 0.7s ease;
	-ms-transition: width 0.7s ease;
	transition: width 0.7s ease;
}
	@media screen and (max-width: 1330px) {
		#section_about h2 {
			margin: 0 0 10.2%;
			font-size: 32px;
		}
		#section_about .txt01 {
			width: 76%;
			min-width: 310px;
			margin: 0 0 50px;
		}
		#section_about .txt02 {
			width: 61.4%;
			min-width: 250px;
		}
	}
	@media screen and (max-width: 1200px) {
		#section_about {
			padding: 18.5% 0 14%;
		}
		#section_about .bgtxt .apwipein,
		#section_about .bgtxt span,
		#section_about .bgtxt {
			font-size: 21.8vw;
		}
		#section_about .bg01 {
			left: 0 !important;
			width: 32.8% !important;
			height: 480px !important;
			margin-left: 0;
		}
		#section_about .bg02 {
			left: auto !important;
			right: 0 !important;
			width: 47.2% !important;
			height: auto !important;
			padding: 48% 0 0;
			margin-left: 0;
		}
	}
	@media screen and (max-width: 1050px) {
		#section_about .txtWrap,
		#section_about .imgWrap {
			margin: 0 0 10%;
		}
		#section_about .bg01 {
			height: 430px !important;
		}
		#section_about .bg02 {
			padding: 62% 0 0;
		}
		#section_about .btn_about {
			font-size: 1.7vw;
		}
	}
	@media screen and (max-width: 768px) {
		#section_about {
			padding: 17.2% 0 15.6%
		}
		#section_about .inner {
			width: 84.4%;
		}
		#section_about .txtWrap {
			width: 100%;
			float: left;
		}
		#section_about .sub_ttl {
			margin: 0 0 2%;
		}
		#section_about h2 {
			font-size: 6.25vw;
		}
		#section_about .txt01 {
			width: 98.1%;
			min-width: initial;
			margin: 0 0 11.1%;
		}
		#section_about .txt02 {
			width: 74%;
			min-width: initial;
		}
		#section_about .imgWrap {
			width: 100%;
			float: none;
		}
		#section_about .img01 {
			width: 68.5%;
			padding: 41% 0 0;
		}
		#section_about .img02 {
			width: 56.3%;
			margin: -23% -10% 0 auto;
			padding: 41.3% 0 0;
		}
		#section_about .img03 {
			width: 107.5%;
			margin-left: -3.75%;
			top:0px;
			padding: 34.9% 0 0;
		}
		#section_about .btn_about_wrap{
			position: relative;
			bottom: auto;
			right: auto;
			width: 61.1%;
			margin: 8.3% 0 0 36%;
			font-size: 3.43vw;
		}
		#section_about .btn_about {
			position: relative;
			bottom: auto;
			right: auto;
			width: 61.1%;
			margin: 8.3% 0 0 36%;
			font-size: 3.43vw;
		}
		#section_about .btn_about_wrap .btn_about {
			width:100%;
			margin:0px;
		}
		#section_about .bgtxt {
			top: 2.5% !important;
		}
		#section_about .bg01 {
			top:-10% !important;
			width: 43.75% !important;
			height: auto !important;
			padding: 98% 0 0;
		}
		#section_about .bg02 {
			width: 65.6% !important;
			height: auto !important;
			padding: 188% 0 0;
			bottom: -10% !important;
		}
		#section_about .btn_about a {
			padding: 10.5% 0 10.5% 10.5%;
		}
	}

/* #section_technology
---------------------------------------------------------------------------*/
#section_technology {
	position: relative;
	padding: 130px 0 90px;
	background-color: #000;
}

#section_technology .inner {
	max-width: 1100px;
}
#section_technology .txtWrap {
	width: 43.6%;
	margin: 0 0 0 auto;
	color: #fff;
}

#section_technology h2,
#section_technology .sub_ttl{
	position:relative;
	left:30px;
	opacity:0;
	-webkit-transition: left 0.7s ease 0.4s,opacity 0.7s ease 0.4s;
	-moz-transition: left 0.7s ease 0.4s,opacity 0.7s ease 0.4s;
	-o-transition: left 0.7s ease 0.4s,opacity 0.7s ease 0.4s;
	-ms-transition: left 0.7s ease 0.4s,opacity 0.7s ease 0.4s;
	transition: left 0.7s ease 0.4s,opacity 0.7s ease 0.4s;
}
#section_technology.init h2,
#section_technology.init .sub_ttl{
	left:0px;
	opacity:1;
}
#section_technology .sub_ttl span:after {
	background: #fff;
}
#section_technology .txt01 img,
#section_technology .txt02 img {
	width: 100%;
}
#section_technology .txt01 {
	margin: 0 0 15px;
	width: 167px;
}
#section_technology .txt01 img {
	position:relative;
	left:30px;
	opacity:0;
	-webkit-transition: left 0.7s ease 0.6s,opacity 0.7s ease 0.6s;
	-moz-transition: left 0.7s ease 0.6s,opacity 0.7s ease 0.6s;
	-o-transition: left 0.7s ease 0.6s,opacity 0.7s ease 0.6s;
	-ms-transition: left 0.7s ease 0.6s,opacity 0.7s ease 0.6s;
	transition: left 0.7s ease 0.6s,opacity 0.7s ease 0.6s;
}
#section_technology.init .txt01 img {
	left:0px;
	opacity:1;
}
#section_technology .txt02 {
	width: 450px;
	font-size: 12px;
	line-height: 230%;
	letter-spacing: 0.08em;
	position:relative;
	left:30px;
	opacity:0;
	-webkit-transition: left 0.7s ease 0.8s,opacity 0.7s ease 0.8s;
	-moz-transition: left 0.7s ease 0.8s,opacity 0.7s ease 0.8s;
	-o-transition: left 0.7s ease 0.8s,opacity 0.7s ease 0.8s;
	-ms-transition: left 0.7s ease 0.8s,opacity 0.7s ease 0.8s;
	transition: left 0.7s ease 0.8s,opacity 0.7s ease 0.8s;
}
#section_technology .txt02 i {
	font-style: italic;
}
#section_technology.init .txt02{
	left:0px;
	opacity:1;
}
#section_technology .img01 {
	position: absolute;
	top: 100px;
	left: 50%;
	height: 400px;
	margin-left: -1000px;
	z-index: 10;
}
#section_technology .img01 img {
	height: 100%;
	opacity:0;
}

#section_technology .img01 .apwipein{
	overflow:hidden;
	width:0px;
}
#section_technology.init .img01 img {
	opacity:1;
}
#section_technology.init .img01 .apwipein{
	width:100%;
	-webkit-transition: width 0.7s ease 0.4s;
	-moz-transition: width 0.7s ease 0.4s;
	-o-transition: width 0.7s ease 0.4s;
	-ms-transition: width 0.7s ease 0.4s;
	transition: width 0.7s ease 0.4s;
}
#section_technology .img01 .viewRp {
	display: none;
}
#section_technology .list:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#section_technology .list li {
	position: relative;
	width: 274px;
}
#section_technology .list li span.arrow {
	display: block;
	position: absolute;
	bottom: 5px;
	right: 10px;
	width: 23px;
	height: 9px;
	transition: .3s;
}
@media screen and (min-width: 768px) { /* PC */
	#section_technology .list li:hover span.arrow {
		right: 0;
		transition: all .3s;
	}
}
#section_technology .list li span.arrow:after {
	width:100%;
	height:100%;
	content: "";
	background: url(../svg/icn_arrowlink_gy.svg) no-repeat 0 0;
	background-size: contain;
	display:block;
	opacity:0;

}
#section_technology.init .list01 span.arrow:after {
	opacity:1;
	-webkit-transition: opacity 0.7s ease 1.2s;
	-moz-transition: opacity 0.7s ease 1.2s;
	-o-transition: opacity 0.7s ease 1.2s;
	-ms-transition: opacity 0.7s ease 1.2s;
	transition: opacity 0.7s ease 1.2s;
}
#section_technology.init .list02 span.arrow:after {
	opacity:1;
	-webkit-transition: opacity 0.7s ease 1.4s;
	-moz-transition: opacity 0.7s ease 1.4s;
	-o-transition: opacity 0.7s ease 1.4s;
	-ms-transition: opacity 0.7s ease 1.4s;
	transition: opacity 0.7s ease 1.4s;
}
#section_technology.init .list03 span.arrow:after {
	opacity:1;
	-webkit-transition: opacity 0.7s ease 1.6s;
	-moz-transition: opacity 0.7s ease 1.6s;
	-o-transition: opacity 0.7s ease 1.6s;
	-ms-transition: opacity 0.7s ease 1.6s;
	transition: opacity 0.7s ease 1.6s;
}
#section_technology.init .list04 span.arrow:after {
	opacity:1;
	-webkit-transition: opacity 0.7s ease 1.8s;
	-moz-transition: opacity 0.7s ease 1.8s;
	-o-transition: opacity 0.7s ease 1.8s;
	-ms-transition: opacity 0.7s ease 1.8s;
	transition: opacity 0.7s ease 1.8s;
}
#section_technology .list01 {
	margin: 13px 0 50px 270px;
}
#section_technology .list02 {
	margin: 0 0 0 120px;
	float: left;
}
#section_technology .list03 {
	margin: 57px 0 0 80px;
	float: left;
}
#section_technology .list04 {
	margin: -45px 0 0 50px;
	float: left;
}
#section_technology .list li a {
	display: block;
}
#section_technology .list li figure {
	position: relative;
  overflow: hidden;
	opacity:0;
}
#section_technology.init .list li figure {
			opacity:1;
}
#section_technology .list li figure img {
	width: 100%;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 1s;
}
#section_technology .list li figure .apwipein{
	width:0px;
	overflow:hidden;
	position:absolute;
	top:0px;
	right:0px;
}
#section_technology .list li figure .apwipein img{
	position:absolute;
	top:0px;
	right:0px;
	max-width:initial;
}
#section_technology.init .list li.list01 figure .apwipein{
	width:100%;
	-webkit-transition: width 0.7s ease 0.8s;
	-moz-transition: width 0.7s ease 0.8s;
	-o-transition: width 0.7s ease 0.8s;
	-ms-transition: width 0.7s ease 0.8s;
	transition: width 0.7s ease 0.8s;
}
#section_technology.init .list li.list02 figure .apwipein{
	width:100%;
	-webkit-transition: width 0.7s ease 1.0s;
	-moz-transition: width 0.7s ease 1.0s;
	-o-transition: width 0.7s ease 1.0s;
	-ms-transition: width 0.7s ease 1.0s;
	transition: width 0.7s ease 1.0s;
}
#section_technology.init .list li.list03 figure .apwipein{
	width:100%;
	-webkit-transition: width 0.7s ease 1.2s;
	-moz-transition: width 0.7s ease 1.2s;
	-o-transition: width 0.7s ease 1.2s;
	-ms-transition: width 0.7s ease 1.2s;
	transition: width 0.7s ease 1.2s;
}
#section_technology.init .list li.list04 figure .apwipein{
	width:100%;
	-webkit-transition: width 0.7s ease 1.4s;
	-moz-transition: width 0.7s ease 1.4s;
	-o-transition: width 0.7s ease 1.4s;
	-ms-transition: width 0.7s ease 1.4s;
	transition: width 0.7s ease 1.4s;
}
#section_technology .list li:hover figure img {
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
}
#section_technology .list .number {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	opacity:0;
}
#section_technology .list .number {
	top: -60px;
}
#section_technology .list .number img {
	width: 100%;
}
#section_technology .list01 .number {
	left: 28px;
	width: 31px;
}
#section_technology.init .list01 .number {
	opacity:1;
-webkit-transition: opacity 0.7s ease 1.2s;
-moz-transition: opacity 0.7s ease 1.2s;
-o-transition: opacity 0.7s ease 1.2s;
-ms-transition: opacity 0.7s ease 1.2s;
transition: opacity 0.7s ease 1.2s;
}
#section_technology .list02 .number {
	left: -16px;
	width: 63px;
}
#section_technology.init .list02 .number {
	opacity:1;
-webkit-transition: opacity 0.7s ease 1.4s;
-moz-transition: opacity 0.7s ease 1.4s;
-o-transition: opacity 0.7s ease 1.4s;
-ms-transition: opacity 0.7s ease 1.4s;
transition: opacity 0.7s ease 1.4s;
}
#section_technology .list03 .number {
	left: 188px;
	width: 59px;
}
#section_technology.init .list03 .number {
	opacity:1;
-webkit-transition: opacity 0.7s ease 1.6s;
-moz-transition: opacity 0.7s ease 1.6s;
-o-transition: opacity 0.7s ease 1.6s;
-ms-transition: opacity 0.7s ease 1.6s;
transition: opacity 0.7s ease 1.6s;
}
#section_technology .list04 .number {
	left: 185px;
	width: 63px;
}
#section_technology.init .list04 .number {
	opacity:1;
-webkit-transition: opacity 0.7s ease 1.8s;
-moz-transition: opacity 0.7s ease 1.8s;
-o-transition: opacity 0.7s ease 1.8s;
-ms-transition: opacity 0.7s ease 1.8s;
transition: opacity 0.7s ease 1.8s;
}
#section_technology .list .txt {
	position: relative;
	margin-top: -8px;
	z-index: 10;
		opacity:0;
}
#section_technology .list .txt img {
	width: 100%;
}
#section_technology .list01 .txt {
	margin-left: 20px;
	width: 105px;
}
#section_technology.init .list01 .txt{
	opacity:1;
-webkit-transition: opacity 0.7s ease 1.2s;
-moz-transition: opacity 0.7s ease 1.2s;
-o-transition: opacity 0.7s ease 1.2s;
-ms-transition: opacity 0.7s ease 1.2s;
transition: opacity 0.7s ease 1.2s;
}
#section_technology .list02 .txt {
	width: 185px;
	margin-left: 15px;
}
#section_technology.init .list02 .txt{
	opacity:1;
-webkit-transition: opacity 0.7s ease 1.4s;
-moz-transition: opacity 0.7s ease 1.4s;
-o-transition: opacity 0.7s ease 1.4s;
-ms-transition: opacity 0.7s ease 1.4s;
transition: opacity 0.7s ease 1.4s;
}

#section_technology .list03 .txt {
	width: 122px;
	margin-left: 15px;
}
#section_technology.init .list03 .txt{
	opacity:1;
-webkit-transition: opacity 0.7s ease 1.6s;
-moz-transition: opacity 0.7s ease 1.6s;
-o-transition: opacity 0.7s ease 1.6s;
-ms-transition: opacity 0.7s ease 1.6s;
transition: opacity 0.7s ease 1.6s;
}
#section_technology .list04 .txt {
	width: 160px;
	margin-left: -15px;
}
#section_technology.init .list04 .txt{
	opacity:1;
-webkit-transition: opacity 0.7s ease 1.8s;
-moz-transition: opacity 0.7s ease 1.8s;
-o-transition: opacity 0.7s ease 1.8s;
-ms-transition: opacity 0.7s ease 1.8s;
transition: opacity 0.7s ease 1.8s;
}
#section_technology .bg01 {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 2000px;
	height: 657px;
	margin-left: -1860px;
	content: "";
	background: #141414;
}
#section_technology .bg02 {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 2000px;
	height: 277px;
	content: "";
	background: #141414;
}

	@media screen and (max-width: 1330px) {
		#section_technology {
			padding: 10% 0 7%;
		}
		#section_technology .txtWrap {
			width: 46%;
		}
		#section_technology h2 {
			margin: 0 0 10%;
		}
		#section_technology .txt01 {
			width: 74.5%;
			min-width: 283px;
			margin: 0 0 6%;
		}
		#section_technology .img01 {
			left: 0;
			width: 46.88%;
			height: auto;
			margin-left: 0;
		}
		#section_technology .img01 img {
			width: 100%;
			height: auto;
		}
		#section_technology .img01 .viewPc {
			display: none;
		}
		#section_technology .img01 .viewRp {
			display: block;
		}
		#section_technology .list li {
			width: 24.9%;
		}
		#section_technology .list01 {
			margin: -5% 0 3% 24.5%;
		}
		#section_technology .list02 {
			margin: 0 0 0 10.9%;
		}
		#section_technology .list03 {
			margin: 3% 0 0 7.27%;
		}
		#section_technology .list04 {
			margin: -4.5% 0 0 4.5%;
		}
		#section_technology .list .number {
			top: -38%;
		}
		#section_technology .list01 .number {
			left: 10%;
			width: 10.9%;
		}
		#section_technology .list02 .number {
			left: -5%;
			width: 23%;
		}
		#section_technology .list03 .number {
			left: 70%;
			width: 21.5%;
		}
		#section_technology .list04 .number {
			left: 70%;
			width: 22.6%;
		}
		#section_technology .list .txt {
			margin-top: -3%;
		}
		#section_technology .list01 .txt {
			width: 38.3%;
			margin-left: 5%;
		}
		#section_technology .list02 .txt {
			width: 67.5%;
			margin-left: 5%;
		}
		#section_technology .list03 .txt {
			width: 44.5%;
			margin-left: 5%;
		}
		#section_technology .list04 .txt {
			width: 58.4%;
			margin-left: -5%;
		}
		#section_technology .bg01 {
			left: 0;
			width: 61.5%;
			height: auto;
			padding: 60% 0 0;
			margin-left: 0;
		}
		#section_technology .bg02 {
			display: block;
			position: absolute;
			bottom: 0;
			left: auto;
			right: 0;
			width: 50%;
			height: 23%;
		}
	}
	@media screen and (max-width: 1050px) {
		#section_technology .img01 {
			top: 15%;
		}
	}
	@media screen and (max-width: 768px) {
		#section_technology {
			padding: 17.2% 0 10.5%
		}
		#section_technology .inner {
			width: 100%;
		}
		#section_technology .img01 {
			display: none;
		}
		#section_technology .txtWrap {
			width: 84.4%;
			margin: 0 auto;
		}
		#section_technology h2 {
			margin: 0 0 12%;
		}
		#section_technology .txt01 {
			width: 42%;
			min-width: initial;
			margin: 0 0 5%;
		}
		#section_technology .txt02 {
			width: 94%;
			margin: 0 0 13%;
			font-size: 2.8vw;
		}
		#section_technology .img01_sp {
			width: 75.8%;
			margin: 0 0 3.3% 0;
			opacity:0;
			position:relative;
		}
		#section_technology.init .img01_sp {
			opacity:1;

		}
		#section_technology.init .img01_sp .apwipein img{
			position:absolute;
			top:0px;
			left:0px;
			max-width:initial;
		}
		#section_technology .img01_sp .apwipein {
			height:100%;
			width:0px;
			overflow:hidden;
		}
		#section_technology.init .img01_sp .apwipein {

			position:absolute;
			top:0px;
			left:0px;
			width:100%;
			-webkit-transition: width 0.7s ease 0.4s;
			-moz-transition: width 0.7s ease 0.4s;
			-o-transition: width 0.7s ease 0.4s;
			-ms-transition: width 0.7s ease 0.4s;
			transition: width 0.7s ease 0.4s;
		}
		#section_technology .list li {
			padding-top:10%;
			padding-right:10%;
			width: 64%;
			margin:0px;
			box-sizing:border-box;
		}
		#section_technology .list li a{
			position:relative;
		}
		#section_technology .list li span.arrow {
			right:15%;

		}
		#section_technology .list01 {
			float: left;
		}

		#section_technology .list .number {
			top: -22%;
		}
		#section_technology .list01 .number {
			left: 10%;
			width: 7.3%;
		}
		#section_technology .list02 .number {
			left: -5%;
			width: 15.4%;
		}
		#section_technology .list03 .number {
			left: 70%;
			width: 14.4%;
		}
		#section_technology .list04 .number {
			left: 70%;
			width: 15.1%;
		}
		#section_technology .bg01 {
			top: 50%;
			width: 87.5%;
			padding: 77% 0 0;
		}
		#section_technology .bg02 {
			width: 73.8%;
			height: 20%;
		}
	}

/* slider-pager */
#section_technology .list_pager {
	display: none;
}
	@media screen and (max-width: 768px) {
		#section_technology .list_pager {
			overflow: hidden;
			display: block;
			width: 84.4%;
			margin: 21.8% auto 0;
		}
		#section_technology .list_pager li {
			float: left;
			margin: 0 0 9.8%;
			position:relative;
			opacity:0;
			left:30px;
		}
		#section_technology.init .list_pager li.listpager01 {
			opacity:1;
			left:0px;
			-webkit-transition: opacity 0.7s ease 1.6s,left 0.7s ease 1.6s;
			-moz-transition: opacity 0.7s ease 1.6s,left 0.7s ease 1.6s;
			-o-transition: opacity 0.7s ease 1.6s,left 0.7s ease 1.6s;
			-ms-transition: opacity 0.7s ease 1.6s,left 0.7s ease 1.6s;
			transition: opacity 0.7s ease 1.6s,left 0.7s ease 1.6s;
		}
		#section_technology.init .list_pager li.listpager02 {
			opacity:1;
			left:0px;
			-webkit-transition: opacity 0.7s ease 1.8s,left 0.7s ease 1.8s;
			-moz-transition: opacity 0.7s ease 1.8s,left 0.7s ease 1.8s;
			-o-transition: opacity 0.7s ease 1.8s,left 0.7s ease 1.8s;
			-ms-transition: opacity 0.7s ease 1.8s,left 0.7s ease 1.8s;
			transition: opacity 0.7s ease 1.8s,left 0.7s ease 1.8s;
		}
		#section_technology.init .list_pager li.listpager03 {
			opacity:1;
			left:0px;
			-webkit-transition: opacity 0.7s ease 2.0s,left 0.7s ease 2.0s;
			-moz-transition: opacity 0.7s ease 2.0s,left 0.7s ease 2.0s;
			-o-transition: opacity 0.7s ease 2.0s,left 0.7s ease 2.0s;
			-ms-transition: opacity 0.7s ease 2.0s,left 0.7s ease 2.0s;
			transition: opacity 0.7s ease 2.0s,left 0.7s ease 2.0s;
		}
		#section_technology.init .list_pager li.listpager04 {
			opacity:1;
			left:0px;
			-webkit-transition: opacity 0.7s ease 2.2s,left 0.7s ease 2.2s;
			-moz-transition: opacity 0.7s ease 2.2s,left 0.7s ease 2.2s;
			-o-transition: opacity 0.7s ease 2.2s,left 0.7s ease 2.2s;
			-ms-transition: opacity 0.7s ease 2.2s,left 0.7s ease 2.2s;
			transition: opacity 0.7s ease 2.2s,left 0.7s ease 2.2s;
		}
		#section_technology .list_pager li a {
			display: block;
		}
		#section_technology .listpager01,
		#section_technology .listpager03 {
			width: 43.3%;/* 234px */
		}
		#section_technology .listpager02,
		#section_technology .listpager04 {
			width: 56.7%;/* 305px */
		}
		#section_technology .listpager03 {
			clear: both;
		}
		#section_technology .listpager01 a {
			width: 76.0%;
		}
		#section_technology .listpager02 a {
			width: 89.83%;
		}
		#section_technology .listpager03 a {
			width: 83.76%;
		}
		#section_technology .listpager04 a {
			width: 82.6%;
		}
		#section_technology .list_pager li span {
			position: relative;
			display: inline-block;
			padding: 0 0 15px;
		}
		#section_technology .list_pager li.current span:after {
			display: block;
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 1px;
			content: "";
			background: #fff;
		}
	}
	@media screen and (max-width: 480px) {
		#section_technology .list_pager li span {
			padding: 0 0 10px;
		}
	}

/* #section_lineup
---------------------------------------------------------------------------*/
#section_lineup {
	padding: 100px 0 120px;
}
#section_lineup .inner {
	width: 100%;
}
	@media (min-width: 2001px) and (max-width: 9999px) {
		#section_lineup {
			position: relative;
		}
		#section_lineup .inner {
			position: static;
		}
	}
	@media screen and (max-width: 1330px) {
		#section_lineup {
			padding: 10% 0%;
		}
	}
	@media screen and (max-width: 768px) {
		#section_lineup {
			padding: 13.3% 0 15.6%;
		}
	}


/* pdt ( pdtNew & pdtOther ) */
#section_lineup .pdt figure {
	position: relative;
}
#section_lineup .pdt figcaption {
	display: block;
	position: absolute;
	top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 content: "";
	 background-color: rgba(0,0,0,0.7);
	 opacity: 0;
	transition: all .3s;
}
#section_lineup .pdt figcaption span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70%;
	color: #fff;
	font-family: 'Calibre-Regular';
	letter-spacing: 0.15em;
	line-height: 226%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#section_lineup .pdtNew figcaption span {
	width: auto;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#section_lineup .pdt li:hover figcaption,
#section_lineup .pct_slider figure:hover figcaption {
	opacity: 1;
}
#section_lineup .pdt .name {
	font-family: 'Calibre-Regular';
	font-size: 16px;
	letter-spacing: 0.3em;
	line-height: 122%;
}
#section_lineup .pdt .name span {
	display: inline-block;
	position: relative;
	padding: 0 65px 0 0;
}
#section_lineup .pdt .name span:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 23px;
	height: 9px;
	content: "";
	background: url(../svg/icn_arrowlink_bk.svg) no-repeat 0 0;
	background-size: contain;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	transition: all .3s;
}
#section_lineup .pdt li:hover .name span:after {
	right: -10px;
}
	@media screen and (max-width: 1330px) {
		#section_lineup .pdt .name {
			font-size: 1.35vw;
		}
		#section_lineup .pdt figcaption span {
			width: 84%;
			font-size: 14px;
		}
		#section_lineup .pdtNew figcaption span {
			width: auto;
		}
		#section_lineup .pdt figcaption br.viewPc {
			display: none;
		}
	}
	@media screen and (max-width: 768px) {
		#section_lineup .pdt figcaption span {
			font-size: 2.8vw;
		}
		#section_lineup .pdt .name {
			font-size: 3vw;
		}
	}


/*  .lineup_top */
#section_lineup .lineup_top {
	position: relative;
	padding: 460px 0 0;
	margin: 0 0 100px;
}
#section_lineup .ttlWrap {
	width: 186px;
	position: absolute;
	top: 65%;
	left: 50%;
	margin-left: -37%;
	-webkit-transform: translate(0, -50%);
   transform: translate(0, -50%);
	opacity: 0;
	-webkit-transition: top 0.7s ease 0s,opacity 0.7s ease 0s;
	-moz-transition: top 0.7s ease 0s,opacity 0.7s ease 0s;
	-o-transition: top 0.7s ease 0s,opacity 0.7s ease 0s;
	-ms-transition: top 0.7s ease 0s,opacity 0.7s ease 0s;
	transition: top 0.7s ease 0s,opacity 0.7s ease 0s;
}
#section_lineup.init .ttlWrap {
	top: 60%;
	opacity: 1;
}
	@media screen and (max-width: 1200px) {
		#section_lineup .ttlWrap {
			margin-left: -42%;
		}
	}
	@media screen and (max-width: 1050px) {
		#section_lineup .lineup_top {
			padding: 43% 0 0;
			margin: 0 0 10%;
		}
	}
	@media screen and (max-width: 768px) {
		#section_lineup .lineup_top {
			padding: 0 0 0 7.81%;
		}
		#section_lineup .ttlWrap {
			position: relative;
			top: 0;
			left: 0;
			width: 100%;
			float: none;
			padding: 0;
			margin: 0 0 9%;
			-webkit-transform: translate(0, 0);
			transform: translate(0, 0);
		}
	}

/* pdtNew */
#section_lineup .pdtNew {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -280px;
}
#section_lineup .pdtNew .name {
	position: relative;
	opacity:0;
	-webkit-transition: opacity 0.7s ease 0.8s;
	-moz-transition: opacity 0.7s ease 0.8s;
	-o-transition: opacity 0.7s ease 0.8s;
	-ms-transition: opacity 0.7s ease 0.8s;
	transition: opacity 0.7s ease 0.8s;
}
#section_lineup.init .pdtNew .name {
	opacity:1;
}
#section_lineup .pdtNew figure {
	overflow: hidden;
	height: 400px;
}
#section_lineup .pdtNew figure img {
	height: 100%;
}
#section_lineup .pdtNew .apwipein_wrap{
	position:relative;

}
#section_lineup .pdtNew .apwipein{
	position:absolute;
	right:0px;
	top:0px;
	overflow:hidden;
	width:0px;
	-webkit-transition: width 0.7s ease 0.4s;
	-moz-transition: width 0.7s ease 0.4s;
	-o-transition: width 0.7s ease 0.4s;
	-ms-transition: width 0.7s ease 0.4s;
	transition: width 0.7s ease 0.4s;
}
#section_lineup.init .pdtNew .apwipein{
	width:100%;
}
#section_lineup .pdtNew .apwipein figure{
	position:absolute;
	top:0px;
	right:0px;
}

#section_lineup.init .pdtNew figure{
	opacity:1;

}
	@media (min-width: 2001px) and (max-width: 9999px) {
		#section_lineup .pdtNew {
			top: 0;
			left: auto;
			right: 0;
			margin-left: 0;
			width: 64%;
		}
		#section_lineup .pdtNew figure img {
			height: auto;
			width: 100%;
		}
	}

	@media screen and (max-width: 1750px) {
		#section_lineup .pdtNew {
			width : 65%;
			left: auto;
			right: 0;
			margin-left: 0;
		}
	}
	@media screen and (max-width: 1050px) {
		#section_lineup .pdtNew figure {
			height: auto;
		}
		#section_lineup .pdtNew figure img {
			height: auto;
			width: 100%;
		}
		#section_lineup .pdtNew figure .viewPc {
			display: none;
		}
		#section_lineup .pdtNew figure .viewSp {
			display: block;
		}
	}
	@media screen and (max-width: 768px) {
		#section_lineup .pdtNew {
			position: relative;
			top: 0;
			left: 0;
			width: 100%;
			float: none;
		}
	}

/* pdtOther */
#section_lineup .pdtOther {
	position: relative;
	margin: 0 0 0 0px;
}
#section_lineup .pct_slider {
	width: 100%;
	margin: 0 0 0 0px;
		overflow:hidden;
}
#section_lineup .pct_slider:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#pdtOtherSliderWrap{
	width:100%;
}
#pdtOtherSlider{
	overflow:visible;
	width:100%;
}
#pdtOtherSlider .swiper-slide-inner{
	box-sizing:border-box;
	padding: 0px 0px 0px 50px;
}
#pdtOtherSlider .swiper-slide{
}
#pdtOtherSlider .swiper-slide img{
	width:100%;
}
#pdtOtherSlider .swiper-slide-inner a {
	width: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#pdtOtherSlider .swiper-slide-inner .name span {
	display: block;
}
#pdtOtherSlider .swiper-slide-inner .name span:after {
	right: 10px;
}
#pdtOtherSlider .swiper-slide-inner:hover .name span:after {
	right: 0;
}
#pdtOtherSlider .pdt01 img{
	position:relative;
	left:30px;
	opacity:0;
	-webkit-transition: opacity 0.7s ease 0s,left 0.7s ease 0s;
	-moz-transition: opacity 0.7s ease 0s,left 0.7s ease 0s;
	-o-transition: opacity 0.7s ease 0s,left 0.7s ease 0s;
	-ms-transition: opacity 0.7s ease 0s,left 0.7s ease 0s;
	transition: opacity 0.7s ease 0s,left 0.7s ease 0s;
}
#pdtOtherSlider .pdt02 img{
	position:relative;
	left:30px;
	opacity:0;
	-webkit-transition: opacity 0.7s ease 0.2s,left 0.7s ease 0.2s;
	-moz-transition: opacity 0.7s ease 0.2s,left 0.7s ease 0.2s;
	-o-transition: opacity 0.7s ease 0.2s,left 0.7s ease 0.2s;
	-ms-transition: opacity 0.7s ease 0.2s,left 0.7s ease 0.2s;
	transition: opacity 0.7s ease 0.2s,left 0.7s ease 0.2s;
}
#pdtOtherSlider .pdt03 img{
	position:relative;
	left:30px;
	opacity:0;
	-webkit-transition: opacity 0.7s ease 0.4s,left 0.7s ease 0.4s;
	-moz-transition: opacity 0.7s ease 0.4s,left 0.7s ease 0.4s;
	-o-transition: opacity 0.7s ease 0.4s,left 0.7s ease 0.4s;
	-ms-transition: opacity 0.7s ease 0.4s,left 0.7s ease 0.4s;
	transition: opacity 0.7s ease 0.4s,left 0.7s ease 0.4s;
}
#pdtOtherSlider .pdt04 img{
	position:relative;
	left:30px;
	opacity:0;
}
#pdtOtherSlider .pdt05 img{
	position:relative;
	left:30px;
	opacity:0;
}
#pdtOtherSlider .pdt06 img{
	position:relative;
	left:30px;
	opacity:0;
}
#pdtOtherSlider.init .pdt06 img,
#pdtOtherSlider.init .pdt05 img,
#pdtOtherSlider.init .pdt04 img,
#pdtOtherSlider.init .pdt03 img,
#pdtOtherSlider.init .pdt02 img,
#pdtOtherSlider.init .pdt01 img{
	left:0px;
	opacity:1;
}
#section_lineup .pdt .name {
	opacity:0;
	margin: 25px 0 0;
	-webkit-transition: opacity 0.7s ease 0.8s;
	-moz-transition: opacity 0.7s ease 0.8s;
	-o-transition: opacity 0.7s ease 0.8s;
	-ms-transition: opacity 0.7s ease 0.8s;
	transition: opacity 0.7s ease 0.8s;
}
#section_lineup.init .pdt .name {
	opacity:1;
}
#section_lineup .pager_number{
	opacity:0;
	-webkit-transition: opacity 0.7s ease 0.8s;
	-moz-transition: opacity 0.7s ease 0.8s;
	-o-transition: opacity 0.7s ease 0.8s;
	-ms-transition: opacity 0.7s ease 0.8s;
	transition: opacity 0.7s ease 0.8s;
}
#section_lineup.init .pager_number {
	opacity:1;
}
#section_lineup .pager_number {
	position: absolute;
	bottom: 0;
	margin-bottom: 60px;
	left: 50%;
	margin-left:-37%;
	font-family: 'Calibre-Regular';
	font-size: 16px;
	letter-spacing: 0.5em;
}
#section_lineup .pager_number .molecule {
	font-size: 22px;
}
#section_lineup .pager_number .denominator {
	font-size: 16px;
}
#pdtOtherSlider_scrollbar.swiper-scrollbar{
	display:none;
	cursor: pointer;
	width: 80%;
	height:2px;
	margin-top:80px;
	margin-left:auto;
	margin-right:auto;
	background: #eee;
	border-radius: 0px;
	opacity:0;
	-webkit-transition: opacity 0.7s ease 0.8s;
	-moz-transition: opacity 0.7s ease 0.8s;
	-o-transition: opacity 0.7s ease 0.8s;
	-ms-transition: opacity 0.7s ease 0.8s;
	transition: opacity 0.7s ease 0.8s;
}
#pdtOtherSlider_scrollbar.swiper-scrollbar.init {
	opacity:1;
}
#pdtOtherSlider_scrollbar.swiper-scrollbar .swiper-scrollbar-drag{
		background: #333;

}

#section_lineup #pdtOtherSlider_pager.swiper-pagination{
	position:relative;
	width: calc(100% - 100px);
	margin:80px 50px 0px;
	height:2px;
	border-radius: 0px;
}
	@media screen and (max-width: 768px) {
		#section_lineup #pdtOtherSlider_pager.swiper-pagination{
			width: 87.8%;
			margin:80px auto 0px;
		}
	}

#section_lineup #pdtOtherSlider_pager.swiper-pagination .swiper-pagination-bullet{
	width:25%;
	height:2px;
	background: #eee;
	border-radius: 0px;
	border:none;
	opacity:1;

}
#section_lineup #pdtOtherSlider_pager.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #333;
}

	@media screen and (max-width: 1330px) {
		#section_lineup .pdt .name {
			margin: 8% 0 0;
		}
		#section_lineup .pdtNew .name {
			margin: 3.5% 0 0;
		}
		#section_lineup .pct_slider {
			width: 100%;
			margin-left:0%;
		}
		#section_lineup .pct_slider li {
			width: 33.333%;
			box-sizing: border-box;
		}
		#pdtOtherSlider_scrollbar.swiper-scrollbar{
			width: 84.4%;
			margin-left:auto;
			margin-right:auto;
		}
		#section_lineup .pager_number {
			left: 5%;
		}
		#section_lineup .pdt figcaption span {
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
		}
		#section_lineup .pager li {
			display: table-cell;
			height: 2px;
		}
	}
	@media screen and (max-width: 768px) {

		#section_lineup .pdtOther {
			/*
			padding: 0 0 0 7.81%;
			*/
			padding:0px;
			margin: 0;
		}
		#pdtOtherSliderWrap{
			width:100%;
		}
		#section_lineup .pct_slider {
			width: 100%;
			margin: 0;
		}
		#section_lineup .pct_slider #pdtOtherSlider{
			margin:0px;
		}
		#pdtOtherSlider .swiper-slide-inner{
			padding: 0px 0% 0px 9%;
		}

		#section_lineup .pct_slider li {
			width: 50%;
			padding: 0 3%;
		}
		#section_lineup .pct_slider li:last-child {
			display: none;
		}
		#section_lineup .pager_number {
			position: relative;
			bottom: auto;
			left: 7.5%;
			margin: 5% 0 0;
			letter-spacing: 0.3em;
		}
		#section_lineup .pager_number .molecule {
			font-size: 4.06vw;
		}
		#section_lineup .pager_number .denominator {
			font-size: 3.12vw;
		}
		#pdtOtherSlider_scrollbar.swiper-scrollbar {
			width: 80%;
			margin-top: 4%;
			margin-left:auto;
			margin-right:auto;
			height: 2px;
		}
		#section_lineup #pdtOtherSlider_pager.swiper-pagination{
			margin-top: 4%;
		}
	}

/* #section_story
---------------------------------------------------------------------------*/
#section_story {
	background: #b9b9b9;
}
#section_story .inner {
	max-width: 1100px;
	padding: 110px 0 100px;
}
#section_story .inner:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#section_story .ttlWrap {
	width: 235px;
	float: left;
	color: #fff;
	position:relative;
	opacity:0;
	top:30px;
	-webkit-transition: opacity 0.7s ease 0s,top 0.7s ease 0s;
	-moz-transition: opacity 0.7s ease 0s,top 0.7s ease 0s;
	-o-transition: opacity 0.7s ease 0s,top 0.7s ease 0s;
	-ms-transition: opacity 0.7s ease 0s,top 0.7s ease 0s;
	transition: opacity 0.7s ease 0s,top 0.7s ease 0s;
}
#section_story.init .ttlWrap {
	opacity:1;
	top:0px;
}
#section_story .sub_ttl {
	margin: 0 0 20px;
}
#section_story .sub_ttl span:after {
	background: #fff;
}
#section_story h2 {
	font-size: 28px;
}
#section_story .txtWrap {
	width: 385px;
	float: left;
}
#section_story .txtWrap .txt01 {
	width: 313px;
	margin: 0 0 45px;
}
#section_story .txtWrap .txt01 img {
	width: 100%;
	position:relative;
	opacity:0;
	top:30px;
	-webkit-transition: opacity 0.7s ease 0.4s,top 0.7s ease 0.4s;
	-moz-transition: opacity 0.7s ease 0.4s,top 0.7s ease 0.4s;
	-o-transition: opacity 0.7s ease 0.4s,top 0.7s ease 0.4s;
	-ms-transition: opacity 0.7s ease 0.4s,top 0.7s ease 0.4s;
	transition: opacity 0.7s ease 0.4s,top 0.7s ease 0.4s;
}
#section_story.init .txtWrap .txt01 img {
	opacity:1;
	top:0px;
}
#section_story .txtWrap .btn {
	overflow: hidden;
	position: relative;
	display: block;
	width: 260px;
	height: 46px;
	line-height: 46px;
	padding: 0 20px;
	color: #fff;
	font-size: 12px;
	font-family: 'Calibre-Regular';
	letter-spacing: 0.16em;
	border: 1px solid #fff;
	box-sizing: border-box;
	transition: all .3s;
	z-index: 2;
}
#section_story .txtWrap .btnwrap {
	position:relative;
	opacity:0;
	top:30px;
	-webkit-transition: opacity 0.7s ease 0.8s,top 0.7s ease 0.8s;
	-moz-transition: opacity 0.7s ease 0.8s,top 0.7s ease 0.8s;
	-o-transition: opacity 0.7s ease 0.8s,top 0.7s ease 0.8s;
	-ms-transition: opacity 0.7s ease 0.8s,top 0.7s ease 0.8s;
	transition: opacity 0.7s ease 0.8s,top 0.7s ease 0.8s;
}
#section_story.init .txtWrap .btnwrap {
	position:relative;
	opacity:1;
	top:0px;
}
#section_story .txtWrap .btn +.btn {
	margin-top: 10px;
}
@media screen and (min-width: 768px) { /* PC */
	#section_story .txtWrap .btn:hover {
		color: #000;
	}
}
#section_story .txtWrap .btn::after {
	display: block;
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	background: #fff;
    -moz-transform: scaleX(0);
    transition: 0.8s transform cubic-bezier(0, 1, 0.4, 1);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}
#section_story .txtWrap .btn:hover::after {
  	width: 100%;
	-webkit-transform:scaleX(1);
	-ms-transform:scaleX(1);
	transform:scaleX(1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center
}
#section_story .txtWrap .btn:before {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 18px;
	height: 6px;
	content: "";
	background: url(../svg/icn_arrowlink_wt.svg) no-repeat 0 0;
	background-size: contain;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	transition: all .9s;
}
#section_story .txtWrap .btn:hover:before {
	background: url(../svg/icn_arrowlink_bk.svg) no-repeat 0 0;
	background-size: contain;
}
	@media screen and (max-width: 1050px) {
		#section_story .ttlWrap {
			width: 100%;
			float: none;
		}
	}
	@media screen and (max-width: 768px) {
		#section_story .inner {
			padding: 15.6% 0;
		}
		#section_story .sub_ttl {
			margin: 0 0 2%;
		}
		#section_story h2 {
			margin: 0 0 8%;
		}
		#section_story .txtWrap {
			width: 100%;
			float: none;
			margin: 0 0 11.1%;
		}
		#section_story .txtWrap .txt01 {
			width: 79.63%;
			margin: 0 0 12.9%;
		}
		#section_story .txtWrap .btn {
			width: 100%;
			height: auto;
			line-height: 100%;
			padding: 5.5%;
			font-size: 2.8vw;
		}
		#section_story .txtWrap .btn +.btn {
			margin-top: 5.5%;
		}
	}

/* movie */
#section_story .movie {
	position: relative;
   width : calc(100% - 620px) ;
	float: right;
}
#section_story .movie .img {
	position: relative;
    overflow: hidden;
}
#section_story.init .movie .img:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0,0,0,0.7);
	opacity: 0;
	transition: all .3s;
}
#section_story .movie .img img {
	width: 100%;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 1s;
}
#section_story .movie:hover .img img {
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
}
#section_story .movie .img .apwipein{
	position: absolute;
  overflow: hidden;
	width:0px;
	top:0px;
	right:0px;
	-webkit-transition: width 0.7s ease 1.2s;
	-moz-transition: width 0.7s ease 1.2s;
	-o-transition: width 0.7s ease 1.2s;
	-ms-transition: width 0.7s ease 1.2s;
	transition: width 0.7s ease 1.2s;
}
#section_story.init .movie .img .apwipein{
	width:100%;
}

#section_story .movie .btn_play {
	display: block;
	position: absolute;
	width:13.75%;
	height: auto;
	padding: 13.75% 0 0;
	top: 50%;
	left: 50%;
	content: "";
	background: url(../svg/icn_movieplay_on.svg) repeat 0 0;
	background-size: contain;
	-moz-background-size: contain;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 200;
		opacity:0;
}
#section_story.init .movie .btn_play{
	opacity:1;
	-webkit-transition: opacity 0.7s ease 2.0s;
	-moz-transition: opacity 0.7s ease 2.0s;
	-o-transition: opacity 0.7s ease 2.0s;
	-ms-transition: opacity 0.7s ease 2.0s;
	transition: opacity 0.7s ease 2.0s;
}
	@media screen and (max-width: 1050px) {
		#section_story .movie {
		   width : calc(100% - 390px) ;
		}
	}
	@media screen and (max-width: 768px) {
		#section_story .movie {
		   width : 100%;
		   float: none;
		}
	}
