@charset "utf-8";
/*------------------------------------------------------------------------------
	side
------------------------------------------------------------------------------*/

/* -- login --*/
#sideWrapper .loginSet {
    display: none;
}

/*--ニュース--*/
#sideWrapper #news ul {
	margin: 0px;
	padding: 0px;
	overflow: auto;
	height: 188px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	width: 100%;
}
#sideWrapper #news ul li {
	margin: 0px;
	padding: 0px;
	width: 242px;
	height: 40px;
	border-bottom: 1px solid #ccc;
	border-left: 5px solid #ccc;
	margin:5px 0px 5px 2px;
	position:relative;
}
#sideWrapper #news ul li dl {
	margin: 0px;
	padding-left:3px;
	line-height:1.5em;
}
#sideWrapper #news ul li dt {
	font-size:14px;
	font-weight:bold;
}
#sideWrapper #news ul li dt span {
	font-size: 0.8em;
	font-weight: normal;
	padding: 0px 5px 0px 10px;
}
#sideWrapper #news ul li.sale dt span:before {
	content:"SALE";
	color:#FFF;
	font-size: 1em;
	background-color:#e43932;
	text-align:center;
	padding: 0px 20px 0px 20px;
	margin-right: 5px;
	vertical-align: middle;
}
#sideWrapper #news ul li dd {
	font-size: 1em;
}
#sideWrapper #news ul li dd a {
	color:#008742;
	text-decoration: underline;
}
#sideWrapper #news ul li:after {
	content: "";
	position: absolute;
	top: 14px;
	right: 0px;
	border: 5px solid transparent;
	border-left: 5px solid #CCC;
}


/*--バナーストック--*/
#sideWrapper .bnrStock {
	margin-bottom: 10px;
}
#sideWrapper .bnrStock:after {
    content: "";
    clear: both;
    display: block;
    height: 1px;
}
#sideWrapper .bnrStock p {
	width: 33.333%;
	float: left;
}
#sideWrapper .bnrStock .search {
	width: 100%;
	background-color: #008842;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
	letter-spacing: 1px;
	font-size: 11px;
	background-image: url(../images/hsf_img/side/search.png);
	background-size: 5% auto;
	background-repeat: no-repeat;
	background-position: 17% 50%;
	padding: 2px 0 1px 0;
}
#sideWrapper .bnrStock img {
	width: 100%;
}



/*--UP DOWN ITEM--*/
/*common*/
#sideWrapper #up_down dl {
	overflow:hidden;
	margin: 1em 0em;
}
#sideWrapper #up_down dl dt {
	color:#FFF;
	text-align:center;
	width:100px;
	font-size:18px;
	font-weight:bold;
	float:left;
	padding: 0.2em 0em;
}
#sideWrapper #up_down dl dd {
	text-align:center;
	padding: 0.2em 0em;
}
#sideWrapper #up_down dl dd span {
	font-size:18px;
	color:#0024ff;
	padding:0px 10px;
}
/*up*/
#sideWrapper #up_down dl#up {border-bottom:2px solid #fe9e3a; }
#sideWrapper #up_down dl#up dt {background-color:#fe9e3a; }
#sideWrapper #up_down dl#up dd span { color:#0024ff; }

/*down*/
#sideWrapper #up_down dl#down { border-bottom:2px solid #666666; }
#sideWrapper #up_down dl#down dt { background-color:#666666; }
#sideWrapper #up_down dl#down dd span { color:#f20304; }


/*side*/
.swiper-side .swiper-button-prev:after,
.swiper-side .swiper-container-rtl .swiper-button-next:after {
    border-right: 8px solid #e72d21;
}
.swiper-side .swiper-button-next:after,
.swiper-side .swiper-container-rtl .swiper-button-prev:after {
    border-left: 8px solid #e72d21;
}


/*--特集スライダー--*/
#sideWrapper #feature {
	border:1px solid #CCC;
	margin-bottom: 10px;
}
#sideWrapper #feature p {
	color:#008742;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin:8px 0;
}
#sideWrapper #feature ul#slider_feature li{
	width:90px;
	text-align:center;
}
#sideWrapper #feature ul#slider_feature img {
	width:90px;
	margin-top:5px;
	display:inline;
}
 
 
 /*--特集スライダーLong 160624--*/
#sideWrapper #feature_L {
	border:1px solid #fb0200;
	margin-bottom: 10px;
}
#sideWrapper #feature_L p {
	text-align:center;
	}
