@charset 'UTF-8';

.main *{ box-sizing: border-box;}

/*-----------------------------------------------
メイン画像
------------------------------------------------*/
.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: 160px;
	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;
}



/*-----------------------------------------------
ブランドバナー
------------------------------------------------*/
.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%;
}

/**/
.other_item.item_bottle .brand_banner_list.incList{
	width: 100%;
}
.other_item.item_bottle .brand_banner_list.incList li{
	width: 48%;
	margin: 0 0 20px;
}


/*-----------------------------------------------
特集バナー
------------------------------------------------*/
.campaign_box{
	width: 1000px;
	margin: 0 auto 40px;
}
.campaign_banner_list {
	margin: 0 auto 10px;
}

.campaign_banner_list li {
	width: 45%;
	margin-bottom: 40px;
	letter-spacing: .03em;
}

.campaign_banner_list li img { 
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.campaign_banner_list li a{
	transition: all .2s ease-in-out;
}
.campaign_banner_list li a:hover {
	opacity: 0.7;
}

/*スライダー*/
.campaign_box .bx-wrapper{
	margin: auto;
}

.campaign_box .bx-wrapper .bx-prev,
.campaign_box .bx-wrapper .bx-next{
	width: 80px;
	height: 80px;
	transform: translateY(-45%);
	-webkit-transform: translateY(-45%);
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	position: absolute;
	top: 50%;
}
.campaign_box .bx-wrapper .bx-prev {
	background: url(../../../../_images/type/_common/prev_arrow.png) no-repeat;
	background-size: contain;
	left: -40px;
}
.campaign_box .bx-wrapper .bx-next {
	background: url(../../../../_images/type/_common/next_arrow.png) no-repeat;
	background-size: contain;
	right: -40px;
}


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

/*----タイトル----*/
.rank_cont {
	width: 1000px;
	background: url(../../../../_images/type/bottle/rank_h.webp) top no-repeat;
	margin: 0 auto 70px auto;
	padding-top: 55px;
}
.rank_cont .rank_cont_h {
	background: #FFF;
	color: #db002a;
	width: fit-content;
	margin: 0 auto 80px;
	padding: 20px;
	font-size: 33px;
	font-weight: 700;
	letter-spacing: .12em;
	text-align: center;
	border-top: 5px solid #db002a;
	border-bottom: 5px solid #db002a;
	box-sizing: border-box;
	position: relative;
}
.rank_cont .rank_cont_h > span {
	display: block;
	background: #db002a;
	color: #FFFFFF;
	width: fit-content;
	padding: 5px 8px;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: .15em;
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	margin: auto;
}
.rank_cont.type_stainless { background: url(../../../../_images/type/bottle/stainless/rank_h.webp) top no-repeat; }
.rank_cont.type_alumi { background: url(../../../../_images/type/bottle/alumi/rank_h.webp) top no-repeat; }
.rank_cont.type_waterbottle { background: url(../../../../_images/type/bottle/waterbottle/rank_h.webp) top no-repeat; }


/*----ランキングリスト 1~3位----*/
.rank_cont .rank_list > ol{
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px;
}
.rank_cont .rank_list > ol > li {
	width: 320px;
	padding: 13px;
	font-weight: 700;
	border: 2px solid #cdcdcd;
	position: relative;
}
.rank_cont .rank_list > ol > li:before {
	position: absolute;
	left: -3px;
	top: -14px;
	z-index: 2;
}
.rank_cont .rank_list > ol > li.no1:before { content: url(../../../../_images/type/_common/rank1.gif); }
.rank_cont .rank_list > ol > li.no2:before { content: url(../../../../_images/type/_common/rank2.gif); }
.rank_cont .rank_list > ol > li.no3:before { content: url(../../../../_images/type/_common/rank3.gif); }

.rank_cont .rank_list ol li .item_data {
	display: flex;
	justify-content: space-between;
	margin: 0 0 10px 105px;
	min-height: 25px;
}
.rank_cont .rank_list ol li .item_data .number { 
	color: #999999;
	font-size: 17px;
	line-height: 1em;
}
.rank_cont .rank_list ol li .item_data .brand {
	text-align: right;
}

.rank_cont .rank_box {
	background: #f2f9f9;
	padding: 15px;
}
.rank_cont .rank_box .rank_h {
	background: url(../../../../_images/type/_common/dot_big.gif) repeat-x bottom;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 	18px;
	font-weight: 700;
}

.rank_cont .rank_box .color_size{
	display: flex;
	gap: 10px;
}
.rank_cont .rank_box .color_size li { 
	margin-bottom: 5px;
	font-size: 16px;
}
.rank_cont .rank_box .color_size span {
	background: #000;
	color: #fff;
	margin-right: 10px;
	padding: 4px 8px;
	font-size: 13px;
}

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

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

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

/*----詳細はこちら----*/
.rank_cont .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;
}
.rank_cont .rank_list li .more_btn a {
	color: #FFF;
	display: block;
}
.rank_cont .rank_list li .more_btn:after {
	content: "";
	display: block;
	width: 5px;
	height: 9px;
	background-image: url(../../../../_images/type/_common/more_arrow.gif);
	background-repeat: no-repeat;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.rank_cont .rank_list li .more_btn:hover {
	background: #ff8a1f;
	box-shadow:3px 3px #ede6cb;
}


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

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

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

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

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

.no4 .rank_cont .rank_box .maker_price,
.no5 .rank_cont .rank_box .maker_price {
	margin-bottom: 0;
}
*/


/*-----------------------------------------------
形状から探す
------------------------------------------------*/
.type_choice .choice_h{ 
	background: repeating-linear-gradient(135deg, #fffc00, #fffc00 8px, #fffd69 8px, #fffd69 16px);
	border-bottom: 10px solid #00bfeb;
	margin-bottom: 50px;
	position: relative;
}
.type_choice .choice_h:after {
    content: "";
    width: 0;
    height: 0;
    border-right: 25px solid transparent;
    border-top: 25px solid #00bfeb;
    border-left: 25px solid transparent;
    position: absolute;
    bottom: -25px;
    left: 0;
	right: 0;
    margin: auto;
}
.type_choice .choice_h > h2 {
	width: 100%;
	height: 192px;
	background-repeat: no-repeat;
	background-position: bottom center;
	color: #00bfeb;
	padding-top: 45px;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.4em;
	text-align: center;
	position: relative;
}
.type_choice .choice_h span {
	display: block;
}

/**/
.type_choice.choice_bottle .choice_h > h2 {
	background-image: url(../../../../_images/type/bottle/search_h.gif);
}


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

/*--------*/
.type_choice ul.type_choice_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px 0;
	width: 1000px;
	margin: 40px auto;
}
.type_choice ul.type_choice_list li{
	width: 480px;
}

.type_choice ul.type_choice_list img{
	position: relative;
}

.type_choice ul.type_choice_list .item {
	position:relative;
}

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

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

/**/
.item-type-line .item-hover {
	display: block;
	text-decoration: none;
	text-align: center;
	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;
}

.item-type-line .item-info {
	display:table-cell;
	color:#ffffff;
	vertical-align:middle;
	position:relative;
	z-index:5;
}
.item-type-line .item-info .headline {
	font-size: 25px;
}
.item-type-line .item-info .line {
	height:1px;
	width:0%;
	background-color:#ffffff;
	margin:15px auto;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

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

.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.type_choice_list 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.type_choice_list li .item-type-line .mask:hover .item-info .headline:after{
	width:40%;
}
.type_choice ul.type_choice_list li .item-type-line .item-hover:hover {
	opacity:1;
}
.type_choice ul.type_choice_list li .item-img {
	background-color:#0072d3;
	z-index:0;
}


/*-----------------------------------------------
	制作実績
------------------------------------------------*/
.trackrecord { margin-bottom: 70px; }
.trackrecord ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px auto;
}
.trackrecord ul li{
	width: 48%;
}
.trackrecord ul li a{
	display: block;
	transition: all 0.3s ease-out;
}
.trackrecord ul li a:hover{
	opacity: 0.6;
}

.trackrecord ul li img{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	transition: all 0.3s ease-out;
}
.trackrecord ul li a:hover img{
	box-shadow: 0 0 0 2px #fc391f;
}

.trackrecord ul li dl dt{
	background-color: #ffe92d;
	margin-bottom: 10px;
	padding: 5px 15px;
	font-size: 16px;
	font-weight: bold;
	word-break: break-all;
	box-shadow: 0 3px 0 #f5d021;
	border-radius: 10px;
}
.trackrecord ul li dl dd .staff{
	font-size: 15px;
	font-weight: bold;
}

.trackrecord .linkBtn{
	text-align: center;
}
.trackrecord .linkBtn a{
	display: inline-block;
	width: 70%;
	background-color: #00a2ff;
	color: #fff;
	padding: 20px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 30px;
	box-shadow: 0 3px 0 #bde7ff;
	transition: all 0.3s ease-out;
}
.trackrecord .linkBtn a:hover{
	opacity: 0.6;
}



/*-----------------------------------------------
	関連コラム
------------------------------------------------*/
.container .column {
	margin-bottom: 80px;
}
.container .column .column_list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin: 30px auto;
}
.container .column .column_list > li{
	width: calc((100% - 30px) / 2);
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.container .column .column_list > li a{
	display: block;
	padding: 3% 3% 5%;
}
.container .column .column_list > li div.image{
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
}
.container .column .column_list > li div.image img{
	width: 100%;
	height: auto;
	transition: all .3s ease;
}
.container .column .column_list > li .title{
	padding: 10px 0 0;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.5em;
	word-break: break-all;
	position: relative;
}
.container .column .column_list > li .title:after{
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background-color: #000;
	transform: translateX(-50%);
	transition: all .3s ease;
	position: absolute;
	left: 50%;
	top: 0;
}

.container .column .column_list > li a:hover img{
	opacity: 0.8;
	transform: scale(1.1);
}
.container .column .column_list > li a:hover .title:after{
	width: 50px;
}


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

.cost_down .bottle_choice_text {
	color: #FFF;
	width: 430px;
	margin-top: 22px;
	font-weight: 700;
}
.cost_down .cost_down_li {
	margin-bottom: 55px;
}
.cost_down .cost_down_li > li {
	background: url(../../../../_images/type/_common/scene_dot.gif) repeat-x bottom;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

.cost_down .cost_down_li .bottle_point1 {
	display: flex;
	margin-bottom: 25px;
}
.cost_down .cost_down_li .bottle_point1 li {
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.cost_down .cost_down_li .li_center {
	text-align: center;
}

.cost_down .cost_down_li .li_number {
	background: #eb002b;
	color: #FFF;
	width: 115px;
	margin: 0 auto 20px auto;
	padding: 2px;
	font-weight: 700;
	font-size: 19px;
	letter-spacing: .13em;
}

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

/*サイズ*/
.cost_down .cost_down_li ul.size-link {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 80%;
	margin: 20px auto 10px;
}
.cost_down .cost_down_li ul.size-link > li > a{
	display: block;
	padding: 10px;
	padding-right: 30px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8em;
	color: #fff;
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
	transition: all .2s ease-in-out;
	position: relative;
}
.cost_down .cost_down_li ul.size-link > li > a:hover{
	box-shadow: none;
	transform: translate3d(0, 3px, 0);
}

.cost_down .cost_down_li ul.size-link > li > a span{
	display: inline-block;
	background-color: #fff;
	color: #333;
	margin-right: 5px;
	padding: 0 5px;
	font-size: 20px;
	border-radius: 5px;
}
.cost_down .cost_down_li ul.size-link > li > a:before{
	content: "";
	display: block;
	background-color: #111;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.cost_down .cost_down_li ul.size-link > li > a:after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 17px;
	top: 0;
	bottom: 0;
	margin: auto;
}

/**/
.cost_down .cost_down_li ul.size-link > li.small > a{ background-color: #4dd09d;}
.cost_down .cost_down_li ul.size-link > li.small > a span{ color: #4dd09d;}
.cost_down .cost_down_li ul.size-link > li.middle > a{ background-color: #4dcbd0;}
.cost_down .cost_down_li ul.size-link > li.middle > a span{ color: #4dcbd0;}
.cost_down .cost_down_li ul.size-link > li.large > a{ background-color: #5c8fed;}
.cost_down .cost_down_li ul.size-link > li.large > a span{ color: #5c8fed;}


/*-----------------------------------------------
様々な活用シーン
------------------------------------------------*/
.item_scene {
	margin-bottom: 65px;
}
.item_scene ul{
	display: flex;
	flex-direction: column;
	gap: 30px 0;
}
.item_scene li > figure > div {
	display: flex;
	justify-content: space-between;
}
.item_scene li:nth-of-type(even) > figure > div{
	flex-direction: row-reverse;
}
.item_scene li:after {
	content: "";
	display: block;
	background: url(../../../../_images/type/_common/scene_dot.gif) repeat-x;
	width: 740px;
	height: 10px;
	margin-top: 30px;
}
.item_scene .scene_img {
	width: 400px;
}
.item_scene .scene_text,
.item_scene figcaption {
	width: 315px;
}

.item_scene li .scene_text h4 {
	color: #00ac97;
	margin: 35px 0 26px 0;
	padding-bottom: 8px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	border-bottom: solid 2px #00ac97;
	position: relative;
}
.item_scene li .scene_text h4:before,
.item_scene li .scene_text h4:after {
    content: '';
	width: 0;
	height: 0;
    border: 8px solid transparent;
	border-top: 12px solid #00ac97;
    position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
}
.item_scene li .scene_text h4:before {
    border-top-color: #00ac97;
}
.item_scene li .scene_text h4:after {
    border-top-color: #FFFFFF;
	bottom: -17px;
}
.item_scene li .scene_text h4 img {
	margin-right: 15px;
}
.item_scene li .scene_text .long {
	font-size: 15px;
}
.item_scene li .scene_text p {
	line-height: 2em;
}


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

.creat_uni .creat_h {
	background: url(../../../../_images/type/bottle/create_img.webp) no-repeat;
	width: 690px;
	height: 360px;
	margin: 10px auto 25px auto;
	padding-top: 110px;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3em;
}
.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 .rank-category {
	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 .rank-category: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;
}




