#cover{
	padding: 50px 0;
}

.slide{
	position: relative;
}

.slide .slideLead{
	position: absolute;
	left: 0;
	top: 20%;
	opacity: 0;
	z-index: 50;
}

.slide .slideLead span{
	display: block;
	font-weight: bold;
	line-height: 1.5;
}

.slide .slideLead span.subCopy{
	font-size: 28px;
}

.slide .slideLead span.mainCopy {
	font-size: 50px;
}

.slide .slideImage{
	height: 600px;
	position: relative;
}

.slide .slideImage img{
	position: absolute;
}

.wauto {
	width: auto !important;
}


/* slick-current */
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(-50px);
	}

	100% {
		opacity: 1;
	}
}

.go .slide .slideLead {
	animation-name: fadeInUp;
	animation-timing-function: ease-in-out;
	animation-delay: 3.0s;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.end .slideLead {
	opacity: 1;
}


/* slide01 */
.slide01 .slideLead {
	animation-delay: 0.5s !important;
}

.slide01-01,
.slide01-02 {
	opacity: 0;
}

.end .slide01-01,
.end .slide01-02 {
	opacity: 1;
}

.go .slide01-01,
.go .slide01-02{
	animation-name: fadeInUp;
	animation-timing-function: ease-in-out;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.slide01-01{
	top: 13%;
	right: 25%;
	animation-delay: 1.0s;
}
.slide01-02{
	top: 7%;
	right: 0%;
	animation-delay: 1.5s;
}


/* slide02 */
.slide02 .slideLead {
	animation-delay: 1.5s !important;
}

@keyframes waiwai {
  0% {
    transform:translate(0, 5px) rotate(-1deg);
  }
  50% {
    transform:translate(0, 0) rotate(0deg);
  }
  100% {
    transform:translate(0, 5px) rotate(1deg);
  }
}

.slide02-01,
.slide02-02,
.slide02-03,
.slide02-04,
.slide02-05 {
    transform:translate(0, 5px) rotate(-1deg);
	transform-origin: bottom;
	animation-name: waiwai;
	animation-timing-function: ease-in-out;
	animation-duration: 2.0s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-fill-mode: forwards;
}

.slide02-01{
	animation-duration: 2.2s;
}
.slide02-02{
	animation-duration: 2.4s;
}
.slide02-03{
	animation-duration: 2.6s;
}
.slide02-04{
	animation-duration: 2.8s;
}
.slide02-05{
	animation-duration: 3.0s;
}



/* slide03 */
.slide03 .slideLead {
	animation-delay: 2.2s !important;
}

.slide03-09{
	position: absolute;
	top: 5%;
	right: 32.5%;
	transition: all 0.3s ease-in 1.0s;
	opacity: 0;
	transform: translateY(20px);
}
.go .slide03-09{
	opacity: 1;
	transform: translateY(0);
}


@keyframes yurayura {
	0% {
		transform: translate(7px, 2px);
	}

	50% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(7px, 2px);
	}
}

.slide03-02,
.slide03-04,
.slide03-07 {
	transform: translate(7px, 2px);
	animation-name: yurayura;
	animation-timing-function: ease-in-out;
	animation-duration: 2.0s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-fill-mode: forwards;
}

.slide03-02{
	animation-delay: 1.0s;
}
.slide03-04{
	animation-delay: 1.5s;
	animation-duration: 2.2;
}
.slide03-07{
	animation-delay: 2.0s;
}


/* slide04 */
.slide04 .slideLead {
	animation-delay: 2.5s !important;
}

.slide04-01,
.slide04-02 {
	position: absolute;
	transition: all 0.5s ease-in 1.0s;
	opacity: 0;
}

.slide04-01{
	transform: translateY(50px);
	top: 20%;
	right: 30%;
}
.slide04-02{
	transform: translateY(-50px);
	top: 5%;
	right: 0;
	transition-delay: 1.7s;
}

.go .slide04-01 {
	opacity: 1;
	transform: translateY(0);
}

.go .slide04-02 {
	opacity: 1;
	transform: translateY(0);
}

/* tablet
________________________*/
@media screen and (max-width: 768px) {
	.slide .slideLead{
		top: 10%;
	}
	.slide .slideImage{
		height: 420px;
	}
	.slide01-01 {
		top: 11%;
		right: 23%;
	}

	.slide01-02 {
		top: 0%;
	}

	.slide03-09{
		top: 3%;
		right: 32%;
	}
	.slide04-01{
		top: 13%;
		right: 27%;
	}
	.slide04-02{
		top: 6%;
		right: 0;
		width: 120px !important;
	}
}


/* sp
________________________*/
@media screen and (max-width: 640px) {
	.slide{
		height: 300px;
		padding-top: 20%;
	}

	.slide02{
		padding-top: 15%;
	}

	.slide03{
		padding-top: 25%;
	}

	.slide04{
		padding-top: 30%;
	}

	.slide .slideLead{
		top: 0;
	}

	.slide .slideLead span.subCopy{
		font-size: 20px;
	}

	.slide .slideLead span.mainCopy{
		font-size: 38px;
	}

	.slide .slideImage{
		height: auto;
	}


	.slide01-01{
		width: 25px !important;
		top: 30px;
		right: 20%;
	}

	.slide01-02{
		width: 50px !important;
	}

	.slide03-09{
		width: 15px !important;
		top: 0px;
		right: 31.5%;
	}

	.slide04-01{
		width: 30px !important;
		top: 40px;
	}

	.slide04-02{
		transform: translateY(-20px);
	}

	.slide04-02{
		width: 60px !important;
		top: 15px;
	}
}




.bannerSlide-wrap{
	padding: 15px 0;
	background: #f5ff76;
}
.bannerSlide-wrap .box{
	position: relative;
	overflow: visible;
}
.bannerSlide-wrap .box .prevArrow,
.bannerSlide-wrap .box .nextArrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	cursor: pointer;
	z-index: 3000;
}
.bannerSlide-wrap .box .prevArrow{
	left: -20px;
}
.bannerSlide-wrap .box .nextArrow{
	right: -20px;
}
.slick-slide{
	padding: 0 5px;
}
.slick-slide img{
	width: 100%;
	height: auto;
}


