@charset 'UTF-8';

* { box-sizing: border-box;}

.green_line {
	background: linear-gradient(transparent 45%, #ecff4d 0%);
	padding: 5px;
}

/*-----------------------------------------------
メイン画像
------------------------------------------------*/
.mainimg_type {
	width: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 370px;
	border-top: 5px solid #eff701;
}
/*A4*/
.mainimg_type.type_a4size { background-image: url(../../../../_images/type/tote/a4/main-img.webp); }
/*ショルダー*/
.mainimg_type.type_shoulder { background-image: url(../../../../_images/type/tote/shoulder/main_img.webp); }
/*サコッシュ*/
.mainimg_type.type_sacosh { background-image: url(../../../../_images/type/tote/sacosh/main_img.webp); }
/*リュック*/
.mainimg_type.type_knapsack { background-image: url(../../../../_images/type/tote/knapsack/main_img.webp); }
/*ポーチ*/
.mainimg_type.type_pouch { background-image: url(../../../../_images/type/tote/pouch/main_img.webp); }
/*巾着*/
.mainimg_type.type_drawstring-bag { background-image: url(../../../../_images/type/tote/drawstring-bag/main_img.webp); }
/*マルシェ*/
.mainimg_type.type_marche { background-image: url(../../../../_images/type/tote/marche/main_img.webp); }
/*保冷*/
.mainimg_type.type_cool { background-image: url(../../../../_images/type/tote/cool/main-img.webp); }
/*小判抜き*/
.mainimg_type.type_koban { background-image: url(../../../../_images/type/tote/koban/main-img.webp); }
/*クリアバッグ*/
.mainimg_type.type_clear { background-image: url(../../../../_images/type/tote/clear/main-img.webp); }
/*ランチバッグ*/
.mainimg_type.type_lunch { background-image: url(../../../../_images/type/tote/lunch/main-img.webp); }
/*マチなし*/
.mainimg_type.type_flat { background-image: url(../../../../_images/type/tote/flat/main-img.webp); }
/*ポケット付き*/
.mainimg_type.type_pocket { background-image: url(../../../../_images/type/tote/pocket/main-img.webp); }
/*ファスナー付き*/
.mainimg_type.type_fastener { background-image: url(../../../../_images/type/tote/fastener/main-img.webp); }


/**/
.mainimg_type .mainimg_cont {
	width: 960px;
	background-color: rgba(255,255,255,0.9);
	padding: 70px 30px 30px 30px;
	margin: 0 auto 50px auto;
	box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.16);
	position: relative;
}

.mainimg_type .mainimg_cont .main_check {
	display: flex;
	justify-content: center;
	gap: 20px;
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	margin: auto;
}
.mainimg_type .mainimg_cont .main_check.text > li{
	background-color: #1d79c6;
	color: #fff;
	padding: 15px 20px 15px 50px;
	font-size: 20px;
	font-weight: 700;
	border-radius: 5px;
	position: relative;
}
.mainimg_type .mainimg_cont .main_check.text > li:before{
	content: "";
	display: block;
	width: 8px;
	height: 12px;
	border-right: 4px solid #fff;
	border-bottom: 3px solid #fff;
	border-radius: 0 3px;
	transform: rotate(45deg);
	position: absolute;
	left: 25px;
	top: 0;
	bottom: 5px;
	margin: auto;
}
.mainimg_type .mainimg_cont .main_check.text > li:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 10px solid #1d79c6;
	position: absolute;
	bottom: -17px;
	left: 0;
	right: 0;
	margin: auto;
}

.mainimg_type .mainimg_cont .main_h {
	margin-bottom: 15px;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	line-height: 1.6em;
}
.mainimg_type .mainimg_cont .main_h .item_name {
	margin-right: 7px;
	font-size: 38px;
}
.mainimg_type .mainimg_cont .green_line {
	padding: 5px 25px;
}



/*-----------------------------------------------
	特徴
------------------------------------------------*/
.item_about {
	width: 1000px;
	background-image: url(../../../../_images/type/tote/_common/paper_gray.gif);
	background-repeat: repeat;
	margin: 80px auto;
	border: 2px solid #e9e9e9;
	position: relative;
}

