@charset "UTF-8";
/*ヘッダー改修用css*/



/*ヘッダー全体*/
#header_bottom{border-bottom: 2px solid #888; padding: 8px 0 3px;}

.block-header-bottom-menu-list{margin-left: 10px;}

.block-header-bottom-menu-list li{width: 80px; letter-spacing: -0.05em;}
.block-header-bottom-menu-list li.sidemenu{/*width: 75px;*/}
.block-header-bottom-menu-list li + li{margin: 0;}

/*ロゴ*/
h1.block-header-logo, p.block-header-logo{/*flex: 0 0 340px;*/ flex: none; padding-bottom: 5px; /*margin-right: 0;*/ width: 310px; margin: auto;}

.block-header-content{width: calc(100% - 340px);}

.block-header-content-item:last-child{justify-content: space-between;}

.block-global-search_wrap{margin-left: 10px;}

/*ヘッダーメニュー部分改修*/
#header_top_inner{width: 100%; justify-content: flex-start;}
.block-header-menu-list_2{display: flex; justify-content: space-between; width: calc(100% - 50%); height: 60px; position: relative; margin-left: 10px;}
.block-header-menu-list_2 li{width: calc((100% - 10px) / 3);
    border: #CCCCCC 1px solid;
    border-radius: 5px;
    position: relative;
}

li.block-header-menu-tel_2{/*background:linear-gradient(#FFFFFF 0%, #EEEEEE 100%);*/ position: relative; /*width: 65px;*/}
li.block-header-menu-tel_2::before__{
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    margin: 5px auto;

    content: '';/*何も入れない*/
    display: inline-block;
    width: 35px;/*画像の幅*/
    height: 35px;/*画像の高さ*/
    background-image: url(/img/usr/common/icon_header_2_tel.png);
    background-size: contain;
    vertical-align: middle;
    z-index: 0;
}

li.block-header-menu-mypage_2 a,
li.block-header-menu-cart a{display: block; height: 100%; width: 100%; z-index: 1; position: relative;}