#service{
	position: relative;
	overflow: hidden;
}
#service:after{
	content: "Creative";
	font-family: 'Quicksand', sans-serif;
	font-size: 12vw;
	color: #fff;
	font-weight: bold;
	transform: rotate(-90deg);
	transform-origin: right bottom;
	position: absolute;
	bottom: 58vw;
	right: 5vw;
	z-index: -2;
}

#service a{
	position: relative;
}
#service a:after{
	content: "";
	display: block;
	width: 100%;
	height: 40%;
	background: #f5ff76;
	position: absolute;
	bottom: 5%;
	left: 0;
	z-index: -1;
}
.slashBox{
	position: relative;
	padding-bottom: 670px;
}

.slashBox:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: -50px;
	-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	background: #f5f5f5;
	z-index: -2;
	transition: all 0.5s ease-in-out 2.0s;
	opacity: 0;
}

.slashBox.in:before {
	right: 0;
	opacity: 1;
}


.slashBox:after{
	content: '';
	display: block;
	width: 0%;
	height: 100%;
	position: absolute;
	bottom: 5px;
	right: 0;
	-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	background: #000;
	z-index: -3;
	transition: all 2.0s ease 2.5s;
}


.slashBox.in:after {
	width: 100%;
}

.slashBox .human01,
.slashBox .human02 {
	position: absolute;
	opacity: 0;
	transition: all 0.5s ease-in-out 2.5s;
}

.slashBox .human01{
	z-index: -4;
	left: 10%;
	bottom: 0;
	transform: translateY(-50px);
}

.slashBox .human02 {
	z-index: -1;
	right: 10%;
	bottom: -3%;
	transform: translateY(50px);
}

.slashBox.in .human01,
.slashBox.in .human02 {
	opacity: 1;
	transform: translateY(0);
}

.slashBox h3{
	font-family: 'Quicksand', sans-serif;
	vertical-align: bottom;
	line-height: 0.9;
}

.slashBox h3 span{
	opacity: 0;
	transition: all 0.5s ease-in-out;
}

.slashBox h3 span:nth-child(1){
	display: inline-block;
	font-size: 170px;
	vertical-align: middle;
	transition-delay: 0.5s;
	transform: translateX(-50px);
}

.slashBox h3 span:nth-child(2) {
	display: inline-block;
	font-size: 260px;
	font-weight: 300;
	line-height: 0;
	vertical-align: middle;
	transition-delay: 1.0s;
	transition-timing-function: ease-in-out;
	transform: rotate(400deg);
	transform-origin: center;
}

.slashBox h3 span:nth-child(3) {
	font-size: 95px;
	display: block;
	padding-left: 15rem;
	transition-delay: 0.5s;
	transform: translateX(50px);
}

