@charset "utf-8";
/* CSS Document */

	#ranking-all {}

	#ranking-all p.annai-txt {
		text-align: center;
		margin: 20px 0;
	}

	/* 総合・ジャンル別ボタン */
	.rank-menubtn {
		display: flex;
		margin: 0 auto 40px auto;
		width: 800px;
		justify-content: space-between;
	}

	.rank-menubtn .btn {
		width: 350px;
		border: 1px solid #4a0115;
		border-radius: 5px;
		padding: 18px;
		background: url(https://gigaplus.makeshop.jp/thsfood/images/page/ranking/menu-i-arrow.png) no-repeat 350px;
		font-weight: bold;
		font-size: 1.2em;
		color: #4a0115;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	.rank-menubtn .btn:hover {
		text-decoration: none;
		background-color: #d4e8f7;
	}

	.rank-menubtn .btn .btntxt {
		background: url(https://gigaplus.makeshop.jp/thsfood/images/page/ranking/menu-i-crown.png) no-repeat;
		padding-left: 40px;
	}

	.rank-menubtn .btn span {
		color: #f82825;
	}


	/* 総合・ジャンル別の大見出し */
	#ranking-all h2 {
		background: url(https://gigaplus.makeshop.jp/thsfood/images/page/ranking/rank-midashi.png) no-repeat;
		text-align: center;
		padding-top: 60px;
		color: #4a0115;
		font-weight: bold;
		margin-bottom: 20px;
	}

	#ranking-all h2 .small {
		display: inline-block;
		font-weight: normal;
		font-size: 14pt;
		margin-bottom: 0.2em;
	}

	#ranking-all h2 .txt-margin {
		display: block;
		margin-top: -10px;
		font-size: 3em;
	}

	/* カテゴリー見出し */
	#ranking-all h3 {
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
		font-size: 1.4em;
		padding: 0.5em;
		margin-bottom: 1em;
	}

	/* 集計期間のみ */
	#ranking-all h3#kikan {
		font-size: 1.2em;
		font-weight: normal;
		padding: 0.8em;
	}
	#ranking-all .red {
		color: #f82825;

	}

	/* 見出しカラーリスト */
	.tit-color0 {
		background-color: #4a0115;
	}

	.tit-color1 {
		background-color: #f08425;
	}

	.tit-color2 {
		background-color: #5d832f;
	}

	.tit-color3 {
		background-color: #229687;
	}

	.tit-color4 {
		background-color: #13629f;
	}

	.tit-color5 {
		background-color: #694e8e;
	}

	.tit-color6 {
		background-color: #a0416c;
	}
	
	.tit-color7 {
		background-color: #e44f4f;
	}

	
	/* ページ内共通-もっと見るボタン */
	#ranking-all p.m_more {
		font-size: 86%;
		text-align: center;
		position: relative;
		border-radius: 20px;
		margin: 5px auto 8em auto;
		width: 60%;
		border: solid 1px #ccc;
		overflow: hidden
	}

	#ranking-all p.m_more a {
		display: block;
		padding: 10px;
	}

	#ranking-all p.m_more::before,
	#ranking-all p.m_more::after {
		position: absolute;
		display: block;
		content: '';
		z-index: -1;
	}

	#ranking-all p.m_more::before {
		position: absolute;
		top: 15px;
		right: 20px;
		width: 10px;
		height: 10px;
		z-index: 1;
		border-top: 2px solid #333;
		border-right: 2px solid #333;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#ranking-all p.m_more,
	#ranking-all p.m_more::before,
	#ranking-all p.m_more::after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	#ranking-all p.m_more a:hover {
		color: #ffffff;
		text-decoration: none;
	}

	#ranking-all p.m_more::after {
		left: -100%;
		top: 0;
		width: 100%;
		height: 100%;
	}

	#ranking-all p.m_more:hover::after {
		top: 0;
		left: 0;
		background-color: #888;
	}

	#ranking-all p.m_more:hover::before {
		border-top: 2px solid #FFFFFF;
		border-right: 2px solid #FFFFFF;
		width: 10px;
		height: 10px;
	}


	/* 総合ランキング */
	.firstCont {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	/* 左カラム */
	.first {
		width: 400px;
		border: 30px solid #f1f1f1;
	}

	.first img {
		max-width: 100%;
		height: auto;
	}

	.rank-img {
		position: relative;
	}
	.firstCont2 {
		width: 300px;
		margin: 40px auto;
	}

	/* 右カラム */
	.other {
		width: 570px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.other img {
		max-width: 100%;
		height: auto;
		margin-bottom: 0.5em;
		position: relative;
	}

	.second-img,
	.third-img {
		position: relative;
	}

	/* 総合ランキング商品情報-1位 */
	.itemInfo {}

	.itemInfo dt {
		font-size: 1.2em;
		font-weight: bold;
		color: #4a0115;
		margin-top: 1em;
		margin-bottom: 0.5em;
	}

	.itemInfo dd.comment,
	dl.all2-5 dd.comment {
		background-color: #f1f1f1;
		padding: 1.5em;
		margin-bottom: 1em;
	}

	.itemInfo dd.comment .txt,
	dl.all2-5 dd.comment .txt {
		display: inline-block;
		color: #666666;
		text-align: left;
	}

	.itemInfo a.name {
		font-size: 1.2em;
		margin-bottom: 1.5em;
	}

	.itemInfo p.price {
		font-size: 1.2em;
		font-weight: bold;
		color: #ff9900;
		text-align: right;
	}

	.itemInfo p.price .price-main {
		font-size: 1.2em;
		font-weight: bold;
	}

	.itemInfo p.price .tax {
		font-size: 0.8em;
	}

	/* 総合2-5位 */
	.other dl.all2-5 {
		width: 280px;
		margin-bottom: 1em;
	}

	dl.all2-5 p.price {
		font-size: 1.2em;
		font-weight: bold;
		color: #ff9900;
		text-align: right;
		margin-bottom: 0.5em;
	}

	dl.all2-5 p.price .price-main {
		font-size: 1em;
		font-weight: bold;
	}

	dl.all2-5 p.price .tax {
		font-size: 0.8em;
	}

	/* 三角のランキングアイコン(総合) */
	.rank-img::before {
		content: "";
		top: 0;
		right: 0;
		position: absolute;
		z-index: 100;
		width: 5.5em;
		height: 5.5em;
		display: inline-block;
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
	}

	.rank-img::after {
		font-weight: bold;
		font-size: 1.8em;
		display: block;
		top: 3px;
		color: #fff;
		right: 15px;
		position: absolute;
		z-index: 101;
	}

	/* 総合1位 */
	.rank-img.rank1::before {
		background: linear-gradient(90deg, #edcb22 0%, #DEB10F 100%);
	}

	.rank-img.rank1::after {
		content: "1";
	}

	/* 総合2位 */
	.rank-img.rank2::before {
		background: linear-gradient(90deg, #D3D2D3 0%, #B8B8B8 100%);
	}

	.rank-img.rank2::after {
		content: "2";
	}

	/* 総合3位 */
	.rank-img.rank3::before {
		background: linear-gradient(90deg, #EFBB7E 0%, #CB985D 100%);
	}

	.rank-img.rank3::after {
		content: "3";
	}

	/* 総合4位 */
	.rank-img.rank4::before {
		background-color: #C4C4C4;
	}

	.rank-img.rank4::after {
		content: "4";
	}

	/* 総合5位 */
	.rank-img.rank5::before {
		background-color: #C4C4C4;
	}

	.rank-img.rank5::after {
		content: "5";
	}

	/* 1位のページを見るボタン */
	.sample_btn {
		display: inline-block;
		width: 300px;
		text-align: center;
		text-decoration: none;
		line-height: 40px;
		outline: none;
		color: #fff;
		border: 1px solid #444;
		background-color: #444;
		-webkit-transition: all .3s;
		transition: all .3s;
		margin-top: 1em;
		border-radius: 5px;
	}
	a.sample_btn {
		color: #fff;
	}
	.sample_btn:hover {
		color: #fff;
		border: 1px solid #444;
		background-color: #f08425;
		text-decoration: none;
	}
	.sample_btn:visited {
		color: #fff;
	}

	a.sample_btn:before {
		content: "";
		display: inline-block;
		width: 20px;
		height: 15px;
		margin: -3px 5px 0 0;
		background: url("https://gigaplus.makeshop.jp/thsnet/images/page/ranking/btn-i-crown.png") no-repeat;
		background-size: contain;
		vertical-align: middle;
		color: #fff;
	}


	/* ジャンル別ランキング */
	.cateRank {
		display: flex;
		justify-content: space-between;
		margin-bottom: 1.5em;
	}

	.cateRank img {
		max-width: 100%;
		height: auto;
	}

	.cateRank-naka {
		width: 202px;
		font-size: 0.85em;
	}

	.cateRank-naka .cateRank-img {
		margin-bottom: 1em;
		position: relative;
	}

	.cateRank-naka p.price {
		font-size: 1.2em;
		margin-top: 0.3em;
		font-weight: bold;
		color: #ff9900;
		text-align: right;
		margin-bottom: 0.5em;
	}

	.cateRank-naka p.price .price-main {
		font-size: 1em;
		font-weight: bold;
	}

	.cateRank-naka p.price .tax {
		font-size: 0.8em;
	}

	/* 三角のランキングアイコン(ジャンル別) */
	.cateRank-img::before {
		content: "";
		top: 0;
		right: 0;
		position: absolute;
		z-index: 100;
		width: 4em;
		height: 4em;
		display: inline-block;
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
	}

	.cateRank-img::after {

		font-weight: bold;
		font-size: 1.3em;
		display: block;
		top: 3px;
		color: #fff;
		right: 8px;
		position: absolute;
		z-index: 101;
	}

	/* カテゴリー1位 */
	.cateRank-img.rank1::before {
		background: linear-gradient(90deg, #edcb22 0%, #DEB10F 100%);
	}

	.cateRank-img.rank1::after {
		content: "1";
	}

	/* カテゴリー2位 */
	.cateRank-img.rank2::before {
		background: linear-gradient(90deg, #D3D2D3 0%, #B8B8B8 100%);
	}

	.cateRank-img.rank2::after {
		content: "2";
	}

	/* カテゴリー3位 */
	.cateRank-img.rank3::before {
		background: linear-gradient(90deg, #EFBB7E 0%, #CB985D 100%);
	}

	.cateRank-img.rank3::after {
		content: "3";
	}

	/* カテゴリー4位 */
	.cateRank-img.rank4::before {
		background-color: #C4C4C4;
	}

	.cateRank-img.rank4::after {
		content: "4";
	}

	/* カテゴリー5位 */
	.cateRank-img.rank5::before {
		background-color: #C4C4C4;
	}

	.cateRank-img.rank5::after {
		content: "5";
	}
