/*==================================================
#top-bgcolor
==================================================*/
#top-bgcolor {
	position: relative;
	background: #f5f5f5;
}

/* red */
#top-bgcolor._red {
	background: #ff0125;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#top-bgcolor._red .kv .tmb li span:nth-child(2),
#top-bgcolor._red .kv .tmb li span:nth-child(3) {
	color: #ff0125;
}

/* orange */
#top-bgcolor._orange {
	background: #fd9401;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#top-bgcolor._orange .kv .tmb li span:nth-child(2),
#top-bgcolor._orange .kv .tmb li span:nth-child(3) {
	color: #fd9401;
}

/* black */
#top-bgcolor._black {
	background: #000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#top-bgcolor._black .kv .tmb li span:nth-child(2),
#top-bgcolor._black .kv .tmb li span:nth-child(3) {
	color: #000;
}

/* pink */
#top-bgcolor._pink {
	background: #e4007f;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#top-bgcolor._pink .kv .tmb li span:nth-child(2),
#top-bgcolor._pink .kv .tmb li span:nth-child(3) {
	color: #e4007f;
}
#top-bgcolor._pink .kv-txtwrap p {
	color: #fff;
}

/* brown */
#top-bgcolor._brown {
	background: #59493f;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#top-bgcolor._brown .kv .tmb li span:nth-child(2),
#top-bgcolor._brown .kv .tmb li span:nth-child(3) {
	color: #59493f;
}


/*==================================================
home
==================================================*/
/*common
---------------------------------------------------------*/
.home h2 {
	font-size: 18px;
	font-weight: 700;
	text-align: right;
}
.home h2 .en {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 60px;
	letter-spacing: 0.1em;
}
	@media screen and (max-width: 640px) {
		.home h2 {
			font-size: 2.9vw;
		}
		.home h2 .en {
			font-size: 9.2vw;
		}
	}

/*hover-zoom*/
.hover-zoom {
	position: relative;
}
.hover-zoom a {
	display: block;
}
.hover-zoom .img {
	box-shadow: 10px 10px 80px #aaa;
}
.hover-zoom .img {
    overflow: hidden;
}
.hover-zoom .img img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 1s;
}
.hover-zoom .img img:hover {
	-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);
}
.hover-zoom .btn-more,
.servise01 .btn-more {
	position: absolute;
	top: 50%;
	right: 35px;
	-webkit-transform: translate(0, -50%);
   transform: translate(0, -50%);
   color: #fff;
  	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 0.2em;
	line-height: 100%;
}
.hover-zoom .btn-more span,
.servise01 .btn-more span {
	position: relative;
	padding: 0 115px 0 0;
}
.hover-zoom .btn-more span:after,
.servise01 .btn-more span:after {
	display:block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 104px;
	height: 14px;
	content: "";
	background: url(../img/icn_viewmore.png) no-repeat 0 0;
	background-size: contain;
	 -webkit-transform: translate(0, -80%);
   	transform: translate(0, -80%);
}

	@media screen and (max-width: 768px) {
		.hover-zoom .btn-more,
		.servise01 .btn-more {
			right: 10px;
		}
		.hover-zoom .btn-more span,
		.servise01 .btn-more span {
			padding: 0 68px 0 0;
		}
		.hover-zoom .btn-more span:after,
		.servise01 .btn-more span:after {
			width: 53px;
			height: auto;
			padding: 13.2% 0 0;
			background: url(../img/icn_viewmore_sp.png) no-repeat 0 0;
			background-size: contain;
	 		-webkit-transform: translate(0, -30%);
   			transform: translate(0, -30%);
		}
	}



/* tmb */
.kv .tmb li,
.home .tmb li {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 32px;
}
.kv .tmb li span:nth-child(2),
.home .tmb li span:nth-child(2) {
	font-weight: 300;
	font-size: 60px;
}
.kv .tmb li span:nth-child(1),
.home .tmb li span:nth-child(1) {
	font-size: 97px;
}
	@media screen and (max-width: 1500px) {
		.kv .tmb li span:nth-child(1) {
			font-size: 6.5vw;
		}
		.kv .tmb li span:nth-child(2)  {
			font-size: 4vw;
		}
		.kv .tmb li {
			font-size: 2vw;
		}
	}
	@media screen and (max-width: 1350px) {
		.home .tmb li span:nth-child(1) {
			font-size: 7.5vw;
		}
		.home .tmb li span:nth-child(2) {
			font-size: 4.6vw;
		}
		.home .tmb li {
			font-size: 2.3vw;
		}
	}
	@media screen and (max-width: 768px) {
		.kv .tmb li span:nth-child(1),
		.section-servise .tmb li span:nth-child(1) {
			font-size: 12vw;
		}
		.kv .tmb li span:nth-child(2),
		.section-servise .tmb li span:nth-child(2)  {
			font-size: 8vw;
		}
		.kv .tmb li,
		.section-servise .tmb li {
			font-size: 4vw;
		}
	}

