@charset "utf-8";

/* contest
-------------------------------------------------*/

#fureai_photocon{
	padding:0 0 5rem;
}

#ttl_fureai_photocon img{
	width:83%;
	max-width:303px;
	height:auto;
}

#fureai_photocon .clm2{
}

.data-set{
	width:100%;
	border-collapse: separate;
	border-spacing: 3px;
}
	.data-set th{
		width:20%;
		padding:.3rem .3rem 0;
		text-align:center;
		white-space:nowrap;
		font-size:.9rem;
		font-weight:bold;
		background:rgba(42,156,128,.15);
		border-radius:3px;
	}
	.data-set td{
		vertical-align:top;
		padding:.3rem 0 .3rem 1rem;
		font-size:.9rem;
	}

.img_prize{
	width:min(100%,500px);
	margin:.5rem auto 0;
}
#fureai_photocon .clm2_item:nth-child(2) img{
	transform-origin: center;
	transform:scale(1.08);
	margin:0 auto 5rem;
}


#youkou{
	width:100%;
	margin:3rem auto 0;
}
	#youkou #prize dt,
	#youkou #prize dd{
		display:inline;
	}

@media screen and (max-width: 800px){
	#fureai_photocon .clm2_item{
		width:100%;
	}
	#fureai_photocon .clm2_item:nth-child(2) img{
		transform:none;
		max-width:489px;
		margin:0 auto 1rem;
	}
}




#chunichi_photomates{
	padding:2rem 0 0 2rem;
}
	#chunichi_photomates .clm2_item:nth-child(2){
		text-align:right;
	}
	#chunichi_photomates .data-set th{
		color:#fff;
		background:#ff7b9c;
	}
	#chunichi_photomates .clm2_item:nth-child(2) img{
		width:100%;
		max-width:393px;
		height:auto;
	}

@media screen and (max-width: 700px){
	#chunichi_photomates{
		padding:1.5rem 1rem 0;
	}
	#chunichi_photomates .clm2_item{
		float:none;
		width:100%;
	}
	#chunichi_photomates .clm2_item:nth-child(2){
		text-align:center;
	}
	#chunichi_photomates .clm2_item:nth-child(2) img{
		max-width:310px;
	}
}



#acv{
	padding:1rem 0.8rem 1.2rem;
	width:630px;
	margin:0 auto;
}
	#acv_ttl{
		text-align:center;
	}
	#acv_ttl img{
		width:70%;
		max-width:304px;
		height:auto;
	}
	#select_year{
		padding:8px 20px 10px;
	}

#theme{
	text-align:center;
}
	#theme h2{
		padding:.7rem;
		color:#fff;
		font-size:1.2rem;
		font-weight:bold;
		line-height:1;
		background:rgb(42,156,128);
		border-radius:20px;
	}
	#theme h2 span{
		font-size:.92rem;
	}

#img_main figure{
	width:100%;
	max-width:570px;
	margin:0 auto;
	transition:.3s;
}
	#img_main figure img{
		display:block;
		max-width:100%;
		margin:0 auto 15px;
	}
	#img_main figure img.imgfit_v{
		display:block;
		width:auto;
		height:100%;
		margin:0 auto 15px;
	}
	#img_dummy{
		position:fixed;
		display:block;
		left:0;
		top:100vh;
		max-width:610px;
		opacity:0;
		z-index:-1;
	}

#thumb{
	text-align:center;
}
	#thumb .thumb_item{
	}
	#thumb .thumb_item.img_bd_white{
		display:inline-block;
		position:relative;
		border:.2rem solid #fff;
		width:90px;
		height:60px;
		margin:0 .1rem .1rem;
		overflow:hidden;
	}
	#thumb .thumb_item.img_bd_white img{
		display:block;
		width:100%;
		height:auto;
	}
	#thumb .thumb_item.img_bd_white img.img_v{
		transform:translateY(-30%);
	}
@media screen and (max-width: 630px){
	#acv{
		width:100%;
	}
}
@media screen and (max-width: 500px){
	#thumb .thumb_item.img_bd_white{
		width:16.4vw;
		height:6.4vh;
	}
}











