@charset 'UTF-8';

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

.type_mainimg .item_lot {
	width: 440px;
	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);
	color: #fc0c50;
	margin: 0 auto;
	padding: 7px;
	font-size: 31px;
	text-align: center;
	box-sizing: border-box;
}
.type_mainimg .item_lot span {
	display: block;
	background: #FFF;
	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: 145px;
	left: 20px;
}

@media screen and (max-width: 1449px) {	
	.type_mainimg {
		width: 100%;
	}
	.type_mainimg .design_img {
		left: -6%;
	}
	.type_mainimg .design_img .design_img_box .print_cloud {
		left: 11%;
		top: 183px;
	}
}
@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 ul {
	width: 1000px;
	padding: 35px 0;
	margin: 0 auto;
	z-index: 1;
}
.type_main_list ul li {
	width: 229px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	z-index: 2;
	margin-right: 28px;
	box-shadow: 1.414px 1.414px 13.35px 1.65px rgba(0, 0, 0, 0.17);
	float: left;
}
.type_main_list ul li:last-child { margin-right: 0; }

.type_main_list ul li dt {
	color: #FFF;
	background: #00a76a;
	padding: 15px 10px;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: center;
	font-size: 20px;
	border-radius: 3px 3px 0 0;
	box-sizing: border-box;
}
.type_main_list ul li dd {
	background: #FFF;
	padding: 20px;
	color: #050539;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 0 0 3px 3px;
}

.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 {
	color: #FFF;
	font-family: 'Yantramanav', sans-serif;
	font-weight: bold;
	font-size: 150px;
	letter-spacing: .1em;
	z-index: -1;
	line-height: .5em;
	position: absolute;
	bottom: 0;
	left: 0;
}


/*-----------------------------------------------
一覧
------------------------------------------------*/
/*----並び替え----*/
.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; }


/*----商品一覧---*/

.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;
}

/*-----------------------------------------------
様々な活用シーン
------------------------------------------------*/
.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; }


/*-----------------------------------------------
その他アイテムのランキング
------------------------------------------------*/
/*
.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;
}
*/

/*-----------------------------------------------
	関連コラム
------------------------------------------------*/
.container .column {
	margin-bottom: 80px;
}
.container .column .column_list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin: 30px auto;
}
.container .column .column_list > li{
	width: calc((100% - 30px) / 2);
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.container .column .column_list > li a{
	display: block;
	padding: 3% 3% 5%;
}
.container .column .column_list > li div.image{
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
}
.container .column .column_list > li div.image img{
	width: 100%;
	height: auto;
	transition: all .3s ease;
}
.container .column .column_list > li .title{
	padding: 10px 0 0;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.5em;
	word-break: break-all;
	position: relative;
}
.container .column .column_list > li .title:after{
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background-color: #000;
	transform: translateX(-50%);
	transition: all .3s ease;
	position: absolute;
	left: 50%;
	top: 0;
}

.container .column .column_list > li a:hover img{
	opacity: 0.8;
	transform: scale(1.1);
}
.container .column .column_list > li a:hover .title:after{
	width: 50px;
}




