@charset "utf-8";

#contents #ttl_img {
	width: 100%;
	padding: 3% 0 0 0;
}
#contents #ttl_img h1 {
	width: 100%;
	height: 51.7vw;
	overflow: hidden;
	position: relative;
}
#contents #ttl_img h1 > img {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 113%;
}
#contents #lead {
	width: 90%;
	margin: 3% auto 15%;
	font-size: 0.875rem;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
#contents .cate_frame {
	width: 100%;
	margin: 10% 0 0;
}
#contents .cate_frame > .ranking_odd {
	width: 88%;
	margin: 20% auto 0;
}
#contents .cate_frame > .ranking_odd:first-of-type {
	width: 88%;
	margin: 7% auto 0;
}
#contents .cate_frame > .ranking_odd > .item_img {
	line-height: 0;
	position: relative;
}
#contents .cate_frame > .ranking_odd > .item_img > img {
	border: 1px solid #141414;
	border-radius: 19px;
	box-sizing: border-box;
}
#contents .cate_frame > .ranking_odd > .item_img > .ranking_icon {
	width: 31%;
	position: absolute;
	top: -10%;
	right: -3%;
}
#contents .cate_frame > .ranking_odd > .item_cap {
	padding: 3% 0 0 0;
}
#contents .cate_frame > .ranking_odd > .item_cap > .item_name {
}
#contents .cate_frame > .ranking_odd > .item_cap > .item_name img {
	width: 16.6%;
	padding: 0 2% 0 0;
	box-sizing: content-box;
	vertical-align: middle;
}
#contents .cate_frame > .ranking_odd > .item_cap > .item_name > h2 {
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	font-weight: bold;
	vertical-align: middle;
	display: inline-block;
}
#contents .cate_frame > .ranking_odd > .item_cap > .txt {
	padding: 3% 0 0 0;
	font-size: 0.75rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
#contents .cate_frame > .ranking_odd > .item_cap > .txt .midashi {
	font-size: 1rem;
	line-height: 1.6;
	font-weight: bold;
	color: #ffff00;
	padding: 0 0 1% 0;
}
#contents .cate_frame > .ranking_odd > .item_cap .link_btn {
	width: 97%;
	margin: 5% auto 0;
}
#contents .cate_frame > .ranking_even {
	width: 88%;
	margin: 20% auto 0;
}
#contents .cate_frame > .ranking_even > .item_img {
	line-height: 0;
	position: relative;
}
#contents .cate_frame > .ranking_even > .item_img > img {
	border: 1px solid #141414;
	border-radius: 19px;
	box-sizing: border-box;
}
#contents .cate_frame > .ranking_even > .item_img > .ranking_icon {
	width: 31%;
	position: absolute;
	top: -10%;
	left: -3%;
}
#contents .cate_frame > .ranking_even > .item_cap {
	padding: 3% 0 0 0;
}
#contents .cate_frame > .ranking_even > .item_cap > .item_name {
}
#contents .cate_frame > .ranking_even > .item_cap > .item_name img {
	width: 16.6%;
	padding: 0 2% 0 0;
	box-sizing: content-box;
	vertical-align: middle;
}
#contents .cate_frame > .ranking_even > .item_cap > .item_name > h2 {
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	font-weight: bold;
	vertical-align: middle;
	display: inline-block;
}
#contents .cate_frame > .ranking_even > .item_cap > .txt {
	padding: 3% 0 0 0;
	font-size: 0.75rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
