@charset 'UTF-8';

*{ box-sizing: border-box;}

/*-----------------------------------------------
　main-img
------------------------------------------------*/
.main-img {
	width: 1120px;
	min-height: 460px;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0 auto 60px;
	position: relative;
}
.main-img.pull { background-image: url(../../../../_images/type/parka/parka-pull/main_img.webp); }
.main-img.zip { background-image: url(../../../../_images/type/parka/parka-zip/main_img.webp); }

.main-img .mainimg_cont {
	width: 440px;
	background-color: rgba(0,36,70,0.9);
	color: #FFF;
	margin: 0 auto;
	padding: 45px 34px 34px;
	font-weight: 700;
}
.main-img .mainimg_cont .main_h {
	font-size: 20px;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: .1em;
	text-align: center;
}
.main-img .mainimg_cont .main_h span {
	display: block;
	margin-bottom: 30px;
	font-size: 42px;
}
.main-img .mainimg_cont .main_h:after {
	content: "";
	display: block;
	width: 165px;
	height: 3px;
	background: #FFF;
	margin: 20px auto;
}

.main-img .mainimg_cont .catch {
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 2.1em;
	text-align: center;
}
.main-img .mainimg_cont .text {
	width: 330px;
	margin: 0 auto 20px auto;
	font-size: 13px;
}
.main-img .mainimg_cont .print_text {
	color: #e40b21;
	background: #FFF;
	padding: 10px;
	font-size: 17px;
	letter-spacing: 0;
	text-align: center;
	border-radius: 3px;
}
.main-img .number {
	position: absolute;
	top: -4px;
	left: 10px;
}

/*-----------------------------------------------
	一覧を見るbtn
------------------------------------------------*/
.item_down_button {
	margin-bottom: 50px;
}
.item_down_button a {
	display: block;
	width: 625px;
	background: #003260;
	color: #FFF;
	margin: 0 auto;
	padding: 30px;
	font-size: 27px;
	font-weight: 700;
	letter-spacing: .1em;
	text-align: center;
	border-radius: 50px;
	box-shadow: 0px 11px 26px 0px rgba(0, 23, 45, 0.42);
}
.item_down_button a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 40px;
	border-style: solid;
	border-width: 9px 7.5px 0 7.5px;
	border-color: #ffffff transparent transparent transparent;
}
.item_down_button a:hover {
	background: #0d9a9c;
    transition: all  0.6s ease;
}


/*-----------------------------------------------
	○○とは
------------------------------------------------*/
.item_data_info {
	width: 1000px;
	margin: 0 auto 40px auto;
}

.item_data_info .item_h {
	color: #FFF;
	background: #00af7c;
	margin-bottom: 35px;
	padding: 30px 30px 30px 515px;
	font-weight: 700;
	font-size: 34px;
	border-bottom: 6px solid #01136c;
}

.item_data_info .item_cont {
	margin-bottom: 50px;
	padding-left: 515px;
	position: relative;
}

.item_data_info .item_cont .item_img {
	position: absolute;
}
.item_data_info .item_cont .item_img.pull {
	top: -154px;
	left: -85px;
}
.item_data_info .item_cont .item_img.zip {
	top: -140px;
	left: -130px;
}


.item_data_info .cloth_description .cloth_h {
	display: inline-block;
	margin-bottom: 20px;
	padding: 0 10px 15px 10px;
	color: #0c6cc5;
	font-size: 25px;
	font-weight: 700;
	border-bottom: 4px solid #0c6cc5;
}

.item_data_info .cloth_description .cloth_list{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.item_data_info .cloth_description .cloth_list li {
	display: flex;
	flex-direction: row-reverse;
	gap: 30px;
}
.item_data_info .cloth_description .cloth_list li dl {
	width: 300px;
}
.item_data_info .cloth_description .cloth_list li dl dt {
	color: #0c6cc5;
	margin-bottom: 10px;
	padding-top: 5px;
	font-size: 19px;
	font-weight: 700;
}
.item_data_info .cloth_description .cloth_list li dl dt:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #0c6cc5;
	margin-right: 13px;
}

