@charset "EUC-JP";
/* CSS Document */

html,
body {
font-size: 62.5%;
margin: 0;
padding: 0;
font-family: 'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','メイリオ', Meiryo,'Helvetica',sans-serif;
}


.ranking-section{
	margin: 0 0 20px;
	}



/* ---------------------------------------------------------------------------------------------

　   各性別見出しタイトル

--------------------------------------------------------------------------------------------- */

	.rank-ttl {
	font-size: 2.5em;
	position: relative;
	color: #333;
	display: inline-block;
	margin: 47px 0;
	text-align: center;
	width: 100%;
	}

	.ttl-l:before {/* レディース */
	content: "";
	position: absolute;
	background: #ffd1ff;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: -1;
	}
	.ttl-m:before {/* メンズ */
	content: "";
	position: absolute;
	background: #d1e8ff;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: -1;
	}
	.ttl-u:before {/* ユニセックス */
	content: "";
	position: absolute;
	background: #e8ffd1;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: -1;
	}
	

	

/* ---------------------------------------------------------------------------------------------

　   リストレイアウト

--------------------------------------------------------------------------------------------- */
	
.item-list-area {
	margin: 0 auto;
	padding: 0;
}
	
@media only screen and ( max-width : 768px ) {
	.item-list-area {
	width: 95%;
	margin: 0 auto;
	}
}
	
@media only screen and ( max-width : 480px ) {
	.item-list-area {
	width: 95%;
	margin: 0 auto;
	}
}
	
@media print, screen and ( min-width : 1060px ) {
	.item-list-area {
	width: 95%;
	margin: 0 auto;
	}
}
	
	
	.item-list-area .rank-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}
	
	.ranking-section .rank-list {
	width: calc(100% - 16px);
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
	}
	
	.item-list-area .rank-list li {
	width: 16.6666%;
	box-sizing: border-box;
	padding: 8px;
	float: left;
	margin: 12px 0;
	position: relative;
	}
	
	
	.item-list-area .rank-list a {
	text-decoration: none;
	color: #484848;
	}
	
	
	
	.item-list-area .rank-list .rank {/* 順位No */
	color: #CC0000;
	font-weight: bold;
	font-size: 1.5rem;
	text-align: left;
	margin-bottom: 4px;
	letter-spacing: 0.8px;
	line-height: 1.8;
	}
	
	.item-list-area .rank-list .no1 {/* 順位No1 */
	color: #CC0000;
	padding-left: 40px;
	background: url(https://www.rakuten.ne.jp/gold/b-cat/img/f9-1.png) no-repeat top left;
	background-size:34px;
	}
	
	.item-list-area .rank-list .no2 {/* 順位No2 */
	color: #CC0000;
	padding-left: 40px;
	background: url(https://www.rakuten.ne.jp/gold/b-cat/img/f9-2.png) no-repeat top left;
	background-size:34px;
	}
	
	.item-list-area .rank-list .no3 {/* 順位No3 */
	color: #CC0000;
	padding-left: 34px;
	background: url(https://www.rakuten.ne.jp/gold/b-cat/img/f9-3.png) no-repeat top left;
	background-size:28px;
	}
	
	



	.item-list-area .rank-list .item-img {
	position: relative;
	}
	
	.item-list-area .rank-list img {
	border: 0;
	height: auto;
	max-width: 90%;
	vertical-align: top;
	}
	
	.item-list-area .rank-list li p {
	margin-bottom: 0.5vh;
	}
	
	.item-list-area .rank-list li .item-text {
	text-align: center;
	font-size: 1.2rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 130%;
	margin-top: 10px;
	padding-bottom: 35px;
	}
	
	.item-list-area .rank-list li .item-price {
	margin:15px 0 0;
	text-align: center;
	font-size:1.8rem;
	line-height: 1.1;
	font-weight: bold;
	color:#BF0000;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	}

	.item-list-area .rank-list li .item-price span.price:before{
	content:"超特価\A";
	color:#484848;
	font-size:0.9rem;
	white-space: pre;
	}

	.item-list-area .rank-list li .item-price span.price_free:before{
	content:"送料無料\A";
	color:#BF0000;
	font-size:0.9rem;
	white-space: pre;
	}




@media only screen and ( max-width : 383px ) {

	.item-list-area .rank-list li {
	  width: 50%;
	}
	.item-list-area .rank-list li .item-text {
	  font-size: 1.0rem;
	}
	.rank-ttl {
	  font-size: 2.0em;
	}
}
	
	
	@media screen and (max-width:768px) and (min-width: 384px) {
	
	img {
	max-width: 100%;
	}
	
	.item-list-area .rank-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}
	
	.item-list-area .rank-list li .item-price {
	font-size: 1.8rem;
	font-weight: bold;
	}	
	
	.item-list-area .rank-list li {	
	width: 33.3333%;
	overflow: hidden;
	position: relative;
	line-height: 15px;
	text-align: center;
	}

	.item-list-area .rank-list li:nth-child(1),
	.item-list-area .rank-list li:nth-child(2){
	width:50%;
	padding:1.5rem 1.5rem 0;
	}
	
	.item-list-area .rank-list li:nth-child(6){
	display: none;
    }

	
	.item-list-area .rank-list li .item-text {
	font-size: 1.0rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	}
	
	}
	
	
	
	.warning {/* 更新日 */
	font-size: 1.7em;
	letter-spacing: 0.8px;
	margin: 10px 30px;
	color: #666;
	text-align: right;
	}