/* txt-large */
.home p.txt-large {
	position: relative;
	padding-top: 55px;
	font-weight: 700;
	font-size: 18px;
	line-height: 200%;
	letter-spacing: 0.1em;
	z-index: 100;
}
	@media screen and (max-width: 1050px) {
		.home p.txt-large {
			font-size: 17px;
		}
	}
	@media screen and (max-width: 768px) {
		.home p.txt-large {
			font-size: 16px;
		}
	}
	@media screen and (max-width: 640px) {
		.home p.txt-large {
			padding-top: 7.8%;
			font-size: 14px;
		}
	}
	@media screen and (max-width: 480px) {
		.home p.txt-large {
			font-size: 13px;
		}
	}
@media screen and (max-width: 415px) {
		.home p.txt-large {
			font-size: 12px;
		}
	}


/*kv
---------------------------------------------------------*/
.kv {
	position: relative;
	width : 100%;
	opacity:0;
}

.kv h2 {
	position: absolute;
	top: 55%;
	right: 5.6%;
	color: #fff;
	z-index: 99;
	font-size: 18px;
	text-align: right;
	line-height: 140%;
}
.kv h2 .ttl {
	font-size: 60px;
	font-weight: 700;
	display: block;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.1em;
	line-height: 140%;
}



/* tmb */
.kv .tmb {
	position: absolute;
	bottom: 5.9%;
	left: 7.4%;
	opacity:0;
}
.kv .tmb li{
	display:none;
}
.kv .tmb li:first-child{
	display:block;
}
/* btn-moreinfo */
.btn-moreinfo {
	position: absolute;
	background: #000;
	color: #fff;
	top: 0;
	margin-top: 57%;
	right: 0;
	margin-right: 15%;
	width: 26.3%;
	text-align: center;
	text-decoration: none;
	padding: 3% 0;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.1em;
	background: #000 url(../img/icn_scroll02.png) no-repeat 82% 50%;
	background-size: 3%;
	box-shadow: 10px 10px 80px rgba(0,0,0,0.5);
}
.btn-moreinfo::after {
	position: absolute;
	content: "";
	background: url(icn_scroll.png) no-repeat;
	top: 50%;
	left: 50%;
}

/* kv-txtwrap */
.kv .slider .zslide-item .inner{
	position: relative;
	width : calc(100% - 95px);
	padding: 54.80% 0 0;
	/*padding: 17.9% 0 0;*/

}


.kv-txtwrap {
	padding: 55px 0 45px 12.5%;
}
.kv-txtwrap p {
	font-size: 18px;
	line-height: 200%;
	font-weight: 700;
	letter-spacing: 0.2em;
}


.kv .bg-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-repeat:no-repeat;
	background-position:0 0;
	opacity:0;
}
.kv .loaded .bg-img {
	opacity:1;
}

.kv .txt {
	position: absolute;
	bottom: 19.7%;
	left: 7.4%;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 94px;
	letter-spacing: 0.1em;
	line-height: 100%;
	opacity:0;
	width: 86%;
}
.kv .txt span {
	font-size: 72px;
	line-height: 100%;
}
	@media screen and (max-width: 1500px) {
		.kv .tmb {
			bottom: 4%;
		}
		.kv .txt {
			font-size: 6.3vw;
		}
		.kv .txt span {
			font-size: 5vw;
		}
	}
	@media screen and (max-width: 768px) {
		.kv {
			position: relative;
		}
		.kv .slider .zslide-item .inner {
			width : 100%;
			padding: 111.7% 0 0;
		}
		.kv .txt,
		.kv .tmb {
			left: 4.6875%;
		}
		.btn-moreinfo {
			top: auto;
			bottom: 0;
			right: auto;
			left: 5%;
			margin: 0 0 -10% 0;
			width: 65.6%;
			padding: 8.5% 0;
		}
		.kv-txtwrap {
			padding: 8.5% 3.9% 19.3%;
			margin: 0 0 10%;
		}
	}
	@media screen and (max-width: 640px) {
		.kv-txtwrap p {
			font-size: 16px;
		}
		.btn-moreinfo {
			font-size: 14px;
			padding: 7% 0;
		}
	}
	@media screen and (max-width: 480px) {
		.kv-txtwrap p {
			font-size: 14px;
		}
		.btn-moreinfo {
			font-size: 12px;
		}
	}
	@media screen and (max-width: 375px) {
		.kv-txtwrap p {
			font-size: 12px;
		}
		.btn-moreinfo {
			font-size: 10px;
			padding: 6.5% 0;
		}
	}

/*btn-scroll
---------------------------------------------------------*/
#top-bgcolor .btn-scroll {
	position: fixed;
	bottom: 120px;
	bottom: 30px;
	right: 30px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 0.1em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-decoration: none;
	opacity:0;
}