.item_about .item_about_cont {
	width: 1000px;
	padding: 35px 40px 35px 530px;
	font-weight: 700;
}

.item_about .item_about_cont .about_h {
	margin-bottom: 25px;
	font-weight: 700;
	font-size: 32px;
	letter-spacing: .1em;
}
.item_about .item_about_cont .about_h.long {
	letter-spacing: 0;
	font-size: 31px;
}

.item_about .item_about_cont .about_h span {
	padding: 0 5px 5px 5px;
	line-height: 1.8em;
	border-bottom: 	4px solid #000;
}

.item_about .item_about_cont .text dt {
	margin-bottom: 25px;
	font-size: 20px;
}

.item_about .item_about_cont .text dd {
	width: 	420px;
	margin-bottom: 20px;
	line-height: 2em;
}

.item_about .item_about_cont .color dt {
	margin-bottom: 25px;
	font-size: 17px;
}

.item_about .about_mainimg {
	position: absolute;
}

/*A4*/
.item_about .about_mainimg.a4size {
	top: -30px;
	left: 10px;
}
.item_about .about_mainimg.a4size2 {
	top: 15px;
	left: 10px;
}
/*ショルダー*/
.item_about .about_mainimg.shoulder {
	top: -25px;
	left: -33px;
}
/*サコッシュ*/
.item_about .about_mainimg.sacosh {
	top: -20px;
	left: -30px;
}
/*リュック*/
.item_about .about_mainimg.knapsack {
	top: 40px;
	left: -40px;
}
/*ポーチ*/
.item_about .about_mainimg.pouch {
	top: 10px;
	left: -40px;
}
/*巾着*/
.item_about .about_mainimg.drawstring-bag {
	top: -25px;
	left: -33px;
}
/*マルシェ*/
.item_about .about_mainimg.marche {
	top: -25px;
	left: -33px;
}
/*保冷*/
.item_about .about_mainimg.cool {
	top: -25px;
	left: -33px;
}
/*小判抜き*/
.item_about .about_mainimg.koban {
	top: -15px;
	left: -20px;
}
/*クリアバッグ*/
.item_about .about_mainimg.clear {
	top: -15px;
	left: -20px;
}
/*マチなし*/
.item_about.flat .about_mainimg {
	top: -30px;
	left: -20px;
}
/*ポケット付き*/
.item_about.pocket .about_mainimg {
	top: -40px;
	left: -20px;
}
/*ファスナー付き*/
.item_about.fastener .about_h{
	letter-spacing: 0.06em;
}
.item_about.fastener .about_mainimg {
	top: -30px;
	left: -20px;
}


/*-----------------------------------------------
	お薦め
------------------------------------------------*/
/*--大見出し--*/
.item_recommend_scene .item_scene_h {
	width: 100%;
	background: #f2f2f2;
	margin-bottom: 30px;
	padding: 25px 0;
	font-weight: 700;
	font-size: 35px;
	text-align: center;
	line-height: 1.8em;
}
.item_recommend_scene .item_scene_h .red {
	color: #FFF;
	margin-bottom: 20px;
	padding: 10px 25px;
	font-size: 26px;
	background: #e31d28;
}
.item_recommend_scene .item_scene_h .name {
	display: block;
}


.item_recommend_scene.type_pouch .item_scene_h .name {
	display: inline-block;
	margin-left: 30px;
}


/*----２列ボックス----*/
.item_recommend_scene .item_scene_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px 0;
	width: 1000px;
	margin: 0 auto 70px;
}
.item_recommend_scene.type_pouch .item_scene_list { margin-bottom: 30px; }

.item_recommend_scene .item_scene_list > li {
	width: 485px;
	position: relative;
}