#sideWrapper #feature_L .swiper-side {
	width: 86%;
	text-align:center;
	margin: 0px auto;
	padding: 0px 7%;
}
#sideWrapper #feature_L .swiper-side div.swiper-slide {
	width:90px;
	text-align:center;
}
#sideWrapper #feature_L .swiper-side div img {
	width:90px;
	margin-top:5px;
	display:inline;
}

/*--アウトレットセール--*/
#sideWrapper #outlet {
	margin-bottom: 10px;
}


/*--均一--*/
#sideWrapper #kinitsu {
	border:1px solid #ff4802;
}
#sideWrapper #kinitsu p {
	margin-top:0px;
	margin-bottom:4px
}
#sideWrapper #kinitsu ul{
	overflow:hidden;
}
#sideWrapper #kinitsu ul li{
	float:left;
	width:83px;
	height:30px;
	text-align:center;
	border:1px solid #ccc;
	margin:2px;
	line-height:2.5em;
	position:relative;
}
#sideWrapper #kinitsu p.another {
	height:30px;
	text-align:center;
	font-size:14px;
	border:1px solid #ff4802;
	margin:2px;
	line-height:2.5em;
	position:relative;
}
/*リンク*/
#sideWrapper #kinitsu a {
	color: #ff4802;
	display:block;
}
/*矢印*/
#sideWrapper #kinitsu ul li a:before,
#sideWrapper #kinitsu p.another a:before {
	content: "";
	position: absolute;
	top: 10px;
	right: 0px;
	border: 5px solid transparent;
}
#sideWrapper #kinitsu ul li a:before { border-left: 5px solid #004478; }
#sideWrapper #kinitsu p.another a:before { border-left: 5px solid #ff4802; }

/*＋＋＋＋＋＋＋＋＋＋＋＋＋＋ ◆◆サイドブロック2分割　 ◆◆ ＋＋＋＋＋＋＋＋＋＋＋＋＋＋*/

#sideWrapper #block2nd {
	overflow:hidden;
	margin-top:10px;
}
#sideWrapper #block2nd #sideL {
	float:left;
	width:80px;
}
#sideWrapper #block2nd #sideL p {
	margin-bottom: 5px;
}
#sideWrapper #block2nd #sideL iframe {
	width:80px;
	height:2515px;
}
/*--ツリーメニュー--*/
#sideWrapper #sideR { 
	float:left;
	width:180px;
	margin-left:10px;
}
#sideWrapper #sideR #tree_menu {
	margin:0px;
	
	
	padding:10px 0px 10px 3px;
	margin-bottom:10px;
}
#sideWrapper #sideR #tree_menu div > p,
#sideWrapper #sideR #tree_menu div > p a {
	margin:0px;
	line-height: 0;
}
#sideWrapper #sideR #tree_menu img {
    width: auto;
}

#sideWrapper #sideR #tree_menu ul {
    font-size: 12px;
	background:url(../images/hsf_img/tree_bg1.png);
	background-position: 0 99.4%;
	background-repeat: no-repeat;
	margin-bottom:10px;
}
#sideWrapper #sideR #tree_menu ul.subTree {
}
#sideWrapper #sideR #tree_menu ul li {
    background:url(../images/hsf_img/tree_bg2.png);
    background-position:5px center;
    background-repeat: no-repeat;
    padding: 3px 0px;
    padding-left: 20px;
}
#sideWrapper #sideR #tree_menu ul li.treeStart {
	background:none;
	padding: 0;
	/* line-height: 0; */
	height: 17px;
}
#sideWrapper #sideR #tree_menu ul li a {
	color: #f7f2f2;
	/* line-height: 0; */
	/* padding: 0; */
	display: block;
}
#sideWrapper #sideR #tree_menu ul li a:hover { 
	color: #008842;
	font-weight:bold;
}

/*子階層の親*/
#sideWrapper #sideR #tree_menu ul li.child {
	background-position: 5px 12px;
}

/*子階層*/
#sideWrapper #sideR #tree_menu li.child ul {
    /* background-position: 0 -307px; */
    margin-bottom: 0;
}


/*キャンペーン*/

#sideWrapper #sideR ul.said_cam {
	margin-bottom:5px;
}

#sideWrapper #sideR .said_cam li {
	height:35px;
}


/*--ブランド--*/
/*common*/
#sideWrapper #sideR #brand p { text-align: center; }