#top-bgcolor .btn-scroll span {
	position: relative;
	padding: 0 0 114px;
}
#top-bgcolor .btn-scroll span:after {
	position: absolute;
	bottom: 0;
	left: 5px;
	width: 14px;
	height: 104px;
	content: "";
	background: url(../img/icn_scroll.png) no-repeat 0 0;
	background-size: contain;
}
#top-bgcolor .btn-scroll._black {
	color: #000;
}
#top-bgcolor .btn-scroll._black span:after {
	background: url(../img/icn_scroll_blk.png) no-repeat 0 0;
}

	@media screen and (max-height: 640px) {
		#top-bgcolor .btn-scroll {
			display: none !important;
		}
	}
	@media screen and (max-width:768px) {
		#top-bgcolor .btn-scroll {
			display: block !important;
			position: absolute;
			bottom: 20px;
			right: 4.6875%;
		}
	}


/*top-news
---------------------------------------------------------*/
.top-news {
	padding: 55px 0 60px;
}
.top-news .inner {
	position: relative;
	display: table;
	width: 1100px;
	margin: 0 auto;
}
.top-news .inner:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.top-news a {
	text-decoration: none;
	color: #fff;
}
.top-news h2 {
	position: relative;
	display:table-cell;
	width: 125px;
	padding: 0 0 15px;
	margin: 0 55px 0 0;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 22px;
	letter-spacing: 0.1em;
}
.top-news h2 span {
	display: inline-block;
	padding: 0 0 15px;
	border-bottom: 1px solid #fff;
}
.top-news ul {
	display:table-cell;
	padding: 0 50px 0 0;
}

.top-news li {
	padding: 20px 0;
	color: #fff;
	font-size: 13px;
	display:none;
}
.top-news li+li {
	border-top: 1px solid #fff;
}
.top-news li:first-child {
	padding-top: 0;
	display:block;
}
.top-news li time {
	width: 90px;
	float: left;
}
.top-news li p {
	padding: 0 0 0 90px;
}
.top-news a {
	text-decoration: none;
	color: #fff;
}
.top-news .btn {
	position: absolute;
	top: 15px;
	right: -90px;
	display: block;
	width: 120px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 100%;
}
.top-news .btn.close {
	display:none;
}

.top-news .btn span {
	position: relative;
	padding: 0 40px 0 0;
}
.top-news .btn span:after {
	display:block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 27px;
	height: 15px;
	content: "";
	background-size: contain;
	 -webkit-transform: translate(0, -50%);
   	transform: translate(0, -50%);
}
.top-news .btn.viewmore span:after {
	background: url(../img/icn_homenews_arrow_viewmore.png) no-repeat 0 0;
}
.top-news .btn.close span:after {
	background: url(../img/icn_homenews_arrow_close.png) no-repeat 0 0;
}



	@media screen and (max-width: 1450px) {
		.top-news {
			width: calc(100% - 95px);
		}
		.top-news .inner {
			width: 100%;
			padding: 0 4.6875%;
			box-sizing: border-box;
		}
		.top-news ul {
			padding: 0 120px 0 0;
		}
		.top-news .btn {
			right: 0;
		}
	}
	@media screen and (max-width: 768px) {
		.top-news {
			width: 100%;
			padding: 6.25% 0 3%;
		}
		.top-news .inner {
			display: block;
		}
		.top-news h2 {
			display: block;
		}
		.top-news ul {
			display: block;
			padding: 0 3.5% 0 0;
		}
		.top-news li {
			font-size: 12px;
		}
		.top-news li:last-child {
			border-bottom: none;
		}
		.top-news .btn {
			width: 27px;
			margin: 10px 4.6875% 0 0;
		}
		.top-news .btn span {
			overflow: hidden;
			display:block;
			position: relative;
			height: 15px;
			padding: 0;
			white-space: nowrap;
			text-indent: 100%;
		}
		.top-news .btn span:after {
			right: auto;
			left: 0;
		}
	}



/*about
---------------------------------------------------------*/
.section-about {
	position: relative;
}

.section-about .before {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 2000px;
	height: 540px;
	content: "";
	margin-left: -1530px;
	background: #f5f5f5;
	opacity:0;
}


.section-about .inner {
	width: 1290px;
	margin: 0 auto;
	position:relative;
}
.section-about h2 {
	position: relative;
	padding: 0 0 70px;
	z-index: 100;
	opacity:0;
}



.section-about .hover-zoom {
	width: 1100px;
	margin: 0 auto 60px;

}
.section-about .hover-zoom a .img{
	opacity:0;
	position:relative;
	z-index:50;
}
.section-about .hover-zoom a .btn-more{
	opacity:0;
	z-index:55;
}
.section-about h3 {
	position: absolute;
	top: -36px;
	left: -33px;
	z-index: 100;
}
.section-about h3 img{
	opacity:0;
	position:relative;
	z-index:1;
}