li.block-header-menu-mypage_2{background: linear-gradient(#FFFFFF 0%, #EEEEEE 100%); position: relative;}
li.block-header-menu-mypage_2::before{
    position: absolute;
    top: 8px;
    right: 0;
    left: 0;
    margin: 0 auto;

    content: '';/*何も入れない*/
    display: inline-block;
    width: 23px;/*画像の幅*/
    height: 23px;/*画像の高さ*/
    background-image: url(https://www.u-canshop.jp/img/usr/common/h_ico_entry_on.png);
    background-size: contain;
    vertical-align: middle;
    z-index: 0;}

li.block-header-menu-cart{background: linear-gradient(#FFFFFF 0%, #EEEEEE 100%);}
li.block-header-menu-cart::before{
    position: absolute;
    top: 8px;
    right: 0;
    left: 0;
    margin: 0 auto;

    content: '';/*何も入れない*/
    display: inline-block;
    width: 25px;/*画像の幅*/
    height: 23px;/*画像の高さ*/
    background-image: url(/img/usr/common/icon_header_2_cart.png);
    background-size: contain;
    vertical-align: middle;
    z-index: 0;}
.bhml_txt{display: block; width: 100%!important;}
.bhml_txt{font-size: 12px; position: absolute; bottom: 5px; text-align: center;}
.hnavbtn .bhml_txt{font-size: 10px;}




/*電話番号ポップアップ*/
.modal-checkbox {
  display: none;
}

.modal-open-button {
  border-radius: 5px;
  height: 70px;
  width: 100%;
/*  display: flex;
  align-items: end;*/
  z-index: 1;
  position: relative;
  display: block;
  cursor: pointer;
}


.modal-open-button .telicon{width: 35px; margin: 8px auto 0; display: block; line-height: 1em;}
.modal-open-button .teltxt{display: block; text-align: center; width: 100%; font-size: 14px; position: absolute; bottom: 12px; letter-spacing: 0.05em;}

.tpt_modal {/*編集中*/
/*  position:absolute;
  top: -80px;
  left: -40vw;
  z-index: 2;
  display: none;
  align-items:flex-start;
  justify-content: center;
  width: 100vw;
  height: 300px;*/
  /*background-color: rgb(0 0 0 / 60%);*/
  display: none;
}

.tpt_close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  transform: translate(50%, -50%);
  color: #fff;
}

.modal-wrapper {/*編集中*/
  position: relative;
  width: 340px;
  padding: 10px;
  margin: auto;
  overflow:hidden;
  /*background-color: #FEFEFE;*/
  border-radius: 8px;
  border: 1px solid #ee5e04;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
  
    /*left: -210px;*/
    left: 0px;
    top: 10px;
background: #F3BE75;
/*background: linear-gradient( #F3BE75 0%, #FDA329 49%, #FF9A11 50%, #FF9601 100%);*/

background: linear-gradient(180deg,rgba(243, 190, 117, 1) 0%, rgba(255, 219, 168, 1) 10%, rgba(243, 190, 117, 1) 18%, rgba(253, 163, 41, 1) 49%, rgba(255, 154, 17, 1) 50%, rgba(255, 150, 1, 1) 100%);

}

.modal-content h1 {
  margin: 0;
  font-size: 4rem;
  line-height: 1.2em;
  letter-spacing: -0.02em;
}

.modal-checkbox:checked + .tpt_modal {
  /*display: flex;*/
  display: block;
}




/*モーダルメニュータイトル*/
.inside_tit{text-align: center; padding: 10px 0; font-size: 18px; font-weight: bold;}




/*検索窓背景*/
#header_bottom .block-global-search .block-global-search--keyword{background: #eee;}
#header_bottom .block-global-search .block-global-search--keyword:focus{background: #fff;}

/*メニュー内検索窓*/
#sub_searchbox {
	padding: 10px 15px;
	background: #FFF7EB;

	box-sizing: border-box;
}
#sub_searchbox .block-global-search {
	width: calc(100% - 85px);
	height: 50px;
	border: #E98600 1px solid;
	border-radius: 5px;
	background: #FFF7EB;
	box-sizing: border-box;
}
#sub_searchbox .block-global-search form {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: space-between;
}
#sub_searchbox .block-global-search,#sub_searchbox .block-global-search form {
	width: 100%;
}
#sub_searchbox .block-global-search .block-global-search--keyword {
	width: calc(100% - 40px);
	height: 48px;
	min-height: 48px;
	padding: 0 10px;
	margin: 0;
	border: none;
	outline: none;
	border-radius: 5px 0 0 5px;
	font-size: 14px;
	line-height: 48px;
	background: #FFF;
	box-sizing: border-box;
}
#sub_searchbox .block-global-search .block-global-search--keyword:active {
	border: none;
	outline: none;
}
#sub_searchbox .block-global-search .block-global-search--submit {
	width: 40px;
	height: 49px;
	padding: 0;
	margin: 0 -1px 0 0;
	border: none;
	border-radius: 0 4px 4px 0;
	font-size: 18px;
	line-height: 48px;
/*	background: #E98600 url("../../img/usr/common/h_ico_search.png") center center no-repeat;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;*/
	box-sizing: border-box;
}
#sub_searchbox .block-header-menu-boookmark {
	width: 70px;
	height: 50px;
	box-sizing: border-box;
}
#sub_searchbox .block-header-menu-boookmark a {
	width: 70px;
	height: 50px;
	padding: 30px 0 0 0;
	border: #CCCCCC 1px solid;
	border-radius: 5px;
	text-align: center;
	font-size: 12px;
	line-height: 1.0;
	letter-spacing: -1px;
	text-decoration: none;
	display: block;
	justify-content: center;
	align-items: center;
	background: url("../../img/usr/common/icon_bookmark.png") center 1px no-repeat, linear-gradient( #FFFFFF 0%, #EEEEEE 100%);
	-webkit-background-size: 28px 28px, cover;
	background-size: 28px 28px, cover;
	background-position: 3px center;
	box-sizing: border-box;
}

/*検索窓下キーワード*/
.inside_keyword{font-size: 15px; display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; margin: 3px 0 0;}
.inside_keyword .inside_keyword_tit{font-weight: bold; font-size: 10px;}
.inside_keyword .inside_keyword_list{display: flex; justify-content: flex-start;}
.inside_keyword .inside_keyword_list li{padding: 0 2px; width: auto; height: auto; margin-right: 5px;}
.inside_keyword .inside_keyword_list li a{text-decoration: underline;}
.inside_keyword .inside_keyword_list li a:hover{text-decoration: none;}