#contents .cate_frame > .ranking_even > .item_cap > .txt .midashi {
	font-size: 1rem;
	line-height: 1.6;
	font-weight: bold;
	color: #ffff00;
	padding: 0 0 1% 0;
}
#contents .cate_frame > .ranking_even > .item_cap .link_btn {
	width: 97%;
	margin: 5% auto 0;
}
#contents .comment_frame {
	width: 90%;
	margin: 20% auto 0;
	padding: 10% 5% 5%;
	box-shadow: 0 0 0 1.5px #141414, 5px 5px 0 0 #fff, 5px 5px 0 1.5px #141414;
	background: url("../images/comment_bg.png");
	background-size: 34px;
	position: relative;
	box-sizing: border-box;
}
#contents .comment_frame .midashi {
	width: 68.5%;
	position: absolute;
	left: 8%;
	top: -5%;
}
#contents .comment_frame > .txt {
	width: 100%;
	margin: 3% 0 0 0;
	font-size: 0.87rem;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
#contents .comment_frame .comment_img {
	width: 100%;
}
#contents #top_link_btn {
	width: 82.6%;
	margin: 5% auto 0;
}

@media screen and (min-width:450px) and (max-width:769px) {
#contents #ttl_img {
	padding: 13.5px 0 0 0;
}
#contents #ttl_img h1 {
	height: 234px;
}
#contents #ttl_img h1 > img {
	width: 510px;
}
#contents #lead {
	margin: 13.5px auto 36px;
}
#contents .cate_frame {
	width: 100%;
	margin: 45px 0 0;
}
#contents .cate_frame > .ranking_odd {
	width: 396px;
	margin: 90px auto 0;
}
#contents .cate_frame > .ranking_odd:first-of-type {
	width: 396px;
	margin: 31.5px auto 0;
}
#contents .cate_frame > .ranking_odd > .item_img {
}
#contents .cate_frame > .ranking_odd > .item_img > img {
}
#contents .cate_frame > .ranking_odd > .item_img > .ranking_icon {
}
#contents .cate_frame > .ranking_odd > .item_cap {
}
#contents .cate_frame > .ranking_odd > .item_cap > .item_name {
}
#contents .cate_frame > .ranking_odd > .item_cap > .item_name img {
}
#contents .cate_frame > .ranking_odd > .item_cap > .item_name > h2 {
}
#contents .cate_frame > .ranking_odd > .item_cap > .txt {
}
#contents .cate_frame > .ranking_odd > .item_cap > .txt .midashi {
}
#contents .cate_frame > .ranking_odd > .item_cap .link_btn {
}
#contents .cate_frame > .ranking_even {
	width: 396px;
	margin: 90px auto 0;
}
#contents .cate_frame > .ranking_even > .item_img {
}
#contents .cate_frame > .ranking_even > .item_img > img {
}
#contents .cate_frame > .ranking_even > .item_img > .ranking_icon {
}
#contents .cate_frame > .ranking_even > .item_cap {
}
#contents .cate_frame > .ranking_even > .item_cap > .item_name {
}
#contents .cate_frame > .ranking_even > .item_cap > .item_name img {
}
#contents .cate_frame > .ranking_even > .item_cap > .item_name > h2 {
}
#contents .cate_frame > .ranking_even > .item_cap > .txt {
}
#contents .cate_frame > .ranking_even > .item_cap > .txt .midashi {
}
#contents .cate_frame > .ranking_even > .item_cap .link_btn {
}
#contents .comment_frame {
	width: 405px;
	margin: 90px auto 0;
	padding: 45px 22.5px 22.5px;
}
#contents .comment_frame .midashi {
}
#contents .comment_frame > .txt {
}
#contents .comment_frame .comment_img {
	width: 100%;
}
#contents #top_link_btn {
	width: 371px;
	margin: 22.5px auto 0;
}
}