.section-about p.txt {
	padding: 0 0 90px 40px;
	opacity:0;
}
	@media screen and (max-width: 1350px) {
		.section-about .before {
			left: 0;
			width: 84.375%;
			height: 50%;
			margin-left: 0;
		}
		.section-about .inner {
			width: 87.5%;
		}
		.section-about .hover-zoom {
			max-width: 1100px;
			width: 100%;
		}
		.section-about h3 {
			max-width: 477px;
			width: 43.4%;
		    top: -6%;
			left: -3%;
		}
		.section-about h3 img {
			width: 100%;
		}
		.section-about .hover-zoom .img img {
			width: 100%;
		}
		.section-about p.txt {
			padding: 0 0 90px 0;
		}
	}
	@media screen and (max-width: 768px) {
		.section-about .before {
			bottom: auto;
			top: 0;
			margin-top: -60px;
		}
		.section-about p.txt {
			padding: 0 0 14% 0;
		}
	}
	@media screen and (max-width: 640px) {
		.section-about h2 {
			padding: 0 0 13%;
		}
		.section-about .hover-zoom {
			margin-bottom: 8.9%;
		}
	}

/*TOP layers contents.css
---------------------------------------------------------*/
.section-layers {
	position: relative;
	margin: 125px 0 200px;
	padding: 0 0 145px;
}

.section-layers .before {
	position: absolute;
	top: 400px;
	right:50%;
	width: 2000px;
	height: auto;
	padding: 50% 0 0;
	margin-right: -1430px;
	content: "";
	background: #f5f5f5;
	opacity:0;
}
.section-layers .inner h2{
	opacity:0;
}
.section-layers .inner .txt-more{
	opacity:0;
}

.section-layers .inner {
	position: relative;
	width: 1290px;
	margin: 0 auto;
	z-index: 100;
	margin-top: -50px;
}


.section-layers .layersList-wrap {
	position: relative;

}
.section-layers .layersList:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.section-layers .layersList .swiper-slide-inner {
	margin: 50px 20px;
	position:relative;

}

.section-layers .layersList .swiper-slide-inner.c0 {
	margin-top: 110px;
}
.section-layers .layersList .swiper-slide-inner.c2 {
	margin-top: 157px;
}


.section-layers .layersList .swiper-slide-inner .img {
	position: relative;
	overflow: hidden;
	opacity:0;
	
}
.section-layers .layersList-wrap.loaded .layersList .swiper-slide-inner .img {
	opacity:1;
}



.section-layers .layersList .swiper-slide-inner .img img {
	width: 100%;
}
.section-layers .layersList .swiper-slide-inner .img:after {
	position: absolute;
	content: "";
	display: block;
	width: 103%;
	height: 103%;
	top: 0;
	-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.02, 1.02, 1.02);
	 transition: 4000ms cubic-bezier(0.03, 0.98, 0.52, 0.99);
}
	.section-layers .layersList .list01 .img:after {
		background: url(../img/img_home_layers01.jpg) no-repeat 50% 50%;
		background-size: cover;
	}
	.section-layers .layersList .list02 .img:after {
		background: url(../img/img_home_layers02.jpg) no-repeat 50% 50%;
		background-size: cover;
	}
	.section-layers .layersList .list03 .img:after {
		background: url(../img/img_home_layers03.jpg) no-repeat 50% 50%;
		background-size: cover;
	}
.section-layers .layersList .swiper-slide-inner .img: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: 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-layers .layersList .swiper-slide-inner .txt {
	position: absolute;
	bottom: 45px;
	left: 50px;
	right: 50px;
	opacity:0;
}
.section-layers .layersList-wrap.loaded2 .layersList .swiper-slide-inner .txt {
	opacity:1;
}
.section-layers .layersList .swiper-slide-inner .name {
	position: relative;
	padding: 0 0 10px;
	margin: 0 0 35px;
	font-size: 20px;
	letter-spacing: 0.1em;
	color: #fff;
	font-weight: 700;
	line-height: 120%;
}
.section-layers .layersList .swiper-slide-inner .name:before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 45px;
	height: 1px;
	content: "";
	background: #fff;
}
.section-layers .layersList .swiper-slide-inner .hover-zoom .btn-more {
	position: relative;
	top: 0;
	left: 0;
}



#toplayersswiper{
	position:relative;
	z-index:100;
	padding-bottom:50px;
}
.layersList-wrap.init{
	position: relative;
	width: 1290px;
	margin: 0 auto;
}
.layersList-wrap.init #toplayersswiper .layersList .swiper-slide{
	width:390px;
}

.section-layers .slide-pager{
	opacity:0;
}