/*インサイドメニュー内リンクボタン*/
.menu_inside_toplist{display: flex; justify-content:space-between; width: 85%; margin:0 auto 10px;}
.menu_inside_toplist li{width: calc((100% - 20px)/3); border: 1px solid #ccc; border-radius: 5px;
    /*background: linear-gradient(#FFFFFF 0%, #EEEEEE 100%);*/
    background: #fff;
    position: relative;}
.menu_inside_toplist li a{height: 60px; width: 100%; display: block; position: relative; text-align: center;}
.menu_inside_toplist li a span{/*position: absolute; bottom: 0; text-align: center; display: block; width: 100%; */font-size: 12px; display: flex; flex-direction: column;}
.menu_inside_toplist li.mit_entry::before{
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: '';/*何も入れない*/
    display: inline-block;
    width: 30px;/*画像の幅*/
    height: 30px;/*画像の高さ*/
    background-image: url(https://www.u-canshop.jp/img/usr/common/h_ico_entry_on.png);
    background-size: contain;
    vertical-align: middle;
    z-index: 0;}
.menu_inside_toplist li.mit_login::before{/*
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/img/usr/common/icon_header_2_members.png);
    background-size: contain;
    vertical-align: middle;
    z-index: 0;*/}
.menu_inside_toplist li.mit_bookmark::before{
    /*position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/img/usr/common/icon_header_2_bookmark.png);
    background-size: contain;
    vertical-align: middle;
    z-index: 0;*/}

.menu_inside_toplist a:hover{filter: brightness(0) saturate(100%) invert(24%) sepia(56%) saturate(4124%) hue-rotate(342deg) brightness(76%) contrast(110%);}
.menu_inside_toplist li:hover{border: 1px solid #c71521;}

/*インサイドメニューモーダル*/
.menu_inside{position: absolute; top: -150vh; right: 0; width: 320px; scrollbar-gutter: stable;}


/* メニューのスタイル */
.top_mdl_menu {
 /* position: fixed;*/
  top: -100vh;
  right: 0%; /* 初期状態では画面の外に隠れている */
  /*width: 300px;*/
  height: 100%;
  /*background-color: #fff;border: solid 1px #E98600;*/
  color: #333;
  transition: top 0.6s ease; /* スライドインのアニメーション */
  padding: 0 0 40px;
  box-sizing: border-box;
  z-index: 10;
  overflow: hidden;
}

/* メニューが開いているとき */
.menu_inside.open {
  top: 0px;
  right: 0px;
  overflow: auto;
  z-index: 19;
  max-height: 90vh;
}
.menu_inside.open .menuin_inner{
  background-color: #fff;
  border: solid 1px #777;
  border-radius: 5px;}

/* ボタンのスタイル */
.hamburger {/*
  position: fixed;
  top: 20px;
  right: 20px;*/
  position: absolute;
  top: 6px;
  right: 8px;
  width: 60px;
  cursor: pointer;
  z-index: 20;
  margin-top: 10px;
}

.hamburger.active{width: 50px; right: 15px; top: 0;}

.hamburger span {
  display: block;
  height: 3px;
  width: 60%;
  background-color: #666666;
  margin: 0 auto 7px;
  transition: 0.4s;
}

.hamburger:hover{filter: brightness(0) saturate(100%) invert(24%) sepia(56%) saturate(4124%) hue-rotate(342deg) brightness(76%) contrast(110%);}

.hamburger.active span{background-color: #666666;}

/* バツ印に変化するスタイル */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(10px, 10px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
}

@media (max-width: 768px) {
.hamburger{top: 20px; right: 5px;}
.hamburger.active{top: 10px;}
}

/*ハンバーガー下テキスト*/
.hbg_txt{font-size: 14px; letter-spacing: -0.05em; /*font-weight: bold;*/ font-weight: 500; text-align: center; color: #666666;}
.hamburger.active .hbg_txt{display: none;}

.top_mdl_menu .menu_inside .toziru{opacity: 0;}
.top_mdl_menu .menu_inside.open .toziru{background: #666; color: #fff; width: 100%; text-align: center;
line-height: 3em;
transition: opacity 0.6s ease; /* スライドインのアニメーション */ opacity: 1;
cursor: pointer;}

/*スクロールした時隠し*/
#header_inner_wrap.hide .hamburger{top: -100px;}


/*インサイドメニュー内メニュー*/
.ins_01_wrap>li{border-bottom: 1px solid #666666; /*padding: 10px 10px 10px 50px;*/ font-size: 18px; width: 100%; height: auto;}
.ins_01.ins_01_list1{padding: 10px 10px 10px 50px;}
.ins_01_wrap>li a{padding: 10px 10px 10px 50px; display: block; width:100%;}
.ins_box1 li{}
.ins_box1 li a{padding: 5px; width: 100%; display: block;}
.ins_box1 li a:hover{text-decoration: underline;}
.ins_01{width: 300px;}

.ins_01 .ins_accordion_header {
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.ins_01 .ins_arrw {/*閉じるボタン動きなし*/
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 60%;
  right: 5%;
  width: 20px;
  height: 20px;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ins_accordion_header.open .ins_arrw{
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 100%;
}


.ins_01 .ins_accordion_inner {
  display: none;
}

.ins_box1{margin: 20px 0 0;}
.ins_box1 li{/*padding: 5px; */font-size: 16px; /*border-bottom: 2px dotted #eee;*/ height: auto; width: auto;}
/*.block-header-bottom-menu-list .menu_inside li + li{margin: 0}*/

.ins_01_list1,
.ins_01_list2,
.ins_01_list3,
.ins_01_list4,
.ins_01_list5{position: relative;}
.ins_01_list1::before{
  content: '';/*何も入れない*/
  display: inline-block;
  width: 30px;/*画像の幅*/
  height: 30px;/*画像の高さ*/
  background-image: url(/img/usr/common/icon_header_2_categorysearch.png);
  background-size: contain;
  position: absolute; top: 5px; left: 10px;}
  
.ins_01_list2::before{
  content: '';/*何も入れない*/
  display: inline-block;
  width: 30px;/*画像の幅*/
  height: 30px;/*画像の高さ*/
  background-image: url(/img/usr/common/icon_header_2_tokusyuu.png);
  background-size: contain;
  position: absolute; top: 8px; left: 10px;}
  
.ins_01_list3::before{
  content: '';/*何も入れない*/
  display: inline-block;
  width: 30px;/*画像の幅*/
  height: 30px;/*画像の高さ*/
  background-image: url(/img/usr/common/icon_header_2_guide.png);
  background-size: contain;
  position: absolute; top: 10px; left: 10px;}
  
.ins_01_list4::before{
  content: '';/*何も入れない*/
  display: inline-block;
  width: 30px;/*画像の幅*/
  height: 30px;/*画像の高さ*/
  background-image: url(/img/usr/common/icon_header_2_question.png);
  background-size: contain;
  position: absolute; top: 8px; left: 10px;}
  
.ins_01_list5::before{
  content: '';/*何も入れない*/
  display: inline-block;
  width: 30px;/*画像の幅*/
  height: 30px;/*画像の高さ*/
  background-image: url(/img/usr/common/icon_header_2_contact.png);
  background-size: contain;
  position: absolute; top: 10px; left: 10px;}
  

  .menu_inside .linebnr{margin: 10px 0;}
  
.menu_inside_tell{/*margin: 8px;*/ border: #E98600 1px solid; display: flex; justify-content: center; padding: 8px; border-radius: 5px;}
.menu_inside .menu_inside_tell{margin: 8px; background: linear-gradient(180deg,rgba(243, 190, 117, 1) 0%, rgba(255, 219, 168, 1) 10%, rgba(243, 190, 117, 1) 18%, rgba(253, 163, 41, 1) 49%, rgba(255, 154, 17, 1) 50%, rgba(255, 150, 1, 1) 100%);}

.menu_inside .menu_inside_tell .inner{background: rgba(255,255,255,0.80); padding: 5px; border: none; box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35); border-radius: 5px;
display: flex; justify-content: center; width: 100%;}

.menu_inside_tell .title {
    width: 50px;
    height: 54px;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #30a200;
    color: #fff; 
    margin-right: 8px;}
.menu_inside_tell .number {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.0;
    color: #E30000;
}

.menu_inside_tell .nubmber-frame a:focus{text-decoration: none;}

.menu_inside_tell .nubmber-frame .time {
    margin: 10px 0 0 0;
    display: flex;
    justify-content: center;
}

.menu_inside .menu_inside_tell .nubmber-frame .time dt{/*color: #fff;*/}

.menu_inside_tell .time dt {
    padding: 0 8px 0 0;
    margin: 0 8px 0 0;
    border-right: #333 1px solid;
    font-size: 13px;
    line-height: 1.0;
    color: #E98600;
}

.menu_inside_tell .nubmber-frame .time dd {
    font-size: 13px;
    line-height: 1.0;
    letter-spacing: -0.05em;
}

.modal-content{background: none;}
.modal-content .menu_inside_tell{background: rgba(255,255,255,0.80); padding: 5px; border: none; box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);}
.modal-content .tpt_tit{text-align: center; width: 300px; font-size: 17px; color: #222; font-weight: bold; margin: 0 0 5px;}


/*カートに賞品が入ってた場合の処理*/
#header_top .block-header-menu-list_2 li.block-header-menu-cart.exist,
#header_top .block-header-menu-list_2 li.block-header-menu-cart.active{
    position: relative;
    background: linear-gradient(#009B00 0%, #41B741 100%);
    background-size: 24px;
    border-color: #009B00;
    color: #fff;
}
#header_top .block-header-menu-list_2 li.block-header-menu-cart.exist .hnavbtn,
#header_top .block-header-menu-list_2 li.block-header-menu-cart.active .hnavbtn {color: #fff;}


li.block-header-menu-cart.exist::before,
li.block-header-menu-cart.active::before{
    background-image: url(/img/usr/common/icon_header_cart_white_sp.png);
}

#header_top .block-header-menu-list_2 li.block-header-menu-cart.exist span{
    display: flex;
    align-items: center;
    justify-content: center;
    top: 4px;
    right: 4px;
    left: auto;
    width: 19px;
    height: 19px;
    color: #FFFFFF;
    line-height: 1em;
    text-align: center;
    background-color: #FF0000;
    border-radius: 50%;
    padding: 0;}
    
    
    /*ログイン*/
li.block-header-menu-mypage_3 a{display: block; height: 100%; width: 100%; z-index: 1; position: relative;}

li.block-header-menu-mypage_3{background: linear-gradient(#FFFFFF 0%, #EEEEEE 100%); position: relative;}
li.block-header-menu-mypage_3::before{
    position: absolute;
    top: 8px;
    right: 0;
    left: 0;
    margin: 0 auto;

    content: '';/*何も入れない*/
    display: inline-block;
    width: 30px;/*画像の幅*/
    height: 30px;/*画像の高さ*/
    background-image: url(https://www.u-canshop.jp/img/usr/common/icon_members.png);
    background-size: contain;
    vertical-align: middle;
    z-index: 0;}
.block-header-menu-mypage_3 .bhml_txt{font-size: 10px;}


.menu_inside_toplist{display: flex; justify-content:space-between; width: 85%; margin:0 auto 10px;}
.menu_inside_toplist.login li{width: calc((100% - 20px)/2); height: auto;}
.menu_inside_toplist.logout li{width: calc((100% - 30px)/3);}
.menu_inside_toplist li.mit_login .icon{width: 40px;  display: block; padding: 5px 0 0;}
.menu_inside_toplist.logout li.mit_login .icon{width: 40px; margin: auto; display: block; padding: 5px 0 0;}
.menu_inside_toplist li.mit_bookmark .icon{width: 35px; height: auto; display: block; padding: 8px 5px 0 0;}
.menu_inside_toplist.logout li.mit_bookmark .icon{width: 35px; height: auto; margin: auto; display: block; padding: 8px 0 0;}


.menu_inside_toplist.login li a{display: flex; align-items: center; justify-content: flex-start; padding-left: 10px;}

.block-header-bottom-menu-boookmark a, 
.block-header-bottom-menu-login a, 
.block-header-bottom-menu-mypage a, 
.block-header-bottom-menu-cart .hnavbtn{padding: 45px 0 0 0; border: none; background: none;}
.block-header-bottom-menu-login a::before{background-image: url(/img/usr/common/icon_header_2_members.png);}
.block-header-bottom-menu-boookmark a::before{background-image: url(/img/usr/common/icon_header_2_bookmark.png); top: 10px; left: calc(50% - 19px);}

.mypage_txt{display: block; position: absolute; bottom: 3px; 
left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); 
    display: block; width: 100%;}
.login_txt{display: block; position: absolute; bottom: 3px; 
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); width: max-content;}

.block-header-bottom-menu-cart .hnavbtn {
	height: 70px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	display: block;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
    padding: 0;
}
.block-header-bottom-menu-cart .hnavbtn .cart_icon{position: relative; height: 70px; display: block;}
.block-header-bottom-menu-cart .hnavbtn .cart_icon .cart_txt{display: block; position: absolute; bottom: 3px; width: 100%; text-align: center;}
.block-header-bottom-menu-cart .hnavbtn .cart_icon img{width:60px; padding: 5px 10px 0 10px;}
/*.block-header-bottom-menu-cart .hnavbtn::before{background-image: url(/img/usr/common/icon_header_2_cart.png);}
.block-header-bottom-menu-cart .hnavbtn::after{background-image: url(/img/usr/common/icon_header_2_cart.png);}*/

.block-header-bottom-menu-cart .hnavbtn::before{background-image:none; display: none;}
.block-header-bottom-menu-cart .hnavbtn::after{background-image:none; display: none;}

/*.block-header-bottom-menu-cart .hnavbtn::before, 
.block-header-bottom-menu-cart .hnavbtn::after {
background-size: 40px auto; width: 40px; height: 40px; left: calc(50% - 30px);

    content: '';
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 8px;
    transition: 0.4s;}*/

.block-header-bottom-menu-list li.block-header-menu-tel_2 label:hover,
.block-header-bottom-menu-list li.block-header-bottom-menu-boookmark a:hover, 
.block-header-bottom-menu-list li.block-header-bottom-menu-login a:hover,
.block-header-bottom-menu-list li.block-header-bottom-menu-cart .hnavbtn .cart_icon:hover
{background: none; color: #666;
filter: brightness(0) saturate(100%) invert(24%) sepia(56%) saturate(4124%) hue-rotate(342deg) brightness(76%) contrast(110%);}

/*.block-header-bottom-menu-cart.exist .hnavbtn::before{background-image: url(/img/usr/common/icon_header_2_cart.png); opacity: 1;}*/
.block-header-bottom-menu-cart.exist .hnavbtn::before{background-image: none; opacity: 1;}
.block-header-bottom-menu-cart.exist .hnavbtn:hover::after,
.block-header-bottom-menu-cart.nodata .hnavbtn:hover::after{background-image: none;}
.block-header-bottom-menu-cart.exist .hnavbtn:hover,
.block-header-bottom-menu-cart.nodata .hnavbtn:hover{background: none!important;}
.block-header-bottom-menu-cart .block-headernav--cart-count{height: 25px; width: 25px; background: #f00; color: #fff!important; font-size: 10px; line-height: 25px; border-radius: 30px; top: 0px; left: 45px; position: absolute; z-index: 3;}
.block-header-bottom-menu-cart.nodata .block-headernav--cart-count{display: none;}

.block-header-bottom-menu-list li.block-header-bottom-menu-cart.exist .hnavbtn{background: none; color: #666;}

.block-global-search{width: 520px; border: #f91e00 2px solid; margin-right: 0;}
.block-global-search .block-global-search--submit{background: url("/img/usr/common/h_ico_search.png") center center no-repeat,#f91e00; background-size: 24px 24px, 100% 100%;}
.block-global-search form{width:  516px;}


.tel_cap{font-size: 14px; text-align: center;}
.line_cap{font-size: 14px; text-align: center; margin-bottom: 8px;}



.block-global-search input[type="text"]:focus{outline: #f91e00 2px solid;}


/*ジャンルナビ*/
.block-globalnav{background: #f8f8f8 !important}
.block-globalnav .block-globalnav--item-list li:hover a, 
.block-globalnav .block-globalnav--item-list li:hover .nolink{color: #e50111;}


/*ロゴだけページ下線*/
.page-login #header_bottom{border-bottom: 1px solid #999999;}

