@charset 'UTF-8';
* { box-sizing: border-box;}

/*-----------------------------------------------
売れ筋ランキング
------------------------------------------------*/

/*----メイン画像----*/
.rank_main {
	width: 1000px;
	margin: 0 auto 45px;
}
.rank_main > h2 {
	margin-bottom: 25px;
}

.rank_main .click_caution {
	margin-bottom: 25px;
	color: #FFF;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
}

.rank_main .click_caution span {
	display: block;
	width: fit-content;
	background: #080260;
	margin: auto;
	padding: 8px 25px;
	border-radius: 20px;
}

/*----アンカーボタン----*/
.rank_main .rank_button_list{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.rank_main .rank_button_list li {
	width: calc((100% - 60px) / 5);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: 0;
	position: relative;
}
.rank_main .rank_button_list li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 188px;
	height: 80px;
	background: #28b97d;
	color: #FFF;
	font-size: 18px;
	line-height: 1.3em;
	border-bottom: 6px solid #017b63;
	border-radius: 3px;
    transition: all  0.3s ease;
}
.rank_main .rank_button_list li a:hover {
	background: #f4b41a;
	border-bottom: 6px solid #c27200;
}

.rank_main .rank_button_list li a span {
	display: block;
	width: 85%;
	margin: auto;
	padding-left: 45px;
	position: relative;
}

