@charset 'UTF-8';

/*----メイン画像----*/
.type_mainimg {
	width: 1450px;
	min-height: 765px;
	background: url(../../../../_images/type/towel/main_back.jpg) no-repeat center;
	margin: 0 auto;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	position: relative;
}
.type_mainimg .text_box {
	width: 500px;
	background: #05053a;
	color: #FFF;
	margin: 0 auto 25px;
	padding: 38px 45px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.9em;
}
.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: -50px;
}

.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 {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
	padding: 35px 0;
	z-index: 1;
}
.type_main_list ul li {
	width: 229px;
	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 {
	color: #FFF;
	background: #00a76a;
	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;
	padding: 20px;
	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-size: 150px;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: .5em;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

/*-----------------------------------------------
	売れ筋ランキング
------------------------------------------------*/
/*----タイトル----*/
.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;
}




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


/*-----------------------------------------------
	関連コラム
------------------------------------------------*/
.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;
}


