@charset "utf-8";
/* CSS Document */

#wrapper{
	display: none;
}

/*#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  margin-top: -150px;
  margin-left: -150px;
  text-align: center;
  z-index: 601;
}*/

#loader_bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFFFFF;
  z-index: 600;
}

#loading{
	display: none;
	width:200px;
	height:150px;
	margin:auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#message{
	text-align:center;
	width:200px;
	margin:20px 0 0;
}
#bus{
	animation-name:anime;
	animation-duration:0.5s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
	width:200px;
	position:relative;
	z-index: 601;
}
@keyframes anime{
	0% {transform:rotate(0deg) ;}
	15% {transform:rotate(3deg) ;}
	30% {transform:translateY(5px) ;}
	45% {transform:rotate(0deg) ;}
	60% {transform:rotate(-3deg) ;}
	75% {transform:translateY(-5px);}
	100%{transform:rotate(0deg) ;}
}

#tire01{
	animation-name:tanime01;
	animation-duration:0.2s;
	animation-timing-function:ease;
	animation-iteration-count:infinite;
	width:28px;
	position:absolute;
	top:80px;
	left:32px;
	z-index: 600;
}
@keyframes tanime01{
	0% {transform:translateY(0px) ;}
	100%{transform:translateY(2px) ;}
}

#tire02{
	animation-name:tanime02;
	animation-duration:0.2s;
	animation-timing-function:ease;
	animation-iteration-count:infinite;
	animation-delay:0.1s;
	width:28px;
	position:absolute;
	top:80px;
	left:140px;
	z-index: 600;
}
@keyframes tanime02{
	0% {transform:translateY(0px) ;}
	100%{transform:translateY(2px) ;}
}

.main_image{
	position:relative;
	width:100%;
	text-align:left;
}

.main_image ul{
	width:100%;
	margin:0 auto;
	position:relative;
}

.main_image ul li{
	position:absolute;
	top:0;
	left:0;
	margin:auto;
	width:100%;
	display:none;
}

.main_image ul li img{
	width:100%;
	-webkit-filter: sepia(0) brightness(1.0);
    -moz-filter:  sepia(0) brightness(1.0);
    -o-filter:  sepia(0) brightness(1.0);
    -ms-filter:  sepia(0) brightness(1.0);
    filter:  sepia(0) brightness(1.0);
	transition:0.5s;
}

.main_image ul li img.on{
	width:100%;
	-webkit-filter: sepia(100%) brightness(0.7);
    -moz-filter:  sepia(100%) brightness(0.7);
    -o-filter:  sepia(100%) brightness(0.7);
    -ms-filter:  sepia(100%) brightness(0.7);
    filter:  sepia(100%) brightness(0.7);
}

#catchcopy{
	position:absolute;
	top:20%;
	right:0;
	bottom:0;
	left:0;
	margin:auto auto;
	width:50%;
	z-index:100;
	opacity:0;
}

#catchcopy img{
	width:100%;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto auto;
}

h3#catchphrase{
    font-family: 'Special Elite', cursive;
	font-size:150%;
}

h3#catchphrase span{
    font-family: 'Anton', sans-serif;
	font-size:200%;
}

.giza{
	width:100%;
	height:30px;
	background-image:url(../img/giza_white_up.png);
	background-repeat:repeat-x;
	background-position:bottom;
	position:absolute;
	top:96%;
	left:0;
	/*margin-top:-6px;*/
	z-index:500;
}

#service{
	width:100%;
	background-repeat:repeat;
	position:relative;
	z-index:50;
	margin:-15px 0 0 0;
}

.service_inner{
	/*max-width:800px;*/
	width:100%;
	margin:0 auto;
}

#bnr_ill,
#bnr_web{
	width:50%;
	float:left;
	position:relative;
}

#bnr_ill .badge,
#bnr_web .badge{
	position:absolute;
	top:15%;
	bottom:0;
	left:0;
	right:0;
	max-width:350px;
	width:60%;
	/*height:80%;*/
	margin:0 auto;
	z-index:3;
}

#bnr_ill .badge img,
#bnr_web .badge img{
	opacity:0.7;
	z-index:3;
}

#bnr_ill span,
#bnr_web span{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	background-color:#209DAD;
	/*opacity:0.5;*/
	opacity:0;
	z-index:2;
}

#bnr_ill .btn,
#bnr_web .btn{
	position:absolute;
	top:95%;
	left:0;
	right:0;
	bottom:0;
	width:40%;
	margin:0 auto;
	display:block;
	z-index:3;
	opacity:0;
}

.giza_profile{
	width:100%;
	height:30px;
	margin:-30px 0 0 0;
	background-image:url(../img/giza_black_up.png);
	background-repeat:repeat-x;
	background-position:bottom;
	z-index:500;
	position:relative;
}

#profile{
	width:100%;
	background-color:#333333;
	margin:0;
	padding:0 0 50px 0;
	background-image:url(../img/bg_profile.gif);
	background-repeat:repeat;
}

#profile .profile_inner{
	max-width:900px;
	width:100%;
	margin:50px auto 0;
}

#profile h2{
	text-align:center;
	margin:0 0 10px;
	position:relative;
	top:30px;
}

