@charset 'UTF-8';

/*-----------------------------------------------
メイン画像
.bottle_mainimg {
	background: url(../../../../_images/type/_common/title_line.gif) repeat-x;
	margin-top: 25px;
	border-bottom: 3px solid #aed8da;
	margin-bottom: 25px;
}
.bottle_mainimg .bottle_h2 {
	height: 135px;
	font-size: 38px;
	color: #FFF;
	font-weight: 700;
	width: 500px;
	line-height: 1.5em;
	margin: 0 auto;
	text-align: center;
	padding-top: 25px;
}
.bottle_mainimg .bottle_h2 span {
	font-size: 43px;
	background-color: rgba(0,8,24,0.7);
	padding: 0 10px;
	margin-right: 10px;
}

.bottle_mainimg .type_mainimg_cont {
	background: url(../../../../_images/type/bottle/main_back.webp) no-repeat center top;
	height: 395px;
	width: 100%;
	margin: 0 auto;
}

.bottle_mainimg .type_mainimg_cont .bottle_cont {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.bottle_mainimg .bottle_main_text {
	width: 525px;
	padding: 25px 20px;
	font-weight: 700;
	background-color: rgba(255,255,255,0.9);
	box-sizing: border-box;
	margin: 0 auto;
}
.bottle_mainimg .bottle_mainimg_left {
	position: absolute;
	top: -175px;
	left: -20px;
}
.bottle_mainimg .bottle_point {
	position: absolute;
	top: -160px;
	right: -20px;
}

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

/*----青ボタン----*/
.blue_btn {
	background: url(../../../../_images/type/_common/blue_btn.gif) no-repeat;
	width: 800px;
	margin: 0 auto 40px auto;
	box-shadow: 0px 10px 9px 0px rgba(6, 0, 1, 0.16);
}
.blue_btn a {
	display: block;
	height: 105px;
	color: #FFF;
	padding: 0 105px 0 25px;
	font-weight: 700;
	font-size: 30px;
	line-height: 100px;
	text-align: center;
	letter-spacing: .07em;
	box-sizing: border-box;
}
.blue_btn:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}


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

下層メイン画像

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

.bottle_mainimg_under {
	margin-top: 13px;
	margin-bottom: 40px;
	border-top: 6px solid #08808b;
	border-bottom: 1px solid #aed8da;
}

.bottle_mainimg_under.type_stainless {
	background:
		url(../../../../_images/type/_common/title_line_min.gif),
		url(../../../../_images/type/bottle/stainless/main_back.webp);
	background-position: top,top;
	background-repeat: repeat-x,no-repeat;
}
.bottle_mainimg_under.type_waterbottle {
	background:
		url(../../../../_images/type/_common/title_line_min.gif),
		url(../../../../_images/type/bottle/waterbottle/main_back.webp);
	background-position: top,top;
	background-repeat: repeat-x,no-repeat;
}
.bottle_mainimg_under.type_alumi {
	background:
		url(../../../../_images/type/_common/title_line_min.gif),
		url(../../../../_images/type/bottle/alumi/main_back.webp);
	background-position: top,top;
	background-repeat: repeat-x,no-repeat;
}


.bottle_mainimg_under .bottle_h2 {
	color: #FFF;
	width: 520px;
	margin: 0 auto 50px 450px;
	padding-top: 43px;
	font-weight: 700;
	line-height: 1em;
}
.bottle_mainimg_under .bottle_h2 span {
	background-color: rgba(0,8,24,0.7);
	padding: 0 10px;
	font-size: 33px;
	box-sizing: border-box;
}

.bottle_mainimg_under.type_waterbottle .bottle_h2 span {
	font-size: 45px;
	letter-spacing: .16em;
}

.bottle_mainimg_under .type_mainimg_cont {
	width: 1000px;
	height: 380px;
	margin: 0 auto;
	position: relative;
}

.bottle_mainimg_under .bottle_main_text {
	width: 550px;
	background-color: rgba(255,255,255,0.9);
	margin: 0 auto 0 430px;
	padding: 15px;
	font-weight: 700;
	font-size: 15px;
	line-height: 2em;
	box-sizing: border-box;
}

.bottle_mainimg_under .bottle_mainimg_left {
	position: absolute;
	top: -23px;
	left: 0;
}


/*----詳細を見る-----*/
.more_btn_type {
	width: 1000px;
	margin: 0 auto 45px auto; 
}
.more_btn_type li {
	float: left;
	box-shadow: 0px 10px 9px 0px rgba(6, 0, 1, 0.16);
}
.more_btn_type li:first-child { margin-right: 30px; }


/*-----------------------------------------------
ブランドバナー
------------------------------------------------*/
.brand_banner_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto 10px auto;
}

.brand_banner_list li {
	width: 480px;
	margin-bottom: 40px;
	letter-spacing: .03em;
}

.brand_banner_list li img { 
	margin-bottom: 20px;
	box-shadow: 0px 9px 12.8px 3.2px rgba(0, 0, 0, 0.1);
}

/*象印（横長）*/
.brand_banner_list li.zojirushi{
	width: 100%;
}
.brand_banner_list li.zojirushi dl{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.brand_banner_list li.zojirushi dl dt{
	width: 480px;
}
.brand_banner_list li.zojirushi dl dd{
	width: 480px;
}
.brand_banner_list li.zojirushi dl dd p{
	line-height: 2.2em;
}

/**/
.brand_banner_list.incList li{
	width: 31%;
}
.brand_banner_list.incList li img{
	width: 100%;
	height: auto;
}


/*-----------------------------------------------
ランキング
------------------------------------------------*/

/*----タイトル----*/
.bottle_rank {
	width: 1000px;
	margin: 0 auto 70px auto;
	background: url(../../../../_images/type/bottle/rank_h.webp) top no-repeat;
	padding-top: 55px;
}
.bottle_rank_h {
	font-size: 33px;
	font-weight: 700;
	color: #db002a;
	letter-spacing: .12em;
	background: #FFF;
	padding: 20px;
	border-top: 5px solid #db002a;
	border-bottom: 5px solid #db002a;
	margin: 0 auto 10px auto;
	width: 415px;
	box-sizing: border-box;
	text-align: center;
}
.bottle_rank_en {
	font-size: 19px;
	font-weight: 700;
	color: #db002a;
	margin: 0 auto;
	letter-spacing: .15em;
	text-align: center;
	margin-bottom: 60px;
}


.bottle_rank_bold {
	text-align: center;
	margin-bottom: 40px;
}
.bottle_rank_bold span {
	font-size: 24px;
	font-weight: 700;
	color: #FFFFFF;
	letter-spacing: .15em;
	background: #db002a;
	padding: 5px 3px;
	display: inline-block;
}

.bottle_rank.type_bottle_stainless { background: url(../../../../_images/type/bottle/stainless/rank_h.webp) top no-repeat; }
.bottle_rank.type_bottle_alumi { background: url(../../../../_images/type/bottle/alumi/rank_h.webp) top no-repeat; }
.bottle_rank.type_bottle_waterbottle { background: url(../../../../_images/type/bottle/waterbottle/rank_h.webp) top no-repeat; }



/*------特徴------*/

.h_lb {
    width: 100%;
    height: 125px;
    background: url(../../../../_images/type/_common/bottle_line.gif) repeat-x bottom;
    text-align: center;
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: .1em;
    position: relative;
    color: #00bfeb;
    line-height: 125px;
    box-sizing: border-box;
}
.h_lb:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin: 0 0 0 -13px;
    width: 0;
    height: 0;
    border-right: 25px solid transparent;
    border-top: 25px solid #00bfeb;
    border-left: 25px solid transparent;
}

.item_feature {
	width: 1000px;
	margin: 0 auto 50px auto;
	background: url(../../../../_images/type/bottle/_common/feature_back.gif) repeat;
	border: 6px solid #1a833d;
	padding: 40px 38px 40px 50px;
	box-sizing: border-box;
	position: relative;
}

