@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------------------------------------

 bottle　孫カテゴリ
 
----------------------------------------------------------------------------------------------*/
.hierarchy3Cont .contentHead{
	width: 100%;
	min-height: 425px;
	margin-bottom: 40px;
	position: relative;
	box-sizing: border-box;
}

.hierarchy3Cont .contentHead .h2Box{
	background: linear-gradient(to right, #2964ad 0%,#72a6e4 70%,#e8f2ff 100%);
	width: 100%;
	height: 90px;
	box-sizing: border-box;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.hierarchy3Cont .contentHead .h2Box h2{
	display: table-cell;
	width: 900px;
	background: linear-gradient(to right, #2964ad 0%,#72a6e4 70%,#e8f2ff 100%);
	height: 83px;
	color: white;
	font-size: 28px;
	font-weight: bold;
	vertical-align: middle;
	padding: 5px 15px 5px 100px;
	box-sizing: border-box;
	line-height: 1.3em;
	position: relative;
}
.hierarchy3Cont .contentHead .h2Box h2:before{
	content: "";
	display: block;
	width: 110px;
	height: 120px;
	background: #fff;
	background-repeat: no-repeat;
	background-position: 80% 50%;
	border-radius: 50%;
	box-sizing: border-box;
	position: absolute;
	left: -40px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.hierarchy3Cont .contentHead .headText{
	width: 100%;
	min-height: 440px;
	background-repeat: no-repeat;
	background-position: right top;
	padding: 110px 20px 65px 20px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
}
.hierarchy3Cont .contentHead .headText:after{
	content: "";
	display: block;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 250;
}

.hierarchy3Cont .contentHead .headText > dl{
	width: 440px;
	box-sizing: border-box;
}
.hierarchy3Cont .contentHead .headText > dl > dt{
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5em;
}
.hierarchy3Cont .contentHead .headText > dl > dt span{
	color: #ff5e8f;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 60%,#f8ff35 60%,#f8ff35 100%);
	
}
.hierarchy3Cont .contentHead .headText > dl > dd{
	margin-bottom: 10px;
}
.hierarchy3Cont .contentHead .headText > dl > dd p{
	font-size: 13px;
}

@media screen and ( max-width: 736px ){
	.hierarchy3Cont .contentHead .h2Box{
		background: #e6f3f4;
		height: auto;
		padding-bottom: 7px;
		position: static;
	}
	.hierarchy3Cont .contentHead .h2Box h2{
		background: #209087;
		height: auto;
		min-height: 70px;
		padding: 20px 10px 20px 70px;
		font-size: 24px;
	}
	.hierarchy3Cont .contentHead .h2Box h2 br{
		display: none;
	}
	.hierarchy3Cont .contentHead .h2Box h2:before{
		width: 90px;
		height: 90px;
		background-size: 50%;
		left: -30px;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	
	.hierarchy3Cont .contentHead .headText{
		width: 100%;
		min-height: 400px;
		background-size: 50% auto;
		padding: 10% 20px 20px;
		position: static;
		text-shadow: 0 0 2px #fff;
	}
	.hierarchy3Cont .contentHead .headText > dl{
		width: 98%;
		margin: 0 1%;
	}
	.hierarchy3Cont .contentHead .headText > dl > dt{
		width: 70%;
	}
	.hierarchy3Cont .contentHead .headText > dl > dt br{
		display: none;
	}
	.hierarchy3Cont .contentHead .headText > dl > dd{
		width: 70%;
		background: rgba(255,255,255,0.4);
		padding: 5px;
	}
}
@media screen and ( max-width: 480px ){
	.hierarchy3Cont .contentHead .h2Box h2{
		padding: 10px 10px 10px 70px;
	}
	.hierarchy3Cont .contentHead .headText dl dd{
		width: 100%;
	}
}

/*-----------------------------------------------

 bottle　孫ページ別
 
-----------------------------------------------*/

/*--------------------------------------------------
	stainless-bottle ステンレスボトル
--*/

/*小サイズ～299ml ステンレスボトル*/
.stainless-bottle_small .contentHead .h2Box{
	background: linear-gradient(to right, rgba(139,189,253,1) 0%,rgba(182,211,249,1) 50%,rgba(182,211,249,0) 70%,rgba(219,234,252,0) 100%);}
.stainless-bottle_small .contentHead .h2Box h2{
	background: linear-gradient(to right, rgba(41,100,173,1) 0%,rgba(114,166,228,1) 50%,rgba(114,166,228,0) 70%,rgba(232,242,255,0) 100%);
}

.stainless-bottle_small .contentHead .h2Box h2:before{
	background-image: url(../../../_images/category/bottle/stainless-bottle/small_content_icon.jpg);}
.stainless-bottle_small .contentHead .headText{
	background-image: url(../../../_images/category/bottle/stainless-bottle/small_main_img.png);}
.stainless-bottle_small .contentHead .headText:after{
	display: none;}

@media screen and ( max-width: 736px ){
	.stainless-bottle_small .contentHead .h2Box{
		background: linear-gradient(to right, #93c0fb 70%,#c5defd 100%);}
	.stainless-bottle_small .contentHead .h2Box h2{
		background: linear-gradient(to right, #2964ad 0%,#72a6e4 70%,#e8f2ff 100%);}
}

/*中サイズ300ml～ ステンレスボトル*/
.stainless-bottle_medium .contentHead .h2Box{
	background: linear-gradient(to right, rgba(139,189,253,1) 0%,rgba(182,211,249,1) 50%,rgba(182,211,249,0) 70%,rgba(219,234,252,0) 100%);}
.stainless-bottle_medium .contentHead .h2Box h2{
	background: linear-gradient(to right, rgba(41,100,173,1) 0%,rgba(114,166,228,1) 50%,rgba(114,166,228,0) 70%,rgba(232,242,255,0) 100%);
}

.stainless-bottle_medium .contentHead .h2Box h2:before{
	background-image: url(../../../_images/category/bottle/stainless-bottle/medium_content_icon.jpg);}
.stainless-bottle_medium .contentHead .headText{
	background-image: url(../../../_images/category/bottle/stainless-bottle/medium_main_img.png);}
.stainless-bottle_medium .contentHead .headText:after{
	display: none;}

@media screen and ( max-width: 736px ){
	.stainless-bottle_medium .contentHead .h2Box{
		background: linear-gradient(to right, #93c0fb 70%,#c5defd 100%);}
	.stainless-bottle_medium .contentHead .h2Box h2{
		background: linear-gradient(to right, #2964ad 0%,#72a6e4 70%,#e8f2ff 100%);}
}

/*大サイズ500ml～ ステンレスボトル*/
.stainless-bottle_large .contentHead .h2Box{
	background: linear-gradient(to right, rgba(139,189,253,1) 0%,rgba(182,211,249,1) 50%,rgba(182,211,249,0) 70%,rgba(219,234,252,0) 100%);}
.stainless-bottle_large .contentHead .h2Box h2{
	background: linear-gradient(to right, rgba(41,100,173,1) 0%,rgba(114,166,228,1) 50%,rgba(114,166,228,0) 70%,rgba(232,242,255,0) 100%);
}

.stainless-bottle_large .contentHead .h2Box h2:before{
	background-image: url(../../../_images/category/bottle/stainless-bottle/large_content_icon.jpg);}
.stainless-bottle_large .contentHead .headText{
	background-image: url(../../../_images/category/bottle/stainless-bottle/large_main_img.png);}
.stainless-bottle_large .contentHead .headText:after{
	display: none;}

@media screen and ( max-width: 736px ){
	.stainless-bottle_large .contentHead .h2Box{
		background: linear-gradient(to right, #93c0fb 70%,#c5defd 100%);}
	.stainless-bottle_large .contentHead .h2Box h2{
		background: linear-gradient(to right, #2964ad 0%,#72a6e4 70%,#e8f2ff 100%);}
}

/*--------------------------------------------------
	water-bottle 水筒・魔法瓶
--*/

/*中サイズ～399ml 水筒・魔法瓶*/
.water-bottle_medium .contentHead .h2Box{
	background: linear-gradient(to right, rgba(139,189,253,1) 0%,rgba(182,211,249,1) 50%,rgba(182,211,249,0) 70%,rgba(219,234,252,0) 100%);}
.water-bottle_medium .contentHead .h2Box h2{
	background: linear-gradient(to right, rgba(41,100,173,1) 0%,rgba(114,166,228,1) 50%,rgba(114,166,228,0) 70%,rgba(232,242,255,0) 100%);
}

.water-bottle_medium .contentHead .h2Box h2:before{
	background-image: url(../../../_images/category/bottle/water-bottle/medium_content_icon.jpg);}
.water-bottle_medium .contentHead .headText{
	background-image: url(../../../_images/category/bottle/water-bottle/medium_main_img.png);}
.water-bottle_medium .contentHead .headText:after{
	display: none;}

@media screen and ( max-width: 736px ){
	.water-bottle_medium .contentHead .h2Box{
		background: linear-gradient(to right, #93c0fb 70%,#c5defd 100%);}
	.water-bottle_medium .contentHead .h2Box h2{
		background: linear-gradient(to right, #2964ad 0%,#72a6e4 70%,#e8f2ff 100%);}
}

/*大サイズ400ml～ 水筒・魔法瓶*/
.water-bottle_large .contentHead .h2Box{
	background: linear-gradient(to right, rgba(139,189,253,1) 0%,rgba(182,211,249,1) 50%,rgba(182,211,249,0) 70%,rgba(219,234,252,0) 100%);}
.water-bottle_large .contentHead .h2Box h2{
	background: linear-gradient(to right, rgba(41,100,173,1) 0%,rgba(114,166,228,1) 50%,rgba(114,166,228,0) 70%,rgba(232,242,255,0) 100%);
}

.water-bottle_large .contentHead .h2Box h2:before{
	background-image: url(../../../_images/category/bottle/water-bottle/large_content_icon.jpg);}
.water-bottle_large .contentHead .headText{
	background-image: url(../../../_images/category/bottle/water-bottle/large_main_img.png);}
.water-bottle_large .contentHead .headText:after{
	display: none;}

@media screen and ( max-width: 736px ){
	.water-bottle_large .contentHead .h2Box{
		background: linear-gradient(to right, #93c0fb 70%,#c5defd 100%);}
	.water-bottle_large .contentHead .h2Box h2{
		background: linear-gradient(to right, #2964ad 0%,#72a6e4 70%,#e8f2ff 100%);}
}
