/*
Theme Name: ORIGINAL
*/



* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

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

ul, li{
	list-style:none;
}

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




::selection {
	background-color: rgba(0,91,40,.1);
	/*color:#FFF;*/
}

a{
	text-decoration:none;
	color:#522A31;
}



.text_border{
	text-decoration:underline;
}


.font_bold{
	font-weight:bold;
}


.font12{
	font-size:12pt;
}


.font13{
	font-size:13pt;
}


.font14{
	font-size:14pt;
}

.font15{
	font-size:15pt;
}

.font16{
	font-size:16pt;
}

.font17{
	font-size:17pt;
}

.font18{
	font-size:18pt;
}

.font19{
	font-size:19pt;
}

.font20{
	font-size:20pt;
}



.clear{
	clear: both;
}




body {
	color:#522A31;
	line-height:200%;
	font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "MS PMincho", serif;
	/*background-color:#000;*/
}


#home {
	
}


/* 共通ページ */


#pagetop{
	position:absolute;
	top:0;
}

.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: 1px 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; }
}





#img_filter{
	position:fixed;
	top: 0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,.8);
	z-index: 998;
	background-attachment: fixed; 
	overflow: hidden;
}








/* TOPページ */


#main_img{
	z-index: -99;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:100vh;
	background-image: url(images/main_img.jpg);
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	background-attachment: fixed;
}



#main_img:after{
	content:"";
	position: fixed;
	width:100%;
	height:100%;
	background:rgba(255,255,255,.9);
}


#top_content{
	width:300px;
	position: absolute;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	text-align:center;
}

.top_content_wrap{
	
}


.grand{
	margin-top:36px;
}


.top_logo{
	padding-left:4px;
}

.top_note{
	margin-top:36px;
}

.top_note p{
	font-size: 14px;
	letter-spacing: 1.0px;
	line-height: 24.5px;
}


.top_btn_list{
	margin-top:36px;
}

.top_btn_list > div.top_btn02{
	margin-top:16px;
}

.top_btn .btn{
	line-height:100%;
	margin-top:20px;
}

.top_btn .btn a{
	/*background:rgba(255,255,255,.2);*/
	color: #976F41;
	font-size:10pt;
	font-weight: bold;
	letter-spacing:2px;
	line-height: 137.5%;
	display: block;
	padding: 8px 10px;
	-webkit-transition: 0.4s cubic-bezier(.42, 0, .58, 1);
	-moz-transition: 0.4s cubic-bezier(.42, 0, .58, 1);
	-ms-transition: 0.4s cubic-bezier(.42, 0, .58, 1);
	-o-transition: 0.4s cubic-bezier(.42, 0, .58, 1);
	transition: 0.4s cubic-bezier(.42, 0, .58, 1);
}

.top_btn .btn a:hover{
	background:#976F41;
	color:#FFF;
	-webkit-transition: 0.2s cubic-bezier(.42, 0, .58, 1);
	-moz-transition: 0.2s cubic-bezier(.42, 0, .58, 1);
	-ms-transition: 0.2s cubic-bezier(.42, 0, .58, 1);
	-o-transition: 0.2s cubic-bezier(.42, 0, .58, 1);
	transition: 0.2s cubic-bezier(.42, 0, .58, 1);
}

.top_btn .btn.out a:hover{
	background:rgba(255,255,255,.2);
	font-size:10pt;
	color:#fff;
}


.btn a{
	border:1px solid #976F41;
}

.btn.out a{
	border:none;
}


.top_btn .btn a span{
	font-size:8pt;
	letter-spacing:1px;
	display:block;
}







.sp_img{
	display:none!important;
}







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



.sp_img{
	display:block!important;
}

.pc_img{
	display:none!important;
	}
	
	
	
	
	#main_img{
		position: absolute;
		/*height: 120%;*/
		
		background-attachment: fixed;
	}
	
	#main_img:after {
		/*height: 120%;*/
	}

	
	#top_content {
		width: 100%;
		padding: 64px 35px 32px;
		position: static;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
	}
	

	

}





@media screen and (max-height: 580px) {
	

#top_content {
		transform: translate(-50%, 0%);
		-webkit-transform: translate(-50%, 0%);
		-moz-transform: translate(-50%, 0%);
		-o-transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
		top: 10%;
		padding-bottom:40px;
}
	
	
}











