@charset 'UTF-8';
/*-----------------------------------------------
M1
------------------------------------------------*/

/*----メイン画像----*/
.type_mainimg {
	width: 1450px;
	margin: 0 auto;
	background: url(../../_images/type/yshirt/main_back.jpg) 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 25px;
	width: 560px;
	padding: 38px 45px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.9em;
}
.type_mainimg .text_box h2 {
	font-size: 60px;
	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: 20px;
	left: -80px;
}

.type_mainimg .design_img .design_img_box {
	position: relative;
}
.type_mainimg .design_img .design_img_box .print_cloud {
	position: absolute;
	top: 100px;
	left: 60px;
}

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

/*------メイン画像　下リスト-------*/
.type_main_list {
	background: #e7e7e5;
	position: relative;
	z-index: -2;
	margin-bottom: 30px;
}
.type_main_list ul {
	width: 1000px;
	padding: 35px 0;
	margin: 0 auto;
	z-index: 1;
}
.type_main_list ul li {
	width: 229px;
	float: left;
	margin-right: 28px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	z-index: 2;
	box-shadow: 1.414px 1.414px 13.35px 1.65px rgba(0, 0, 0, 0.17);
}
.type_main_list ul li:last-child { margin-right: 0; }

.type_main_list ul li dt {
	color: #FFF;
	font-weight: bold;
	letter-spacing: .1em;
	background: #00a76a;
	padding: 15px 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: 20px;
	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;
}

.type_main_list .type_name {
	font-family: 'Yantramanav', sans-serif;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	font-size: 150px;
	letter-spacing: .1em;
	z-index: -1;
	line-height: .5em;
}



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

.type_rank {
	background: url(../../_images/type/_common/rank_back.gif) repeat;
	width: 100%;
	position: relative;
	padding: 145px 0 40px 0;
	margin-bottom: 40px;
}
.type_rank:before {
	content: "";
	background: url(../../_images/type/_common/rank_line.gif) repeat-x;
	display: block;
	height: 5px;
	width: 100%;
	position: absolute;
	top: -5px;
}
.type_rank h3 {
	position: absolute;
	left: 50%;
	top: -35px;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.type_rank_list {
	width: 1000px;
	margin: 0 auto;
}
.type_rank_list ol { margin-bottom: 40px; }
.type_rank_list li.m_height {
	background: #FFF;
	width: 176px;
	float: left;
	margin-right: 20px;
	padding: 21px 20px 15px 20px;
	border: 1px solid #e2e2e2;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.4em;
	position: relative;
}
.type_rank_list dt a:hover {
	color: 	#00674a;
}
.type_rank_list li .image {
	width: 134px;
	height: 134px;
	margin-bottom: 15px;
}
.type_rank_list li .image a { 
	display: block;
	width: 100%;
	height: 100%;
}

/*--カラー/サイズ--*/
.type_rank_list li .color_size {
	font-weight: 700;
	margin-bottom: 10px;
}
.type_rank_list li .color_size span {
	color: #FFF;
	font-size: 10px;
	background: #161513;
	margin-right: 5px;
	padding: 3px;
}
.type_rank_list li .color_size li { 
	float: left;
	margin-right: 5px;
}

.type_rank_list li .number {
	margin-top: 7px;
	font-size: 12px;
	font-weight: 700;
	color: #968e92;
	letter-spacing: .09em;
}
.type_rank_list li .price {
	margin-top: 10px;	
	font-size: 13px;
	color: #fc391f;
	font-weight: 700;
}
.type_rank_list li.m_height:first-child { width: 216px; }
.type_rank_list .no1 .image {
	width: 174px;
	height: 156px;
	background: url(../../_images/type/_common/rank_itemback1.gif) no-repeat;
}
.type_rank_list li:last-child { margin-right: 0; }
.type_rank_list .no1:before {
	position: absolute;
	content: url(../../_images/type/_common/rank1.png);
	display: block;
	top: -32px;
	left: 4px;
	z-index: 100;
}
.type_rank_list .no2:before,
.type_rank_list .no3:before,
.type_rank_list .no4:before,
.type_rank_list .no5:before {
	position: absolute;
	display: block;
	top: -15px;
	left: 8px;
	z-index: 100;
}
.type_rank_list .no2:before { content: url(../../_images/type/_common/rank2.png); }
.type_rank_list .no3:before { content: url(../../_images/type/_common/rank3.png); }
.type_rank_list .no4:before { content: url(../../_images/type/_common/rank4.png); }
.type_rank_list .no5:before { content: url(../../_images/type/_common/rank5.png); }

.type_rank_text {
	text-align: center;
	font-weight: 700;
}


/*-----------------------------------------------
種類から選ぶ
------------------------------------------------*/
.type_choice .choice_h {
	width: 100%;
	height: 112px;
	line-height: 112px;
	background: url(../../_images/type/_common/type_line.gif) repeat-x bottom;
	text-align: center;
	margin-bottom: 50px;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: .1em;
	position: relative;
	color: #302b21;
}
.type_choice .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;
}

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

