@charset 'UTF-8';

.font_hirakaku { font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }

.goodsCont *{ box-sizing: border-box;}

/*------h要素-----*/
.goodsCont .hTitle {
	color: #000;
	padding: 20px;
	font-size: 40px;
	font-weight: bold;
	line-height: 1em;
    letter-spacing: 0.09em;
	text-align: center;
	position: relative;
}
.goodsCont .hTitle span.type-data{
	display: block;
	width: 30%;
	min-width: 400px;
	background: #f8ff37;
	color: #104AA9;
	padding: 5px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	border-radius: 50px;
    box-shadow: 2px 4px 5px rgba(0,0,0,0.3);
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
}

.goodsCont .hTitle {
    margin-bottom: 40px;
	background-image: -moz-linear-gradient( 0deg, #FC7929 1%, #FFDE29 100%);
	background-image: -webkit-linear-gradient( 0deg, #FC7929 1%, #FFDE29 100%);
	background-image: -ms-linear-gradient( 0deg, #FC7929 1%, #FFDE29 100%);
}

/*------ボタン要素-----*/
.more-btn{
	margin: 20px auto;
}
.more-btn a{
	display: block;
	background-image: linear-gradient(to bottom, #fa1052 0%, #e9012f 100%);
	color: #fff;
	padding: 25px 10px;
	padding-right: 40px;
	font-size: 38px;
	font-weight: 600;
	line-height: 1.0em;
	text-align: center;
	border-radius: 8px;
	box-shadow: 0 8px 0 #ba0124;
	transition: all 0.2s ease-out;
	position: relative;
}
.more-btn a:hover{
	opacity: 0.6;
}
.more-btn a:after{
	content: "";
	display: block;
	width: 45px;
	height: 45px;
	background-image: url(../../../_images/type/_common/red-arrow-next.gif);
	background-repeat: no-repeat;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}



/*-----------------------------------------------
グルーピング
------------------------------------------------*/
.other_item.item_goods .other_item_border {
	color: #021734;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: .1em;
	text-align: center;
}
.other_item.item_goods .other_item_border:after {
	content: "";
	display: block;
	width: 400px;
	height: 2px;
	background: #021734;
	margin: 10px auto 30px;
}


.other_item.item_goods li:nth-child(3n) {
    margin: 0 20px 15px 0;
}
.other_item.item_goods .brand_banner_list li {
    margin: 0 20px 15px 0;
}
.other_item.item_goods .brand_banner_list li:after { bottom: 35px; }
	

/*-----------------------------------------------
ユニフォームモールにお任せ下さい
------------------------------------------------*/
.omakase {
	width: 1000px;
	margin: 0 auto 45px auto;
}
.omakase .omakase_li {
	display: flex;
	gap: 20px;
	background: #f5ecd5;
	padding: 0 30px 30px 30px;
}


/*----納品までの流れ----*/
.flow_cont { margin-bottom: 50px; }
.flow_cont img { 
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

.flow_cont .flow_day {
	padding: 30px;
	box-sizing: border-box;
	font-weight: 700;
	border-radius: 10px;
	position: relative;
	border: 5px solid #005e89;
	text-align: center;
}

.flow_cont .flow_day:before{
	content: "";
	position: absolute;
	top: -38px;
	left: 50%;
 	margin-left: -17px;
	border: 22px solid transparent;
	border-bottom: 23px solid #FFF;
 	z-index: 2;
}

.flow_cont .flow_day:after{
	content: "";
	position: absolute;
	top: -45px;
	left: 50%;
 	margin-left: -17px;
	border: 22px solid transparent;
	border-bottom: 23px solid #005e89;
 	z-index: 1;
}


.flow_cont .flow_day {
	font-size: 20px;
	letter-spacing: .16em;
}
.flow_cont .flow_day .day .yellow_line {
	background: linear-gradient(transparent 50%, #fff25c 0%);
	padding: 0 5px;
	font-weight: 700;
	color: #005e89;
}
.flow_cont .flow_day .ps {
	color: #4f4e55;
	font-size: 13px;
	padding-top: 5px;
}


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

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

.other_rank_list .li {
	width: 350px;
	float: left;
	position: relative;
}

.other_rank_list .li h4 {
	background: url(../../_images/type/_common/other_rank_hb.gif) repeat;
	height: 55px;
	font-weight: 700;
	padding-left: 37px;
	font-size: 16px;
	line-height: 55px;
	box-sizing: border-box;
	margin-bottom: 25px;
	position: relative;
}
.other_rank_list .li h4:before {
	position: absolute;
	content: url(../../_images/type/_common/other_rank_arrow.gif);
	left: 21px;
	top: 21px;
	line-height: 0;
}

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

.other_rank_list .li ol .item_list {
	float: left;
	width: 110px;
	margin-right: 10px;
}
.other_rank_list .li ol .item_list:last-child { margin-right: 0; }

.other_rank_list .li ol .item_list .image { 
	margin-bottom: 15px;
	position: relative;
}

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

.other_rank_list .li ol .item_list .image:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

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

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

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

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

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

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

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