/*--デザイン可能範囲--*/
.item_data_info .print_design {
	margin: 80px auto 50px;
	padding: 60px 35px 35px;
	border: 4px solid #e6e6e6;
	position: relative;
}
.item_data_info .print_design .print_h {
	position: absolute;
	top: -20px;
	left: 35px;
}
.item_data_info .print_design .print_h span {
	display: block;
	height: 60px;
	background: #974ea1;
	color: #FFF;
	padding: 0 30px;
	font-size: 21px;
	font-weight: 700;
	line-height: 60px;
	position: relative;
}
.item_data_info .print_design .print_h span:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 0 0 9px;
	border-color: transparent transparent transparent #681974;
	position: absolute;
	top: 0;
	right: -9px;
}
.item_data_info .print_design .print_cont {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.item_data_info .print_design .print_cont .print_design_list {
	display: flex;
	gap: 7px;
	width: 670px;
}
.item_data_info .print_design .print_cont .print_design_list > li {
	width: 210px;
	padding-right: 7px;
	border-right: 1px solid #cfcfcf;
}
.item_data_info .print_design .print_cont .print_design_list > li:last-child {
	padding-right: 0;
	border-right: none;
}
.item_data_info .print_design .print_cont .print_design_list li dt {
	background: #e4eff9;
	color: #034786;
	margin-bottom: 15px;
	padding: 15px 0 13px 0;
	font-size: 23px;
	font-weight: 700;
	text-align: center;
	border-bottom: 4px solid #034786;
	border-radius: 3px 3px 0 0;
}

.print_design .print_cont .print_design_list li dd img{
	width: 100%;
	height: auto;
}

.print_design .print_cont .print_design_list li dd ol {
	margin: 20px 0;
	font-size: 13px;
	text-align: center;
}
.print_design .print_cont .print_design_list li dd ol li {
	display: inline-block;
	margin-right: 10px;
}
.print_design .print_cont .print_design_list li dd ol li span {
	margin-right: 5px;
	font-weight: 700;
	font-style: italic;
}

/*-------------------フードひもについて----------------*/
.hood_himo {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 30px;
	width: 1000px;
	margin: 45px auto;
}

.hood_himo .hood_cont {
	width: 400px;
}
.hood_himo .hood_cont dt {
	color: #0c6cc5;
	margin-bottom: 20px;
	padding: 5px 0 5px 25px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.7em;
	border-left: 6px solid #0c6cc5;
}
.hood_himo .hood_cont dd p {
	line-height: 2em;
}
.hood_himo .hood_cont dd .caution {
	color: #e90606;
	margin-top: 10px;
	font-weight: 700;
}


/*-----------------------------------------------
	生地の厚さについて
------------------------------------------------*/
.cloth_data {
	background: #f7f7ef;
	margin-bottom: 50px;
	padding: 80px 0 60px 0;
}

.cloth_data .cloth_data_h_under {
    margin-bottom: 40px;
    text-align: center;
	position: relative;
}
.cloth_data .cloth_data_h_under > span {
	display: inline-block;
	background: #f7f7ef;
	padding: 0 80px;
	font-size: 44px;
	font-weight: 700;
	letter-spacing: .08em;
	position: relative;
	z-index: 2;
}
.cloth_data .cloth_data_h_under:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #161513;
	position: absolute;
	top: 50%;
	z-index: 1;
}

.cloth_data .cloth_data_h_under .hukidashi {
	display: inline-block;
	font-size: 26px;
	color: #FFF;
	background: #00af7c;
	padding: 20px 35px;
	border-radius: 3px;
	margin-bottom: 40px;
	position: relative;
}
.cloth_data .cloth_data_h_under .hukidashi:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -9px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 3.5px 0 3.5px;
	border-color: #00af7d transparent transparent transparent;
}
.cloth_data .cloth_data_h_under .cloth {
	display: block;
}

/*--厚さ別　お薦め商品--*/
.cloth_recommend .cloth_recommend_h {
	width: fit-content;
	display: block;
	margin: 0 auto 50px;
	padding: 0 15px 15px;
	font-size: 33px;
	font-weight: 700;
	line-height: 60px;
	text-align: center;
	position: relative;
}
.cloth_recommend .cloth_recommend_h:after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	border-top: 3px solid #003260;
	border-bottom: 3px solid #003260;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	margin: auto;
}
.cloth_recommend .cloth_recommend_h .blue {
	color: #FFF;
	background: #003260;
	padding: 10px 20px;
	margin-right: 30px;
	font-size: 30px;
	position: relative;
}
.cloth_recommend .cloth_recommend_h .blue:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 8px;
	border-color: transparent transparent transparent #003260;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	position: absolute;
	right: -8px;
	top: 50%;
}