/*--画像見出し--*/
.item_recommend_scene .scene_photo {
	min-height: 370px;
	background-repeat: no-repeat;
	background-position: top center;
	margin-bottom: 25px;
	padding: 270px 35px 0 35px;
	font-weight: 700;
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2);
}
/*A4*/
.type_a4size .scene_l .scene_photo { background-image: url(../../../../_images/type/tote/a4/scene-text1.webp); }
.type_a4size .scene_r .scene_photo { background-image: url(../../../../_images/type/tote/a4/scene-text2.webp); }
/*ショルダー*/
.type_shoulder .scene_l .scene_photo { background-image: url(../../../../_images/type/tote/shoulder/scene_text1.webp); }
.type_shoulder .scene_r .scene_photo { background-image: url(../../../../_images/type/tote/shoulder/scene_text2.webp); }
/*サコッシュ*/
.type_sacosh .scene_l .scene_photo { background-image: url(../../../../_images/type/tote/sacosh/scene_text1.webp); }
.type_sacosh .scene_r .scene_photo { background-image: url(../../../../_images/type/tote/sacosh/scene_text2.webp); }
/*リュック*/
.type_knapsack .scene_l .scene_photo { background-image: url(../../../../_images/type/tote/knapsack/scene_text1.webp); }
.type_knapsack .scene_r .scene_photo { background-image: url(../../../../_images/type/tote/knapsack/scene_text2.webp); }
/*巾着*/
.type_drawstring-bag .scene_l .scene_photo { background-image: url(../../../../_images/type/tote/drawstring-bag/scene_text1.webp); }
.type_drawstring-bag .scene_r .scene_photo { background-image: url(../../../../_images/type/tote/drawstring-bag/scene_text2.webp); }
/*マルシェ*/
.type_marche .scene_l .scene_photo { background-image: url(../../../../_images/type/tote/marche/scene_text1.webp); }
.type_marche .scene_r .scene_photo { background-image: url(../../../../_images/type/tote/marche/scene_text2.webp); }
/*保冷*/
.type_cool .scene_l .scene_photo { background-image: url(../../../../_images/type/tote/cool/scene-text1.webp); }
.type_cool .scene_r .scene_photo { background-image: url(../../../../_images/type/tote/cool/scene-text2.webp); }
/*小判抜き*/
.type_koban .scene_l .scene_photo { background-image: url(../../../../_images/type/tote/koban/scene-text1.webp); }
.type_koban .scene_r .scene_photo { background-image: url(../../../../_images/type/tote/koban/scene-text2.webp); }
/*クリアバッグ*/
.type_clear .scene_l .scene_photo { background-image: url(../../../../_images/type/tote/clear/scene-text1.webp); }
.type_clear .scene_r .scene_photo { background-image: url(../../../../_images/type/tote/clear/scene-text2.webp); }
/*ランチバッグ*/
.type_lunch .scene_l .scene_photo { background-image: url(../../../../_images/type/tote/lunch/scene-text1.webp); }
.type_lunch .scene_r .scene_photo { background-image: url(../../../../_images/type/tote/lunch/scene-text2.webp); }


.item_recommend_scene .item_scene_list .h_flag {
	height: 60px;
	color: #FFF;
	background: #00af7c url(../../../../_images/type/tote/_common/check_green.gif);
	background-repeat: no-repeat;
	background-position: 28px;
	padding: 0 50px 0 55px;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 60px;
	position: absolute;
	top: -35px;
	left: -10px;
}
.item_recommend_scene .item_scene_list .h_flag.navy {
	background: #00289c url(../../../../_images/type/tote/_common/check_navy.gif);
	background-repeat: no-repeat;
	background-position: 28px;
}
.item_recommend_scene .item_scene_list .h_flag.long {
	font-size: 21px;
	letter-spacing: 0;
}

.item_recommend_scene .item_scene_list .h_flag span { 
	display: block;
	position: relative;
}
.item_recommend_scene .item_scene_list .h_flag span:after { 
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 20px 30px 0;
	border-color: transparent #ffffff transparent transparent;
	position: absolute;
	right: -50px;
	top: 0;
}

