@charset "UTF-8";

/*div#content-top{
	margin:0;
}
div#content-top-in{
	width:100%;
	margin:0;
}
div#custom_html-12{
	width:100%;
}

.news-info-contents{
	position:relative;
	height:35vh;
	overflow:hidden;
}*/
.img-back{
	z-index:1;
	height:100%;
	background-position: 50% 30%;
	background-size: cover;
	background-image: url("http://iga.best/wp-content/uploads/2023/09/DSC_0740-scaled.jpg");
	object-fit:cover;
	
	-webkit-filter:blur(1.5px);
	-moz-filter:blur(1.5px);
	-ms-filter:blur(1.5px);
	filter:blur(1.5px);
}
.second-header-title{
	font-size:2.5em;
	letter-spacing:0.25em;
}

.second-header-title:before{
	content:'新着情報';
}

.list-back{
	margin:1.5vh;
	text-align:right;
}
.list-back > a{
	color:#000;
	text-decoration:none;
}
.list-back > a:hover{
	color:#999;
}

@media screen and (max-width: 480px){
	.second-header-title{
		font-size:1.5em;
		letter-spacing:0.25em;
	}
}