#sideWrapper #sideR #brand {
	
	margin-bottom:10px;
}
#sideWrapper #sideR #brand .competition {
	font-size: 12px;
	color: #ffffff;
	background-color: #008842;
	text-align: center;
  height:24px;
  line-height:24px;
}
#sideWrapper #sideR #brand p.title {
	border-bottom:1px dashed #008842;
	margin:0 0 3px 0; 
	padding:10px;
}
#sideWrapper #sideR #brand ul {
	overflow:hidden;
}
#sideWrapper #sideR #brand li {
	float:left;
	width:83px;
	
	margin:2px;
	text-align:center;
}
#sideWrapper #sideR #brand li a {
    display: block;
    padding: 10px 0px;
	background-color: #ffffff;
	border-radius: 30px;
}
#sideWrapper #sideR #brand li img{
	width:65px;
}

#sideWrapper #sideR #brand .pull {
	margin: 5px auto;
	width: 174px;
	margin: 0px auto;
}
#sideWrapper #sideR #brand .pull label {
	position:relative;
	overflow:hidden;
	display:inline-block;
	background-color:#ffffff;
	color:#333;
	border: 2px solid #FE9E3B;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#sideWrapper #sideR #brand .pull label select{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	position:relative;
	z-index:2;
	display:block;
	width: 170px;
	margin:0;
	background:transparent;
	border:0;
	outline:none;font-size: 12px;
	line-height:1.5;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 5px 0px;
}
#sideWrapper #sideR #brand .pull label:before,
#sideWrapper #sideR #brand .pull label:after {
	content:'';
	display:block;
	width: 0px;
	height:0px;
	border-style: solid;
	border-width: 7px;
	position: absolute;
	right: 7px;
}
#sideWrapper #sideR #brand .pull label:before{
	border-color: #FE9E3B transparent transparent transparent;
	bottom: 4px;
}
#sideWrapper #sideR #brand .pull label:after{
	border-color: #ffffff transparent transparent transparent;
	bottom: 6px;
}
#sideWrapper #sideR #brand .select {
	margin: 0px auto 5px auto;
}


/*--定番品--*/
#sideWrapper #sideR #standard {
	border:1px solid #cccccc;
}
#sideWrapper #sideR #standard p{
	margin:0px;
}
#sideWrapper #sideR #standard ul {
	overflow:hidden;
	padding:4px 4px 3px 7px;
}
#sideWrapper #sideR #standard li {
	float:left;
	margin:1px;
	height:82px;
	/* text-align:center; */
	vertical-align:middle;
}
#sideWrapper #sideR #standard li:nth-child(3),
#sideWrapper #sideR #standard li:nth-child(4) {
	/* margin-right:2px;
	width: 85px; */
}




@media only screen and ( min-width: 768px) and ( max-width: 1055px ) {
#leftBlock > * img {
    width: 100%;
}

#sideWrapper #block2nd #sideL {
    width: 60px;
}

#sideWrapper #sideR {
    width: 149px;
}

#sideWrapper #sideR #brand li {
    width: 45%;
}


#sideWrapper #sideR #brand .pull {
    width: 100%;
    text-align: center;
}
#sideWrapper #sideR #brand .pull label {
    width: 95%;
    box-sizing: border-box;
}
#sideWrapper #sideR #brand .pull label select {
    width: 100%;
}


#sideWrapper #sideR #standard li {
    width: 48%;
}

#sideWrapper #sideR #standard li img {
    width: 100%;
}

#sideWrapper #sideR #standard li:nth-of-type(3),
#sideWrapper #sideR #standard li:nth-of-type(4),
#sideWrapper #sideR #standard li:nth-of-type(5) {
    width: 48%;

}
	

}














@media screen and (max-width: 640px){
	/* -- login --*/
	#sideWrapper .loginSet {
		display: block;
		margin: 10px 0 0 0;
	}
	#sideWrapper .loginSet li.logoff {
		width: 100%;
	}
	#sideWrapper .loginSet li[class^="log"] a {
		text-align: center;
		display: inline-block;
		color: #000;
		transition: all 300ms 0s ease;
		width: 48%;
		border: 1px solid #008842;
	}
	#sideWrapper .loginSet li[class^="log"] a:hover {
		color: #008842;
	}
	#sideWrapper .loginSet li.login,
	#sideWrapper .loginSet li.login a {
		width: 100%;
	}
	#sideWrapper .loginSet li[class^="log"] i {
		font-size: 22px;
		display: block;
	}
	#sideWrapper .loginSet li[class^="log"] span {
		font-size: 1em;
	}
	
