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

/**/
.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;
	background-position: center;
	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;
}


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

/*----２列ボックス----*/
.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 .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);
}
/**/
.item_recommend_scene .item_scene_list .h_flag {
	height: 60px;
	color: #FFF;
	background-color: #00af7c;
	background-repeat: no-repeat;
	padding: 0 30px 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:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../../../../_images/type/tote/_common/check_green.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
	position: absolute;
	left: 25px;
	top: 0;
	bottom: 0;
}
.item_recommend_scene .item_scene_list .h_flag:after { 
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 20px 30px 0;
	border-color: #00af7c transparent #00af7c transparent;
	position: absolute;
	right: -20px;
	top: 0;
}

.item_recommend_scene .item_scene_list .h_flag.long {
	font-size: 21px;
	letter-spacing: 0;
}

/*navy*/
.item_recommend_scene .item_scene_list .h_flag.navy {
	background-color: #00289c;
}
.item_recommend_scene .item_scene_list .h_flag.navy:before {
	background-image: url(../../../../_images/type/tote/_common/check_navy.gif);
}
.item_recommend_scene .item_scene_list .h_flag.navy:after { 
	border-color: #00289c transparent #00289c transparent;
}

/*見出し 吹き出し*/
.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,
.item_recommend_scene .h_balloon:after{
	content: "";
	border: 9px solid transparent;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	position: absolute;
	left: 50%;
}
.item_recommend_scene .h_balloon:before {
	border-top: 12px solid #FFF;
	position: absolute;
	bottom: -17px;
	z-index: 2;
}
.item_recommend_scene .h_balloon:after {
	border-top: 14px solid #00192c;
	bottom: -23px;
	z-index: 1;
}
.item_recommend_scene .h_balloon span {
	color: #e31515;
	margin-right: 5px;
}


/*------*/
.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 > .info{
	display: flex;
	flex-direction: row-reverse;
	gap: 20px;
	margin: 5px auto 15px;
}
.item_recommend_scene .item_scene_list .recommend_box .item_img {
	width: 240px;
	position: relative;
}
.item_recommend_scene .item_scene_list .recommend_box .item_img img{
	width: 100%;
	height: auto;
}
/*---アイコン---*/
.item_recommend_scene .item_scene_list .recommend_box .item_img a:before {
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain auto;
	width: 60px;
	height: 25px;
	position: absolute;
	right: 5px;
	top: 5px;
}

/*マークレススタイル*/
.item_recommend_scene .item_scene_list .recommend_box .item_img.mark a:before {
	background-color: #fff;
	background-image: url(../../../../_images/product/_common/brand/mark.gif);
}
/*サーモス*/
.item_recommend_scene .item_scene_list .recommend_box .item_img.thermos a:before {
	background-color: #fff;
	background-image: url(../../../../_images/product/_common/brand/thermos.gif);
}
/*------*/

.item_recommend_scene .item_scene_list .recommend_box .item_data {
	width: 170px;
	font-weight: 700;
}
.item_recommend_scene .item_scene_list .recommend_box .item_name {
	width: 100%;
	font-weight: 700;
	font-size: 17px;
	line-height: 1.4em;
}
.item_recommend_scene .item_scene_list .recommend_box .item_number {
	width: 100%;
	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 dl.text {
	width: 100%;
	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{
	width: 100%;
}
.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;
    transition: all 0.3s ease;
}
.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;
	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;
}



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


/*--------------------------------------------------------------
	各ページ：保冷
--------------------------------------------------------------*/
/*-------メイン画像--------*/
.mainimg_type.type_cool { background-image: url(../../../../_images/type/tote/cool/main-img.webp); }

/*-------特徴--------*/
.item_about.cool .about_mainimg {
	top: -25px;
	left: -33px;
}

/*-------オススメ--------*/
.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); }

/*-------注意点--------*/
.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;
}


/*--------------------------------------------------------------
	各ページ：ポケット付き
--------------------------------------------------------------*/
/*-------メイン画像--------*/
.mainimg_type.type_pocket { background-image: url(../../../../_images/type/tote/pocket/main-img.webp); }

/*-------特徴--------*/
.item_about.pocket .about_mainimg {
	top: -40px;
	left: -20px;
}


/*--------------------------------------------------------------
	各ページ：ファスナー付き
--------------------------------------------------------------*/
/*-------メイン画像--------*/
.mainimg_type.type_fastener { background-image: url(../../../../_images/type/tote/fastener/main-img.webp); }

/*-------特徴--------*/
.item_about.fastener .about_h{
	letter-spacing: 0.06em;
}
.item_about.fastener .about_mainimg {
	top: -30px;
	left: -20px;
}


/*--------------------------------------------------------------
	各ページ：折りたたみ
--------------------------------------------------------------*/
/*-------メイン画像--------*/
.mainimg_type.type_folding { background-image: url(../../../../_images/type/tote/folding/main-img.webp); }


/*-------特徴--------*/
.item_about.folding .about_mainimg {
	top: -25px;
	left: -33px;
}

/*-------オススメ--------*/
.type_folding .scene_l .scene_photo { background-image: url(../../../../_images/type/tote/folding/scene-text1.webp); }
.type_folding .scene_r .scene_photo { background-image: url(../../../../_images/type/tote/folding/scene-text2.webp); }