/**/
.cloth_recommend .recommend_list{
	display: flex;
	gap: 20px;
}
.cloth_recommend .recommend_list > li {
	width: 320px;
	background: #FFF;
	padding: 45px 20px 30px 20px;
	box-shadow: 0px 5px 12px 0px rgba(0, 23, 45, 0.09);
	position: relative;
}

.cloth_recommend .recommend_list > li > dl > dt {
	margin-bottom: 25px;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
}
.cloth_recommend .recommend_list dt .green {
	color: #00af7c;
}

.cloth_recommend .recommend_list dt .recommend {
	color: #FFF;
	padding: 10px 25px;
	font-size: 20px;
	border-radius: 3px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	position: absolute;
	top: -20px;
	left: 50%;
}
.cloth_recommend .recommend_list .cloth_usude .recommend { background: #f2b957;  } 
.cloth_recommend .recommend_list .cloth_standard .recommend { background: #f87050;  } 
.cloth_recommend .recommend_list .cloth_atsude .recommend { background: #eb3027;  }

.cloth_recommend .recommend_list .item_img {
	margin-bottom: 10px;
	position: relative;
}
.cloth_recommend .recommend_list .item_img li:first-child {
	margin-bottom: 5px;
}

.cloth_recommend .recommend_list .item_img .oz_data {
	height: 36px;
	background: #003260;
	color: #FFF;
	padding: 0 10px;
	font-size: 17px;
	font-weight: 700;
	line-height: 36px;
	position: absolute;
	top: -5px;
	left: 10px;
}
.cloth_recommend .recommend_list .item_img .oz_data:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 0 4px;
	border-color: transparent transparent transparent #000f1d;
	position: absolute;
	top: 0;
	right: -4px;
}

.cloth_recommend .scene_list {
	color: #003260;
	margin-bottom: 15px;
	padding: 10px 20px;
	font-weight: 700;
	border: 2px solid #003260;
	border-radius: 3px;
}
.cloth_recommend .scene_list dt:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #003260;
	padding-right: 7px;
}

.cloth_recommend .scene_list dd { 
	display: inline;
}
.cloth_recommend .scene_list dd:after {
	content: "、";
}
.cloth_recommend .scene_list dd:last-child:after {
	content: none;
}

.cloth_recommend .item_about .item_name {
	font-size: 16px;
	font-weight: 700;
}

.cloth_recommend .item_about .item_number {
	color: #949494;
	font-size: 13px;
	font-weight: 700;
}

.cloth_recommend .item_about .color_size {
	margin: 5px 0;
	padding-top: 10px;
	border-top: 1px solid #b6b6b6;
}

.cloth_recommend .item_about .color_size dt {
	display: inline-block;
	background: #000;
	color: #FFF;
	margin-right: 7px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: 700;
}
.cloth_recommend .item_about .color_size dd {
	display: inline-block;
	margin-right: 10px;
	font-weight: 700;
	font-size: 15px;
}

.cloth_recommend .item_about .lot {
	background: #e8ebee;
	margin-bottom: 10px;
	padding: 4px 15px;
	font-size: 13px;
	font-weight: 700;
	border-radius: 3px;
}

.cloth_recommend .item_about .maker_price {
	color: #747474;
	font-size: 13px;
	font-weight: 700;
}
.cloth_recommend .item_about .mall_price {
	color: #e31515;
	font-size: 25px;
	font-weight: 700;
}
.cloth_recommend .item_about .mall_price span {
	margin-right: 10px;
	font-size: 13px;
}
.cloth_recommend .item_about .mall_pricetax {
	color: #333;
	font-size: 18px;
	font-weight: 700;
}
.cloth_recommend .item_about .mall_pricetax span {
	margin-right: 10px;
	font-size: 13px;
}

.cloth_recommend .item_about .item_text {
	margin: 10px 0;
	padding-top: 10px;
	font-size: 13px;
	border-top: 1px solid #b6b6b6;
}

.cloth_recommend .item_about .item_link_btn a {
	display: block;
	background: #e31515;
	color: #FFF;
	padding: 15px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	border-radius: 50px;
}

.cloth_recommend .item_about .item_link_btn a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 30px;
	border-style: solid;
	border-width: 6px 0 6px 7px;
	border-color: transparent transparent transparent #FFF;
}

