

/*----メイン画像----*/
.type_mainimg {
	width: 1450px;
	margin: 0 auto;
	background: url(../../../_images/type/blouson/main_back.webp) no-repeat center;
	min-height: 765px;
	position: relative;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.type_mainimg .text_box {
	color: #FFF;
	font-weight: bold;
	background: #05053a;
	margin: 0 auto 20px;
	width: 560px;
	padding: 30px 35px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.9em;
}
.type_mainimg .text_box h2 {
	font-size: 52px;
	letter-spacing: 0;
	line-height: 1.2em;
	font-weight: bold;
	text-align: center;
}
.type_mainimg .text_box h2 span {
	display: block;
}
.type_mainimg .text_box h2:after {
	content: "";
	width: 150px;
	height: 5px;
	background: #FFF;
	display: block;
	margin: 25px auto;
}

.type_mainimg .item_lot {
	background-image: -moz-linear-gradient( 0deg, rgb(242,52,21) 0%, rgb(255,0,90,0.8) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(242,52,21) 0%, rgb(255,0,90,0.8) 100%);
	background:-ms-linear-gradient(top, #f23415, #ff005a);
	font-size: 31px;
	color: #fc0c50;
	text-align: center;
	padding: 7px;
	width: 440px;
	box-sizing: border-box;
	margin: 0 auto;
}
.type_mainimg .item_lot span {
	background: #FFF;
	display: block;
	padding: 25px; 
	font-weight: bold;
	letter-spacing: .09em;
}

.type_mainimg .design_img {
	position: absolute;
	top: 0;
	left: 0;
}

.type_mainimg .design_img .design_img_box {
	position: relative;
}
.type_mainimg .design_img .design_img_box .print_cloud {
	position: absolute;
	top: 190px;
	left: 40px;
}

@media screen and (max-width: 1449px) {	
	.type_mainimg {
		width: 100%;
	}
	.type_mainimg .design_img {
		left: -5%;
	}
	.type_mainimg .design_img .design_img_box .print_cloud {
		left: 10%;
		top: 200px;
	}
}
@media screen and (max-width: 1299px) {
	.type_mainimg {
		width: 1300px;
	}
}


/*------メイン画像　下リスト-------*/
.type_main_list {
	background: #e7e7e5;
	margin-bottom: 30px;
	position: relative;
	z-index: -2;
}
.type_main_list:after {
	content: "BLOUSON";
	display: inline-block;
	color: #FFF;
	font-family: 'Yantramanav', sans-serif;
	font-weight: bold;
	font-size: 150px;
	letter-spacing: .1em;
	line-height: .5em;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}


.type_main_list ul {
	display: flex;
	gap: 27px;
	max-width: 1000px;
	margin: 0 auto;
	padding: 35px 0;
	z-index: 1;
}
.type_main_list ul li {
	width: 230px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	box-shadow: 1.414px 1.414px 13.35px 1.65px rgba(0, 0, 0, 0.17);
	z-index: 2;
}
.type_main_list ul li dt {
	background: #00a76a;
	color: #FFF;
	padding: 15px 10px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: center;
	border-radius: 3px 3px 0 0;
}
.type_main_list ul li dd {
	background: #FFF;
	color: #050539;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 0 0 3px 3px;
	padding: 20px;
}
.type_main_list ul li dd:before {
	content: "";
	display: block;
	width: 80px;
	height: 55px;
	margin: 0 auto 18px;
}
.type_main_list ul li.staff dd:before { background: url(../../../_images/type/_common/omakase_staff.gif) no-repeat; }
.type_main_list ul li.day dd:before { background: url(../../../_images/type/_common/omakase_day.gif) no-repeat; }
.type_main_list ul li.design dd:before { background: url(../../../_images/type/_common/omakase_design.gif) no-repeat; }
.type_main_list ul li.lot dd:before { background: url(../../../_images/type/_common/omakase_lot.gif) no-repeat; }

.type_main_list ul li dd span {
	color: #fc391f;
}


/*-----------------------------------------------
	売れ筋ランキング
------------------------------------------------*/
/*----タイトル----*/
.item_rank {
	width: 1000px;
	background: url(../../../_images/type/blouson/rank_h.webp) top no-repeat;
	background-repeat: no-repeat;
	background-position: top;
	margin: 0 auto 70px auto;
	padding-top: 55px;
}
.item_rank .rank_cont_h {
	display: block;
	width: fit-content;
	background: #FFF;
	color: #db002a;
	margin: 0 auto 80px;
	padding: 20px;
	font-size: 33px;
	font-weight: 700;
	letter-spacing: .12em;
	text-align: center;
	border-top: 5px solid #db002a;
	border-bottom: 5px solid #db002a;
	position: relative;
}
.item_rank .rank_cont_h > span {
	display: block;
	width: fit-content;
	background: #db002a;
	color: #FFFFFF;
	padding: 5px 8px;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: .08em;
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	margin: auto;
}



/*-----------------------------------------------
種類から選ぶ
------------------------------------------------*/
.choice_box{
    margin-bottom: 50px;
}
.choice_box h3{
	margin-bottom: 50px;
	padding: 20px 0;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: .1em;
}

/*
.choice_box .choice_h {
	width: 100%;
	height: 112px;
	background: url(../../../_images/type/_common/type_line.gif) repeat-x bottom;
	color: #302b21;
	margin-bottom: 50px;
	font-size: 40px;
	font-weight: 700;
	line-height: 112px;
	letter-spacing: .1em;
	text-align: center;
	position: relative;
}
.choice_box .choice_h:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin: 0 0 0 -13px;
    width: 0;
    height: 0;
    border-right: 25px solid transparent;
    border-top: 25px solid #fffb00;
    border-left: 25px solid transparent;
}
*/
/*
.choice_box.type_choice .choice_h {
	background: url(../../../_images/type/_common/type_line.gif) repeat-x bottom;
	color: #302b21;
}
.choice_box.type_choice .choice_h:after {
    border-top-color: #fffb00;
}
/*
.choice_box.use_choice .choice_h {
	background: url(../../../_images/type/_common/use_line.gif) repeat-x bottom;
	color: #302b21;
}
.choice_box.use_choice .choice_h:after {
    border-top-color: #63defa;
}
/*
.choice_box.material_choice .choice_h {
	background: url(../../../_images/type/_common/size_line.gif) repeat-x bottom;
	color: #302b21;
}
.choice_box.material_choice .choice_h:after {
    border-top-color: #85eec2;
}

/*
.choice_box.campaign_choice .choice_h {
	background: url(../../../_images/type/_common/size_line.gif) repeat-x bottom;
	color: #302b21;
}
.choice_box.campaign_choice .choice_h:after {
    border-top-color: #ffbbd3;
}
*/

.choice_box .choice_text {
	width: 1000px;
	margin: 0 auto 30px auto;
}

.choice_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 35px 0;
	width: 1000px;
	margin: 0 auto 50px;
}
.choice_box ul li {
	width: 480px;
}
.choice_box ul li img { 
	position: relative;
}
.choice_box ul li .item {
	position:relative;			
}
.choice_box ul li .item + p{
	margin-top: 15px;
}
.choice_box ul li .item-img {
	background-color: #0072d3;
	z-index: 0;
}


.choice_box ul li .item,
.choice_box ul li .item-hover,
.choice_box ul li .item-hover .mask,
.choice_box ul li .item-img,
.choice_box ul li .item-info {
	width: 480px;
	height: 300px;
	letter-spacing: .15em;
}

.choice_box ul li .item-hover,
.choice_box ul li .item-hover .mask,
.choice_box ul li .item-img { 
	position:absolute;
	top:0;
	left:0;
}

/*横長*/
.choice_box ul .link_1000 {
	width: 1000px;
	margin-bottom: 35px;
}

/*種類・用途*/
.choice_box.type_choice ul li .item,
.choice_box.type_choice ul li .item-hover,
.choice_box.type_choice ul li .item-hover .mask,
.choice_box.type_choice ul li .item-img,
.choice_box.type_choice ul li .item-info {
	height: 315px;
}

/*素材*/
.choice_box.material_choice ul li .item,
.choice_box.material_choice ul li .item-hover,
.choice_box.material_choice ul li .item-hover .mask,
.choice_box.material_choice ul li .item-img,
.choice_box.material_choice ul li .item-info {
	height: 250px;
}

/*特集*/
.choice_box.campaign_choice ul li .item,
.choice_box.campaign_choice ul li .item-hover,
.choice_box.campaign_choice ul li .item-hover .mask,
.choice_box.campaign_choice ul li .item-img,
.choice_box.campaign_choice ul li .item-info {
	height: 250px;
}


/*--hover--*/
.choice_box ul li .item-type-line .item-hover {
	display: block;
	text-decoration: none;
	text-align: center;
	transition: all .3s ease-out;
	opacity:0;
	cursor:pointer;
	z-index: 100;
}

.choice_box .item-type-line .item-info {
	display: table-cell;
	color: #ffffff;
	vertical-align: middle;
	position: relative;
	z-index: 5;
}
.choice_box ul li .item-type-line .item-info .headline {
	font-size: 25px;					
}
.choice_box ul li .item-type-line .item-info .line {
	height: 1px;
	width: 0;
	margin: 15px auto;
	background-color: #ffffff;
	transition: all .5s ease-out;					 
}

.choice_box ul li .item-type-line .item-info .date {
	font-size:16px;
}

.choice_box ul li .item-type-line .item-hover .mask {	
	opacity:0.8;
	z-index:0;
	box-shadow: 6px 6px #fffb28;
}
.choice_box.type_choice ul li .item-type-line .item-hover .mask{
	background-color:#0072d3;
}
.choice_box.use_choice ul li .item-type-line .item-hover .mask{
	background-color:#FF7907;
}
.choice_box.material_choice ul li .item-type-line .item-hover .mask{
	background-color:#ff5252;
}
.choice_box.campaign_choice ul li .item-type-line .item-hover .mask{
	background-color:#57B318;
}


.choice_box ul li .item-type-line .item-info .headline:after {
	content: "";
	display: block;
	height:1px;
	width:0%;
	background-color:#ffffff;
	margin:15px auto;
	transition: all .5s ease-out;
}
.choice_box ul li .item-type-line .mask:hover .item-info .headline:after {
	width: 40%;
}
.choice_box ul li .item-type-line .item-hover:hover {
	opacity: 1;
}


/*-----------------------------------------------
	絞り込み
------------------------------------------------*/
.sortBox{
	display: block;
	margin-bottom: 50px;
}

.sortBox .searchBox{
	max-height: 0;
	transition: all .3s ease;
	overflow: hidden;
	opacity: 0;
}

.sortBox .searchBox section{
	margin: 10px auto 20px;
}

.sortBox .searchBox section > h4{
	display: block;
	width: fit-content;
	min-width: 250px;
	margin: 0 auto 10px;
	padding: 5px 30px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4em;
	text-align: center;
	border-bottom: 3px double #333;
}

.sortBox .searchBox section ul{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.sortBox .searchBox section ul > li{
	width: calc((100% - 20px) / 3);
	text-align: center;
}
.sortBox .searchBox section ul > li a{
	display: block;
	background-color: #f5f5f5;
	padding: 10px;
	line-height: 1.3em;
	transition: all .3s ease;
	border: 1px solid #ddd;
	border-radius: 0 0 15px 0;
}
.sortBox .searchBox section ul > li a span{
	display: block;
	font-size: 12px;
}
.sortBox .searchBox section ul > li a:hover{
	background-color: #ffdad5;
	border-color: #f79083;
	border-radius: 0;
}


/*開閉*/
.sortBox input{
	display: none;
}
.sortBox input:checked ~ .searchBox{
	max-height: 650px;
	opacity: 1;
}

.sortBox p.button{
	display: block;
	width: fit-content;
	margin: 15px auto 10px;
}
.sortBox p.button label{
	display: block;
	background-color: #333;
	color: #fff;
	padding: 5px 40px 5px 20px;
	border-radius: 5px;
	position: relative;
	transition: all .3s ease;
}
.sortBox p.button label:before,
.sortBox p.button label:after{
	content: "";
	display: block;
	width: 14px;
	height: 2px;
	background-color: #fff;
	transition: all .3s ease;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 8px;
}
.sortBox p.button label:after{
	width: 2px;
	height: 14px;
	right: 14px;
}

.sortBox input:checked + p.button label{
	background-color: #fc391f;
}
.sortBox input:checked + p.button label:before,
.sortBox input:checked + p.button label:after{
	transform: rotate(135deg);
}


/*-----------------------------------------------
	レビュー
------------------------------------------------*/
.review{
	margin-bottom: 70px;
	position: relative;
}
.review:after{
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	background-image: linear-gradient(to bottom, transparent 30%, rgba(255,255,255,1) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}

.review ul.review-list{
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 20px auto 0;
	padding: 10px 10px 50px;
	max-height: 440px;
	overflow-y: auto;
}

.review ul.review-list > li{
	display: flex;
	flex-direction: column;
	background-color: #fff;
	padding: 10px;
	border: 1px solid #ddd;
	position: relative;
}
.review ul.review-list > li .star{
	position: absolute;
	right: 10px;
	top: 10px;
}
.review ul.review-list > li .star img{
	width: 100px;
	height: auto;
}
.review ul.review-list > li .title{
	width: calc(100% - 110px);
	font-size: 16px;
	font-weight: 700;
}
.review ul.review-list > li ul.info{
	display: flex;
	justify-content: flex-end;
	gap: 5px;
	color: #666;
	font-size: 13px;
	line-height: 1.4em;
}
.review ul.review-list > li ul.info > li:not(:last-child):after{
	content: "/";
	margin-left: 5px;
}

.review ul.review-list > li p.comment{
	margin: 10px 0;
}

.review ul.review-list > li dl.item {
	display: flex;
	gap: 5px;
	color: #666;
	font-size: 13px;
	line-height: 1.4em;
}
.review ul.review-list > li dl.item > dt{
	flex-shrink: 0;
}
.review ul.review-list > li dl.item > dt:after{
	content: "：";
	margin-left: 5px;
}
.review ul.review-list > li dl.item dd a{
	color: #00a2ff;
}
.review ul.review-list > li dl.item dd span{
	font-size: 0.9em;
}

/*-----------------------------------------------
制作実績
------------------------------------------------*/

.column { margin-bottom: 70px; }
.column ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 25px;
	margin: 30px auto;
}
.column ul li{
	width: 48%;
}
.column ul li a{
	display: block;
	transition: all 0.3s ease-out;
}
.column ul li a:hover{
	opacity: 0.6;
}

.column ul li img{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	transition: all 0.3s ease-out;
}
.column ul li a:hover img{
	box-shadow: 0 0 0 2px #fc391f;
}

.column ul li dl dt{
	background-color: #ffe92d;
	margin-bottom: 10px;
	padding: 5px 15px;
	font-size: 16px;
	font-weight: bold;
	box-shadow: 0 3px 0 #f5d021;
	border-radius: 10px;
}
.column ul li dl dd .staff{
	font-size: 15px;
	font-weight: bold;
}

.column .linkBtn{
	text-align: center;
}
.column .linkBtn a{
	display: inline-block;
	width: 70%;
	background-color: #00a2ff;
	color: #fff;
	padding: 20px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 30px;
	box-shadow: 0 3px 0 #bde7ff;
	transition: all 0.3s ease-out;
}
.column .linkBtn a:hover{
	opacity: 0.6;
}



/*-----------------------------------------------
よくある質問
------------------------------------------------*/
.faqBox { margin-bottom: 70px; }
.faqBox dl {
	margin: 30px auto;
}
.faqBox dl dt{
	background-color: #f0edd8;
	padding: 15px;
	padding-left: 60px;
	font-size: 15px;
	font-weight: 600;
	position: relative;
}
.faqBox dl dt:before{
  content: url(../../../_images/guide/qa/icon_q.gif);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: absolute;
  left: 15px;
  top: 50%;
}
.faqBox dl dd{
	margin-top: 15px;
	padding-left: 110px;
	position: relative;
}
.faqBox dl dd:before{
	content: url(../../../_images/guide/qa/a_product.gif);
	position: absolute;
	top: 0;
	left: 40px;
}

.faqBox dl a{
	background-color: #ffe92d;
}
.faqBox dl a:hover{
	background-color: #fffacc;
}


/**/
.faqBox .linkBtn{
	text-align: center;
}
.faqBox .linkBtn a{
	display: inline-block;
	width: 70%;
	background-color: #00a2ff;
	color: #fff;
	padding: 20px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 30px;
	box-shadow: 0 3px 0 #bde7ff;
	transition: all 0.3s ease-out;
}
.faqBox .linkBtn a:hover{
	opacity: 0.6;
}


/*-----------------------------------------------
様々な活用シーン
------------------------------------------------*/
.item_scene {
	margin-bottom: 65px;
}

.item_scene ul{
	display: flex;
	flex-direction: column;
	gap: 30px 0;
}

.item_scene ul li > figure > div{
	display: flex;
	justify-content: space-between;
}
.item_scene ul li:nth-of-type(even) > figure > div{
	flex-direction: row-reverse;
}

.item_scene ul li:after {
	content: "";
	display: block;
	width: 740px;
	height: 10px;
	background: url(../../../_images/type/_common/scene_dot.gif) repeat-x;
	margin-top: 30px;
}
.item_scene ul li .scene_img {
	width: 400px;
}
.item_scene ul li figcaption{
	width: 315px;
}

/**/
.item_scene li .scene_text h4 {
	color: #00ac97;
	margin: 35px 0 26px 0;
	padding-bottom: 8px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	position: relative;
	border-bottom: solid 2px #00ac97;
}
.item_scene li .scene_text h4:before,
.item_scene li .scene_text h4:after {
    content: '';
	width: 0;
	height: 0;
    border: solid transparent;
	border-top: 12px solid #00ac97;
	border-right: 6px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 6px solid transparent;
    position: absolute;
    left: 50%;
    top: 100%;
}
.item_scene li .scene_text h4:before {
    margin-left: -12px;
    border-top-color: #00ac97;
}
.item_scene li .scene_text h4:after {
    margin: -4px 0 0 -12px;
    border-top-color: #FFFFFF;
}
.item_scene li .scene_text h4 img { margin-right: 15px; }
.item_scene li .scene_text .long {
	font-size: 15px;
}

.item_scene li .scene_text p { line-height: 2em; }


/*-----------------------------------------------
製作価格を抑えるためには
------------------------------------------------*/
.cost_down .h_cost {
	height: 176px;
	background: url(../../../_images/type/_common/h_costdown.gif) no-repeat;
	color: #161513;
	margin-bottom: 25px;
	padding: 38px 185px 0 10px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.8em;
	text-align: center;
}
.cost_down .h_cost::first-line {
	color: #FFF;
	background: #2b132a;
	letter-spacing: .05em;
	font-size: 25px;
}
.cost_down .h_cost span { 
	color: #eb002b;
	background: linear-gradient(transparent 50%, #FFF 0%);
	margin-right: 10px;
	padding: 0 15px;
	font-size: 37px;
	text-shadow: -4px 0 #fff, 0 4px #fff, 4px 0 #fff, 0 -4px #fff;
}

.cost_down_li { margin-bottom: 55px; }
.cost_down_li li {
	background: url(../../../_images/type/_common/scene_dot.gif) repeat-x bottom;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

.cost_down_li .li_center { text-align: center; }
.cost_down_li .li_number {
	width: 115px;
	background: #eb002b;
	color: #FFF;
	margin: 0 auto 20px;
	padding: 2px;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: .13em;
}

.cost_down_li .li_h {
	display: inline-block;
	background: url(../../../_images/type/_common/check.gif) no-repeat top left;
	margin-bottom: 20px;
	padding: 20px 20px 20px 100px;
	font-size: 29px;
	font-weight: 700;
	letter-spacing: .1em;
	text-align: left;
	border: 4px solid #dfdfdf;
}
.cost_down_li .li_h span {
	background: linear-gradient(transparent 50%, #fff21b 0%);
	padding: 0 3px 0 10px;
	line-height: 1.2em;
}




/*-----------------------------------------------
ユニフォームモールで作成しよう
------------------------------------------------*/
.creat_uni {
	background: #e7f9f9;
	margin-bottom: 60px;
}
.creat_uni:before {
	content: "";
	display: block;
	width: 740px;
	height: 33px;
	background: url(../../../_images/type/_common/creat_line_t.gif) repeat-x;
}
.creat_uni:after {
	content: "";
	display: block;
	width: 740px;
	height: 33px;
	background: url(../../../_images/type/_common/creat_line_b.gif) repeat-x;
}

.creat_uni .creat_h {
	background: url(../../../_images/type/blouson/create_img.webp) no-repeat;
	width: 690px;
	height: 360px;
	margin: 10px auto 25px auto;
	padding-top: 110px;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3em;
	text-align: center;
}
.creat_tshirt .creat_h { background: url(../../../_images/type/blouson/create_img.webp) no-repeat; }

.creat_uni .creat_h span {
	background-color: rgba(255,255,255,0.8);
}
.creat_uni .creat_h em {
	display: block;
	color: #ff196a;
	font-weight: 700;
	text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
}
.creat_uni .text { padding: 0 40px 20px 40px; }
.creat_uni .text p { margin-bottom: 3px; }



/*-----------------------------------------------
その他アイテムのランキング
------------------------------------------------*/
.other_rank .h_other_rank {
	height: 60px;
	background: url(../../../_images/type/_common/other_rank_h.gif);
	color: #FFF;
	margin-bottom: 35px;
	padding-left: 66px;
	font-size: 20px;
	font-weight: 700;
	line-height: 60px;
	position: relative;
}
.other_rank .h_other_rank:after {
	content: url(../../../_images/type/_common/other_rank.gif);
	line-height: 0;
	position: absolute;
	top: -9px;
	right: 16px;
}

.other_rank .other_rank_list .dotUnder {
	background: url(../../../_images/type/_common/other_rank_dot.gif) repeat-x bottom;
	margin-bottom: 25px;
	padding-bottom: 20px;
}

.other_rank .other_rank_list > div{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.other_rank .other_rank_list > div > .li {
	width: 350px;
	position: relative;
}
.other_rank .other_rank_list .li .rank-category {
	height: 55px;
	background: url(../../../_images/type/_common/other_rank_hb.gif) repeat;
	margin-bottom: 25px;
	padding-left: 37px;
	font-size: 16px;
	font-weight: 700;
	line-height: 55px;
	position: relative;
}
.other_rank .other_rank_list .li .rank-category:before {
	content: url(../../../_images/type/_common/other_rank_arrow.gif);
	line-height: 0;
	position: absolute;
	left: 21px;
	top: 21px;
}

/*----一覧を見る----*/
.other_rank .other_rank_list .li .more_list {
	height: 32px;
	width: 100px;
	background: #fbd116;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
	border-bottom: 2px solid #9b9885;
	border-radius: 5px;
	cursor: pointer;
	position: absolute;
	top: 11px;
	right: 10px;
}
.other_rank .other_rank_list .li .more_list a { display: block; }
.other_rank .other_rank_list .li .more_list:hover { 
	background: #1fb2ef;
	border-bottom: 2px solid #84929b;
    transition: all  0.3s ease;
}


/*---ランキングリスト---*/
.other_rank .other_rank_list .li ol{
	display: flex;
	gap: 10px;
}
.other_rank .other_rank_list .li ol.clear:after{
	display: none;
}
.other_rank .other_rank_list .li ol .item_list {
	width: 110px;
}

.other_rank .other_rank_list .li ol .item_list .image { 
	margin-bottom: 15px;
    transition: all  0.3s ease;
	position: relative;
}

.other_rank .other_rank_list .li ol .item_list .image img {
	width: 110px;
	height: auto;
}

.other_rank .other_rank_list .li ol .item_list .image:hover {
	opacity: 0.7;
}

/*----ランキングナンバー----*/
.other_rank .other_rank_list .li ol .item_list .no1:before,
.other_rank .other_rank_list .li ol .item_list .no2:before,
.other_rank .other_rank_list .li ol .item_list .no3:before { 
	width: 25px;
	height: 25px;
	background: #ffb622;
	color: #FFF;
	font-style: italic;
	font-weight: 700;
	text-align: center;
	line-height: 25px;
	position: absolute;
	top: -4px;
	left: 0;
}
.other_rank .other_rank_list .li ol .item_list .no1:after,
.other_rank .other_rank_list .li ol .item_list .no2:after,
.other_rank .other_rank_list .li ol .item_list .no3:after {
	content: "";
	width: 0;
	height: 0;
	border-right: 4px solid transparent;
	position: absolute;
	top: -4px;
	left: 25px;
}

.other_rank .other_rank_list .li ol .item_list .no1:before { 
	content: "1";
	background: #ffb622;
}
.other_rank .other_rank_list .li ol .item_list .no1:after {
	border-bottom: 4px solid #a7791b;
}

.other_rank .other_rank_list .li ol .item_list .no2:before { 
	content: "2";
	background: #b5a99a;
}
.other_rank .other_rank_list .li ol .item_list .no2:after {
	border-bottom: 4px solid #8a8279;
}

.other_rank .other_rank_list .li ol .item_list .no3:before { 
	content: "3";
	background: #e67a3b;
}
.other_rank .other_rank_list .li ol .item_list .no3:after {
	border-bottom: 4px solid #97532b;
}

/*----商品名----*/
.other_rank .other_rank_list .li ol .item_list .item_name { 
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.3em;
}
.other_rank .other_rank_list .li ol .item_list .item_name a{
	transition: all  0.3s ease;
}
.other_rank .other_rank_list .li ol .item_list .item_name a:hover {
	color: #1fb2ef;
	font-weight: 700;
}

/*----品番----*/
.other_rank .other_rank_list .li ol .item_list .number {
	color: #fff;
	background: #8C98BF;
	margin-bottom: 5px;
	padding: 5px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: .1em;
	text-align: center;
}

/*----値段----*/
.other_rank .other_rank_list .li ol .item_list .price {
	color: #72706d;
	font-weight: 700;
	font-size: 12px;
}
.other_rank .other_rank_list .li ol .item_list .price span {
	display: block;
	color: #fc391f;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3em;
}