.type_choice ul,
.use_choice ul,
.size_choice ul {
	width: 1000px;
	margin: 0 auto;
}
.type_choice ul li,
.use_choice ul li,
.size_choice ul li {
	width: 480px;
	float: left;
	margin-bottom: 35px;
}
.type_choice ul li:nth-child(odd),
.use_choice ul li:nth-child(odd),
.size_choice ul li:nth-child(odd) {
	margin-right: 40px;
}

.type_choice ul li img,
.use_choice ul li img,
.size_choice ul li img { 
	position: relative;
}

.type_choice ul li .item,
.use_choice ul li .item,
.size_choice ul li .item {
	position:relative;			
}

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

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

.type_choice ul .link_1000,
.use_choice ul .link_1000,
.size_choice ul .link_1000 {
	width: 1000px;
	float: none;
	margin-bottom: 35px;
}

ul li .item-type-line .item-hover {	
	z-index: 100;	
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;	
	opacity:0;
	cursor:pointer;						
	display:block;
	text-decoration:none;
	text-align:center;
}

.item-type-line .item-info {
	color:#ffffff;
	display:table-cell;
	vertical-align:middle;
	position:relative;
	z-index:5;				 					
}

ul li .item-type-line .item-info .headline {
	font-size: 25px;					
}

ul li .item-type-line .item-info .line {
	height:1px;
	width:0%;
	margin:15px auto;
	background-color:#ffffff;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;					 
}

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

ul li .item-type-line .item-hover .mask {
	background-color:#0072d3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=80);										
	opacity:0.8;
	z-index:0;
	box-shadow: 6px 6px #fffb28;
}

.type_choice ul li .item-type-line .item-info .headline:after,
.use_choice ul li .item-type-line .item-info .headline:after,
.size_choice ul li .item-type-line .item-info .headline:after {
	content: "";
	display: block;
	height:1px;
	width:0%;
	margin:15px auto;
	background-color:#ffffff;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;							
}
.type_choice ul li .item-type-line .mask:hover .item-info .headline:after,
.use_choice ul li .item-type-line .mask:hover .item-info .headline:after,
.size_choice ul li .item-type-line .mask:hover .item-info .headline:after {
	width:40%;					
}
ul li .item-type-line .item-hover:hover {
	opacity:1;
}				
.type_choice ul li .item-img,
.use_choice ul li .item-img {			
	background-color:#0072d3;
	z-index:0;			
}


/*-----------------------------------------------
種類から選ぶ エプロン
------------------------------------------------*/

.h_yellow {
	width: 100%;
	height: 112px;
	line-height: 112px;
	background: url(../../_images/type/_common/type_line.gif) repeat-x bottom;
	text-align: center;
	margin-bottom: 50px;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: .1em;
	position: relative;
	color: #302b21;
}
.h_yellow: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;
}

.type_apron .choice_text {
	width: 1000px;
	margin: 0 auto 30px auto;
}
.type_apron_li {
	width: 1000px;
	margin: 0 auto 40px auto;
}

.type_apron_li.a_white a { display: block; }

.type_apron .type_apron_li li {
	width: 184px;
	float: left;
	margin-right: 20px;
}
.type_apron .type_apron_li li:last-child { margin-right: 0; }