.section-layers .slide-pager li {
	display: block;
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	z-index:1000;
	content: "";
	 -webkit-transform: translate(0, -50%);
  	 transform: translate(0, -50%);
}
.section-layers .slide-pager li.prev {
	left: 50%;
	right:auto;
	margin-left:-645px;
	background: url(../img/btn_slider_pev.jpg) no-repeat 0 0;
	background-size: contain;
	z-index: 9999;
}
.section-layers .slide-pager li.next {
	right: 50%;
	left:auto;
	margin-left:auto;
	margin-right:-645px;
	background: url(../img/btn_slider_next.jpg) no-repeat 0 0;
	background-size: contain;
	z-index: 9999;
}

.section-layers .txt-more {
	padding: 20px 0 70px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 30px;
	letter-spacing: 0.1em;
	text-align: center;
}
.section-layers .btn-list a {
	position: relative;
	display: block;
	width: 770px;
	height: 140px;
	line-height: 140px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	border: 1px solid #000;
	background: #000;
	box-shadow: 10px 10px 80px #aaa;
	transition: all .3s;
}
.section-layers .btn-list a:after {
	display:block;
	position: absolute;
	top: 50%;
	right: 40px;
	width: 104px;
	height: 14px;
	content: "";
	background: url(../img/icn_viewmore.png) no-repeat 0 0;
	background-size: contain;
	 -webkit-transform: translate(0, -50%);
   	transform: translate(0, -50%);
   	transition: all .3s;
}
.section-layers .btn-list a span {
	position: relative;
	padding: 0 0 0 33px;
}
.section-layers .btn-list a span:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 23px;
	height: 18px;
	content:"";
	background: url(../img/icn_layerlist.png) no-repeat 0 0;
	background-size: contain;
	 -webkit-transform: translate(0, -50%);
   transform: translate(0, -50%);
  	transition: all .3s;
} 
.section-layers .btn-list a:hover {
	color: #000;
	background: #fff;
}
.section-layers .btn-list a:hover:after {
	background: url(../img/icn_viewmore_hover.png) no-repeat 0 0;
	background-size: contain;
}
.section-layers .btn-list a:hover span:before {
	background: url(../img/icn_layerlist_hover.png) no-repeat 0 0;
	background-size: contain;
}

	@media screen and (max-width: 1350px) {
		.section-layers .before {
			left: auto;
			right: 0;
			width: 89.84%;
			margin-left: 0;
			margin-right: 0;
			padding: 0;
		}
		.section-layers .inner  {
			width: 94%;
			margin-top: 0;
		}
		.section-layers .layersList .swiper-slide-inner {
			margin: 15% 5% 0;
		}
		.section-layers .layersList .swiper-slide-inner .txt {
			position: absolute;
			bottom: 8%;
			left: 10%;
		}
		.section-layers .layersList .swiper-slide-inner .name {
			font-size: 2vw;
		}
		.section-layers .btn-list a {
			max-width: 770px;
			width: 95.3125%;
		}
	}
	@media screen and (max-width: 980px) {
		.section-layers .layersList .swiper-slide-inner .txt {
			position: absolute;
			bottom: 8%;
			left: 10%;
			right: 10%;
		}
	}
	@media screen and (max-width: 768px) {
		.section-layers {
			margin: 0 0 19.8%;
			padding: 16% 0 18.3%;
		}
		.section-layers .before {
			top: 0;
			height: 100%;
		}
		.section-layers .layersList {
			margin-top: 9.375%;
		}
		.section-layers .inner {
			/*padding: 9.375% 0 9.375%;*/
			padding: 0;
		}
		.section-layers .layersList .swiper-slide-inner {
			top: 0 !important;
			margin: 0 5%;
		}
		.section-layers .layersList .swiper-slide-inner.c0 {
			margin-top: 0;
		}
		.section-layers .layersList .swiper-slide-inner.c2 {
			margin-top: 0;
		}
		.section-layers .layersList .swiper-slide-inner .img {
			box-shadow: 10px 10px 50px #aaa;
		}
		.section-layers .btn-list a:after {
			right: 3%;
			width: 53px;
			height: auto;
			padding: 1.32% 0 0;
			background: url(../img/icn_viewmore_sp.png) no-repeat right 0;
			background-size: contain;
			-webkit-transform: translate(0, -30%);
			transform: translate(0, -30%);
		}
		.section-layers .layersList .swiper-slide-inner .name {
			font-size: 4vw;
		}
		.section-layers .btn-list a {
			height: 100px;
			line-height: 100px;
			font-size: 14px;
			padding-left: 5%;
			padding-right: 40px;
			box-sizing: border-box;
		}
		.section-layers .txt-more {
			padding: 0 0 9.4%;
			font-size: 26px;
		}
		#toplayersswiper {
			padding-bottom: 15%;
		}
	}
	@media screen and (max-width: 640px) {
		.section-layers .slide-pager {
			display: none;
		}
}
	@media screen and (max-width: 480px) {
		.section-layers .txt-more {
			font-size: 22px;
		}
		.section-layers .layersList .swiper-slide-inner .img {
			box-shadow: 10px 10px 20px #aaa;
		}
	}
	@media screen and (max-width: 415px) {
		.section-layers .btn-list a {
			height: 80px;
			line-height: 80px;
			font-size: 13px;
		}
		.section-layers .btn-list a span:before {
			width: 18px;
			height: 14px;
		}
		.section-layers .txt-more {
			font-size: 20px;
		}
	}