.slashBox.in h3 span:nth-child(1) {
	opacity: 1;
	transform: translateX(0);
}

.slashBox.in h3 span:nth-child(2) {
	opacity: 1;
	transform: rotate(0);
}

.slashBox.in h3 span:nth-child(3) {
	opacity: 1;
	transform: translateX(0);
}

.slashBox h4{
	display: inline-block;
	margin: 60px 0 30px;
	position: relative;
	overflow: hidden;
	z-index: 15;
}
.slashBox h4 span{
	font-family: 'Quicksand', sans-serif;
	font-size: 42px;
	line-height: 1.2;
	opacity: 0;
	transition: all 0.1s ease-in-out;
	transition-delay: 1.7s;
}

.slashBox.in h4 span{
	opacity: 1;
}

.slashBox h4:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #000;
}

@keyframes passing {
	0% {
		width: 0;
	}

	50% {
		left: 0;
		width: 100%;
	}

	100% {
		left: 100%;
	}
}

.slashBox.in h4:after {
	animation-name: passing;
	animation-timing-function: ease-in-out;
	animation-delay: 1.5s;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.slashBox .lead{
	font-weight: bold;
	font-size: 26px;
	transition: all 0.5s ease-in-out;
	transition-delay: 2.0s;
	opacity: 0;
	transform: translateX(-50px);
}

.slashBox.in .lead {
	opacity: 1;
	transform: translateX(0);
}

.slashBox .ourService{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	transform: translate(-50%, -50%);
	overflow: hidden;
	z-index: 10;
}

.slashBox .ourService li{
	display: inline-block;
	font-family: 'Quicksand', sans-serif;
	font-size: 42px;
	font-weight: bold;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	position: relative;
	transition: all 0.5s ease-in-out;
	transform: translateX(50px);
	opacity: 0;
}
.slashBox.in .ourService li {
	transform: translateX(0);
	opacity: 1;
}
.slashBox .ourService li:nth-child(1){
	left: 68.7%;
	transition-delay: 4.0s;
}
.slashBox .ourService li:nth-child(2) {
	left: 62.2%;
	transition-delay: 4.1s;
}
.slashBox .ourService li:nth-child(3) {
	left: 55.8%;
	transition-delay: 4.2s;
}
.slashBox .ourService li:nth-child(4) {
	left: 49.4%;
	transition-delay: 4.3s;
}
.slashBox .ourService li:nth-child(5) {
	left: 43%;
	transition-delay: 4.4s;
}
.slashBox .ourService li:nth-child(6) {
	left: 36.4%;
	transition-delay: 4.5s;
}
.slashBox .ourService li:nth-child(7) {
	left: 30%;
	transition-delay: 4.6s;
}

.slashBox .ourService li:before{
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 15px;
	border-radius: 50%;
	background: #000;
}

.slashBox .ourService li a:hover,
.slashBox h4 a:hover{
	display: inline-block;
	-webkit-animation-name: shake;
	animation-name: shake;
	animation-timing-function: ease-in-out;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.yellowLine01,
.yellowLine02{
	position: relative;
	overflow: hidden;
}

.yellowLine01:after,
.yellowLine02:after {
	content: '';
	display: block;
	background: #f5ff76;
	position: absolute;
	transition: all 0.5s ease-out 2.0s;
	opacity: 0;
	z-index: -1;
}

.yellowLine01:after {
	width: 100%;
	height: 55%;
	bottom: 0;
	right: 50%;
	transform: skew(30deg, 0deg) translateX(-900px);
}

.yellowLine01.in:after {
	transform: skew(30deg, 0deg) translateY(0);
	opacity: 1;
}

.yellowLine02:after {
	width: 300px;
	height: 100%;
	top: 0;
	right: 35%;
	transform: skew(-45deg, 0deg) translateY(-900px);
}

.yellowLine02.in:after {
	transform: skew(-45deg, 0deg) translateY(0);
	opacity: 1;
}

#news{
	background: #f6f6f6;
}


.separator{
	width: 100%;
	overflow: hidden;
	transition-delay: 0.5s;
}

.separator img{
	vertical-align: bottom;
}

/* monitor
________________________*/
@media screen and (max-width: 1344px){
}
@media screen and (max-width: 1280px){
}
@media screen and (max-width: 1024px){
	.headerIn h1{
		margin-left: 15px;
	}

	.bannerSlide div{
		padding: 0 3px;
	}

	.slashBox .ourService li:nth-child(1) {
		left: 68.5%;
	}

	.slashBox .ourService li:nth-child(2) {
		left: 62%;
	}

	.slashBox .ourService li:nth-child(3) {
		left: 55.6%;
	}

	.slashBox .ourService li:nth-child(4) {
		left: 49.2%;
	}

	.slashBox .ourService li:nth-child(5) {
		left: 42.8%;
	}
	.slashBox .human01 {
		left: 3%;
	}

	.slashBox .human02 {
		right: 3%;
	}
}

/* tablet
________________________*/
@media screen and (max-width: 768px){
	#works{
		background: url(../img/top/yellow01.png) no-repeat -50% 150%;
	}
	.slashBox .human01 img,
	.slashBox .human02 img{
		width: 100%;
		height: auto;
	}
	.slashBox .human01 {
		left: 1%;
		width: 45%;
		bottom: 50px;
	}

	.slashBox .human02 {
		right: 1%;
		width: 80%;
	}

	.slashBox .ourService li:nth-child(6) {
		left: 36.3%;
	}

	.slashBox .ourService li:nth-child(7) {
		left: 29.8%;
	}
}
@media screen and (max-width: 640px){
	#cover{
		padding: 30px 0 0;
	}
	.bannerSlide-wrap{
		padding: 5px 0;
	}
	.bannerSlide-wrap .box .prevArrow{
		left: -5px;
	}
	.bannerSlide-wrap .box .nextArrow{
		right: -5px;
	}



	.slashBox{
		padding-bottom: 180px;
	}
	.slashBox .human01{
		left: auto;
		bottom: auto;
		right: 1%;
		top: 33%;
		width: 50%;
	}
	.slashBox .human02{
		right: auto;
		width: 100%;
	}
	.slashBox:before{
		z-index: -5;
	}
	.slashBox:after{
		content: none;
	}
	.slashBox h4 span{
		font-size: 34px;
	}
	.slashBox .lead{
		font-size: 20px;
	}
	.slashBox h3 span:nth-child(1) {
		font-size: 120px;
	}

	.slashBox h3 span:nth-child(2) {
		font-size: 200px;
	}

	.slashBox h3 span:nth-child(3) {
		font-size: 65px;
		padding-left: 0;
		text-align: right;
	}

	.slashBox .ourService{
		position: static;
		transform: none;
		width: 95%;
		margin: auto;
	}
	.slashBox .ourService li{
		position: static;
		font-size: 26px;
		line-height: 1.2;
		margin-bottom: 10px;
	}

	.slashBox .ourService li::before{
		width: 6px;
		height: 6px;
	}


	#works{
		background: url(../img/top/yellow01.png) no-repeat 100% 200%;
	}
	#blog{
		background: url(../img/top/yellow02.png) no-repeat 100% 150%;
	}
	#news{
		background: #f6f6f6;
	}

}





