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



.text_bold{
font-weight:bold;
}

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

ul, li{
list-style:none;
}

a{
	color: #00325A;
	-webkit-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
	-o-transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
	transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
	}

hover{
	-webkit-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
	-o-transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
	transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
}



body{
	font-family: Hiragino Sans, ヒラギノ角ゴシック, serif;
	line-height: 180%;
	color: #00325A;
	background:#FDFBF6;
	overflow-x: hidden;
}










.top_logo{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	text-align:center;
}

.top_logo p{
	width:360px;
	position:absolute;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	top: 50%;
	left: 50%;
}


.top_sign{
	position:absolute;
	bottom: 15px;
	left:0;
	width:100%;
	text-align:center;
}

.top_sign a{
	display:inline-block;
	width:35px;
}






.section{
	padding-top:200px;
}





.inner{
	max-width:680px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}






.about_note{
	text-align:center;
}


.about_note p{
	display:inline-block;
	text-align:left;
	letter-spacing:2px;
	line-height: 280%;
	width: 70%;
}





.about_waku.sec01{
	margin-top:100px;
}
	




.about_waku.sec02 {
	margin-top: 40px;
}




.contact_detail .title p{
	font-size:16pt;
	letter-spacing:2px;
}


.contact_detail .note{
	margin-top:20px;
}

.contact_detail .note p{
	font-size:11pt;
	letter-spacing:2px;
}




#project_content .inner{
	max-width: 715px;
}




.project_detail{
	padding-left:20px;
}

.project_detail p{
	width:480px;
}





.project_index{
	margin-top:60px;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}


.project_box{
	width:50%;
	padding: 0 15px;
	margin-bottom:30px;
}














#footer{
	background:#00325A;
	padding: 80px 0;
	margin-top:200px;
}


.footer_insta{
	text-align:center;
}

.footer_insta a{
	display:inline-block;
	width:22px;
}

.footer_copy{
	font-size:9pt;
	letter-spacing:1px;
	color:#fff;
	text-align:center;
}






.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; }
}

























.sp_img{
display:none;
}








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


.sp_img{
display:block;
}

.pc_img{
display:none;
}












.section {
	padding-top: 80px;
}


.inner {
padding: 0 30px
}



.top_logo p {
	width: 60%;
}



.top_sign a {
	width: 25px;
}



.about_note{
	margin-top: 40px;
}

.about_note p {
	width:100%;
}



.project_box {
	width: 100%;
	padding: 0 10px;
	margin-bottom: 30px;
}



.about_waku.sec01 {
	margin-top: 50px;
}

.about_waku.sec02 {
	margin-top: 20px;
}


#project_content .inner {
	padding: 0 22px;
}



.project_detail{
	margin-top:40px;
	padding-left: 8px;
}

.project_detail p {
	width: 100%;
}




.contact_detail{
	margin-top:40px;
}



.footer_insta a {
	width: 30px;
}







}

