/*見出し 吹き出し*/
.item_recommend_scene .h_balloon {
	color: #00192c;
	margin-bottom: 25px;
	padding: 18px;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	border: solid 3px #00192c;
	border-radius: 5px;
	position: relative;
}
.item_recommend_scene .h_balloon:before {
	content: "";
	border: 9px solid transparent;
	border-top: 12px solid #FFF;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	position: absolute;
	bottom: -17px;
	left: 50%;
	z-index: 2;
}
.item_recommend_scene .h_balloon:after {
	content: "";
	position: absolute;
	bottom: -23px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	border: 9px solid transparent;
	border-top: 14px solid #00192c;
	z-index: 1;
}
.item_recommend_scene .h_balloon span {
	color: #e31515;
	margin-right: 5px;
}

/*紫*/
.item_recommend_scene .h_balloon.purple {
	background: #f6e8fd;
	color: #00192c;
	margin-bottom: 20px;
	border: solid 3px #ece1f2;
}
.item_recommend_scene .h_balloon.purple:before {
	border-top: 12px solid #f6e8fd;
}
.item_recommend_scene .h_balloon.purple:after {
	border-top: 14px solid #ece1f2;
}

/*------*/
.item_recommend_scene .item_scene_list > li > ul{
	display: flex;
	flex-direction: column;
	gap: 15px 0;
}

.item_recommend_scene .item_scene_list .recommend_box {
	background: #f8f8f8;
	padding: 30px 25px;
	border: 1px solid #e1e1e1;
}

.item_recommend_scene .item_scene_list .recommend_box .item_img {
	width: 240px;
	margin-bottom: 15px;
	float: left;
}

.item_recommend_scene .item_scene_list .recommend_box .item_data {
	width: 165px;
	font-weight: 700;
	float: right;
}
.item_recommend_scene .item_scene_list .recommend_box .item_name {
	font-weight: 700;
	font-size: 17px;
	line-height: 1.4em;
}
.item_recommend_scene .item_scene_list .recommend_box .item_number {
	color: #949494;
	font-size: 13px;
	font-weight: 700;
}

.item_recommend_scene .item_scene_list .recommend_box .color_size dt {
	display: inline-block;
	background: #000;
	color: #FFF;
	margin: 0 5px 3px 0;
	padding: 0px 5px;
	font-weight: 700;
	font-size: 12px;
}
.item_recommend_scene .item_scene_list .recommend_box .color_size dd {
	display: inline-block;
}
.item_recommend_scene .item_scene_list .recommend_box .maker_price {
	color: #747474;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 12px;
	border-top: 1px dotted #000;
}

.item_recommend_scene .item_scene_list .recommend_box .mall_price {
	background: #FFF;
	color: #e20f1b;
	margin-bottom: 10px;
	padding: 5px 13px;
	font-size: 21px;
	border-radius: 3px;
}
.item_recommend_scene .item_scene_list .recommend_box .mall_price span {
	display: block;
	font-size: 12px;
}
.item_recommend_scene .item_scene_list .recommend_box .mall_price span.tax{
	display: inline-block;
	color: #333;
}

.item_scene_list .recommend_box .text {
	margin-bottom: 15px;
}
.item_scene_list .recommend_box .text dt {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 700;
}
.item_scene_list .recommend_box .text dd {
	font-size: 13px;
	letter-spacing: .03em;
}

.item_scene_list .recommend_box .item_link_btn a {
	display: block;
	height: 55px;
	background: #e31515;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 55px;
	border-bottom: 3px solid #c2c2c2;
	border-radius: 30px;
}
.item_scene_list .recommend_box .item_link_btn a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 7px;
	border-color: transparent transparent transparent #FFF;
	margin-left: 30px;
}