.item_feature .item_feature_cont {
	margin-left: 310px;
	width: 590px;
}

.item_feature .item_feature_img {
	position: absolute;
	left: 10px;
	top: -40px;
}

.item_feature_cont .item_h { margin-bottom: 20px; }

.item_feature .item_feature_cont .text {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 2em;
}

/*--こんな時にお薦め！--*/
.item_feature .item_scene .item_scene_h {
	background: #f7104c url(../../../../_images/type/bottle/_common/scene_icon.gif);
	background-position: 25px;
	background-repeat: no-repeat;
	border-radius: 7px;
	font-size: 23px;
	color: #FFF;
	font-weight: 700;
	height: 62px;
	line-height: 62px;
	padding-left: 87px;
	box-sizing: border-box;
	margin-bottom: 25px;
}

.item_feature .item_scene li {
	float: left;
	width: 285px;
}
.item_feature .item_scene li:first-child { margin-right: 19px; }

.item_feature .item_scene .m_height {
	font-size: 18px;
	color: #db002a;
	font-weight: 700;
	background: url(../../../../_images/type/bottle/_common/scene_check.gif) no-repeat top left;
	padding-left: 50px;
	margin-bottom: 10px;
}
.item_feature .item_scene p {
	font-size: 13px;
	font-weight: 700;
}



/*------ボトル一覧を見る-------*/
.item_list_button {
	margin:0 auto 50px auto;
}

/*----ランキングリスト 1~3位----*/
.bottle_rank_list ol .bottle_rank_li {
	width: 320px;
	margin: 0  20px 30px 0;
	border: 2px solid #cdcdcd;
	padding: 13px;
	box-sizing: border-box;
	float: left;
	position: relative;
	font-weight: 700;
}
.bottle_rank_list ol .bottle_rank_li:nth-child(3) { margin-right: 0; }

.bottle_rank_list ol li:before {
	position: absolute;
	left: -3px;
	top: -14px;
	z-index: 2;
}
.bottle_rank_list ol .no1:before { content: url(../../../../_images/type/_common/rank1.gif); }
.bottle_rank_list ol .no2:before { content: url(../../../../_images/type/_common/rank2.gif); }
.bottle_rank_list ol .no3:before { content: url(../../../../_images/type/_common/rank3.gif); }
.bottle_rank_list ol .no4:before { top: -11px; content: url(../../../../_images/type/_common/rank4.gif); }
.bottle_rank_list ol .no5:before { top: -11px; content: url(../../../../_images/type/_common/rank5.gif); }

.bottle_rank_list ol li .item_data {
	margin: 0 0 10px 105px;
	min-height: 25px;
}
.bottle_rank_list ol li .item_data .number { 
	font-size: 17px;
	color: #999999;
	float: left;
	line-height: 1em;
}
.bottle_rank_list ol li .item_data .brand {
	float: right;
}

.bottle_rank_cont {
	background: #f2f9f9;
	padding: 15px;
	box-sizing: border-box;
}
.bottle_rank_cont .rank_h {
	font-size: 	18px;
	background: url(../../../../_images/type/_common/dot_big.gif) repeat-x bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: 700;
}
.bottle_rank_cont .color_size li { 
	float: left;
	font-size: 16px;
	margin-bottom: 5px;
}
.bottle_rank_cont .color_size li:first-child { margin-right: 10px; }
.bottle_rank_cont .color_size span {
	background: #000;
	color: #fff;
	padding: 4px 8px;
	margin-right: 10px;
	font-size: 13px;
}

.bottle_rank_cont .maker_price {
	color: #7f7f7f;
	margin-bottom: 5px;
}

/*
.bottle_rank_cont .mall_price {
	color: #ff0000;
	font-size: 29px;
}
.bottle_rank_cont .mall_price span {
	font-size: 16px;
	margin-right: 10px;
}
*/

.bottle_rank_cont .mall_price {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	color: #ff0000;
	font-size: 16px;
	line-height: 1.3em;
}
.bottle_rank_cont .mall_price dt {
	width: 30%;
}
.bottle_rank_cont .mall_price dd {
	width: 70%;
	padding-left: 10px;
	border-left: 1px solid #ff0000;
}

.bottle_leftcont .bottle_rank_cont .mall_price dt,
.bottle_rightcont .bottle_rank_cont .mall_price dt {
	width: 20%;
}
.bottle_leftcont .bottle_rank_cont .mall_price dd,
.bottle_rightcont .bottle_rank_cont .mall_price dd {
	width: 80%;
}

.bottle_rank_cont .mall_price dd em {
	display: inline-block;
	font-size: 29px;
	font-weight: bold;
	line-height: 1.1em;
}
.bottle_rank_cont .mall_price dd span {
	color: #333;
	display: inline-block;
	font-size: 14px;
	line-height: 1.3em;
}


.tumbler_rank_cont .item_rank_text {
	font-size: 13px;
	margin-top: 10px;
	font-weight: 500;
	letter-spacing: 0;
}



.bottle_rank_cont .item_rank_text {
	font-size: 13px;
	margin-top: 10px;
	font-weight: 500;
	letter-spacing: 0;
}

/*----詳細はこちら----*/
.bottle_rank_list li .more_btn {
	width: 290px;
	height: 50px;
	font-weight: 700;
	text-align: center;
	background: #db002a;
	line-height: 50px;
	box-shadow:3px 3px #f5b5c1;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
	position: relative;
	font-size: 20px;
}
.bottle_rank_list li .more_btn a {
	color: #FFF;
	display: block;
}
.bottle_rank_list li .more_btn:after {
	content: url(../../../../_images/type/_common/more_arrow.gif); 
	display: block;
	position: absolute;
	right: 20px;
	top: 0;
	width: 5px;
	height: 9px;
}
.bottle_rank_list li .more_btn:hover {
	background: #ff8a1f;
	box-shadow:3px 3px #ede6cb;
}


/*----ランキングリスト 4・5位----*/
.bottle_rank_list ol .no4,
.bottle_rank_list ol .no5 {
	width: 490px;
	border: 2px solid #cdcdcd;
	padding: 13px;
	box-sizing: border-box;
	float: left;
	position: relative;
	font-weight: 700;
}
.bottle_rank_list ol .no5 { margin-right: 0; }

.bottle_rank_list ol .bottle_rank_li .img {
	float: left;
	margin-right: 15px;
}
.bottle_leftcont {
	float: left;
	width: 215px;
}
.bottle_rank_list ol .no4 .item_data,
.bottle_rank_list ol .no5 .item_data {
	margin: 0 0 5px 0;
}

.bottle_rank_list .no4 .more_btn,
.bottle_rank_list .no5 .more_btn {
	width: 215px;
	font-size: 15px;
	height: 35px;
	line-height: 35px;
	margin-top: 15px;
}
.no4 .bottle_rank_cont,
.no5 .bottle_rank_cont {
	background: #FFF;
	padding: 0;
}

.no4 .bottle_rank_list ol li .item_data .number,
.no5 .bottle_rank_list ol li .item_data .number { 
	font-size: 15px;
}

.no4 .bottle_rank_cont .color_size li,
.no5 .bottle_rank_cont .color_size li { 
	font-size: 13px;
}
.no4 .bottle_rank_cont .color_size span,
.no5 .bottle_rank_cont .color_size span {
	font-size: 11px;
}

.no4 .bottle_rank_cont .maker_price,
.no5 .bottle_rank_cont .maker_price {
	margin-bottom: 0;
}

/*-----------------------------------------------
ユニフォームモールにお任せ下さい
------------------------------------------------*/
.omakase {
	width: 1000px;
	margin: 0 auto 45px auto;
}
.omakase .omakase_li {
	background: #f5ecd5;
	padding: 0 30px 30px 30px;
}
.omakase .omakase_li li {
	float: left;
	margin-right: 20px;
}
.omakase .omakase_li li:last-child {
	margin-right: 0;	
}


