#sliderBox{
	width: 100%;
	margin:0 auto;
	overflow:hidden;
}
.sl-slider{
	position: relative;
}
.sl-slide{
  position: absolute;
}

.sl-content-wrapper p {
	text-align:center;
}

.title-text{
	z-index: 20010;
	font-size:2.2em;	font-size:2.2rem;
	width: 100%;
	color:#666;
	font-weight:bold;
	text-align:center;
}

.title-mintext{
	z-index: 20010;
	font-size:1.3em;	font-size:1.3rem;
	width: 100%;
	color:#666;
	font-weight:bold;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sliderBox .sl-slider-wrapper ,
#sliderBox .bg-img {
	height:500px;
}

#sliderBox .bg-img .gamep-link{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:-9999px;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;

	/*background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-repeat:no-repeat;
	background-position: left;
	background-image: url("https://thinkgames.jp/upfiles/2018/03/6a13b6c46d4152a25fb52c257bfad93d.png"); */
}

.sl-content-slice:nth-child(2) {
  	visibility: hidden;
	z-index: 100;
}

@media (max-width: 1300px) {
	#sliderBox .bg-img .gamep-link{
		background-image: none;
	}
}

#sliderBox .sl-slider-wrapper {
	width: 100%;
	height:500px;
	overflow: hidden;
	position: relative;
}


#sliderBox .bg-img {

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	width: 100%;

	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-repeat:no-repeat;
	background-position: center;
}

#sliderBox .bg-img img{
	display:none;
}

#mainContents #underMenu a{	color:#222;	}

/*#sliderBox br{	display:none;	}*/
/* Custom navigation arrows */

.nav-arrows span {
	position: absolute;
	z-index: 2000;
	top: 50%;
	width: 40px;
	height: 40px;
	border: 8px solid #ddd;
	border: 8px solid rgba(150,150,150,0.4);
	text-indent: -90000px;
	margin-top: -40px;
	cursor: pointer;

	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-arrows span:hover {
	border-color: rgba(150,150,150,0.9);
}

.nav-arrows span.nav-arrow-prev {
	left: 5%;
	border-right: none;
	border-top: none;
}

.nav-arrows span.nav-arrow-next {
	right: 5%;
	border-left: none;
	border-bottom: none;
}

/*--------------
------------------------*/

#gameNavi{
	background-color:#FFF;
	position:relative;
}


#gameNavi h2{
	height:32px;
	background-size:auto 100%;
	text-align:left;
	padding: 0 0 0 40px;
	font-weight:normal;
	font-size:1.2em;	font-size:1.2rem;
	color:#595959;

}
#gameNavi h2 span{
	color:#777;

}

#sliderBox .bg-img p{
	position: absolute;
	bottom:-2em;
	z-index: 20000;
	font-size:2.2em;	font-size:2.2rem;
	width: 100%;
	color:#151515;
	font-weight:bold;
	text-align:center;
}


/*--------------
------------------------*/

/* Custom navigation dots */

.nav-dots {
	position: relative;
	text-align: center;
	left: auto;
	top: auto;
	z-index: 1000;
}

.nav-dots span {
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 3px;
	background: #ddd;
	background: rgba(150,150,150,0.4);
	cursor: pointer;
	box-shadow:
		0 1px 1px rgba(255,255,255,0.4),
		inset 0 1px 1px rgba(0,0,0,0.1);
}

#sliderBox .nav-dots span {
	background: rgba(150,150,150,0.5);
	margin: 6px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#sliderBox .nav-dots span.nav-dot-current{
	background: rgba(150,150,150,1);
}
#sliderBox .nav-dots span:hover {
	background: rgba(150,150,150,0.75);
}



/* Animations for content elements */

