/*
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:#FFF;
}



.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:#FFF;
	line-height:200%;
	font-family: "Yu Gothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Meiryo", sans-serif;
	/*background-color:#000;*/
	background: rgba(181, 156, 148, 1.0);
}


#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;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	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 {
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width:375px;
	min-height: 100vh;
	box-sizing: border-box;
	text-align:center;
	/*background: rgba(181, 156, 148, .85);*/
}

#top_content:after{
	content: "";
	margin: 0 auto;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width:375px;
	background: rgba(181, 156, 148, .85);
	z-index: -98;
}

.top_content_wrap{
	margin: 78px 40px;
}


.top_logo{
	margin: 0 auto;
	width: 251px;
}

.grand{
	margin: 36px 0 0;
}

.top_note{
	margin: 36px 0 0;
}

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

.top_btn_list{
	margin: 36px 0 0;
}

.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: #FFF;
	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:#FFF;
	color:#B59C94;
	-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 #FFF;
}

.btn.out a{
	border:none;
}

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


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

#top_content:after{
	max-width:none;
}

}


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