/*-----------------------------------------------
他のボトル・水筒へ
------------------------------------------------*/
.other_link {
	width: 1000px;
	margin: 0 auto 50px auto;
	border: 2px solid #3b58b6;
	border-radius: 10px 10px 0 0;
}
.other_link .other_link_h {
	background: #3b58b6;
	border-radius: 5px 5px 0 0;
	color: #FFF;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	padding: 20px;
}

.other_link .text {
	margin: 30px 37px 20px 37px;
}

.other_link .other_link_li {
	padding: 0 37px 37px 37px;
}
.other_link .other_link_li li {
	float: left;
	position: relative;
}
.other_link .other_link_li li:first-child { margin-right: 20px; }

.other_link .other_link_li li:before,
.other_link .other_link_li li:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #cecece;
  -webkit-box-shadow: 0 15px 10px #cecece;
  -moz-box-shadow: 0 15px 10px #cecece;
  box-shadow: 0 15px 10px #cecece;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.other_link .other_link_li li:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.other_link .other_link_li li:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}


/*-----------------------------------------------
容量別お薦め
------------------------------------------------*/
.capacity {
	margin: 0 auto 45px auto;
}
.capacity .capacity_h {
	color: #FFF;
	font-weight: 700;
	text-align: center;
	background: #2fc4d2 url(../../../../_images/type/bottle/stainless/capacity_h_back.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 115px;
	line-height: 125px;
	font-size: 33px;
	margin-bottom: 30px;
	letter-spacing: .14em;
}