/*servise
---------------------------------------------------------*/
.section-servise {
	position: relative;
}
.section-servise:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.section-servise .before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 2000px;
	height: 100%;
	content: "";
	margin-left: -1400px;
	background: #f5f5f5;
	opacity:0;
}
.section-servise .inner {
	width: 1480px;
	margin: 0 auto;
}
.section-servise h2 {
	position: relative;
	padding: 78px 105px 115px 0;
	z-index: 100;
	opacity:0;
}
.section-servise .slider li{
	display:none;
	position:absolute;
	z-index:5;
	top:0px;
	
}
.section-servise .slider li:first-child{
	display:block;
	position:relative;
	z-index:10;
}

.section-servise .slider li .img {
	position: relative;
	overflow: hidden;
	padding: 37% 0 0;

}
.section-servise .slider li .img img {
	width: 100%;
}
.section-servise .slider li .img:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	-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-servise .slider li .img: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: 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-servise .slider li.list01 .img:after {
	background: url(../img/img_home_service01.jpg) no-repeat 0 0;
	background-size: cover;
}
.section-servise .slider li.list02 .img:after {
	background: url(../img/img_home_service02.jpg) no-repeat 0 0;
	background-size: cover;
}
.section-servise .slider li.list03 .img:after {
	background: url(../img/img_home_service03.jpg) no-repeat 0 0;
	background-size: cover;
}

	@media screen and (max-width: 1480px) {
		.section-servise .inner {
			width: 100%;
			margin: 0 auto;
		}
	}
	@media screen and (max-width: 1350px) {
		.section-servise .before {
			width: 79.7%;
			left: 0;
			margin-left: 0;
		}
		.section-servise .inner {
		width: 100%;
		}
		.section-servise h2 {
			padding-right: 4.875%;
		}
	}
	@media screen and (max-width: 768px) {
		.section-servise .slider li .img {
			padding: 43.8% 0 0;
		}
		.section-servise .slider li.list01 .img:after {
			background: url(../img/img_home_service01_sp.jpg) no-repeat 50% 50%;
			background-size: cover;
		}
		.section-servise .slider li.list02 .img:after {
			background: url(../img/img_home_service02_sp.jpg) no-repeat 0 0;
			background-size: cover;
		}
		.section-servise .slider li.list03 .img:after {
			background: url(../img/img_home_service03_sp.jpg) no-repeat 0 0;
			background-size: cover;
		}
	}




/* service01 */
.section-servise .servise01 {
	padding: 0 0 125px;
}
.section-servise .slider-wrap {
	position: relative;
	width: 1350px;
	margin: 0 0 0 auto;
}
.section-servise .servise01 h3 {
	position: absolute;
	top: -120px;
	left: -35px;
	z-index: 100;
}

.section-servise .servise01 h3 img{
	opacity:0;
	position:relative;
}
.section-servise .servise01.loaded h3 img{
	opacity:1;
}

.section-servise .servise01 .hover-zoom{
	z-index:40;
}

.section-servise .servise01 .hover-zoom .img{
	opacity:0;
	z-index:50;
}
.section-servise .servise01.loaded .hover-zoom .img{
	opacity:1;
}
.section-servise .servise01 .hover-zoom .apwipein .img.apwipein_core{
	position:absolute;
	top:0;
}
.section-servise .servise01 .btn-more {
	opacity:0;
	right: 105px;
	z-index:100;
}
.section-servise .servise01 .tmb {
	position: absolute;
	top: 71%;
	right: 120px;
	z-index:100;
	opacity:0;
}
.section-servise .servise01 .tmb li{
	position:absolute;
	top:0px;
	right:0px;
	display:none;
}
.section-servise .servise01 .tmb li:first-child{
	display:block;
}

.section-servise .servise01 .tmb li span:nth-child(2),
.section-servise .servise01 .tmb li span:nth-child(3) {
	color: #777;
}
.section-servise .servise01 p.txt-large {
	padding-left: 95px;
	position:relative;
	opacity:0;
}
	@media screen and (max-width: 1380px) {
		.section-servise .servise01 h3 {
			left: 4.875%;
		}
	}
	@media screen and (max-width: 1350px) {
		.section-servise .slider-wrap {
			width: 95.3125%;
			margin: 0;
		}
		.section-servise .slider-wrap .img img {
			width: 100%;
		}
		.section-servise .servise01 p.txt {
			padding-right: 8.6%;
			padding-left: 4.6875%;
		}
		.section-servise .servise01 .tmb {
			right: 4%;
		}
	}
	@media screen and (max-width: 1050px) {
		.section-servise .servise01 p.txt br {
			display: none;
		}
	}
	@media screen and (max-width: 768px) {
		.section-servise .servise01 .tmb {
			top: auto;
			bottom: 40%;
		}
		.section-servise .servise01 .btn-more {
			top: 76%;
			right: auto;
			left: 50%;
			font-size: 2.5vw;
			-webkit-transform: translate(-50%,0);
  			 transform: translate(-50%, 0);
		}
	}
	@media screen and (max-width: 640px) {
		.section-servise h2 {
			padding: 11.8% 4.6875% 24% 0;
		}
		.section-servise .servise01 h3 {
			width: 54.1%;
			top: -43%;
		}
	}
	@media screen and (max-width: 480px) {
		.section-servise .servise01 .btn-more span {
			padding: 0 46px 0 0;
		}
		.section-servise .servise01 .btn-more span:after {
			width: 36px;
			padding: 8% 0 0;
		}
	}

