@charset 'UTF-8';
/*-----------------------------------------------
メイン画像
------------------------------------------------*/

.mainImg-box{
	width: 1000px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	font-weight: bold;
	margin-bottom: 20px;
}
.mainImg-box .titleBox{
	width: 480px;
	text-align: center;
}
.mainImg-box .itemImg{
	position: relative;
	z-index: 0;
}
.mainImg-box .itemImg::before{
	content: "";
	display: block;
	position: absolute;
	width: 160px;
	height: 153px;
	top: 80px;
	left: -25px;
}
.tumbler_cont .mainImg-box .itemImg::before{
	background-image: url(../../../../_images/brand/thermos/tumbler/icon-main.webp);
}
.bottle_cont .mainImg-box .itemImg::before{
	background-image: url(../../../../_images/brand/thermos/bottle/icon-main.webp);
}
.mainImg-box .titleBox h1{
	font-size: 38px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 20px;
}
.mainImg-box .titleBox h1 span.border{
	display: block;
	font-size: 33px;
	color: #d7131d;
	padding: 15px 5px;
	border-top: solid 1px #d7131d;
	border-bottom: solid 1px #d7131d;
	margin-bottom: 20px;
}
.mainImg-box .titleBox h1 span.border .title_main{
	font-size: 70px;
	display: block;
	letter-spacing: 0.04em;
	line-height: 1.2em;
}
.mainImg-box .titleBox .title_copy{
	display: block;
	font-size: 25px;
	letter-spacing: 0.04em;
	line-height: 1.2em;
	color: #fff;
	padding: 12px;
	background: #d7131d;
	border-radius: 8px;
	margin: 15px 0 30px;
}
.mainImg-box .titleBox > p.text{
	margin: 15px 0;
	font-size: 19px;
	letter-spacing: 0.06em;
	line-height: 1.8em;
	text-align: center;
	color: #303030;
}
.mainImg-box .titleBox > ul{
	display: flex;
	justify-content: center;
	gap: 15px
}
.mainImg-box .titleBox > ul li{
	background-color: #fff;

	color: #166bd9;
	padding: 15px;
	font-size: 18px;
	font-weight: 600;
	border-radius: 10px;
	box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
}



/*-----------------------------------------------
お薦め商品
------------------------------------------------*/
.bottle_cont  .item_rank{
	background: url(../../../../_images/brand/thermos/bottle/rank_h.webp) no-repeat;
}
.tumbler_cont  .item_rank{
	background: url(../../../../_images/brand/thermos/tumbler/rank_h.webp) no-repeat;
}

/*-----------------------------------------------
バナー
------------------------------------------------*/
.link_banner{
	text-align: center;
	margin-bottom: 50px;
}