.capacity .capacity_h_blue {
	background: #eaf9fa;
	padding: 40px 0 45px 305px;
	border-left: 18px solid #000453;
	position: relative;
	font-weight: 700;
	width: 1000px;
	margin: 0 auto 30px auto;
	letter-spacing: .2em;
	box-sizing: border-box;
}
.capacity .capacity_h_blue .catch {
	font-size: 24px;
	text-shadow: 3px 3px 0 #FFF, -3px -3px 0 #FFF,-3px 3px 0 #FFF, 3px -3px 0 #FFF,0px 3px 0 #FFF,  0 -3px 0 #FFF,-3px 0 0 #FFF, 3px 0 0 #FFF;
	background: linear-gradient(transparent 40%, #fff25c 0%);
	padding: 5px 15px;
}
.capacity .capacity_h_blue .bold {
	color: #000453;
	font-size: 43px;
	display: block;
	margin-top: 30px;
}
.capacity .capacity_h_blue .icon {
	position: absolute;
	top: -20px;
	left: 60px;
}

.capacity .capacity_lead {
	width: 890px;
	margin: 0 auto 30px auto;
}

.capacity_dropbtn {
	width: 1000px;
	margin: 0 auto 40px auto;
}
.capacity_dropbtn li {
	float: left;
	margin-right: 20px;
}
.capacity_dropbtn li:last-child { margin-right: 0; }

.capacity .capacity_list {
	width: 1000px;
	margin: 0 auto;
}

.capacity .capacity_list > li {
	width: 320px;
	float: left;
	margin-right: 20px;
	position: relative;
}

.capacity .capacity_list > li:last-child {
	margin-right: 0;
}

.capacity_box { margin-bottom: 40px; }

.capacity .capacity_title {
	background: #22c285;
	font-size: 20px;
	font-weight: 700;
	padding: 15px 35px 15px 45px;
	position: relative;
	color: #FFF;
	display: inline-block;
}
.capacity .capacity_title:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	left: 23px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.capacity p.capacity_title:after {
	content: "";
	top: 0;
	right: 0;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 0 15px;
	border-color: transparent transparent transparent #22c285;
	line-height: 0px;
	_border-color: #000000 #000000 #000000 #22c285;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.capacity .capacity_catch {
	display: block;
	font-size: 16px;
	margin-bottom: 7px;
}

.capacity .capacity_title:after {
	content: none;
	background: #FFF;
	
}
.capacity .capacity_title span.white {
	background: #FFF;
	padding: 0 5px;
	color: #868686;
	
}
.capacity .capacity_title span.white span {
	color: #0098a6;
}

.capacity .capacity_cont {
	border: 1px solid #b5b5b5;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.capacity .capacity_cont .capacity_img {
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #b5b5b5;
}

.capacity .capacity_cont:hover .capacity_img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.capacity .capacity_cont:hover {
	border: 1px solid #75787f;
}


.capacity .capacity_data {
	padding: 15px;
	box-sizing: border-box;
	font-weight: 700;
}
.capacity .capacity_data .rank_h {
	font-size: 	17px;
	font-weight: 700;
}
.capacity .capacity_data .number {
	display: block;
	background: url(../../../../_images/type/_common/dot_big.gif) repeat-x bottom;
	font-size: 13px;
	color: #a7a6a6;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.capacity .capacity_data .color_size li { 
	float: left;
	font-size: 13px;
	margin-bottom: 2px;
}
.capacity .capacity_data .color_size li:first-child { margin-right: 10px; }
.capacity .capacity_data .color_size span {
	background: #000;
	color: #fff;
	padding: 3px 6px;
	margin-right: 10px;
	font-size: 11px;
}

.capacity .capacity_data .maker_price {
	color: #7f7f7f;
	margin-bottom: 2px;
}

/*
.capacity .capacity_data .mall_price {
	color: #ff0000;
	font-size: 29px;
	margin-bottom: 10px;
}
.capacity .capacity_data .mall_price span {
	font-size: 16px;
	margin-right: 10px;
}
*/
.capacity .capacity_data .mall_price {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	color: #ff0000;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.3em;
}
.capacity .capacity_data .mall_price dt {
	width: 30%;
}
.capacity .capacity_data .mall_price dd {
	width: 70%;
	padding-left: 10px;
	border-left: 1px solid #ff0000;
}

.capacity .capacity_data .mall_price dd em {
	display: inline-block;
	font-size: 29px;
	font-weight: bold;
	line-height: 1.1em;
}
.capacity .capacity_data .mall_price dd span {
	color: #333;
	display: inline-block;
	font-size: 14px;
	line-height: 1.3em;
}


.capacity .capacity_cont .capacity_text {
	font-size: 13px;
	letter-spacing: 0;
	font-weight: 500;
	margin-bottom: 20px;
}

/*----詳細はこちら----*/
.capacity .capacity_cont .more_btn {
	width: 290px;
	height: 50px;
	font-weight: 700;
	text-align: center;
	background: #db002a;
	line-height: 50px;
	box-shadow:3px 3px #f5b5c1;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
	position: relative;
	font-size: 20px;
}
.capacity .capacity_cont .more_btn {
	color: #FFF;
	display: block;
}
.capacity .capacity_cont .more_btn:after {
	content: url(../../../../_images/type/_common/more_arrow.gif); 
	display: block;
	position: absolute;
	right: 20px;
	top: 0;
	width: 5px;
	height: 9px;
}
.capacity a:hover .capacity_cont .more_btn {
	background: #ff8a1f;
	box-shadow:3px 3px #ede6cb;
}


/*-----------------------------------------------
容量別お薦め
------------------------------------------------*/
.capacity_3item {
	margin: 0 auto 45px auto;
}
.capacity_3item .capacity_h {
	color: #FFF;
	font-weight: 700;
	text-align: center;
	background: url(../../../../_images/type/bottle/_common/capacity_h.gif) repeat-x;
	height: 106px;
	line-height: 106px;
	font-size: 33px;
	margin-bottom: 30px;
	letter-spacing: .14em;
}


.capacity_3item .capacity_li {
	width: 1000px;
	margin: 0 auto;
}

.capacity_3item .capacity_li>li {
	width: 320px;
	float: left;
	margin-right: 20px;
	position: relative;
	margin-top: 30px;
}

.capacity_3item .capacity_li>li:last-child {
	margin-right: 0;
}
.capacity_3item .capacity_li>li:before {
	content: "";
	display: block;
	position: absolute;
	width: 84px;
	height: 45px;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.capacity_3item .capacity_li .capacity_s:before {
	background: url(../../../../_images/type/bottle/_common/capacity_s.gif) no-repeat;
}
.capacity_3item .capacity_li .capacity_m:before {
	background: url(../../../../_images/type/bottle/_common/capacity_m.gif) no-repeat;
}
.capacity_3item .capacity_li .capacity_l:before {
	background: url(../../../../_images/type/bottle/_common/capacity_l.gif) no-repeat;
}

.capacity_3item .capacity_title {
	background: #ffe119;
	font-size: 26px;
	text-align: center;
	font-weight: 700;
	padding: 25px 0 15px 0;
	border-radius: 10px 10px 0 0;
}

.capacity_3item .capacity_catch {
	display: block;
	font-size: 16px;
	margin-bottom: 7px;
}

.capacity_3item .capacity_title:after {
	content: none;
	background: #FFF;
	
}
.capacity_3item .capacity_title span.white {
	background: #FFF;
	padding: 0 5px;
	color: #868686;
	
}
.capacity_3item .capacity_title span.white span {
	color: #0098a6;
}

.capacity_3item .capacity_cont {
	border: 2px solid #b5b5b5;
	border-top: none;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.capacity_3item .capacity_cont .capacity_img {
	text-align: center;
	padding: 30px 15px 15px 15px;
	border-bottom: 2px solid #b5b5b5;
}


.capacity_3item .capacity_data {
	padding: 15px;
	box-sizing: border-box;
	font-weight: 700;
}
.capacity_3item .capacity_data .rank_h {
	font-size: 	17px;
	background: url(../../../../_images/type/_common/dot_big.gif) repeat-x bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: 700;
}
.capacity_3item .capacity_data .color_size li { 
	float: left;
	font-size: 13px;
	margin-bottom: 2px;
}
.capacity_3item .capacity_data .color_size li:first-child { margin-right: 10px; }
.capacity_3item .capacity_data .color_size span {
	background: #000;
	color: #fff;
	padding: 3px 6px;
	margin-right: 10px;
	font-size: 11px;
}

.capacity_3item .capacity_data .maker_price {
	color: #7f7f7f;
	margin-bottom: 2px;
}
/*
.capacity_3item .capacity_data .mall_price {
	color: #ff0000;
	font-size: 29px;
	margin-bottom: 10px;
}
.capacity_3item .capacity_data .mall_price span {
	font-size: 16px;
	margin-right: 10px;
}
*/

.capacity_3item .capacity_data .mall_price {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	color: #ff0000;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.3em;
}
.capacity_3item .capacity_data .mall_price dt {
	width: 30%;
}
.capacity_3item .capacity_data .mall_price dd {
	width: 70%;
	padding-left: 10px;
	border-left: 1px solid #ff0000;
}

.capacity_3item .capacity_data .mall_price dd em {
	display: inline-block;
	font-size: 29px;
	font-weight: bold;
	line-height: 1.1em;
}
.capacity_3item .capacity_data .mall_price dd span {
	color: #333;
	display: inline-block;
	font-size: 14px;
	line-height: 1.3em;
}




/*----詳細はこちら----*/
.capacity_3item .capacity_cont .more_btn {
	width: 290px;
	height: 50px;
	font-weight: 700;
	text-align: center;
	background: #db002a;
	line-height: 50px;
	box-shadow:3px 3px #f5b5c1;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
	position: relative;
	font-size: 20px;
}
.capacity_3item .capacity_cont .more_btn a {
	color: #FFF;
	display: block;
}
.capacity_3item .capacity_cont .more_btn:after {
	content: url(../../../../_images/type/_common/more_arrow.gif); 
	display: block;
	position: absolute;
	right: 20px;
	top: 0;
	width: 5px;
	height: 9px;
}
.capacity_3item .capacity_cont .more_btn:hover {
	background: #ff8a1f;
	box-shadow:3px 3px #ede6cb;
}


.capacity_3item .capacity_text {
	font-size: 13px;
	letter-spacing: 0;
}



/*-----------------------------------------------
特徴別お薦め
------------------------------------------------*/

.recommend {
	margin: 0 auto 45px auto;
}
.recommend .recommend_h {
	color: #FFF;
	font-weight: 700;
	text-align: center;
	background: url(../../../../_images/type/bottle/_common/recommend_h.gif) repeat-x;
	height: 106px;
	line-height: 106px;
	font-size: 33px;
	margin-bottom: 30px;
	letter-spacing: .14em;
}


.recommend .recommend_li {
	width: 1000px;
	margin: 0 auto;
}

.recommend .recommend_li>li {
	width: 320px;
	float: left;
	margin-right: 20px;
	position: relative;
	margin-top: 30px;
}

.recommend .recommend_li>li:last-child {
	margin-right: 0;
}
.recommend .recommend_li>li:before {
	content: "";
	display: block;
	position: absolute;
	width: 84px;
	height: 48px;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.recommend .recommend_li .recommend_capacity:before {
	background: url(../../../../_images/type/bottle/_common/recommend_capacity.gif) no-repeat;
}
.recommend .recommend_li .recommend_quality:before {
	background: url(../../../../_images/type/bottle/_common/recommend_quality.gif) no-repeat;
}
.recommend .recommend_li .recommend_cost:before {
	background: url(../../../../_images/type/bottle/_common/recommend_cost.gif) no-repeat;
}

.recommend .recommend_title {
	background: #ffe119;
	font-size: 26px;
	text-align: center;
	font-weight: 700;
	padding: 25px 0 15px 0;
	border-radius: 10px 10px 0 0;
}
.recommend .recommend_catch {
	display: block;
	font-size: 16px;
	margin-bottom: 7px;
}

.recommend .recommend_title:after {
	content: none;
	background: #FFF;
	
}
.recommend .recommend_title span.white {
	background: #FFF;
	color: #868686;
	padding: 0 5px;
}
.recommend .recommend_title span.white span {
	color: #00a96b;
}

.recommend .recommend_cont {
	border: 2px solid #b5b5b5;
	border-top: none;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.recommend .recommend_cont .recommend_img {
	text-align: center;
	padding: 30px 15px 15px 15px;
	border-bottom: 2px solid #b5b5b5;
}


.recommend_data {
	padding: 15px;
	box-sizing: border-box;
	font-weight: 700;
}
.recommend_data .rank_h {
	font-size: 	17px;
	background: url(../../../../_images/type/_common/dot_big.gif) repeat-x bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: 700;
}
.recommend_data .color_size li { 
	float: left;
	font-size: 13px;
	margin-bottom: 2px;
}
.recommend_data .color_size li:first-child { margin-right: 10px; }
.recommend_data .color_size span {
	background: #000;
	color: #fff;
	padding: 3px 6px;
	margin-right: 10px;
	font-size: 11px;
}

.recommend_data .maker_price {
	color: #7f7f7f;
	margin-bottom: 2px;
}

/*
.recommend_data .mall_price {
	color: #ff0000;
	font-size: 29px;
	margin-bottom: 10px;
}
.recommend_data .mall_price span {
	font-size: 16px;
	margin-right: 10px;
}
*/

.recommend_data .mall_price {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	color: #ff0000;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.3em;
}
.recommend_data .mall_price dt {
	width: 35%;
}
.recommend_data .mall_price dd {
	width: 65%;
	padding-left: 10px;
	border-left: 1px solid #ff0000;
}

.recommend_data .mall_price dd em {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.1em;
}
.recommend_data .mall_price dd span {
	color: #333;
	display: inline-block;
	font-size: 14px;
	line-height: 1.3em;
}





/*----詳細はこちら----*/
.recommend .recommend_cont .more_btn {
	width: 290px;
	height: 50px;
	font-weight: 700;
	text-align: center;
	background: #db002a;
	line-height: 50px;
	box-shadow:3px 3px #f5b5c1;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
	position: relative;
	font-size: 20px;
}
.recommend .recommend_cont .more_btn a {
	color: #FFF;
	display: block;
}
.recommend .recommend_cont .more_btn:after {
	content: url(../../../../_images/type/_common/more_arrow.gif); 
	display: block;
	position: absolute;
	right: 20px;
	top: 0;
	width: 5px;
	height: 9px;
}
.recommend .recommend_cont .more_btn:hover {
	background: #ff8a1f;
	box-shadow:3px 3px #ede6cb;
}


.recommend .recommend_text {
	font-size: 13px;
	letter-spacing: 0;
}



/*-----------------------------------------------
プリント方法について
------------------------------------------------*/
.print_method { margin-bottom: 45px; }
.print_method .h_green { font-size: 46px; }

.print_method .print_li {
	width: 1000px;
	margin: 0 auto;
}

.print_method .print_li li {
	float: left;
	width: 320px;
	margin-right: 20px;
	box-shadow: 7.071px 7.071px 20px 0px rgba(7, 7, 3, 0.16);
}
.print_method .print_li li:last-child { margin-right: 0; }

.print_method .print_li li .print_cont_h {
	color: #FFF;
	font-size: 30px;
	text-align: center;
	font-weight: 700;
	background: #f30f39;
	padding: 25px 10px;
	vertical-align: middle;
}
.print_method .print_li li .print_cont_h:before {
	content: "";
	background: url(../../../../_images/type/bottle/_common/print_icon.gif) no-repeat;
	width: 47px;
	height: 39px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 13px;
}

.print_method .print_li li .print_catch {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin: 25px 0 10px 0;
}
.print_method .print_li li .print_catch span {
	background: linear-gradient(transparent 50%, #ffea06 0%);
	padding: 0 5px;
}

.print_method .print_li li .print_text {
	padding: 20px 20px 25px 20px;
}

/*-----------------------------------------------
オリジナルパッケージ
------------------------------------------------*/
.original_package {
	background: url(../../../../_images/type/_common/scene_dot.gif) repeat-x bottom;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

.original_package .original_idea {
	background: url(../../../../_images/type/bottle/_common/original_back.gif) no-repeat;
	width: 600px;
	margin: 0 auto;
}
.original_package .original_idea ul {
	padding: 30px 25px;
}
.original_package .original_idea ul li:first-child {
	margin-bottom: 10px;
} 

.original_package .original_cont {
	margin-top: -70px;  
	background: url(../../../../_images/type/bottle/_common/number_sashikae_back.webp) no-repeat;
	height: 580px;
	padding: 105px 0 0 355px;
	box-sizing: border-box;
}
.original_package .original_cont .caution {
	text-align: right;
	padding-right: 20px;
}

/*-----------------------------------------------
形状から探す
------------------------------------------------*/

.type_choice .choice_text {
	width: 1000px;
	margin: 0 auto 30px auto;
}

.type_choice ul,
.use_choice ul,
.size_choice ul {
	width: 1000px;
	margin: 0 auto;
}
.type_choice ul li,
.use_choice ul li,
.size_choice ul li {
	width: 480px;
	float: left;
	margin-bottom: 35px;
}
.type_choice ul li:nth-child(odd),
.use_choice ul li:nth-child(odd),
.size_choice ul li:nth-child(odd) {
	margin-right: 40px;
}

.type_choice ul li img,
.use_choice ul li img,
.size_choice ul li img { 
	position: relative;
}

.type_choice ul li .item,
.use_choice ul li .item,
.size_choice ul li .item {
	position:relative;			
}

.type_choice ul li .item,
.type_choice ul li .item-hover,
.type_choice ul li .item-hover .mask,
.type_choice ul li .item-img,
.type_choice ul li .item-info {
	width: 480px;
	height: 280px;
	letter-spacing: .15em;
}

.type_choice ul li .item-hover,
.type_choice ul li .item-hover .mask,
.type_choice ul li .item-img { 
	position:absolute;
	top:0;
	left:0;			
}			

.type_choice ul .link_1000,
.use_choice ul .link_1000,
.size_choice ul .link_1000 {
	width: 1000px;
	float: none;
	margin-bottom: 35px;
}

ul li .item-type-line .item-hover {	
	z-index: 100;	
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;	
	opacity:0;
	cursor:pointer;						
	display:block;
	text-decoration:none;
	text-align:center;
}

.item-type-line .item-info {
	color:#ffffff;
	display:table-cell;
	vertical-align:middle;
	position:relative;
	z-index:5;				 					
}

ul li .item-type-line .item-info .headline {
	font-size: 25px;					
}

ul li .item-type-line .item-info .line {
	height:1px;
	width:0%;
	margin:15px auto;
	background-color:#ffffff;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;					 
}

ul li .item-type-line .item-info .date {
	font-size:16px;
}

ul li .item-type-line .item-hover .mask {
	background-color:#0072d3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=80);										
	opacity:0.8;
	z-index:0;
	box-shadow: 6px 6px #fffb28;
}

.type_choice ul li .item-type-line .item-info .headline:after,
.use_choice ul li .item-type-line .item-info .headline:after,
.size_choice ul li .item-type-line .item-info .headline:after {
	content: "";
	display: block;
	height:1px;
	width:0%;
	margin:15px auto;
	background-color:#ffffff;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;							
}
.type_choice ul li .item-type-line .mask:hover .item-info .headline:after,
.use_choice ul li .item-type-line .mask:hover .item-info .headline:after,
.size_choice ul li .item-type-line .mask:hover .item-info .headline:after {
	width:40%;					
}
ul li .item-type-line .item-hover:hover {
	opacity:1;
}				
.type_choice ul li .item-img,
.use_choice ul li .item-img {			
	background-color:#0072d3;
	z-index:0;			
}

.type_choice_bottle { 
	height: 202px;
	background: url(../../../../_images/type/_common/bottle_line.gif) repeat-x top;
}
.type_choice_bottle .choice_h {
	width: 100%;
	height: 192px;
	background: url(../../../../_images/type/bottle/search_h.gif) no-repeat bottom center;
	text-align: center;
	margin-bottom: 50px;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: .1em;
	position: relative;
	color: #00bfeb;
	line-height: 1.4em;
	padding-top: 45px;
	box-sizing: border-box;
}
.type_choice_bottle .choice_h span {
	display: block;
}
.type_choice_bottle .choice_h:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin: 0 0 0 -13px;
    width: 0;
    height: 0;
    border-right: 25px solid transparent;
    border-top: 25px solid #00bfeb;
    border-left: 25px solid transparent;
}

/*----選び方----*/
.bottle_choice {
	background: url(../../../../_images/type/_common/choice_h_back.webp) no-repeat;
	height: 365px;
	padding: 25px 0 0 70px;
}

.bottle_choice_text {
	font-weight: 700;
	color: #FFF;
	width: 430px;
	margin-top: 22px;
}

.cost_down_li .bottle_point1 li {
	float: left;
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;
}



/*-----------------------------------------------
様々な活用シーン
------------------------------------------------*/
.item_scene_m1 { margin-bottom: 65px; }
.item_scene_m1 li { margin-bottom: 30px; }
.item_scene_m1 li:after {
	content: "";
	background: url(../../../../_images/type/_common/scene_dot.gif) repeat-x;
	width: 740px;
	height: 10px;
	display: block;
	margin-top: 30px;
}
.item_scene_m1 .fl .scene_img {
	float: left;
	margin-right: 25px;
}
.item_scene_m1 .fl .scene_text,
.item_scene_m1 .fl figcaption {
	float: left;
	width: 315px;
}

.item_scene_m1 .fr .scene_img {
	float: right;
	margin-left: 25px;
}
.item_scene_m1 .fr .scene_text,
.item_scene_m1 .fr figcaption {
	float: left;
	width: 315px;
}

.item_scene_m1 li .scene_text h4 {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #00ac97;
	margin: 35px 0 26px 0;
	position: relative;
	padding-bottom: 8px;
	border-bottom: solid 2px #00ac97;
  	box-sizing: border-box;
}
.item_scene_m1 li .scene_text h4:before,
.item_scene_m1 li .scene_text h4:after {
    position: absolute;
    left: 50%;
    top: 100%;
    border: solid transparent;
    content: '';
	width: 0;
	height: 0;
	border-top: 12px solid #00ac97;
	border-right: 6px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 6px solid transparent;
}
.item_scene_m1 li .scene_text h4:before {
    border-top-color: #00ac97;
    margin-left: -12px;
}
.item_scene_m1 li .scene_text h4:after {
    border-top-color: #FFFFFF;
    margin: -4px 0 0 -12px;
}
.item_scene_m1 li .scene_text h4 img { margin-right: 15px; }
.item_scene_m1 li .scene_text .long {
	font-size: 15px;
}

.item_scene_m1 li .scene_text p { line-height: 2em; }


/*-----------------------------------------------
製作価格を抑えるためには
------------------------------------------------*/
.cost_down_li { margin-bottom: 55px; }
.cost_down_li li {
	background: url(../../../../_images/type/_common/scene_dot.gif) repeat-x bottom;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

.cost_down_li .li_center { text-align: center; }
.cost_down_li .li_number {
	background: #eb002b;
	font-weight: 700;
	color: #FFF;
	font-size: 19px;
	letter-spacing: .13em;
	padding: 2px;
	width: 115px;
	box-sizing: border-box;
	margin: 0 auto 20px auto;
}

.cost_down_li .li_h {
	font-size: 29px;
	font-weight: 700;
	letter-spacing: .1em;
	border: 4px solid #dfdfdf;
	padding: 20px 20px 20px 100px;
	box-sizing: border-box;
	display: inline-block;
	margin-bottom: 20px;
	background: url(../../../../_images/type/_common/check.gif) no-repeat top left;
	text-align: left;
}
.cost_down_li .li_h span {
	background: linear-gradient(transparent 50%, #fff21b 0%);
	padding: 0 3px 0 10px;
	line-height: 1.2em;
}


/*-----------------------------------------------
ユニフォームモールで作成しよう
------------------------------------------------*/
.creat_uni {
	background: #e7f9f9;
	margin-bottom: 60px;
}
.creat_uni:before {
	content: "";
	background: url(../../../../_images/type/_common/creat_line_t.gif) repeat-x;
	width: 740px;
	height: 33px;
	display: block;
}
.creat_uni:after {
	content: "";
	background: url(../../../../_images/type/_common/creat_line_b.gif) repeat-x;
	width: 740px;
	height: 33px;
	display: block;
}

.creat_uni .creat_h {
	background: url(../../../../_images/type/yshirt/create_img.webp) no-repeat;
	width: 690px;
	height: 360px;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3em;
	margin: 10px auto 25px auto;
	padding-top: 110px;
	box-sizing: border-box;
}

.creat_yshirt .creat_h { background: url(../../../../_images/type/yshirt/create_img.webp) no-repeat; }
.creat_blouson .creat_h { background: url(../../../../_images/type/blouson/create_img.webp) no-repeat; }
.creat_tshirt .creat_h { background: url(../../../../_images/type/tshirt/create_img.webp) no-repeat; }
.creat_bottle .creat_h { background: url(../../../../_images/type/bottle/create_img.webp) no-repeat; }
.creat_tumbler .creat_h { background: url(../../../../_images/type/tumbler/create_img.webp) no-repeat; }

.creat_uni .creat_h span {
	background-color: rgba(255,255,255,0.7);
}
.creat_uni .creat_h em {
	color: #ff196a;
	font-weight: 700;
	display: block;
	text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
}
.creat_uni .text { padding: 0 40px 20px 40px; }
.creat_uni .text p { margin-bottom: 3px; }

/*-----------------------------------------------
その他アイテムのランキング
------------------------------------------------*/
.other_rank .h_other_rank {
	height: 60px;
	background: url(../../../../_images/type/_common/other_rank_h.gif);
	font-size: 20px;
	color: #FFF;
	font-weight: 700;
	padding-left: 66px;
	box-sizing: border-box;
	line-height: 60px;
	margin-bottom: 35px;
	position: relative;
}
.other_rank .h_other_rank:after {
	position: absolute;
	content: url(../../../../_images/type/_common/other_rank.gif);
	top: -9px;
	right: 16px;
	line-height: 0;
}

.other_rank .other_rank_list .dotUnder {
	background: url(../../../../_images/type/_common/other_rank_dot.gif) repeat-x bottom;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.other_rank_list .li {
	width: 350px;
	float: left;
	position: relative;
}

.other_rank_list .li h4 {
	background: url(../../../../_images/type/_common/other_rank_hb.gif) repeat;
	height: 55px;
	font-weight: 700;
	padding-left: 37px;
	font-size: 16px;
	line-height: 55px;
	box-sizing: border-box;
	margin-bottom: 25px;
	position: relative;
}
.other_rank_list .li h4:before {
	position: absolute;
	content: url(../../../../_images/type/_common/other_rank_arrow.gif);
	left: 21px;
	top: 21px;
	line-height: 0;
}

/*----一覧を見る----*/
.other_rank_list .li .more_list {
	position: absolute;
	top: 11px;
	right: 10px;
	background: #fbd116;
	border-radius: 5px;
	height: 32px;
	width: 100px;
	border-bottom: 2px solid #9b9885;
	font-weight: 700;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
}
.other_rank_list .li .more_list a { display: block; }
.other_rank_list .li .more_list:hover { 
	background: #1fb2ef;
	border-bottom: 2px solid #84929b;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.other_rank_list .li ol .item_list {
	float: left;
	width: 110px;
	margin-right: 10px;
}
.other_rank_list .li ol .item_list:last-child { margin-right: 0; }

.other_rank_list .li ol .item_list .image { 
	margin-bottom: 15px;
	position: relative;
}

.other_rank_list .li ol .item_list .image img {
	width: 110px;	
}

.other_rank_list .li ol .item_list .image:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

/*----ランキングナンバー----*/
.other_rank_list .li ol .item_list .no1:before,
.other_rank_list .li ol .item_list .no2:before,
.other_rank_list .li ol .item_list .no3:before { 
	position: absolute;
	width: 25px;
	height: 25px;
	background: #ffb622;
	font-style: italic;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	line-height: 25px;
	top: -4px;
	left: 0;
}
.other_rank_list .li ol .item_list .no1:after,
.other_rank_list .li ol .item_list .no2:after,
.other_rank_list .li ol .item_list .no3:after {
	content: "";
	position: absolute;
	top: -4px;
	left: 25px;
	width: 0;
	height: 0;
	border-right: 4px solid transparent;
}

.other_rank_list .li ol .item_list .no1:before { 
	content: "1";
	background: #ffb622;
}
.other_rank_list .li ol .item_list .no1:after {
	border-bottom: 4px solid #a7791b;
}

.other_rank_list .li ol .item_list .no2:before { 
	content: "2";
	background: #b5a99a;
}
.other_rank_list .li ol .item_list .no2:after {
	border-bottom: 4px solid #8a8279;
}

.other_rank_list .li ol .item_list .no3:before { 
	content: "3";
	background: #e67a3b;
}
.other_rank_list .li ol .item_list .no3:after {
	border-bottom: 4px solid #97532b;
}

/*----商品名----*/
.other_rank_list .li ol .item_list .item_name { 
	font-size: 12px;
	line-height: 1.3em;
	font-weight: 500;
	margin-bottom: 10px;
}
.other_rank_list .li ol .item_list .item_name a:hover {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	color: #1fb2ef;
	font-weight: 700;
}

/*----品番----*/
.other_rank_list .li ol .item_list .number {
	font-weight: 700;
	font-size: 12px;
	letter-spacing: .1em;
	line-height: 1em;
	color: #fff;
	background: #8C98BF;
	text-align: center;
	padding: 5px;
	margin-bottom: 5px;
}

/*----値段----*/
.other_rank_list .li ol .item_list .price {
	color: #72706d;
	font-weight: 700;
	font-size: 12px;
}
.other_rank_list .li ol .item_list .price span {
	display: block;
	color: #fc391f;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3em;
}



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

	アルミボトル・クリアボトル

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

/*----カラビナ付き-----*/
.carabiner {
	width: 1000px;
	margin: 0 auto 40px auto;
}
.h_blue_ribbon {
	background: url(../../../../_images/type/bottle/alumi/h_ribbon_blue.gif) no-repeat center;
	font-size: 35px;
	color: #FFF;
	font-weight: 700;
	line-height: 80px;
	box-sizing: border-box;
	text-align: center;
	height: 103px;
	margin-bottom: 30px;
}
.h_blue_ribbon span {
	border: 4px solid #ffea02;
	font-size: 24px;
	border-radius: 5px;
	padding: 5px 10px;
	margin-right: 25px;
	color: #fff600;
	box-sizing: border-box;
}

.carabiner .carabiner_cont {
	background: url(../../../../_images/type/bottle/alumi/alumi_bottle/carabiner_back.webp) no-repeat;
	border: 30px solid #f5f3ec;
	height: 670px;
	position: relative;
}

.carabiner .carabiner_text {
	width: 425px;
	padding: 50px 0 0 475px;
}

.carabiner_text .carabiner_title {
	margin-bottom: 20px;
}
.carabiner_text .catch {
	font-size: 23px;
	font-weight: 700;
	line-height: 1.6em;
	letter-spacing: .09em;
}
.carabiner_text .catch span {
	background: linear-gradient(transparent 50%, #fcff00 0%);
	padding: 0 5px;
}

.carabiner_text .white_box {
	padding: 15px 10px;
	font-weight: 700;
	font-size: 15px;
	background-color: rgba(255,255,255,0.6);
	box-sizing: border-box;
	line-height: 2em;
}

.carabiner_cont .carabiner_point {
	position: absolute;
	left: 25px;
	bottom: 20px;
}
.carabiner_cont .carabiner_point li {
	float: left;
}


/*----クリアボトル形状-----*/
.clear_type_cont {
	background: url(../../../../_images/type/bottle/alumi/clear_bottle/type_back.webp) repeat-x top;
	padding-top: 360px;
	margin-bottom: 45px;
}

.clear_type_cont .text_catch {
	padding: 35px;
	text-align: center;
	width: 730px;
	font-size: 18px;
	line-height: 2em;
	font-weight: 700;
	margin: 0 auto;
}

.clear_type_cont .clear_type_list {
	background: #f5f3ec;
	padding: 30px;
	box-sizing: border-box;
	width: 1000px;
	margin: 0 auto;
}
.clear_type_cont .clear_type_list li {
	width: 220px;
	box-shadow: 0px 4px 13px 0px rgba(6, 0, 1, 0.16);
	font-weight: 700;
	margin-right: 20px;
	float: left;
}
.clear_type_cont .clear_type_list li:last-child { margin-right: 0; }

.clear_type_list .type_photo {
	position: relative;
}
.clear_type_list .type_photo:after {
	content: "";
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-top: 13px solid #66d5d8;
    border-left: 8px solid transparent;
}
.clear_type_list a {
	display: block;
	padding: 18px;
	background: #FFF;
}
.clear_type_list a:hover {
	box-shadow: 0px 10px 30px 0px rgba(6, 0, 1, 0.3);
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}


.clear_type_list .rank_h {
	font-size: 	16px;
	margin-bottom: 3px;
	font-weight: 700;
}

.clear_type_list .maker_price {
	color: #7f7f7f;
	font-size: 13px;
}

/*
.clear_type_list .mall_price {
	color: #ff0000;
	font-size: 24px;
	margin-bottom: 10px;
}
.clear_type_list .mall_price span {
	font-size: 13px;
	margin-right: 10px;
}
*/

.clear_type_list .mall_price {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	color: #ff0000;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.3em;
}
.clear_type_list .mall_price dt {
	width: 35%;
}
.clear_type_list .mall_price dd {
	width: 65%;
	padding-left: 10px;
	border-left: 1px solid #ff0000;
}

.clear_type_list .mall_price dd em {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.1em;
}
.clear_type_list .mall_price dd span {
	color: #333;
	display: inline-block;
	font-size: 14px;
	line-height: 1.3em;
}


/*----詳細はこちら----*/
.clear_type_list .more_btn {
	width: 100%;
	height: 35px;
	background: #db002a;
	line-height: 35px;
	box-shadow:3px 3px #f5b5c1;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
	position: relative;
	color: #FFF;
	padding-left: 15px;
	box-sizing: border-box;
}
.clear_type_list .more_btn:after {
	content: url(../../../../_images/type/_common/more_arrow.gif); 
	display: block;
	position: absolute;
	right: 20px;
	top: 0;
	width: 5px;
	height: 9px;
}
.clear_type_list a:hover .more_btn {
	background: #1fb2ef;
	box-shadow:3px 3px #cbe3ed;
}


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

	スープジャー・フードポット

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

.h_red_cloth {
	color: #FFF;
	font-weight: 700;
	background: url(../../../../_images/type/bottle/food-jar/red_cloth.webp) repeat;
	width: 1000px;
	margin: 0 auto 40px auto;
	font-size: 40px;
	text-align: center;
  	line-height: 120px;
	box-shadow: 0px 5px 17px 0px rgba(7, 7, 3, 0.19);
}

/*--メイン画像--*/
.bottle_main_food-jar {
	background: url(../../../../_images/type/bottle/food-jar/main_back.webp) no-repeat;
	width: 1000px;
	height: 370px;
	margin: 15px auto 30px auto;
	position: relative;
}

.bottle_main_food-jar .food-jar_h2 {
	color: #FFF;
	font-size: 43px;
	font-weight: 700;
	position: absolute;
	top: 40px;
	right: 90px;
}

.bottle_main_food-jar .main_text {
	position: absolute;
	top: 114px;
	right: 260px;
}

.bottle_main_food-jar .main_img {
	position: absolute;
	top: -20px;
	left: -30px;
}

/*--動画--*/
.movie_main {
	background: #faf4eb;
	position: relative;
	padding: 80px 0 40px 0;
	margin-bottom: 30px;
}
.movie_main .movie_logo {
	position: absolute;
	top: -23px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.movie_main .movie_cont .movie_h {
	font-weight: 700;
	color: #d7131d;
	font-size: 36px;
	text-align: center;
	letter-spacing: .13em;
}
.movie_main .movie_cont .movie_h:after {
	content: "";
	width: 150px;
	height: 5px;
	display: block;
	background: #d7131d;
	margin: 30px auto 40px auto;
}

.movie_main .movie_cont .movie_thermos { 
	width: 650px;
	margin: 0 auto 30px auto;
}

.movie_main .movie_cont .movie_text { 
	width: 825px;
	margin: 0 auto;
}

/*--スープジャーとは--*/
.food-jar_info {
	width: 1000px;
	margin: 0 auto 80px auto;
}

.food-jar_info .info_right {
	width: 390px;
	float: right;
}

.food-jar_info .info_left {
	width: 610px;
	float: left;
}

.food-jar_info .info_right dl {
	padding: 5px 30px;
}
.food-jar_info .info_right dl:first-child {
	border-bottom: 1px solid #dedcda;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

.food-jar_info .info_right dl dt {
	color: #220503;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.9em;
	margin-bottom: 20px;
}
.food-jar_info .info_right dl dt span {
	padding: 0 10px 7px 10px;
	border-bottom: 4px solid #220503;
}
	

/*--グッズに人気の理由--*/
.food-jar_goods {
	width: 1000px;
	margin: 0 auto 95px auto;
	border: 3px solid #211a1a;
	padding: 7px;
	box-sizing: border-box;
	position: relative;
}

.food-jar_goods_cont {
	border: 1px solid #211a1a;
	box-sizing: border-box;
	padding: 250px 60px 70px 60px;
}

.food-jar_goods .h_goods {
	position: absolute;
	top: -7px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
	
.food-jar_goods_cont .goods_list .right {
	float: right;
	width: 420px;
}

.food-jar_goods_cont .goods_list .right dt {
	color: #f41e1e;
	font-size: 24px;
	font-weight: 700;
	background: #fcf5eb;
	border-left: 12px solid #f41e1e;
	padding: 17px 35px;
	line-height: 1.4em;
	margin-bottom: 30px;
}
.food-jar_goods_cont .goods_list .right dd p { line-height: 1.9em; }

.food-jar_goods_cont .goods_list .left {
	float: left;
	box-shadow: 6.364px 6.364px 22.63px 8.37px rgba(0, 0, 0, 0.13);
}

.food-jar_goods_cont .goods_list li:first-child {
	margin-bottom: 30px;
	padding-bottom: 30px;
	background: url(../../../../_images/type/bottle/food-jar/dot_brown.gif) repeat-x bottom;
}
.food-jar_goods_cont .goods_list li:last-child {
	margin-bottom: 50px;
}

.food-jar_goods_cont .goods_matome {
	background: #ffe431;
	border-radius: 0 0 20px 20px;
	padding: 20px 60px 30px 60px;
	position: relative;
}

.food-jar_goods_cont .goods_matome:before{
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	top: 0;
	border-top: 20px solid #d4cd91;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
}
.food-jar_goods_cont .goods_matome:after{
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	top: 0;
	border-top: 15px solid #FFF;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
}

.food-jar_goods_cont .goods_matome p {
	background: url(../../../../_images/type/bottle/food-jar/goods_item.webp) left no-repeat;
	padding: 30px 0 0 350px;
	color: #220503;
	font-weight: 700;
	font-size: 32px;
	min-height: 130px;
	line-height: 1.8em;
	letter-spacing: .08em;
}
	

/*--お薦めスープジャー&フードポット--*/

.food-jar_recommend .h_recommend {
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	color: #FFF;
	background: #ec2b0b;
	padding: 50px;
	margin-bottom: 25px;
}

.food-jar_recommend .recommend_item_list h4 {
	width: 625px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.food-jar_recommend .recommend_item_list h4 span {
	width: 625px;
	background: #2ed0c3;
	height: 90px;
	line-height: 90px;
	display: inline-block;
	color: #FFF;
	font-weight: 700;
	font-size: 28px;
	vertical-align: middle;
	box-sizing: border-box;
}

.food-jar_recommend .recommend_item_list h4:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 90px 0 0 12px;
	border-color: transparent transparent transparent #ffffff;
}
.food-jar_recommend .recommend_item_list h4:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 90px 12px;
	border-color: transparent transparent #ffffff transparent;
}

.food-jar_recommend .recommend_item_list h4 span:before {
	content: "";
	background: url(../../../../_images/brand/_common/check.png);
	display: inline-block;
	width: 29px;
	height: 25px;
	margin-right: 11px;
	vertical-align: middle;
}

.food-jar_recommend .recommend_item_list .recommend_data {
	padding: 0;
	font-weight: 500;
}

.food-jar_recommend .recommend_item_list .recommend_data dt.item_title {
	font-size: 35px;
	text-align: center;
	padding: 45px 0 40px 0;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	font-weight: 700;
	margin: -14px 0 35px 0;
	position: relative;
}

.food-jar_recommend .recommend_item_list .recommend_data dt.item_title:before {
	content: "";
	width: 603px;
	height: 1px;
	position: absolute;
	top: -1px;
	left: 50%;
	background: #2ed0c3;
	display: block;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

.food-jar_recommend .recommend_item_list .recommend_data dt.item_title span {
	color: #FFF;
	font-size: 26px;
	background: #a3d4ed;
	margin-left: 25px;
	border-radius: 5px;
	padding: 6px 15px;
}

.food-jar_recommend .recommend_item_list .recommend_data dd.item_dd {
	width: 1000px;
	margin: 0 auto 50px auto;
}

/*----コンテンツ　右----*/
.food-jar_recommend .recommend_item_list .recommend_data dd.item_dd .item_cont {
	width: 435px;
	float: right;
}

/*--値段--*/
.food-jar_recommend .recommend_item_list .recommend_data dd.item_dd .item_cont .price {
	border: 5px solid #94e9ee;
	font-weight: 700;
	border-radius: 5px;
	padding: 20px 25px;
	box-sizing: border-box;
	color: #ff0060;
	box-shadow: 1.678px 2.487px 8px 0px rgba(25, 32, 34, 0.09);
	margin-bottom: 20px;
}

.food-jar_recommend .recommend_data dd.item_dd .item_cont .price .maker {
	font-size: 16px;
	color: #7f7f7f;
	padding-bottom: 15px;
	background: url(../../../../_images/brand/_common/dot_gray.gif) repeat-x bottom;
	margin-bottom: 20px;
}
.food-jar_recommend .recommend_data dd.item_dd .item_cont .price .maker span {
	color: #FFF;
	background: #db002a;
	margin-left: 15px;
	padding: 3px 6px;
	border-radius: 3px;
}

.food-jar_recommend .recommend_data dd.item_dd .item_cont .price .mall {
	font-size: 38px;
}
.food-jar_recommend .recommend_data dd.item_dd .item_cont .price .mall span { 
	font-size: 21px;
	margin-right: 5px;
}

.food-jar_recommend .recommend_data dd.item_dd .item_cont .price .malltax {
	color: #333;
	margin-top: 10px;
	font-size: 20px;
}
.food-jar_recommend .recommend_data dd.item_dd .item_cont .price .malltax span { 
	font-size: 18px;
	margin-right: 5px;
}


/*--カラー数　ロット--*/
.food-jar_recommend .recommend_data dd.item_dd .item_cont .color_lot {
	font-weight: 700;
	margin-bottom: 20px;
}

.food-jar_recommend .recommend_data dd.item_dd .item_cont .color_lot dt {
	background: #000;
	padding: 3px 10px;
	color: #FFF;
	display: inline-block;
	margin-right: 15px;
}
.food-jar_recommend .recommend_data dd.item_dd .item_cont .color_lot dd {
	font-size: 18px;
	display: inline-block;
	margin-right: 15px;
}

/*--テーブル--*/
.food-jar_recommend .recommend_data dd.item_dd .item_cont .right_table {
	width: 435px;
	border-top: 1px solid #b0b0b0;
	font-size: 15px;
	margin-bottom: 30px;
}
.food-jar_recommend .recommend_data dd.item_dd .item_cont .right_table tr {
	border-bottom: 1px solid #b0b0b0;
}

.food-jar_recommend .recommend_data dd.item_dd .item_cont .right_table tr th {
	font-weight: 700;
	width: 125px;
	background: #f3f3f3;
	padding: 13px 20px;
	box-sizing: border-box;
}
.food-jar_recommend .recommend_data dd.item_dd .item_cont .right_table tr td {
	padding: 13px 25px;
	box-sizing: border-box;
}


/*----コンテンツ　左----*/
.food-jar_recommend .recommend_item_list .recommend_data dd.item_dd .left_cont {
	width: 535px;
	float: left;
}


/*----商品仕様----*/
.food-jar_recommend .recommend_item_list .recommend_data .item_dd_detail {
	background: #faf4eb;
	padding: 50px 0 20px 0;
	position: relative;
	margin-bottom: 60px;
}

.food-jar_recommend .recommend_item_list .recommend_data .item_dd_detail:before {
    content: "";
    position: absolute;
	top: -50px;
	left: 50%;
	margin-left: -25px;
	border: 25px solid transparent;
	border-bottom: 25px solid #faf4eb;
}
.food-jar_recommend .recommend_item_list .recommend_data .item_dd_detail .detail_li {
	width: 1020px;
	margin: 0 auto;
	font-size: 15px;
	font-weight: 700;
}
.food-jar_recommend .recommend_item_list .recommend_data .item_dd_detail .detail_li li {
	width: 	320px;
	margin: 0 10px 20px 10px;
	float: left;
}

.food-jar_recommend .recommend_item_list .recommend_data .item_dd_detail .detail_li li img {
	margin-bottom: 15px;
}