/* service02 & service03 (sersive-common)*/
.section-servise .sersive-common {
	width: 1290px;
	margin: 0 auto;
}
.section-servise .sersive-common:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.section-servise .sersive-common > div {
	position: relative;
	width: 480px;
}
.section-servise .sersive-common > div h3 {
	position: absolute;
	top: -30px;
	left: -30px;
	z-index: 100;
}
.section-servise .sersive-common > div .txt {
	position: absolute;
	top: 50%;
	right: 50px;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #fff;
	text-decoration: none;
	-webkit-transform: translate(0, -50%);
   transform: translate(0, -50%);
	opacity:0;
}
.section-servise .servise02 {
	float: right;
	margin: 0 130px 145px 0;

	position:relative;
}
.section-servise .servise02 .hover-zoom .img{
	opacity:0;
}

.section-servise .servise02 h3 img{
	opacity:0;	
}

.section-servise .servise03 {
	float: left;
	margin: 105px 0 145px 96px;
	position:relative;
}
.section-servise .servise03 .hover-zoom .img{
	opacity:0;
}
.section-servise .servise03 h3 img{
	opacity:0;	
}



	@media screen and (max-width: 1350px) {
		.section-servise .sersive-common {
			width: 1020px;
			margin: 0 auto;
		}
		.section-servise .servise02 {
			margin: 0 0 145px 0;
		}
		.section-servise .servise03 {

			margin: 105px 0 145px 0;
		}
	}
	@media screen and (max-width: 1250px) {
		.section-servise .sersive-common {
			width: 90%;
		}
		.section-servise .sersive-common > div {
			width: 44%;
			max-width: 480px;
		}
		.section-servise .servise02 {
			margin: 0 0 100px 0;
		}
		.section-servise .servise03 {
			margin: 105px 0 100px 0;
		}
		.section-servise .sersive-common > div img {
			width: 100%;
		}
		.section-servise .sersive-common .servise02 h3 {
			width: 41%;
			top: -5.5%;
    		left: -4%;
		}
		.section-servise .sersive-common .servise03 h3 {
			width: 27.1%;
			top: -7.4%;
    		left: -4%;
		}
	}
	@media screen and (max-width: 768px) {
		.section-servise .sersive-common {
			padding: 0 0 115px;
		}
		.section-servise .sersive-common > div {
			width: 87.9%;
			float: none;
		}
		.section-servise .servise02 {
			margin: 0 auto 135px;
		}
		.section-servise .servise03 {
			margin: 0 auto;
		}
	}
	@media screen and (max-width: 640px) {
		.section-servise .sersive-common {
			padding: 0 0 17.9%;
		}
		.section-servise .servise02 {
			margin: 0 auto 21%;
		}
		.section-servise .sersive-common > div .txt {
			position: absolute;
			width: 100%;
			right: auto;
			text-align: center;
			font-size: 22px;
		}
	}
	@media screen and (max-width: 480px) {
		.section-servise .sersive-common > div .txt {
			font-size: 20px;
		}
	}