.rank_main .rank_button_list li a span:before {
	content: "";
	display: block;
	width: 39px;
	height: 39px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/*--タイプ別--*/
.rank_main .rank_button_list .tshirt a span:before { background-image: url(../../../_images/type/ranking/button_tshirt.webp) ;}
.rank_main .rank_button_list .polo a span:before { background-image: url(../../../_images/type/ranking/button_polo.webp) ;}
.rank_main .rank_button_list .blouson a span:before { background-image: url(../../../_images/type/ranking/button_blouson.webp) ;}
.rank_main .rank_button_list .yshirt a span:before { background-image: url(../../../_images/type/ranking/button_yshirt.webp) ;}
.rank_main .rank_button_list .apron a span:before { background-image: url(../../../_images/type/ranking/button_apron.webp) ;}
.rank_main .rank_button_list .happi a span:before { background-image: url(../../../_images/type/ranking/button_happi.webp) ;}
.rank_main .rank_button_list .parka a span:before { background-image: url(../../../_images/type/ranking/button_parka.webp) ;}
.rank_main .rank_button_list .sweat a span:before { background-image: url(../../../_images/type/ranking/button_sweat.webp) ;}
.rank_main .rank_button_list .bibs a span:before { background-image: url(../../../_images/type/ranking/button_bibs.webp) ;}
.rank_main .rank_button_list .tsunagi a span:before { background-image: url(../../../_images/type/ranking/button_tsunagi.webp) ;}
.rank_main .rank_button_list .cap a span:before { background-image: url(../../../_images/type/ranking/button_cap.webp) ;}
.rank_main .rank_button_list .towel a span:before { background-image: url(../../../_images/type/ranking/button_towel.webp) ;}
.rank_main .rank_button_list .tote a span:before { background-image: url(../../../_images/type/ranking/button_tote.webp) ;}
.rank_main .rank_button_list .bottle a span:before { background-image: url(../../../_images/type/ranking/button_bottle.webp) ;}
.rank_main .rank_button_list .tumbler a span:before { background-image: url(../../../_images/type/ranking/button_tumbler.webp) ;}


/**------------------------------------
	ランキング
------------------------------------**/
/*----一覧ボタン----*/
.blue_btn {
	width: 645px;
	margin: 0 auto 60px;
}
.blue_btn a:after {
	content: "";
	width: 56px;
	height: 56px;
	background-image: url(../../../_images/type/ranking/blue_button_arrow.webp);
	background-repeat: no-repeat;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 45px;
}
.blue_btn a {
	display: block;
	background-color: #48b8d8;
	color: #FFF;
	padding: 25px 140px 25px 30px;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: .09em;
	line-height: 1.2em;
	text-align: center;
	border-bottom: 10px solid #297b95;
	border-radius: 5px;
	box-shadow: 0px 10px 9px 0px rgba(6, 0, 1, 0.16);
    transition: all 0.3s ease;
	position: relative;
}
.blue_btn a:hover {
	background: #52ccef;
	border-bottom: 10px solid #3b9fc0;
}


/*----------ランキング----------*/

/*--カテゴリー見出し--*/
.yellow_stripe {
	background: repeating-linear-gradient(135deg, #fffc00, #fffc00 5px, #fffd69 10px, #fffd69 15px);
	color: #12429a;
	margin-bottom: 25px;
	padding: 25px 30px;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	border-bottom: 8px solid #ffde00;
}
.yellow_stripe span {
	display: inline-block;
	margin-right: 25px;
	padding: 10px 15px;
	font-size: 28px;
	border: 4px solid #12429a;
	border-radius: 5px;
}

/*--ランキングリスト--*/
.ranking_list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 10px;
	margin-bottom: 30px;
}
.ranking_list > li {
	display: flex;
	flex-direction: column;
	width: calc((100% - 30px) / 4);
	border: 1px solid #d4d4d4;
    transition: all  0.3s ease;
	position: relative;
}
.ranking_list > li:hover {
	box-shadow: 0px 3px 24px 0px rgba(4, 0, 0, 0.3);
}

.ranking_list .red_button {
	box-shadow: 0px 2px 4px 0px rgba(227, 7, 85, 0.3);
}


/**------------------------------------
	ranking 2～5位
------------------------------------**/
.ranking_list > li .img_cont {
	margin-bottom: 10px;
}

.ranking_list > li .text_cont {
	padding: 0 8px 10px;
}

/*品番*/
.ranking_list > li .text_cont .number {
	display: block;
	width: 100%;
	height: auto;
	background: #70d5d5;
	color: #FFF;
	margin-bottom: 10px;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: .1em;
	word-break: break-all;
	overflow: hidden;
	position: relative;
}
.ranking_list > li .text_cont .number:after {
    content: "";
	display: block;
	border: 13px solid transparent;
	border-right: 7px solid #FFF;
    position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

/*商品名*/
.ranking_list .text_cont .text_cont_h {
	background: url(../../../_images/type/ranking/dot.gif) repeat-x bottom;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.4em;
}
/*メーカー価格*/
.ranking_list .text_cont .price .maker {
	color: #7f7f7f;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4em;
}
.ranking_list .text_cont .price .mall {
	color: #ff0060;
	font-size: 21px;
	font-weight: 700;
}
.ranking_list .text_cont .price .mall span { 
	display: block;
	font-size: 14px;
}
.ranking_list .text_cont .price .malltax {
	color: #333;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 600;
}
.ranking_list .text_cont .price .malltax span {
	display: inline;
	margin-right: 10px;
}

/*--カラー数　サイズ--*/
.ranking_list .text_cont .color_size {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
	margin-bottom: 10px;
	font-weight: 700;
}

.ranking_list .text_cont .color_size dt {
	display: inline-block;
	background: #000;
	color: #FFF;
	margin: 0;
	padding: 0 5px;
	font-size: 11px;
	line-height: 2em;
}
.ranking_list .text_cont .color_size dd {
	display: inline-block;
	font-size: 13px;
}
.ranking_list .text_cont .color_size dd:not(:last-child) {
	margin-right: 10px;
}


/**------------------------------------
ranking 1位
------------------------------------**/
.ranking_list > li.no1{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	width: 100%;
	padding: 20px 15px;
}

.ranking_list > li.no1:hover {
	box-shadow: none;
}

/*-------テキスト-------*/

.ranking_list > li.no1 .text_cont {
	width: 325px;
	background: #f2f9f9;
	padding: 15px 12px 15px 13px;
}

.ranking_list > li.no1 .text_cont .number {
	width: 100%;
	height: auto;
	padding-right: 15px;
	font-size: 13px;
	line-height: 1.5em;
	position: relative;
}
.ranking_list > li.no1 .text_cont .number:after {
	border: 15px solid transparent;
	border-right: 10px solid #f2f9f9;
}

.ranking_list > li.no1 .text_cont .text_cont_h {
	background: none;
	margin-bottom: 10px;
	padding-bottom: 0;
	font-size: 20px;
}

/*--値段--*/
.ranking_list > li.no1 .text_cont .price {
	background: #FFF;
	color: #ff0060;
	margin-bottom: 15px;
	padding: 10px 10px;
	font-weight: 700;
	border: 5px solid #94e9ee;
	border-radius: 5px;
	box-shadow: 1.678px 2.487px 8px 0px rgba(25, 32, 34, 0.09);
}
.ranking_list > li.no1 .text_cont .price .maker {
	background: url(../../../_images/brand/_common/dot_gray.gif) repeat-x bottom;
	margin-bottom: 10px;
	padding-bottom: 7px;
	font-size: 16px;
}
.ranking_list > li.no1 .text_cont .price .maker span {
	color: #FFF;
	background: #db002a;
	margin-left: 10px;
	padding: 3px 6px;
	border-radius: 3px;
	font-size: 14px;
}

.ranking_list > li.no1 .text_cont .price .mall span {
	display: inline;
	margin-right: 5px;
	font-size: 15px;
	letter-spacing: -0.02em;
}
.ranking_list > li.no1 .text_cont .price .mall {
	margin-bottom: 0;
	font-size: 26px;
}

.ranking_list > li.no1 .text_cont .price .malltax {
	color: #333;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 600;
}
.ranking_list > li.no1 .text_cont .price .malltax span {
	display: inline;
	margin-right: 10px;
}

/*--カラー数　サイズ--*/
.ranking_list > li.no1 .text_cont .color_size {
	margin-bottom: 15px;
}

.ranking_list > li.no1 .text_cont .color_size dt {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 1px 7px;
	font-size: 12px;
}
.ranking_list > li.no1 .text_cont .color_size dd {
	font-size: 15px;
}

.ranking_list > li.no1 .text_cont .item_text { 
	margin-bottom: 15px; 
	font-size: 13px;
}

/*-------画像-------*/
.ranking_list > li.no1 .img_cont {
	width: 360px;
	z-index: 1;
}

/**/
.ranking_list li:before{
	content: "";
	width: 74px;
	height: 51px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: -10px;
}
.ranking_list > li.no1:before {
	background-image: url(../../../_images/type/ranking/rank1.gif);
	width: 123px;
	height: 71px;
	top: -12px;
	z-index: 2;
}
.ranking_list li.no2:before {
	background-image: url(../../../_images/type/ranking/rank2.gif);
}
.ranking_list li.no3:before {
	background-image: url(../../../_images/type/ranking/rank3.gif);
}
.ranking_list li.no4:before {
	background-image: url(../../../_images/type/ranking/rank4.gif);
}
.ranking_list li.no5:before {
	background-image: url(../../../_images/type/ranking/rank5.gif);
}


/**------------------------------------
ranking 3位までタイプ
------------------------------------**/
.blue_border {
	color: #003595;
	margin-bottom: 40px;
	padding: 20px;
	font-weight: 700;
	font-size: 22px;
	text-align: center;
	border-top: 5px solid #003595;
	border-bottom: 5px solid #003595;
}

.ranking_3 .ranking_list{
	gap: 30px 15px;
}
.ranking_3 .ranking_list li {
	border: 1px solid #d4d4d4;
	position: relative;
}

.ranking_3 .ranking_list li.no2,
.ranking_3 .ranking_list li.no3 {
	display: block;
	width: calc((100% - 15px) / 2);
}
.ranking_3 .ranking_list li.no2 a,
.ranking_3 .ranking_list li.no3 a{
	display: flex;
	justify-content: space-between;
	margin: 0;
}

.ranking_3 .ranking_list li.no2 .img_cont,
.ranking_3 .ranking_list li.no3 .img_cont {
	margin: 0;
}

.ranking_3 .ranking_list li.no2 .text_cont,
.ranking_3 .ranking_list li.no3 .text_cont {
	padding: 10px 10px 10px 0;
	width: 170px;
}