.type_apron .type_apron_li .type_apron_h {
	background: linear-gradient(#fc391f 50%, #ee2b11 50%);
	color: #FFF;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	height: 55px;
	line-height: 55px;
}
.type_apron .type_apron_li li .text {
	background: #f6f6f6;
	font-size: 13px;
	padding: 13px;
	box-sizing: border-box;
}

/*-----------------------------------------------
用途から選ぶ
------------------------------------------------*/
.use_choice .choice_h {
	width: 100%;
	height: 112px;
	line-height: 112px;
	background: url(../../_images/type/_common/use_line.gif) repeat-x bottom;
	text-align: center;
	margin-bottom: 50px;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: .07em;
	position: relative;
}
.use_choice .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 #63defa;
    border-left: 25px solid transparent;
}

.use_choice .choice_class_h {
	font-size: 32px;
	font-weight: 700;
	color: #FFF;
	padding: 25px;
	text-align: center;
	margin-bottom: 25px;
	letter-spacing: .1em;
	background: linear-gradient(#fc391f 50%, #ee2b11 50%);
	width: 1000px;
	margin: 0 auto 30px auto;
	box-sizing: border-box;
}

.use_choice .choice_text {
	width: 1000px;
	margin: 0 auto 40px auto;
}

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

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

.use_choice ul li .item-type-line .item-hover .mask {
	background-color:#FF7907;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=80);										
	opacity:0.8;
	z-index:0;
	box-shadow: 6px 6px #fffb28;
}

/*-----------------------------------------------
サイズから選ぶ
------------------------------------------------*/
.size_choice .choice_h {
	width: 100%;
	height: 112px;
	line-height: 112px;
	background: url(../../_images/type/_common/size_line.gif) repeat-x bottom;
	text-align: center;
	margin-bottom: 50px;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: .07em;
	position: relative;
}
.size_choice .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 #ffbbd3;
    border-left: 25px solid transparent;
}

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

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

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

.size_choice ul li .item-type-line .item-hover .mask {
	background-color: #57B318;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=80);										
	opacity:0.8;
	z-index:0;
	box-shadow: 6px 6px #fffb28;
}


/*-----------------------------------------------
一覧
------------------------------------------------*/
/*----並び替え----*/
.list_priority {
	border-top: 1px solid #d9d7d3;
	border-bottom: 1px solid #d9d7d3;
	text-align: right;
	height: 45px;
	line-height: 45px;
	margin-bottom: 20px;
}
.list_priority dl { 
	text-align: right;
	margin-right: 17px;
}
.list_priority dl dt { 
	font-weight: 700;
	margin-right: 7px;
	display: inline-block;
}
.list_priority dl dd { 
	display: inline-block;
}
.list_priority dl dd:after {
	content: "/";
	margin: 0 9px;
	color: #ebe8e5;
	font-weight: 700;
}
.list_priority dl dd:last-child:after { content: none; }
.list_priority dl dd a:hover { 
	background: #eae8e6;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.list_priority dl .active a { 
	color: #fc391f;
	font-weight: 700;
} 

/*----ページネーション----*/
.page_nav { 
	text-align: right;
	font-size: 0;
	margin-bottom: 30px;
}
.page_nav ul li {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	border: 1px solid #d3cfcb;
	border-radius: 5px;
	margin-right: 7px;
	box-sizing: border-box;
}
.page_nav ul li:last-child { 
	margin: 0 0 0 5px;
}
.page_nav ul li a {
	display: block;	
}
.page_nav ul li a:hover {
	background: #eae8e6;
	border-radius: 5px;
}
.page_nav ul .active {
	font-weight: 700;
	background: #eae8e6;
}
.page_nav ul .prev {
	margin-right: 12px;
}
.page_nav ul .prev,
.page_nav ul .next {
	width: 38px;
	background: #fc391f;
	border: none;
}
.page_nav ul .prev a:hover,
.page_nav ul .next a:hover {
	background: #ff8a1f;
}
.page_nav ul li img { padding-top: 10px; }


/*----商品一覧----*/
.product_item ul .item_list {
	float: left;
	margin: 0 16px 25px 0;
	width: 236px;
	border: 1px solid #cccbca;
	padding: 19px;
	box-sizing: border-box;
}
.product_item ul li:nth-child(3n) { margin: 0 0 25px 0; }
.product_item img{
	display: block;
	margin: 0 auto;
	padding: 0;
}