/*非表示*/
	.bnrStock {
		display: none;
	}
	div#feature_L {
		display: none;
	}
	#sideWrapper #block2nd #sideL {
		display: none;
		float: none;
	}
	#sideWrapper {
		width: 95%;
		margin: 0px auto;
	}

/*news*/
	#sideWrapper #news ul {
		width: 100%;
		/*height: 94px;*/
	}
	#sideWrapper #news ul li {
		width: 96%;
	}
	
/*アウトレット*/
	#sideWrapper #outlet img {
		width: 100%;
	}
	
/*均一*/
	#sideWrapper #kinitsu img {
		width: 100%;
	}
	#sideWrapper #kinitsu ul {
	}
	#sideWrapper #kinitsu ul li {
		width: 30%;
	}
	
/*メニュー*/
	#sideWrapper #sideR {
		float: none;
		width: 95%;
		margin: 0 auto;
	}
	#sideWrapper #sideR #tree_menu {
		/* border: none; */
		padding: 0;
		background: none;
		border: none;
	}
	#sideWrapper #sideR #tree_menu p a {
		display: block;
		width: 100%;
		pointer-events: none;
	}
	#sideWrapper #sideR #tree_menu ul {
		background: none;
		margin-bottom: 30px;
	}
	#sideWrapper #sideR #tree_menu ul li {
		background: none;
		border-bottom: 1px solid #Ddd;
	}
	#sideWrapper #sideR #tree_menu ul li a {
		display: block;
		width: 100%;
		padding: 5px 0px;
	}
#sideWrapper #tree_menu .ctgName {
    font-size: 13px;
    line-height: 1.5em;
    font-family: 'Kosugi Maru', sans-serif;
    display: block;
    cursor :pointer;
    transition: all 0.5s;
    border-bottom: 1px dashed #bebebe;

    padding: 10px 0px 10px 0px;
    position: relative;
}
#sideWrapper #tree_menu .ctgName i {
	padding-right: 0px;
	position: absolute;
	top: 0;
	left: 7px;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 14px;
	/* width: 14px; */
}

#sideWrapper #tree_menu .ctgName.opne i{
	transform: rotate(90deg);
	/* position: absolute; */
	/* padding-right: 10px; */
	top: 9px;
	/* left: -250px; */
	width: 0;
	margin: initial;
}
#sideWrapper #tree_menu label:hover {
    background :#008842;
		color: #fff;
}
/*チェックは隠す*/
#sideWrapper #tree_menu input {
    display: none;
}
.showMenu {
    display:none;
    margin:0;
    padding:0;
    list-style:none;
}

#sideWrapper #sideR #tree_menu .child p {
    line-height: 1.5em;
    padding: 5px 0px;
    font-size: 11px
}

#sideWrapper #sideR #tree_menu .child ul {
    display: flex;
    justify-content: space-between;
}

#sideWrapper #sideR #tree_menu .child ul li {
    padding: 0;
    width: 47%;
    text-align: center;
    border: none;
}
#sideWrapper #sideR #tree_menu .child ul li:first-of-type {
    border-right: 1px solid #ddd;
}
#sideWrapper #sideR #tree_menu ul li.child {
    background: none;
}

/*ブランド*/
	#sideWrapper #sideR #brand p.title {
		padding: 5px 0px;
	}
	#sideWrapper #sideR #brand ul {
		justify-content: space-between!important;
	}
	#sideWrapper #sideR #brand ul li {
		box-sizing: border-box;
		width: calc((100% - (2px * 6)) / 3 )!important;
	}

	#sideWrapper #sideR #brand li img {
		width: 60px;
	}
	#sideWrapper #sideR #brand .pull form label select {
		width: 90%;
		margin: 0px auto;
	}
	#sideWrapper #sideR #brand .pull form label {
		margin: 0px auto;
		display: block;
	}
	
/*定番品*/
	#sideWrapper #sideR #standard {
		text-align: center;
		border: none;
	}
	#sideWrapper #sideR #standard ul {
		width: 76%;
		margin: 0px auto;
	}
	

		


.side-categories ul {
  display: none;
}

.side-categories ctgName {
  cursor: pointer;
}

.side-categories  {
  cursor: pointer;
}

}


#sideWrapper #sideR #brand ul {
	display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#sideWrapper #sideR #brand ul li {
	width: 83px;
}
