/*
*{
	outline: 1px solid red;
}
*/

/*Loading*/


#splash {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: #f4f3f1;
	text-align: center;
}

/* Loadingバー中央配置　*/
#splash_text {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 999;
	width: 100%;
	transform: translate(-50%, -50%);
}





/*＝＝＝ボタンのCSS*/
.sort-btn {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 50px 20px;
}

.sort-btn p {
	background: transparent;
	list-style: none;
	border-radius: 10px;
	cursor: pointer;
	padding: 10px;
	margin: 0 10px;
}

.sort-btn :hover {
	color: #004f71;
}

.sort-btn .active {
	color: #004f71;
}




/*各画像の横幅などの設定*/
.grid{
	margin: 50px 10%;
}

 .box{
	width: 100%;
}

.item {
	color: #f2f1f0;
	width: 30%;
	margin: 10px;
}




.item img{
	width: 100%;
	height: 100%;
}


/*
.item{
	display: block;
	position: absolute;
	margin: 10px;
	float: left;
}
*/

.hidearea {
	display: none;
} 







/*hover*/

.item-content a :not(.hidearea) {
	display: flex;
}


.item .caption div {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	padding: 20px;
	background: #634c3580;
	top: 0;
	left: 0;
	box-sizing: border-box;
}

.item .caption div p {
	color: #f2f1f0;
	position: relative;
	top: 10px;
}



/*くコ:彡   SP*/

@media screen and (max-width:750px) {
	.box {
		justify-content: space-between;
	}
	.grid{
		margin: 5%;
	}
}


@media screen and (max-width:480px) {


	.item {
		width: 42%;
	}


}