/*
Theme Name: ORIGINAL
*/




* {
margin: 0;
padding: 0;
}

html {
font-size: 100%;
overflow-y: scroll;
-webkit-font-smoothing: antialiased;
text-rendering:optimizeLegibility;
}

ul, li{
list-style:none;
}

img{
display:block;
}

::selection {
background-color: #000;
color:#fff;
}

a{
text-decoration:none;
color:#333;
}



.clear{
clear: both;
}


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



body {
color:#333;
line-height:200%;
font-family: YuGothic, 游ゴシック, sans-serif;
	overflow:hidden;
}



/* 共通ページ */




.loading {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
bottom: 0;
z-index: 999999;
opacity: 1;
background: #fff;
}


.loader
{
position: absolute;
display: inline-block;
top:50%;
left:50%;
margin-left:-17px;
margin-top:-30px;
width: 30px;
height: 30px;
border-radius: 30px;
border: 2px solid #000;
border-right-color: transparent;
-webkit-animation: spin 1s infinite linear;
-moz-animation: spin 1s infinite linear;
}


@-webkit-keyframes spin
{
	0% { -webkit-transform: rotate(0deg); opacity: 0.4; }
	50%  { -webkit-transform: rotate(180deg); opacity: 1; }
	100%   { -webkit-transform: rotate(360deg); opacity: 0.4; }
}

@-moz-keyframes spin
{
	0% { -moz-transform: rotate(0deg); opacity: 0.4; }
	50%  { -moz-transform: rotate(180deg); opacity: 1; }
	100%   { -moz-transform: rotate(360deg); opacity: 0.4; }
}






/* TOPページ */



.img-cover {
background: none no-repeat scroll 50% 50% / cover  rgba(0, 0, 0, 0);
background-size: cover !important;
-webkit-background-size: cover !important;
}



.img-cover > img {
display: none!important;
}


.wooslider_wrap {

}

.wooslider .slides > li a{
display: block;
width: 100%;
height: 100%;
position: absolute;
z-index: 2000;
}

.wooslider .slides > li .title a{
color: #fff;
position: relative;
height: auto;
width: auto;
z-index: 1999;
}

.wooslider-control-nav{
opacity:1;
-webkit-transition: 0.6s cubic-bezier(0.78, .18, .34, .98);
-moz-transition: 0.6s cubic-bezier(0.78, .18, .34, .98);
-ms-transition:  0.6s cubic-bezier(0.78, .18, .34, .98);
-o-transition:  0.6s cubic-bezier(0.78, .18, .34, .98);
transition:  0.6s cubic-bezier(0.78, .18, .34, .98);
}


.active .wooslider-control-nav{
opacity:0;
-webkit-transition: 0.6s cubic-bezier(0.78, .18, .34, .98);
-moz-transition: 0.6s cubic-bezier(0.78, .18, .34, .98);
-ms-transition:  0.6s cubic-bezier(0.78, .18, .34, .98);
-o-transition:  0.6s cubic-bezier(0.78, .18, .34, .98);
transition:  0.6s cubic-bezier(0.78, .18, .34, .98);
}





#top_slide .slides li:after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}




.left_name, .right_name{
	position:absolute;
	z-index:99;
}

.left_name{
	left:70px;
	bottom:120px;
}

.right_name{
	right:70px;
	bottom:180px;

}

.left_name p, .right_name p{
	font-size:14pt;
	font-family: 'Alata', "Helvetica",'arial',"sans-serif";
	font-weight:light;
	color:#8f8f8f;
}




.left_name p{
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	transform-origin: left top;
}


.right_name p{
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transform-origin: right top;

}





#g_menu{
	position:absolute;
	z-index:99;
	bottom:20px;
	right:20px;
	z-index:999;
}

#g_menu ul li{
	display:inline-block;
	margin-right:15px;
}

#g_menu ul li a{
font-family: 'Alata', Helvetica;
	color:#013344;
	font-size: 11pt;
letter-spacing: 1px;
}





#top_logo{
position: absolute;
z-index: 99;
left: 0;
width: 100%;
bottom: 20px;
text-align: center;
vertical-align: middle;
display: inline-block;
display: -webkit-inline-box;
display: -moz-inline-box;
display: -ms-inline-flexbox;
display: -webkit-inline-flex;
display: inline-flex;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
}


#top_logo p{
	width:25%;
	margin-right:8%;
}





#logo_harf{
	position: absolute;
	z-index: 99;
	left: 0;
	width: 100%;
	bottom: 20px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
}


#logo_harf p{
	width:25%;
	opacity:0;
	margin-right:8%;
}











.sp_img{
	display:none!important;
}




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


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



.sp_img{
display:block!important;
}

.pc_img{
display:none!important;
}

#g_menu {
	position: absolute;
	z-index: 99;
	bottom:12px;
	right: 8px;
	z-index: 999;
}

#g_menu ul li a {
font-family: 'Alata', Helvetica;
color: #013344;
font-size: 10pt;
letter-spacing: 1px;
}

#top_logo p {
	width: 50%;
	margin-right: 18%;
}


#logo_harf p {
	width: 50%;
	margin-right: 14%;
}


.left_name {
	left: 60px;
	bottom: 120px;
}


.name01{

}

.name02{
	bottom:180px;
}



}










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



}