#profile h2 img{
	width:30%;
}

#profile .profile_inner #profile_ill{
	width:30%;
	margin:30px auto 0;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
	transition:0.5s;
}


#profile ul{
	color:#000000;
	margin:0 0 0 30px;
}

#profile li{
	background-image:url(../img/icn_list_check.png);
	background-repeat:no-repeat;
	background-position:left center;
	margin:0 0 15px 0;
	padding:0 0 0 25px;
}

#profile .myname{
	font-size:120%;
	font-weight:bold;
}

#profile a{
	color:#209DAD;
}

#profile a:hover{
	color:#FDFACF;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.profile_sns{
	text-align:center;
	margin:10px 0 !important;
}

.profile_sns li{
	display:inline-block;
	width:30px;
	height:30px;
	margin:0 10px 0 0;
	padding:0 !important;
	background:none !important;
}

.profile_sns li:last-child{
	margin:0;
}

.profile_sns li img{
	height:20px;
}

.illust_box{
	width:250px;
	float:right;
	margin:0 0 0 20px;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
	transition: 0.4s;
}


.profile_inner article{
	width:25%;
	margin:0 0 20px;
	padding:0 10px 0 0;	
	float:left;
	box-sizing:border-box;
}

.whatsnew_thum{
	width:100%;
	height: auto;
	padding:0 5px 5px 0;
}

.whatsnew_thum img{
	width:100%;
	height: auto;
}

.whatsnew_text{
	width:100%;
}

.whatsnew_text p{
	margin:0 0 3px 0;
}

.whatsnew_text .title{
	font-size:100%;
	font-weight:bold;
	line-height:1.2em;
	margin-top: 10px;
	text-decoration: none;
}

.whatsnew_text .title a{
	text-decoration:none;
	color:#000000 !important;
}

.whatsnew_text .title a:hover{
	color:#209dad !important;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.whatsnew_text .category{
	font-size:80%;
	color:#666666 !important;
	margin:10px 0 0 0;
	padding:0 5px 0 25px;
	width:100px;
	float:right;
	background-image: url(../img/icn_tag.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.whatsnew_text p.date{
	font-size:80%;
	color: #666666;
	margin:10px 0 0 0;
	width:50px;
	float:left;
}



@media screen and (max-width: 780px){
#profile .profile_inner{
	width:90%;
	margin:50px auto 0;
}	
}

@media screen and (max-width: 420px){
.main_image{
	position:relative;
	width:100%;
	height:500px;
	text-align:left;
	overflow:hidden;
}

.main_image ul{
	width:100%;
}

.main_image ul li{
	position:absolute;
	top:0;
	left:0;
	
	display:none;
}

.main_image ul li img{
	width:auto;
	height:250px;
	margin:0 0 0 -200px;
}

.main_image ul li img.on{
	width:auto;
	-webkit-filter: sepia(100%) brightness(0.7);
    -moz-filter:  sepia(100%) brightness(0.7);
    -o-filter:  sepia(100%) brightness(0.7);
    -ms-filter:  sepia(100%) brightness(0.7);
    filter:  sepia(100%) brightness(0.7);
}

#catchcopy{
	position:absolute;
	top:20%;
	right:0px;
	bottom:0px;
	left:0px;
	margin:auto auto;
	width:80%;
	opacity:0;
	z-index:100;
}

#catchcopy img{
	width:100%;
}

#bnr_ill,
#bnr_web{
	width:100%;
	height:auto;
	position:relative;
	float:none;
	margin:0 0 -10px 0;
}

#bnr_ill .badge,
#bnr_web .badge{
	position:absolute;
	top:10%;
	bottom:0;
	left:0;
	right:0;
	max-width:350px;
	width:60%;
	/*height:80%;*/
	margin:0 auto;
	z-index:3;
}

#bnr_ill .badge img,
#bnr_web .badge img{
	opacity:0.7;
	z-index:3;
}

#bnr_ill span,
#bnr_web span{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	background-color:#209DAD;
	/*opacity:0.5;*/
	opacity:0;
	z-index:2;
}

#bnr_ill .btn,
#bnr_web .btn{
	display:none;
}


h2{
	text-align:center;
	margin:15px 0;
}

h2 img{
	width:30%;
}

#profile .profile_inner{
	width:90%;
	margin:50px auto 0;
}

.illust_box{
	display:none;
}

#profile h2{
	text-align:center;
	margin:0 0 10px;
	padding:0;
}
	
#profile h2 img{
	width:60%;
}

#profile .profile_inner #profile_ill{
	width:50%;
	margin:30px auto 0;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
	transition:0.5s;
}

#profile h3{
	font-size:200%;
}

#profile h4{
	color: #000000;
	font-size:180%;
    font-family: 'Damion', cursive;
	text-align:center;
}

.profile_inner article{
	width:100%;
	margin:15px 0;
	padding:0;	
	box-sizing:border-box;
}

.profile_inner article .whatsnew_thum{
	margin:0;
	padding:0;
}

.profile_inner article .whatsnew_thum img{
	width:100%;
}

.profile_inner article .whatsnew_text{
	color:#000000;
}

}