.cloth_recommend .item_about .item_link_btn a:hover {
	background: #ff6300;
    transition: all  0.3s ease;
}


/*-----------------------------------------------
	オプション加工
------------------------------------------------*/
.option_type {
	background: #f3f1ed;
	padding: 50px 0 55px 0;
	margin-bottom: 45px;
}
.option_type .option_type_h {
	min-height: 89px;
	color: #FFF;
	background-image: url(../../../../_images/type/parka/option_h.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 25px;
	margin-bottom: 35px;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
}

/*--オプション加工　list--*/
.option_type_list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 20px;
	width: 1000px;
	margin: 0 auto 20px;
}

.option_type_list li {
	display: flex;
	flex-direction: row-reverse;
	width: 490px;
	background: #FFF;
	border: 5px solid #d9d9d9;
}

.option_type_list li .option_img {
	width: 240px;
	height: 100%;
	overflow: hidden;
}
.option_type_list li .option_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.option_type_list li dl {
	width: 240px;
	padding: 55px 15px 15px 20px;
	position: relative;
}
.option_type_list li dl dt {
	color: #0067c7;
	margin-bottom: 10px;
	font-size: 21px;
	font-weight: 700;
}
.option_type_list li dl dt:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 7px;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #0067c7;
}

.option_type_list li dl dd p{
	line-height: 1.6em;
}