.item_scene_list .recommend_box .item_link_btn a:hover {
	background: #fda00b;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/*------*/
.other_recommend_item {
	min-height: 220px;
	margin-top: 40px;
	padding: 35px 34px 10px 34px;
	border: 1px solid #000;
	position: relative;
}
.other_recommend_item h6 {
	display: block;
	width: fit-content;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	position: absolute;
	top: -0.5em;
	left: 0;
	right: 0;
	margin: auto;
}
.other_recommend_item h6 span {
	display: block;
	background: #FFF;
	padding: 0 20px;
}

.other_recommend_item > ul {
	display: flex;
	justify-content: center;
	gap: 20px;
}
.other_recommend_item > ul > li {
	width: calc(100% / 3);
	height: 100%;
	margin: 0;
	text-align: center;
}

.other_recommend_item > ul > li span {
	display: block;
	margin-top: 10px;
	font-weight: 700;
	line-height: 1.4em;
}
.other_recommend_item > ul > li span:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 8px;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #000;
}

.item_recommend_scene .text_purple {
	width: 1000px;
	margin: 0 auto 40px auto;
	text-align: right;
	font-weight: 700;
}
.item_recommend_scene .text_purple span {
	background: #ecc6ff;
	padding: 3px 5px;
}




/*-----------------------------------------------
	プリント方法
------------------------------------------------*/
.print_proposal {
	width: 1110px;
	background: url(../../../../_images/type/tote/_common/print_photo.webp) no-repeat top left;
	margin: 0 auto 65px auto;
	padding: 25px 55px 0 520px;
	font-weight: 700;
}

.print_proposal .print_proposal_h {
	margin-bottom: 20px;
	font-size: 31px;
	font-weight: 700;
	line-height: 1.7em;
}
.print_proposal dd {
	margin-bottom: 25px;
	line-height: 2em;
}

.print_proposal .print_proposal_list {
	display: flex;
	gap: 14px;
}
.print_proposal .print_proposal_list li {
	width: 169px;
}
.print_proposal .print_proposal_list.list2 li {
	width: 255px;
}
.print_proposal .caution {
	margin-top: 15px;
	font-size: 13px;
	text-align: right;
}



/*-----------------------------------------------
	素材について
------------------------------------------------*/

.box2_white .box2_li {
	display: flex;
	gap: 30px;
	margin-bottom: 50px;
}
.box2_white .box2_li li {
	width: 355px;
}

.box3_white .box3_li {
	display: flex;
	gap: 25px;
	margin-bottom: 50px;
}
.box3_white .box3_li li {
	width: 230px;
}

.box2_white .text dt,
.box3_white .text dt {
	margin: 15px 0 10px 0;
	font-size: 19px;
	font-weight: 700;
	text-align: center;
}
.box2_white .text dd,
.box3_white .text dd {
	font-size: 13px;
}



/*----------------------------各ページ-------------------------------*/


/*-----------------------------------------------
手書きデータ / knapsack
------------------------------------------------*/
.h_blueline {
	background: #deebf7;
	margin-bottom: 30px;
	padding: 25px 30px 25px 45px;
	font-size: 23px;
	font-weight: 700;
	border-left: 13px solid #1d78c5;
	box-sizing: border-box;
}

.round_purple {
	background: #ecc6ff;
	margin-bottom: 25px;
	padding: 18px 25px;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	border-radius: 5px;
	box-sizing: border-box;
}


/*-----------------------------------------------
リピート制作 / knapsack
------------------------------------------------*/
.repeat_item { margin-bottom: 50px; }
.repeat_item dt { 
	margin-bottom: 20px;
	text-align: center;
}
.repeat_item dd { margin-bottom: 20px; }

.repeat_item dt span {
	display: inline-block;
	background: #FFF;
	color: #00192c;
	margin: 0 auto;
	padding: 13px 50px;
	text-align: center;
	font-weight: 700;
	font-size: 21px;
	border: solid 3px #00192c;
	border-radius: 5px;
	position: relative;
}

.repeat_item dt span:before {
	content: "";
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	border: 9px solid transparent;
	border-top: 12px solid #FFF;
	position: absolute;
	bottom: -17px;
	left: 50%;
	z-index: 2;
}

.repeat_item dt span:after {
	content: "";
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	border: 9px solid transparent;
	border-top: 14px solid #00192c;
	position: absolute;
	bottom: -23px;
	left: 50%;
	z-index: 1;
}

.repeat_item .repeat_second dt span {
	padding: 15px 50px;
	background: #e6fc32;
	border: none;
}

