
.cnt{	padding-bottom: 0;}
.imgup{
	font-size: 0;
	line-height: 0;
	padding: 20px;
}
.imgup:first-of-type{	padding-top: 0;}
.imgup p img{
	width: 100%;
	height: auto;
}
.mv{
	font-size: 0;
	line-height: 0;
	padding: 20px;
	background: #fff;
}
.mv iframe{
	width: 100%;
	aspect-ratio: 16 / 9;
}
.linkbt{
	display: flex;
	justify-content: center;
	font-size: 0;
	line-height: 0;
	padding: 20px 5px 0 5px;
}
.linkbt a{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(100% / 4 - 10px);
	max-width: 150px;
	height: 50px;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	margin: 0 5px;
	border-radius: 3px;
	background: rgb(227,208,170);
	background: linear-gradient(150deg, rgba(227,208,170,1) 0%, rgba(212,188,150,1) 100%);
	-webkit-transition	: 0.4s ease-in-out;
	-moz-transition	: 0.4s ease-in-out;
	-o-transition	: 0.4s ease-in-out;
	transition		: 0.4s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


#ranking{
	padding-top: 30px;
	color: #fff;
	background: rgba(46, 38, 27, 0.9);
}
#ranking h3{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	text-align: left;
	margin: 0 20px 20px 20px;
	padding: 10px 10px 10px 32px;
	background: url(./img/rank_h4.png) no-repeat 9px 10px #b89e7b;
	background-size: 20px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#ranking .list .rank_no{
	font-size: 0;
	line-height: 0;
}
#ranking .list .rank_no img{
	width: 100%;
	height: auto;
}



.anchor{
	display: block;
	padding-top: 190px;
	margin-top: -190px;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 750px) {
	.linkbt a{
		font-size: 13px;
	}
	#ranking h3{
		margin: 0 5px 10px 5px;
	}
}