.sl-trans-elems .deco{
	-webkit-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-moz-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-o-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-ms-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	animation: roll 1s ease-out both, fadeIn 1s ease-out both;
}
.sl-trans-elems h2{
	-webkit-animation: moveUp 1s ease-in-out both;
	-moz-animation: moveUp 1s ease-in-out both;
	-o-animation: moveUp 1s ease-in-out both;
	-ms-animation: moveUp 1s ease-in-out both;
	animation: moveUp 1s ease-in-out both;
}
.sl-trans-elems blockquote{
	-webkit-animation: fadeIn 0.5s linear 0.5s both;
	-moz-animation: fadeIn 0.5s linear 0.5s both;
	-o-animation: fadeIn 0.5s linear 0.5s both;
	-ms-animation: fadeIn 0.5s linear 0.5s both;
	animation: fadeIn 0.5s linear 0.5s both;
}
.sl-trans-back-elems .deco{
	-webkit-animation: scaleDown 1s ease-in-out both;
	-moz-animation: scaleDown 1s ease-in-out both;
	-o-animation: scaleDown 1s ease-in-out both;
	-ms-animation: scaleDown 1s ease-in-out both;
	animation: scaleDown 1s ease-in-out both;
}
.sl-trans-back-elems h2{
	-webkit-animation: fadeOut 1s ease-in-out both;
	-moz-animation: fadeOut 1s ease-in-out both;
	-o-animation: fadeOut 1s ease-in-out both;
	-ms-animation: fadeOut 1s ease-in-out both;
	animation: fadeOut 1s ease-in-out both;
}
.sl-trans-back-elems blockquote{
	-webkit-animation: fadeOut 1s linear both;
	-moz-animation: fadeOut 1s linear both;
	-o-animation: fadeOut 1s linear both;
	-ms-animation: fadeOut 1s linear both;
	animation: fadeOut 1s linear both;
}
@-webkit-keyframes roll{
	0% {-webkit-transform: translateX(500px) rotate(360deg);}
	100% {-webkit-transform: translateX(0px) rotate(0deg);}
}
@-moz-keyframes roll{
	0% {-moz-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-moz-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-o-keyframes roll{
	0% {-o-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-o-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-ms-keyframes roll{
	0% {-ms-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-ms-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@keyframes roll{
	0% {transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-webkit-keyframes moveUp{
	0% {-webkit-transform: translateY(40px);}
	100% {-webkit-transform: translateY(0px);}
}
@-moz-keyframes moveUp{
	0% {-moz-transform: translateY(40px);}
	100% {-moz-transform: translateY(0px);}
}
@-o-keyframes moveUp{
	0% {-o-transform: translateY(40px);}
	100% {-o-transform: translateY(0px);}
}
@-ms-keyframes moveUp{
	0% {-ms-transform: translateY(40px);}
	100% {-ms-transform: translateY(0px);}
}
@keyframes moveUp{
	0% {transform: translateY(40px);}
	100% {transform: translateY(0px);}
}
@-webkit-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-moz-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-o-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-ms-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-webkit-keyframes scaleDown{
	0% {-webkit-transform: scale(1);}
	100% {-webkit-transform: scale(0.5);}
}
@-moz-keyframes scaleDown{
	0% {-moz-transform: scale(1);}
	100% {-moz-transform: scale(0.5);}
}
@-o-keyframes scaleDown{
	0% {-o-transform: scale(1);}
	100% {-o-transform: scale(0.5);}
}
@-ms-keyframes scaleDown{
	0% {-ms-transform: scale(1);}
	100% {-ms-transform: scale(0.5);}
}
@keyframes scaleDown{
	0% {transform: scale(1);}
	100% {transform: scale(0.5);}
}
@-webkit-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-moz-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-o-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-ms-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}




/*-----------
	infoBOX
 ------------*/

#inofBox{
	border-top:1px solid #DDD;
	background-color:#EEE;
	padding: 3em;
}

#inofBox ._inBox{
	width:33.333%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	float:left;
}

#inofBox ._inBox a{
	display:block;
	width:88%;
	margin-left:6%;
	height:286px;
	overflow:hidden;
	background-color:#FFF;

    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

#inofBox ._inBox a:hover{
	background-color:#32B7B2;

}



#inofBox ._inBox a ._img{
	display:block;
	width:100%;
	height:143px;
	overflow:hidden;
}
#inofBox ._inBox a ._img img{
	transition-duration: 0.3s;
	height:143px;
}
#inofBox ._inBox a:hover ._img img{
	transform: scale(1.1);
	transition-duration: 0.5s;
}

#inofBox ._inBox a ._day{
	display:block;
	color:#52DBC0;
	font-size:1.4em;		font-size:1.4rem;

}

#inofBox ._inBox a:hover ._day{		color:#FF0;		}



#inofBox ._inBox a ._day:before{
	position:relative;
	z-index:1000;
	content:'';
	display:block;
	height:58px;
	width:58px;
	margin: -29px auto 1em;
	background:url("https://thinkgames.jp/upfiles/2018/02/info.png") no-repeat center center;
	opacity: 1;
	transform: scale(1) rotate(0);
	-webkit-transform: scale(1) rotate(0);
	-moz-transform: scale(1) rotate(0);

    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

#inofBox ._inBox a:hover ._day:before{
	opacity: 0.5;
	transform: scale(0.2) rotate(1080deg);
	-webkit-transform: scale(0.2) rotate(1080deg);
	-moz-transform: scale(0.2) rotate(1080deg);
}



#inofBox ._inBox a ._ti{
	margin-top:1em;
	display:block;
	font-size:1.2em;		font-size:1.2rem;
	color:#666;
	line-height:1.4;
}

