/* ----------------------------------------

ランキング

---------------------------------------- */

.rankingblock {
	background: url("../../images/top/pickupbg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.rankingblock:last-child {
	margin-bottom: 0px;
}

.rankingblock .ph {
	width: 30%;
}
.rankingblock .txtbox {
	width: 65%;
	color:#fff;
	line-height: 1.4;
}
.rankingblock .ph {
	position: relative;
}
.rankingblock .new {
	position: absolute;
	width: 70px;
	top:-10px;
	left: -10px;
	z-index: 1;
}
.rankingblock .rank {
	position: absolute;
	width: 100px;
	top:-30px;
	right: -15px;
	z-index: 1;
}

.rankingblock .txtbox .name {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 5px;
}
.rankingblock .txtbox .name span {
	font-size: 1.6rem;
}
.rankingblock .txtbox .size {
	font-size: 1.5rem;
	margin-bottom: 2px;
	margin-bottom: 10px;
}
.rankingblock .txtbox .catch {
	font-weight: bold;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	margin-bottom: 2px;
	font-size: 2rem;
	margin-bottom: 10px;
}
.rankingblock .txtbox .comment {
	font-size: 1.4rem;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 20;
    overflow: hidden;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	line-height: 1.7;
}

.rankingblock .tagbox li {
	padding: 10px !important;
}


@media screen and (max-width: 1200px) {
	
	
.rankingblock {
	background: url("../../images/top/pickupbg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 15px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 20px;
}
.rankingblock:last-child {
	margin-bottom: 0px;
}

.rankingblock .ph {
	width: 100%;
		margin-bottom: 15px;
}
.rankingblock .txtbox {
	width: 100%;
	color:#fff;
	line-height: 1.4;
}
.rankingblock .ph {
	position: relative;

}
.rankingblock .new {
	position: absolute;
	width: 70px;
	top:-15px;
	left: -10px;
	z-index: 1;
}
.rankingblock .rank {
	position: absolute;
	width: 80px;
	top:-30px;
	right: -15px;
	z-index: 1;
}

.rankingblock .txtbox .name {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 5px;
}
.rankingblock .txtbox .name span {
	font-size: 1.4rem;
}
.rankingblock .txtbox .size {
	font-size: 1.4rem;
	margin-bottom: 2px;
	margin-bottom: 10px;
}
.rankingblock .txtbox .catch {
	font-weight: bold;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	margin-bottom: 2px;
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.rankingblock .txtbox .comment {
	font-size: 1.3rem;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 20;
    overflow: hidden;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	line-height: 1.7;
}

.rankingblock .tagbox li {
	padding: 10px !important;
}

}