.option_type_list li dl dd.hukidashi {
	width: 175px;
	height: 40px;
	color: #FFF;
	font-size: 15px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	border-radius: 3px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	position: absolute;
	top: -10px;
	left: 50%;
}
.option_type_list li dl dd.green { background: #00af7c; }
.option_type_list li dl dd.purple { background: #ad6fb6; }

.option_type_list li dl dd.hukidashi span { 
	display: block;
	height: 40px;
	position: relative;
}
.option_type_list li dl dd.hukidashi span:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 3px 0 3px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	position: absolute;
	bottom: -6px;
	left: 50%;
}
.option_type_list li dl dd.green span:after { border-color: #00af7c transparent transparent transparent; }
.option_type_list li dl dd.purple span:after { border-color: #ad6fb6 transparent transparent transparent; }

.option_type .caution {
	width: 1000px;
	color: #00af7c;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 700;
	text-align: right;
	letter-spacing: .08em;
}

/*--文章が長い時--
.option_type_list dl.long_text {
	padding: 45px 15px 0 20px;	
}
.option_type_list dl.long_text dd p { line-height: 1.6em; }

*/


/*-----------------------------------------------
	手書きデザイン
------------------------------------------------*/
.tegaki_img {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	width: 1000px;
	margin: 0 auto 60px auto;
}

.tegaki_img .tegaki_img_text {
	width: 430px;
	padding: 30px 0 0 35px;
}
.tegaki_img_text .tegaki_img_h {
	margin-bottom: 20px;
	font-weight: 700;
}
.tegaki_img_text .tegaki_img_h .catch {
	display: block;
	margin-bottom: 5px;
	font-size: 20px;
}
.tegaki_img_text .tegaki_img_h .yellow {
	background: linear-gradient(transparent 35%, #fffd2f 0%);
	padding: 0 15px;
	font-size: 29px;
	line-height: 1.8em;
}
.tegaki_img_text .text {
	line-height: 2em;	
}


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

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

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

.flow_cont .flow_day:after{
	content: "";
 	margin-left: -17px;
	border: 22px solid transparent;
	border-bottom: 23px solid #005e89;
	position: absolute;
	top: -45px;
	left: 50%;
 	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%);
	color: #005e89;
	padding: 0 5px;
	font-weight: 700;
}
.flow_cont .flow_day .ps {
	color: #4f4e55;
	font-size: 13px;
	padding-top: 5px;
}


/*-----------------------------------------------
活用シーン
------------------------------------------------*/
.scene {
	background-image: url(../../../../_images/type/_common/scene_line_under.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0 auto 50px auto;
	padding-bottom: 65px;
}
.scene .scene_h {
	text-align: center;
}

.scene .scene_h .type {
	display: inline-block;
	background: #FFF;
	color: #152a79;
	margin-bottom: 15px;
	padding: 7px 14px;
	font-size: 23px;
	font-weight: 700;
	border: 3px solid #152a79;
	border-radius: 5px;
	letter-spacing: .07em;
}
.scene .scene_h .ribbon {
	display: block;
	background-image: url(../../../../_images/type/_common/red_ribbon.gif);
	background-repeat: no-repeat;
	color: #FFF;
	margin-bottom: 30px;
	padding-top: 23px;
	min-height: 80px;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	letter-spacing: .1em;
}

.scene .scene_list{
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.scene .scene_list li {
	display: flex;
	width: 100%;
	box-shadow: 0.877px 2.869px 9.3px 0.7px rgba(101, 107, 108, 0.26);
	border-radius: 10px;
	position: relative;
}
.scene .scene_list li:nth-of-type(even) {
	flex-direction: row-reverse;
}

.scene .scene_list .data_cont {
	width: 425px;
	padding: 25px;
}
.scene .scene_list .img {
	width: 315px;
}
.scene .scene_list .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right;
	border-radius: 10px 0 0 10px;
}
.scene .scene_list li:nth-of-type(even) .img img {
	border-radius: 0 10px 10px 0;
}


.scene .scene_list .scene_li_h {
	color: #ff1647;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
}
.scene .scene_list .text {
	font-size: 13px;
}
.scene .scene_list .text_large {
	font-size: 13px;
	line-height: 1.7em;
}

.scene .scene_list li:before {
	content: "";
	display: block;
	width: 64px;
	height: 68px;
	background-repeat: no-repeat;
	position: absolute;
	top: -4px;
	left: 10px;
}
.scene .scene_list li:nth-child(even):before {
	content: "";
	display: block;
	width: 64px;
	height: 68px;
	position: absolute;
	top: -4px;
	left: 435px;
}

.scene .scene_list .scene_1:before {
	background-image: url(../../../../_images/type/_common/scene_01.gif);
}
.scene .scene_list .scene_2:before {
	background-image: url(../../../../_images/type/_common/scene_02.gif);
}
.scene .scene_list .scene_3:before {
	background-image: url(../../../../_images/type/_common/scene_03.gif);
}
.scene .scene_list .scene_4:before {
	background-image: url(../../../../_images/type/_common/scene_04.gif);
}




/*-----------------------------------------------
	parka-zip / ジップパーカー
------------------------------------------------*/

/*-----ジッパーについて-----*/

/*--タイトル--*/
.zipper_data {
	width: 1000px;
	margin: 50px auto 40px auto;
	padding-bottom: 45px;
	border-bottom: 1px solid #c5c5c5;
}
.zipper_data .h_bg_line {
	display: block;
	width: fit-content;
	color: #01136c;
	margin: 0 auto 35px;
	padding: 0 15px 30px 15px;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	position: relative;
}
.zipper_data .h_bg_line:after {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	background-image: linear-gradient(to bottom, #00147a 50%, #008a5d 50%);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.zipper_data .h_bg_line .blue {
	color: #FFF;
	background: #01136c;
	border-radius: 3px;
	padding: 7px 15px;
	margin: 0 15px;
}

/*--コンテンツ--*/
.zipper_data .zipper_list{
	display: flex;
	gap: 30px;
}
.zipper_data .zipper_list li {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 30px;
	width: 485px;
}
.zipper_data .zipper_list li .data_cont {
	width: 230px;
}

.zipper_data .zipper_list li .data_cont dt {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .09em;
}
.zipper_data .zipper_list li .data_cont dt span {
	background: #fffc1d;
	padding: 5px 18px;
}

.zipper_data .zipper_list li .data_cont dd {
	line-height: 2.2em;
	font-size: 13px;
}


/*-------------------ドライジップパーカー----------------*/
.dry_item {
	width: 1000px;
	background: #edf8f7;
	margin: 75px auto 65px auto;
	padding: 145px 40px 45px 40px;
	position: relative;
}
.dry_item .dry_item_h {
	width: 990px;
	height: 117px;
	background: url(../../../../_images/type/parka/parka-zip/dry_item_back.gif) no-repeat top left;
	font-weight: 700;
	line-height: 1.8em;
	letter-spacing: .09em;
	position: absolute;
	top: -10px;
	left: -20px;
}
.dry_item .dry_item_h .left {
	display: inline-block;
	width: 210px;
	color: #004b60;
	margin: 35px 0 0 40px;
	font-size: 21px;
}

.dry_item .dry_item_h .right {
	color: #FFF;
	padding-left: 100px;
	font-size: 41px;
	font-style: italic;
}

.dry_item .dry_info {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
} 

/*--お薦めドライ--*/
.dry_item .recommend_item .recommend_h {
	color: #11207f;
	font-weight: 700;
	font-style: italic;
	font-size: 29px;
	letter-spacing: .1em;
	text-align: center;
}
.dry_item .recommend_item .recommend_h:after {
	content: "";
	display: block;
	margin: 20px auto 35px auto;
	width: 500px;
	height: 5px;
	background: #11207f;
}

.dry_item .item_dry_data  {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	gap: 25px;
}
.dry_item .item_dry_data .left {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 560px;
}
.dry_item .item_dry_data .left .dry_item_img{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 15px;
	grid-row-gap: 10px;
}
.dry_item .item_dry_data .left .dry_item_img li:nth-of-type(1) { grid-area: 1 / 1 / 3 / 2; position: relative;}
.dry_item .item_dry_data .left .dry_item_img li:nth-of-type(2) { grid-area: 1 / 2 / 2 / 3; }
.dry_item .item_dry_data .left .dry_item_img li:nth-of-type(3) { grid-area: 2 / 2 / 3 / 3; } 

.dry_item .item_dry_data .left .dry_item_img li .oz_data {
	height: 36px;
	background: #003260;
	color: #FFF;
	padding: 0 10px;
	font-size: 17px;
	font-weight: 700;
	line-height: 36px;
	position: absolute;
	top: -5px;
	left: 15px;
}
.dry_item .item_dry_data .left .dry_item_img li .oz_data:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 0 4px;
	border-color: transparent transparent transparent #000f1d;
	position: absolute;
	top: 0;
	right: -4px;
}

/**/
.dry_item .item_dry_data .right {
	width: 335px;
}
.dry_item .item_dry_data .right .item_name {
	background: #FFF;
	margin-bottom: 15px;
	padding: 10px 15px 10px 25px;
	font-weight: 700;
	font-size: 18px;
	border-left: 5px solid #12aeda;
}

.dry_item .item_dry_data .right .item_name .item_number {
	display: block;
	color: #949494;
	font-size: 13px;
}

.dry_item .item_dry_data .right .color_size {
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
}

.dry_item .item_dry_data .right .color_size dt {
	display: inline-block;
	background: #000;
	color: #FFF;
	padding: 0 10px;
	font-size: 12px;
	font-weight: 700;
}
.dry_item .item_dry_data .right .color_size dd {
	display: inline-block;
	margin-right: 10px;
	font-size: 15px;
	font-weight: 700;
}

.dry_item .item_dry_data .right .lot {
	background: #e8ebee;
	margin-bottom: 10px;
	padding:7px 15px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	border-radius: 3px;
}

.dry_item .item_dry_data .right .maker_price {
	color: #747474;
	font-size: 13px;
	font-weight: 700;
}
.dry_item .item_dry_data .right .mall_price {
	color: #e31515;
	font-size: 25px;
	font-weight: 700;
}
.dry_item .item_dry_data .right .mall_price span {
	margin-right: 10px;
	font-size: 13px;
}
.dry_item .item_dry_data .right .mall_pricetax {
	color: #333;
	font-size: 18px;
	font-weight: 700;
}
.dry_item .item_dry_data .right .mall_pricetax span {
	margin-right: 10px;
	font-size: 13px;
}

.dry_item .item_dry_data .right .item_text {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 13px;
}

.dry_item .item_dry_data .right .item_link_btn a {
	display: block;
	background: #ce4ecd;
	color: #FFF;
	padding: 15px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	border-radius: 50px;
}

.dry_item .item_dry_data .right .item_link_btn a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 30px;
	border-style: solid;
	border-width: 6px 0 6px 7px;
	border-color: transparent transparent transparent #FFF;
}

.dry_item .item_dry_data .right .item_link_btn a:hover {
	background: #a34eee;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}








