@charset 'UTF-8';

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

/*----メイン画像----*/
.type_mainimg {
	width: 1450px;
	min-height: 765px;
	background: url(../../../../_images/type/pants/main_back.webp) 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: 560px;
	background: #05053a;
	color: #FFF;
	margin: 0 auto 20px;
	padding: 30px 40px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.9em;
}
.type_mainimg .text_box h2 {
	font-size: 55px;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
}
.type_mainimg .text_box h2 span {
	display: block;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
}
.type_mainimg .text_box h2:after {
	content: "";
	display: block;
	width: 150px;
	height: 5px;
	background: #FFF;
	margin: 20px auto;
}

.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;
}
.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: 80px;
	left: 10px;
}

@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: 10%;
		top: 190px;
	}
}
@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: "SWEAT PANTS";
	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;
	background-repeat: no-repeat;
	margin: 0 auto 18px;
}
.type_main_list ul li.staff dd:before { background-image: url(../../../../_images/type/_common/omakase_staff.gif) }
.type_main_list ul li.day dd:before { background-image: url(../../../../_images/type/_common/omakase_day.gif) }
.type_main_list ul li.design dd:before { background-image: url(../../../../_images/type/_common/omakase_design.gif) }
.type_main_list ul li.lot dd:before { background-image: url(../../../../_images/type/_common/omakase_lot.gif) }

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


/*-----------------------------------------------
	売れ筋ランキング
------------------------------------------------*/
/*----タイトル----*/
.item_rank {
	width: 1000px;
	background-image: url(../../../../_images/type/sweat/pants/rank_h.webp);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0 auto 70px auto;
	padding-top: 55px;
}
.item_rank .rank_cont_h {
	width: fit-content;
	background: #FFF;
	color: #db002a;
	margin: 0 auto 80px;
	padding: 20px 50px;
	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: 22px;
	font-weight: 700;
	letter-spacing: .03em;
	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 .scene_h {
	color: #00ac97;
	margin: 35px 0 26px;
	padding-bottom: 8px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	border-bottom: solid 2px #00ac97;
	position: relative;
}
.item_scene li .scene_text .scene_h:before,
.item_scene li .scene_text .scene_h: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 .scene_h:before {
    margin-left: -12px;
    border-top-color: #00ac97;
}
.item_scene li .scene_text .scene_h:after {
    margin: -4px 0 0 -12px;
    border-top-color: #FFFFFF;
}
.item_scene li .scene_text .scene_h img {
	margin-right: 15px;
}
.item_scene li .scene_text .long {
	font-size: 15px;
}
.item_scene li .scene_text p {
	line-height: 2em;
}




