@charset "UTF-8";

/* 販売中物件 */
#contents{
	padding-bottom:0;
	background:#697580;
	color:#FFF;
}
.content{
	padding-top:0;
	margin:0;
	border-bottom:1px solid #FFF;
}

#lineup-wrap{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size:0;
	font-family:'Verdana','BIZ UDゴシック','BIZ UDGothic','游ゴシック','YuGothic','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
.lineup-item{
	width:100%;
	border-top:1px solid #FFF;
}
.lineup-item.blank{
	display:none;
}
.lineup-item a img{
	-webkit-transition:ease-in-out 0.5s;
	-moz-transition:ease-in-out 0.5s;
	-ms-transition:ease-in-out 0.5s;
	-o-transition:ease-in-out 0.5s;
	transition:ease-in-out 0.5s;
}
.lineup-item a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
}
.detail{
	padding:15px 25px 10px;
}
.detail h3{
	font-size:1.5rem;
	padding-bottom:5px;
	font-family:'Open Sans','BIZ UDゴシック','BIZ UDGothic','游ゴシック','YuGothic','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
.detail p{
	font-size:1.3rem;
	line-height:160%;
}
.morebox{
	width:120px;
	border:none;
	text-align:center;
	padding:0;
	margin:35px 0 5px;
	text-shadow:none;
	overflow:hidden;
}
.morebox a{
	display:block;
	border:1px #FFF solid;
	background:#FFF;
	padding:3px 0 2px;
	position:relative;
	-webkit-transition:ease-in-out 0.5s;
    -moz-transition:ease-in-out 0.5s;
    -ms-transition:ease-in-out 0.5s;
    -o-transition:ease-in-out 0.5s;
    transition:ease-in-out 0.5s;
	z-index:2;
}
.morebox a .eff{
  	width:100%;
  	height:40px;
	top:-5px;
  	left:-100%;
  	background:#545E66;
  	position:absolute;
	-webkit-transition:ease-in-out 0.5s;
    -moz-transition:ease-in-out 0.5s;
    -ms-transition:ease-in-out 0.5s;
    -o-transition:ease-in-out 0.5s;
    transition:ease-in-out 0.5s;
  	z-index:0;
}
.morebox a:hover{
	border:1px #545E66 solid;
}
.morebox a:hover .eff{
	left:0;
}
.morebox .readmore{
	font-size:1.3rem;
}
.morebox a .readmore{
	color:#697580;
}
.morebox a:hover .readmore{
	color:#FFF;
}
.bottom-item{
	padding:0 25px 20px;
}
.brand-name{
	padding-top:10px;
}
.brand-name h4{
	font-family:'Jost';
	font-weight:400;
	font-size:1.4rem;
	letter-spacing:0.15em;
}
@media (min-width: 568px) {
	.lineup-item{
		display:inline-block;
		width:50%;
		box-sizing:border-box;
		display:-webkit-box;
    	display:-moz-box;
    	display:-ms-box;
    	display:-webkit-flexbox;
    	display:-moz-flexbox;
    	display:-ms-flexbox;
    	display:-webkit-flex;
    	display:-moz-flex;
    	display:-ms-flex;
    	display:flex;
    	-webkit-box-lines:multiple;
    	-moz-box-lines:multiple;
    	-webkit-flex-wrap:wrap;
    	-moz-flex-wrap:wrap;
    	-ms-flex-wrap:wrap;
    	flex-wrap:wrap;
		flex-direction: column;
	}
	.lineup-item.blank{
		display:inline-block;
	}
	.lineup-item:nth-child(odd){
		border-right:1px solid #FFF;
	}
	.bottom-item{
		margin-top:auto;
	}
}
@media (min-width: 1024px) {
	.lineup-item{
		width:33.333%;
		border-right:1px solid #FFF;
	}
	.lineup-item:nth-child(3n){
		border-right:none;
	}
}
@media (min-width: 1500px) {
	.lineup-item{
		width:25%;
		border-right:1px solid #FFF;
	}
	.lineup-item:nth-child(3n){
		border-right:1px solid #FFF;
	}
	.lineup-item:nth-child(4n){
		border-right:none;
	}
	.lineup-item.blank{
		display:none;
	}
}

br.br568-666,br.br568-735{
	display:none;
}
@media (min-width: 568px) and (max-width: 666px) {
	br.br568-666{
		display:inline;
	}
}
@media (min-width: 568px) and (max-width: 735px) {
	br.br568-735{
		display:inline;
	}
}