

header{
	padding: 0px;
	margin: 0px;
}
header span #coment{
	transform: translateY(30px,-200px);
}

#oscar{
	margin: 0;
	padding: 0;
	font-size: 6px;
}

#profile{
	transform: translate(-50px,-250px);
}

.container{
	display: flex;
	flex-wrap: wrap;
}
.container1{
	display: flex;
	flex-wrap: wrap;
}
.head{
	color: black;
}
#logo{
	font-size: 40pt;
	font-family: droid sans;
	font-weight:bold;
	color: black;
	margin: 0px;
	padding: 0 0 0 30px;
}
.logo2{
	font-size: 10pt;
	font-family: egoe UI,droid sans,”メイリオ”;
    transform: translate(10px,-150px);
}

c
.item img{
	
}
.item1{
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-weight:300;
    font-style: normal;
	width: 320px;
	height: 1200px;
	color: black;
	font-size: 25px;
	padding: 0px;
	margin: 40px;
	float: left;
}
p{
	padding-top: 0;
	margin: 0;
	width: 300px;
}

a {
	color: #888888;
	text-decoration: none;
}

figure img {
	-webkit-filter:blur(0px);
	filter: blur(0px);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
figure:hover img{
	-webkit-filter:blur(20px);
	filter: blur(20px);

}

figure{
	position: relative;
	overflow: hidden;
	
}

figcaption{
	font-size: 13px;
	color: #fff;
	position: absolute;
	top: 0;
	left:0;
	z-index:2;
	width: 100％;
	height:100％;
	background: rgba(0,0,0,0);
	-webkit-transition: .3s;
	transition:  .3s;
	opacity: 0; 
	white-space: pre;
}
figure:hover figcaption {
	opacity: 1;
}
#PageTopBtn{
	position: fixed;
	bottom: 10px;
	left: 30px;
}
#PageTopBtn a{
	display: block;
	text-decoration: none;
	color: #fff;
	background: grey;
	text-align: center;
	border-radius: 5%;
	outline: none;
}
#PageTopBtn a:hover{
	text-decoration:none;
	background: #87cefa;
}
@media (min-width: 768px){
	#PageTopBtn{
		font-size: 17px;
	}
	#PageTopBtn a{
		width: 40px;
		height:14x;
		padding: 21px 0;
	}
}
@media (max-width: 767px){
	#PageTopBtn{
		font-size: 15px;
	}
	#PageTopBtn a{
		width: 30px;
		height: 10px;
		padding: 17px 0;
	}
}
}
