.span.filter {
	padding-right: 5px;
	padding-left: 5px;
}


.title-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.project-title {
    font-family: futura-pt, Noto Sans JP, sans-serif;
    font-weight: 300;
    color: #001428;
    letter-spacing: 0.05rem;
	font-size: 10pt
}

.filter {
	padding: 6px 6px;
	font-weight: 500;
	cursor: pointer;
	border-radius: 5px;
	transition: all 0.35s;
}

.filter.active {
	/*box-shadow:0px 1px 3px 0px #00000026;*/
	background-color: #DC4214;
	color: #fff;
}

.filter:hover {
	background: #001428;
	color: #fff;
} 

/*画像をまとめている箱*/
.projects {
	margin-top:25px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.projects-enter {
	transform: scale(0.5) translatey(-80px);
	opacity: 0;
}

.projects-leave-to {
	transform: translatey(10px);
	opacity: 0;
}

.projects-leave-active {
	position: absolute;
	z-index: -1;
}

.circle {
	text-align: center;
	position: absolute;
	bottom: -40px;
	left: -10px;
	width: 110px;
	height: 110px;
	border-radius: 60px;
	/*border:1px solid black; */
	display: flex;
	/*box-shadow: 0px -4px 3px 0px #494d3257; */
	justify-content: center;
	align-items: center;
	background-color: #fff;
	/* 	box-shadow:0px -3px 3px #484848a6; */
}


/*背景のフレーム*/
.project {
	transition: all .35s ease-in-out;
	margin: 8px;
	background-color: #001428;
	/*background-color: #fff;*/
	border-radius: 3px;
	width:354px;
	height:354px;
	display: flex;
	flex-direction: column;
	align-items: center;
}


.project-image-wrapper {
	position: relative;
}


/*.gradient-overlay {
	position:absolute;
	top:0;
	left:0;
	width:60%;
	height:60px;
	opacity:0.09;
	background: 
		linear-gradient(to bottom, rgba(0,210,247,0.65) 0%,rgba(0,210,247,0.64) 1%,rgba(0,0,0,0) 100%), 
		linear-gradient(to top, rgba(247,0,156,0.65) 0%,rgba(247,0,156,0.64) 1%,rgba(0,0,0,0) 100%);
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}*/

.project-image {
	width:100%;
	/*height:260px;*/
/*border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;*/
}
