/*
Theme Name: Hakushisp
Version: 1.0
Author:  FujinoTakuya
*/

@media screen and (max-width: 640px){/* スマホ縦画面 =========================*/
/* entrance-area style area ====================================================*/
.entrance-area .hello-image{
	height: 40%;
}

#animation_container{
	height:40% !important;
}

.entrance-area .entrance-content{
	position: relative;
	display: block;
	height: 60%;
	text-align: center;
}

.entrance-area .entrance-content p{
	width: 100%;
	margin: 15px 0;
}

.entrance-area .enter{
	position: absolute;
	bottom: 10px;
}

/* main-content style area ====================================================*/

.page-content{
	margin-left: 0;
}

/* project slider style area ====================================================*/
.project-large-area{
	display: none;
}

.project-view-switcher{
	display: none;
}

/* project list style area ====================================================*/
.home .project-small-area{
	display: block;
}

.project-list-small{
	position: relative;
	top: auto;
	left: auto;
	width: 90%;
	margin: 0 auto;
	padding: 3% 5%;
}

.project-list-small>li{
	float: none;
	width: 100%;
	margin-bottom: 2em;
}

.project-small-image{
	height:50%% !important;
}

/* about style area ====================================================*/
.about-page{
	margin-top:50px;
}

.about-page .title-area{
	top: 15px;
}

.message-content.tategaki-area .second-title{
	font-size:1em;
	margin-left:.5em;
	height:555px;
}

/*	single
 ====================================================*/
.sub_title{
	margin-top: 150px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	text-indent:0.2ex;
	letter-spacing: 0.2ex;
}

/* project detail style area ====================================================*/
.project-detail{
	margin: 70px auto 0;
	width: 95%;
}

.project-name-area{
	margin-bottom: 0;
}

.project-detail-text{
	margin-top: 0px;
}

/* side-bar style area =======================================================*/
#sidebar{
	overflow: hidden;
	position: fixed;
	top: -50px;
	left:0;
	box-sizing: border-box;
	padding: 0;
	width: 100%;
	height:50px;
	background: #fff;
	z-index:1000;
	-webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

#sidebar.sidebar-display{
	top: 0;
}

.sidebar-logo-image{
	position: absolute;
	top: 7px;
	width: 100%;
	height:35px;
	background: url(/wp-content/uploads/top_logo_image.png) center center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.sidebar-logo-image img{
	display: none;
}

.sidebar-logo-text{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 25%;
	height:30px;
	background: url(/wp-content/uploads/top_logo_text.png) left center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.sidebar-logo-image a,
.sidebar-logo-text a{
	display: block;
	width: 100%;
	height: 100%;
}


.sidebar-active .sidebar-logo-text img{
	transform:none;
}

.sidebar-menu-icon-area{
	top:10px;
	right:5px;
}

.menu-trigger span{
	background: #0045E4;
}

.sidebar-logo-text img{
	display: none;
}

#sidebar.sidebar-active{
	left:0;
	width:100%;
	height: 100%;
}

#sidebar.sidebar-active a{
	color:#0045E4;
}

.sidebar-menu,
.sns-list{
	margin-left: 0;
}

.sns-list li{
	margin: 50px 20px;
}

.sidebar-open{
	top: 80px;
	left: 0;
	width:100%;
	text-align: center;
	font-size: 1em;
}


}