#inofBox ._inBox a:hover ._ti{		color:#FFF;		}


#recruitBox{
	background:url("https://thinkgames.jp/upfiles/2018/02/recruit.jpg") no-repeat center center;
	background-size:cover;
	background-attachment:fixed;
	overflow:hidden;
}

#recruitBox ._backColor{

	padding:60px 0 30px;
	text-align:center;
	color:#FFF;


}

#recruitBox h2{
	font-size:3.2em;		font-size:3.2rem;
	font-weight:normal;
	line-height:1.5;
	color:#FFF;
}
#recruitBox p{
	margin-top:4em;
	margin-bottom:1.2em;
	font-size:2.5em;		font-size:2.5rem;
	font-weight:lighter;
	line-height:1.5;

}

#recruitBox p.cT{
	margin-top:0;
	margin-bottom:0;

}
#recruitBox p a{
	display:inline-block;
	width:18%;
	background-color:  rgb(0,0,0,0.5);
	color:#FFF;
	border:1px solid #FFF;
	font-size:0.6em;
	padding:0.4em;
}

#staffBox,
#companyBox{

	width:100%;
	float:left;
}
#staffBox a,
#companyBox a{

	width:100%;
	display:block;
	height:350px;
}

#staffBox a br,
#companyBox a br{

	display:none;

}



#staffBox a{
	background:#FFF url("https://thinkgames.jp/upfiles/2019/06/staff.jpg") no-repeat center center;
	background-size: cover;
	text-align:left;
	color:#333;
}
#companyBox a{
	background:#FFF url("https://thinkgames.jp/upfiles/IMG_0384-1-e1595142974137.jpg") no-repeat center center;
	background-size: cover;
	text-align:left;
	color:#FFF;
}
#staffBox a span._sub,
#companyBox a span._sub{
	padding:2em 0 0 2em;
	display:block;
	font-size:1.6em;	font-size:1.6rem;
	font-weight:normal;
}

#staffBox a strong,
#companyBox a strong{
	padding:0 0 0 0.6em;
	display:block;
}


strong.wave span {
	display:inline-block;
	animation:bounce 3.2s ease-in-out infinite;
}



@keyframes bounce {
  0%,25%{ transform:translate(0); }
  6.75%{ transform:rotateX(20deg) translateY(2px) rotate(-3deg); }
  12.5%{ transform:translateY(-20px) rotate(3deg) scale(1.1);  }


}

strong.wave span:nth-child(2){ animation-delay:.05s; }
strong.wave span:nth-child(3){ animation-delay:.1s; }
strong.wave span:nth-child(4){ animation-delay:.15s; }
strong.wave span:nth-child(5){ animation-delay:.2s; }
strong.wave span:nth-child(6){ animation-delay:.25s; }
strong.wave span:nth-child(7){ animation-delay:.3s; }
strong.wave span:nth-child(8){ animation-delay:.35s; }
strong.wave span:nth-child(9){ animation-delay:.4s; }
strong.wave span:nth-child(10){ animation-delay:.45s; }
strong.wave span:nth-child(11){ animation-delay:.5s; }
strong.wave span:nth-child(12){ animation-delay:.55s; }
strong.wave span:nth-child(13){ animation-delay:.6s; }
strong.wave span:nth-child(14){ animation-delay:.65s; }


#footer{
	margin-top:0;
}

@media (max-width: 800px) {

	#inofBox {
	    padding: 3em 1.5em;
	}

	#inofBox ._inBox{
		width:100%;
		float:none;
		margin-bottom:1.5em;
	}

	#recruitBox h2 {
	    font-size: 2em;	 font-size: 2rem;
	    line-height: 1.5;
	}

	#recruitBox{
		padding:0 1.5em;
	}
	#recruitBox p{
		margin-top:2em;
		margin-bottom:2em;
		font-size:1.6em;		font-size:1.6rem;
		line-height:1.4;

	}


	#staffBox,
	#companyBox{

		width:100%;
		float:none;
	}

}
@media (max-width: 640px) {


	#sliderBox .sl-slider-wrapper ,
	#sliderBox .bg-img {
		height:320px;
	}


	#sliderBox .sl-slider-wrapper {
		height:320px;
	}
	#sliderBox .bg-img {
		background-image:none;
	}

	#sliderBox .bg-img img{
		display:inline-block;
	}

	.nav-dots {
		width:100%;
	    text-align: center;
	    left:0;
	    top:0;
	}

	#gameNavi h2{	display:none;	}

	#sliderBox .bg-img p {
	    z-index: 20000;
	    font-size: 2.2em;
	    font-size: 2.2rem;
	    bottom: -2em;
	    left: 0;
		width:100%;
	    color: #151515;
	    font-weight: bold;
	    text-align: center;
	}}