.item_list dl .item_name {
	font-weight: 700;
	font-size: 15px;
	line-height: 1.4em;
	letter-spacing: 0em;
	background: url(../../_images/common/dot_yoko.gif) repeat-x bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.item_list dl .item_name a { color: #fc391f; }
.item_list dl .item_name a:hover { color: #ff8a1f; }

.item_list dl .number_brand { margin-bottom: 5px; }
.item_list dl .number_brand .number {
	color: #6e6e6e;
	font-weight: 700;
	font-size: 12px;
	float: left;
	line-height: 1.2em;
	height: 20px;
}
.item_list dl .number_brand .brand {
	float: right;	
}

.item_list dl .item_img {
	margin-bottom: 10px;
}
.item_list dl .item_img img {
	width: 196px;
}
.item_list dl .item_img a { display: block; }

.item_list dl .color_size {
	font-weight: 700;
	margin-bottom: 17px;
}
.item_list dl .color_size .color,
.item_list dl .color_size .size,
.item_list dl .color_size .yoryo { 
	float: left;
	height: 22px;
}
.item_list dl .color_size .color {
	margin-right: 7px;
	background: url(../../_images/type/_common/color.gif) no-repeat;
	padding-left: 60px;
}
.item_list dl .color_size .size {
	background: url(../../_images/type/_common/size.gif) no-repeat;
	padding-left: 40px;
}
.item_list dl .color_size .yoryo {
	background: url(../../_images/type/_common/yoryo.gif) no-repeat;
	padding-left: 40px;
}

.item_list dl .price {
	color: #fc391f;
	font-weight: 700;
	border-top: 2px solid #d3d1cc;
	border-bottom: 2px solid #d3d1cc;
	font-size: 19px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 15px;
}
.item_list dl .price:before {
	content: "無地単価";
	font-size: 14px;
	margin-right: 5px;
}
.item_list dl .price span {
	font-size: 14px;
	margin-left: 3px;
}

.item_list dl .text { 
	font-size: 12px;
	line-height: 1.6em;
	letter-spacing: .03em;
	margin-bottom: 11px;
}

.item_list dl .icon li {
	float: left;
	margin: 4px 1px 0 2px;
}

/*----詳細はこちら----*/
.item_list .more_btn {
	width: 196px;
	height: 35px;
	font-weight: 700;
	text-align: center;
	background: #1fb2ef;
	line-height: 35px;
	box-shadow:3px 3px #cbe3ed;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
	margin-top: 15px;
	position: relative;
}
.item_list .more_btn a {
	color: #FFF;
	display: block;
}
.item_list .more_btn:after {
	content: url(../../_images/type/_common/more_arrow.gif); 
	display: block;
	position: absolute;
	right: 11px;
	top: 0;
	width: 5px;
	height: 9px;
}
.item_list .more_btn:hover {
	background: #ff8a1f;
	box-shadow:3px 3px #ede6cb;
}

/*----no1----*/
.product_item ul .no1 dl .item_img {
	position: relative;
}
.product_item ul .no1 dl .item_img:after {
	content: url(../../_images/type/_common/item_no1.png);
	position: absolute;
	left: 0;
	bottom: -20px;
}

/*----no2----*/
.product_item ul .no2 dl .item_img {
	position: relative;
}
.product_item ul .no2 dl .item_img:after {
	content: url(../../_images/type/_common/item_no2.png);
	position: absolute;
	left: 0;
	bottom: -20px;
}

/*----no3----*/
.product_item ul .no3 dl .item_img {
	position: relative;
}
.product_item ul .no3 dl .item_img:after {
	content: url(../../_images/type/_common/item_no3.png);
	position: absolute;
	left: 0;
	bottom: -20px;
}

/*----recommend----*/
.product_item ul .recommend dl .item_img {
	position: relative;
}
.product_item ul .recommend dl .item_img:after {
	content: url(../../_images/type/_common/item_recommend.png);
	position: absolute;
	right: 0;
	bottom: -20px;
}

/*----soldout----*/
.product_item ul .soldout dl .item_img {
	position: relative;
}
.product_item ul .soldout dl .item_img:after {
	content: url(../../_images/type/_common/item_soldout.gif);
	position: absolute;
	right: 0;
	bottom: 0;
}


/*-----------------------------------------------
様々な活用シーン
------------------------------------------------*/
.item_scene { margin-bottom: 65px; }
.item_scene li { margin-bottom: 30px; }
.item_scene li:after {
	content: "";
	background: url(../../_images/type/_common/scene_dot.gif) repeat-x;
	width: 740px;
	height: 10px;
	display: block;
	margin-top: 30px;
}
.item_scene .fl .scene_img {
	float: left;
	margin-right: 25px;
}
.item_scene .fl .scene_text,
.item_scene .fl figcaption {
	float: left;
	width: 315px;
}

.item_scene .fr .scene_img {
	float: right;
	margin-left: 25px;
}
.item_scene .fr .scene_text,
.item_scene .fr figcaption {
	float: left;
	width: 315px;
}

.item_scene li .scene_text h4 {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #00ac97;
	margin: 35px 0 26px 0;
	position: relative;
	padding-bottom: 8px;
	border-bottom: solid 2px #00ac97;
  	box-sizing: border-box;
}
.item_scene li .scene_text h4:before,
.item_scene li .scene_text h4:after {
    position: absolute;
    left: 50%;
    top: 100%;
    border: solid transparent;
    content: '';
	width: 0;
	height: 0;
	border-top: 12px solid #00ac97;
	border-right: 6px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 6px solid transparent;
}
.item_scene li .scene_text h4:before {
    border-top-color: #00ac97;
    margin-left: -12px;
}
.item_scene li .scene_text h4:after {
    border-top-color: #FFFFFF;
    margin: -4px 0 0 -12px;
}
.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 {
	background: url(../../_images/type/yshirt/h_costdown.gif) no-repeat;
	height: 176px;
	padding: 38px 185px 0 10px;
	box-sizing: border-box;
	color: #161513;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.8em;
	margin-bottom: 	25px;
	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;
	font-size: 37px;
	background: linear-gradient(transparent 50%, #FFF 0%);
	padding: 0 15px;
	text-shadow: -4px 0 #fff, 0 4px #fff, 4px 0 #fff, 0 -4px #fff;
	margin-right: 10px;
}

.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 {
	background: #eb002b;
	font-weight: 700;
	color: #FFF;
	font-size: 19px;
	letter-spacing: .13em;
	padding: 2px;
	width: 115px;
	box-sizing: border-box;
	margin: 0 auto 20px auto;
}

.cost_down_li .li_h {
	font-size: 29px;
	font-weight: 700;
	letter-spacing: .1em;
	border: 4px solid #dfdfdf;
	padding: 20px 20px 20px 100px;
	box-sizing: border-box;
	display: inline-block;
	margin-bottom: 20px;
	background: url(../../_images/type/_common/check.gif) no-repeat top left;
	text-align: left;
}
.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: "";
	background: url(../../_images/type/_common/creat_line_t.gif) repeat-x;
	width: 740px;
	height: 33px;
	display: block;
}
.creat_uni:after {
	content: "";
	background: url(../../_images/type/_common/creat_line_b.gif) repeat-x;
	width: 740px;
	height: 33px;
	display: block;
}

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

.creat_yshirt .creat_h { background: url(../../_images/type/yshirt/create_img.jpg) no-repeat; }
.creat_blouson .creat_h { background: url(../../_images/type/blouson/create_img.jpg) no-repeat; }
.creat_tshirt .creat_h { background: url(../../_images/type/tshirt/create_img.jpg) no-repeat; }
.creat_bottle .creat_h { background: url(../../_images/type/bottle/create_img.jpg) no-repeat; }
.creat_tumbler .creat_h { background: url(../../_images/type/tumbler/create_img.jpg) no-repeat; }

.creat_uni .creat_h span {
	background-color: rgba(255,255,255,0.7);
}
.creat_uni .creat_h em {
	color: #ff196a;
	font-weight: 700;
	display: block;
	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);
	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 .rank-category {
	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 .rank-category: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;
}