/*==================================================
page --- common
==================================================*/
.btn-link {
	padding: 130px 0 90px;
}
.btn-link a {
	position: relative;
	display: block;
	width: 770px;
	height: 140px;
	line-height: 140px;
	margin: 0 auto 40px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	border: 1px solid #000;
	background: #000;
	box-shadow: 10px 10px 80px #aaa;
	transition: all .3s;
}
.btn-link a:last-of-type {
	margin-bottom: 0;
}
.btn-link a::after {
	display:block;
	position: absolute;
	top: 50%;
	right: 40px;
	width: 104px;
	height: 14px;
	content: "";
	background: url(../img/icn_viewmore.png) no-repeat 0 0;
	background-size: contain;
	 -webkit-transform: translate(0, -50%);
   	transform: translate(0, -50%);
   	transition: all .3s;
}
.btn-link a:hover {
	color: #000;
	background: #fff;
}
.btn-link a:hover:after {
	background: url(../img/icn_viewmore_hover.png) no-repeat 0 0;
	background-size: contain;
}
.btn-link a:hover span:before {
	background: url(../img/icn_layerlist_hover.png) no-repeat 0 0;
	background-size: contain;
}
.btn-link a span {
	position: relative;
	padding: 0 0 0 33px;
}
.btn-link a span::before {
	position: absolute;
	content:"";
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
  	transition: all .3s;
}
.btn-link .btn-cosplayers span::before {
	width: 23px;
	height: 18px;
	background: url(../img/icn_layerlist.png) no-repeat left center;
	background-size: contain;
}
.btn-link .btn-contact span {
	padding: 0 0 0 40px;
}
.btn-link .btn-contact span::before {
	width: 26px;
	height: 20px;
	background: url(../img/icn_mail.png) no-repeat left center;
	background-size: contain;
}
.btn-link .btn-contact span br {
	display: none;
}
	@media screen and (max-width: 1350px) {
		.btn-link a {
			max-width: 770px;
			width: 95.3125%;
		}
	}
	@media screen and (max-width: 768px) {
		.btn-link {
			padding: 18% 0 2.5%;
		}
		.btn-link a:after {
			right: 3%;
			width: 53px;
			height: auto;
			padding: 1.32% 0 0;
			background: url(../img/icn_viewmore_sp.png) no-repeat 0 0;
			background-size: contain;
			-webkit-transform: translate(0, -30%);
			transform: translate(0, -30%);
		}
		.btn-link a {
			height: 100px;
			line-height: 100px;
			font-size: 14px;
		}
	}
	@media screen and (max-width: 480px) {
		.btn-link a {
			font-size: 13px;
		}
	}
	@media screen and (max-width: 415px) {
		.btn-link a {
			padding-left: 5%;
			text-align: left;
			box-sizing: border-box;
		}
	}
	@media screen and (max-width: 375px) {
		.btn-link .btn-contact {
			line-height: 200%;
		}
		.btn-link .btn-contact span {
			display: block;
			padding: 23px 0 23px 40px;
		}
		.btn-link .btn-contact span br {
			display: block;
		}
	}

.side-breadcrumb {
	position: fixed;
	top: 50%;
	right: 25px;
	-moz-transform:    rotate( 90deg ); 
	-webkit-transform: rotate( 90deg ); 
	-o-transform:      rotate( 90deg ); 
	-ms-transform:     rotate( 90deg ); 
	transform:         rotate( 90deg ); 
	-moz-transform-origin:    top right;
	-webkit-transform-origin: top right; 
	-o-transform-origin:      top right; 
	-ms-transform-origin:     top right; 
	transform-origin:         top right; 
}
.side-breadcrumb ul {
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
.side-breadcrumb li {
	float: left;
}
.side-breadcrumb li .txt {
	position: relative;
	top: 0;
	left: 0;
	text-align: right;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-decoration: none;
	padding: 0 60px 0 20px;
}
.side-breadcrumb li .txt:after {
	position: absolute;
	content: "";
	top: 50%;
	margin-top: -0.5px;
	right: 0;
	margin-left: 1px;
	width: 40px;
	height: 1px;
	background: #000;
	transition: all .3s;
}
.side-breadcrumb li:last-child .txt:after {
	content: none;
}
.side-breadcrumb li:last-child .txt {
	color: #b5b5b5;
}
	@media screen and (max-width: 768px) {
		.side-breadcrumb {
			position: static;
			-moz-transform:    rotate( 0 ); 
			-webkit-transform: rotate( 0 ); 
			-o-transform:      rotate( 0 ); 
			-ms-transform:     rotate( 0 ); 
			transform:         rotate( 0 ); 
			width: 90.64%;
			margin: 0 4.68% 9.3%;
		}
		.side-breadcrumb li .txt {
			font-size: 16px;
		}
	}
	@media screen and (max-width: 640px) {
		.side-breadcrumb li .txt {
			font-size: 14px;
		}
	}
	@media screen and (max-width: 480px) {
		.side-breadcrumb li .txt {
			font-size: 12px;
			padding: 0 50px 0 15px;
		}
		.side-breadcrumb li .txt:after {
			width: 35px;
		}
	}
	@media screen and (max-width: 375px) {
		.side-breadcrumb li .txt {
			font-size: 10px;
			padding: 0 40px 0 10px;
		}
		.side-breadcrumb li .txt:after {
			width: 30px;
		}
	}
 

/*==================================================
page --- cosplayers
==================================================*/
.kv-cosplayers li.kv01 .bg-img {
	background: url(../img/img_cosplayers_kv01.jpg) no-repeat 0 0;
}
.kv-cosplayers li.kv02 .bg-img {
	background: url(../img/img_cosplayers_kv02.jpg) no-repeat 0 0;
}
.kv-cosplayers .txt {
	line-height: 100%;
	top: 58%;
}
.kv-cosplayers .tmb {
	bottom: 4.2%;
}
