@charset "utf-8";

/* ----------------------------------------------------------------------------
	トップページ
	index.html
---------------------------------------------------------------------------- */
#content img{
	width:100%;
}

@media only screen and (max-width: 999px) {	
	
}
@media only screen and (max-width: 768px) {
	#content p br{
		display: none;
	}
}
@media only screen and (max-width: 480px) {	
}


#content #index{
	width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 0 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	align-items: center;
    position: relative;
}
#content #index::before{
	content: "";
	display: block;
	padding-top: 50%;
}
#content #index #sold{
	width: 730px;
	padding: 30px 0;
	box-sizing: border-box;
	background: rgba(0,0,0,0.80);
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -9% 0 0 -325px;
}
#content #index #sold h2{
	width: 531px;
}

@media only screen and (max-width: 999px) {
	#content #index #sold{
		width: 70%;
		padding: 2% 0;
		margin: -9% 0 0 -35%;
	}
	#content #index #sold h2{
		width: 70%;
	}
}
@media only screen and (max-width: 768px) {
	#content #index{
		width: 100%;
	}
	#content #index::before{
		padding-top: 70%;
	}
}
@media only screen and (max-width: 480px) {
	#content #index #sold{
		width: 80%;
		padding: 2% 0;
		margin: -9% 0 0 -40%;
	}
	#content #index #sold h2{
		width: 90%;
	}
}