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

#link_bg {
		z-index:1000;
		position:absolute;
		top:0;
		left:0;
		margin:0;
		padding:0;
}

#link_linear {
		z-index:995;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		
		
}



#link_contents ul {
		margin:0 auto;
		text-align:center;
		display:inline-block;
		padding-top:50px;
		position:absolute;
		left:50%;
		margin-left:-180px;
		width:360px;
}

#link_contents li {
		
		padding:5px 0;
		width:100%;
}

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

.logo {
		margin:25px;
}

.logo img {
		/*width:45%;*/
		height:auto;
}

.navigation_contact {
		/*display:inline;*/
		margin-right:87px;
		float:left;
		margin-left:86px;
}

.navigation_link {
		/*display:inline;*/
		margin-right:87px;
		float:left;
}

.navigation_studio {
		/*display:inline;*/
		margin-right:87px;
		float:left;
		margin-left:-10px;
}

.navigation_location{
		/*display:inline;*/
		margin-right:0;
		float:left;
		margin-left:2px;
}

.navigation_about{
		/*display:inline;*/
		margin-right:0;
		float:left;
		margin-left:89px;
}

.logo_list a {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 2s ease;
	-transition: all 5s ease;
	display:block;
	transform: rotateY(0deg);
}

.logo_list a:link {
		text-decoration:none;
		opacity:1;
}

.logo_list a:visited {
		text-decoration:none;
		opacity:1;
}

.logo_list a:hover{
		text-decoration:none;
		opacity:1;
		/*transform: rotateY(360deg);
  		-webkit-transform: rotateY(360deg);
		-webkit-transition: all 2s ease;
    -moz-transition: all 5s ease;
	-transition: all 2s ease;
	perspective: 1000px;
  -webkit-perspective: 1000px;*/
		
}

.logo_list a:active {
		text-decoration:none;
		opacity:1;
		/*transform: rotateY(360deg);
  		-webkit-transform: rotateY(360deg);
		-webkit-transition: all 25s ease;
    -moz-transition: all s ease;
	-transition: all 0.5s ease;*/
}


.logo .logo_linkto {
		position:absolute;
		margin-left:20px;
		margin-top:26px;
		transition:all .2s;
		width:auto;
}

.logo a:hover .logo_linkto {
		margin-left:310px;
		transition:all .3s;
}

#LINK_S {
		margin-left:-4px;
}

.no-cssanimations .windows_links {
		z-index:4;
		margin:0 auto;
		text-align:center;
		background:url(../image/common/windows_links.png) no-repeat;
		width:100%;
		height:100%;
}

.no-cssanimations .no_svg {
		display:none;
}

.sp_menu {
		display:none;
}

@media screen and (max-width: 768px) {

}
	