/* floating_banner
----- ----- ----- ----- ----- ----- ----- ----- ----- */
.bnr-floating_branding {
	display: none;
	position: fixed;
	margin: 0 0 0 0;
	z-index: 99998;
	top: 108.8px;
	right: 20px;
}
.bnr-floating_branding-back {
	width: 240px;
	background-color: transparent;
}
.bnr-floating_branding-back.pc{display: block;}
.bnr-floating_branding-back.sp{display: none;}
.bnr-floating_branding-back img{max-width: 100%;}

.bnr-floating_branding-close {
	display: block;
	width: 24.6%;
	height: 24.6%;
	padding: 0;
	background: rgba(255, 255, 255, .01);
/*	background: rgba(0, 0, 0, .5);*/
	border: none;
	border-radius: 100px;
	position: absolute;
	top: 0px;
	right: 3.3333333%;
	z-index: 99999;
	cursor: pointer;
}
.bnr-floating_branding-close.pc{display: block;}
.bnr-floating_branding-close.sp{display: none;}

@media screen and (max-width:640px) { /* SP */
	.bnr-floating_branding {
		width: 36%;
		margin: 0px;
		top: auto;
		bottom: 20px;
	}
	.bnr-floating_branding-back {
		width: 100%;
		margin: 0px;
		border-radius: 0px;
	}
	.bnr-floating_branding-back.pc{display: none;}
	.bnr-floating_branding-back.sp{display: block;}
	.bnr-floating_branding-close {
		font-size: 20px;
		color: #fff;
	}
	.bnr-floating_branding-close.pc{display: none;}
	.bnr-floating_branding-close.sp{display: block;}
}/* @media */