.repeat_item .repeat_second dt span:before {
	content: "";
	border-top: 12px solid #e6fc32;
}
.repeat_item .repeat_second dt span:after {
	content: none;
}

.repeat_item .repeat_ribbon {
	min-height: 74px;
	background: url(../../../../_images/type/tote/knapsack/ribbon_pink.gif) no-repeat center;
	color: #FFF;
	margin-bottom: 30px;
	padding-top: 20px;
	font-size: 21px;
	font-weight: 700;
	text-align: center;
}



/*-----------------------------------------------
カラー指定 / pouch
------------------------------------------------*/
.color_method {
	background: #f4fdff;
	margin-bottom: 60px;
	border: 3px solid #1d78c5;
	box-sizing: border-box;
}
.color_method .color_method_h {
	color: #FFF;
	background: #1d78c5;
	padding: 25px;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}

.color_method .color_method_cont {
	padding: 30px 45px;
}

.color_method .color_method_cont .method_list {
	background: #FFF;
	padding: 20px 40px;
	margin-bottom: 15px;
	border: 4px solid #dfdfdf;
	border-radius: 5px;
}
.color_method .color_method_cont .method_list li {
	background: url(../../_images/type/tote/pouch/check_purple.gif) left no-repeat;
	padding-left: 40px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .06em;
}
.color_method .color_method_cont .method_list li:first-child { margin-bottom: 5px; }

.color_method .color_method_cont .method_img { margin-bottom: 25px; }
.color_method .color_method_cont .method_img li {
	width: 315px;
	float: left;
}
.color_method .color_method_cont .method_img li:first-child { margin-right: 14px; }


/*-----------------------------------------------
	注意点 / cool
------------------------------------------------*/

/*--保冷：注意--*/
.item_pickup{
    margin: 0 auto 70px;
}
.item_pickup .item_pickup_h {
	width: 100%;
	margin-bottom: 30px;
	padding: 25px 0;
	background: #f2f2f2;
	font-weight: 700;
	font-size: 35px;
	text-align: center;
	line-height: 1.8em;
}
.item_pickup .item_pickup_h .name {
	display: block;
}

.item_pickup .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	width: 1000px;
    margin: 0 auto;
}
.item_pickup .inner p{
    width: 500px;
}



/*-----------------------------------------------
	こだわり
------------------------------------------------
.item_kodawari .item_kodawari_h {
	width: 100%;
	padding: 25px 0;
	background: #f2f2f2;
	font-weight: 700;
	font-size: 35px;
	text-align: center;
	line-height: 1.8em;
	margin-bottom: 30px;
}
.item_kodawari .item_kodawari_h .name {
	display: block;
}

.item_kodawari .item_kodawari_list .h_flag {
	background: #AF7C00 url(../../../../_images/type/tote/_common/check_brown.gif) no-repeat;
	background-position: 28px;
	color: #FFF;
	height: 60px;
	padding: 0 50px 0 55px;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 60px;
	position: absolute;
	top: -35px;
	left: -10px;
}
.item_kodawari .item_kodawari_list .h_flag span {
	display: block;
	position: relative;
}
.item_kodawari .item_kodawari_list .h_flag span:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 20px 30px 0;
	border-color: transparent #ffffff transparent transparent;
	position: absolute;
	right: -50px;
	top: 0;
}

.item_kodawari .item_kodawari_list {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
}
.item_kodawari .item_kodawari_list > li {
	width: 485px;
	margin-bottom: 70px;
	position: relative;
}

.item_kodawari .kodawari_photo {
	background-repeat: no-repeat;
	min-height: 370px;
	margin-bottom: 25px;
	padding: 270px 35px 15px 35px;
	font-weight: 700;
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2);
}
*/
/*同人
.type_doujin .scene_l .kodawari_photo {background-image: url(../../../../_images/type/tote/doujin/kodawari-onepoint.jpg); }
.type_doujin .scene_r .kodawari_photo { background-image: url(../../../../_images/type/tote/doujin/kodawari-color.jpg); }
*/