@media screen and (min-width:769px) {
body {
	min-width: 1000px;
}
#contents #ttl_img {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}
#contents #ttl_img h1 {
	width: 618px;
	height: auto;
	margin: 0 auto;
}
#contents #ttl_img h1 > img {
	position: static;
	top: 0;
    left: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
	width: 100%;
}
#contents #lead {
	width: 1000px;
	margin: 20px auto 30px;
	font-size: 1.25rem;
}
#contents .cate_frame {
	width: 920px;
	margin: 30px auto 0;
	display: flex;
	flex-wrap: wrap;
}
#contents .cate_frame > .ranking_odd {
	width: 100%;
	margin: 35px auto 35px;
	display: flex;
	align-items: center;
}
#contents .cate_frame > .ranking_odd:first-of-type {
	width: 100%;
	margin: 35px auto 35px;
	display: flex;
	align-items: center;
}
#contents .cate_frame > .ranking_odd > .item_img {
	width: 500px;
	margin: 0 40px 0 0;
}
#contents .cate_frame > .ranking_odd > .item_img > img {
	border: 2px solid #141414;
	border-radius: 28px;
}
#contents .cate_frame > .ranking_odd > .item_img > .ranking_icon {
	width: 27.5%;
	position: absolute;
	top: -8%;
	right: -2%;
}
#contents .cate_frame > .ranking_odd > .item_cap {
	width: 380px;
	padding: 0;
}
#contents .cate_frame > .ranking_odd > .item_cap > .item_name {
}
#contents .cate_frame > .ranking_odd > .item_cap > .item_name img {
	width: 66px;
	padding: 0 10px 0 0;
}
#contents .cate_frame > .ranking_odd > .item_cap > .item_name > h2 {
	font-size: 1.375rem;
}
#contents .cate_frame > .ranking_odd > .item_cap > .txt {
	padding: 10px 0 0 0;
	font-size: 1rem;
}
#contents .cate_frame > .ranking_odd > .item_cap > .txt .midashi {
	font-size: 1.25rem;
	padding: 0 0 5px 0;
}
#contents .cate_frame > .ranking_odd > .item_cap .link_btn {
	width: 318px;
	margin: 25px auto 0;
}
#contents .cate_frame > .ranking_even {
	width: 100%;
	margin: 35px auto 35px;
	display: flex;
	align-items: center;
	flex-flow: row-reverse;
}
#contents .cate_frame > .ranking_even > .item_img {
	width: 500px;
	margin: 0 0 0 40px;
}
#contents .cate_frame > .ranking_even > .item_img > img {
	border: 2px solid #141414;
	border-radius: 28px;
}
#contents .cate_frame > .ranking_even > .item_img > .ranking_icon {
	width: 27.5%;
	position: absolute;
	top: -8%;
	left: -2%;
}
#contents .cate_frame > .ranking_even > .item_cap {
	width: 380px;
	padding: 0;
}
#contents .cate_frame > .ranking_even > .item_cap > .item_name {
}
#contents .cate_frame > .ranking_even > .item_cap > .item_name img {
	width: 66px;
	padding: 0 10px 0 0;
}
#contents .cate_frame > .ranking_even > .item_cap > .item_name > h2 {
	font-size: 1.375rem;
}
#contents .cate_frame > .ranking_even > .item_cap > .txt {
	padding: 10px 0 0 0;
	font-size: 1rem;
}
#contents .cate_frame > .ranking_even > .item_cap > .txt .midashi {
	font-size: 1.25rem;
	padding: 0 0 5px 0;
}
#contents .cate_frame > .ranking_even > .item_cap .link_btn {
	width: 318px;
	margin: 25px auto 0;
}
#contents .comment_frame {
	width: 900px;
	margin: 150px auto 0;
	padding: 45px;
	box-shadow: 0 0 0 3px #141414, 10px 10px 0 0 #fff, 10px 10px 0 3px #141414;
	background: url("../images/comment_bg.png");
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex-flow: row-reverse;
}
#contents .comment_frame .midashi {
	width: 340px;
	position: absolute;
	left: 0;
	top: 50px;
}
#contents .comment_frame > .txt {
	width: 300px;
	margin: 100px 34px 0 0;
	font-size: 1.25rem;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
#contents .comment_frame .comment_img {
	width: 470px;
}
#contents #top_link_btn {
	width: 620px;
	margin: 50px auto 0;
}
}