@charset "utf-8";
#h_menu {
	position: fixed;
	z-index: 2147483647;
	width: 100%;
	height: 70px;
}
#h_menu .contents {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
#navi_shop {
	position: absolute;
	z-index: 2147483647;
	top: 22px;
	right: 60px;
	width: 175px;
	height: 24px;
}
#navi_logo_box {
	position: absolute;
	z-index: 2147483647;
	top: 10px;
	left: 0;
	width: 11vw;
	height: auto;
}
#navi_logo img {
	width: 20vw;
	height: auto;
}
/* -------------------------------------------------------------------
fix-header
------------------------------------------------------------------- */
/* メニュー ---------------------------------------- */
#sp-top-menu {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	float: right;
	z-index: 2147483646;
	width: 100%;
	height: 70px;
	margin: 0;
	padding: 0;
	;
	border-bottom: 1px solid #cccccc;
	background-color: #fff
}
/* メニュー ---------------------------------------- */
/* チェックボックスを隠す */
input[type="checkbox"]{
	visibility: hidden;
}
/* 開くボタン */
.menu_btn{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 21px;
	right: 0;		
}
.menu_btn::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2147483647;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url("../img/open.png") no-repeat center top;/* 開く画像 */
	background-size: 100% auto;
}
/* 閉じるボタン */
.menu_btn::after {
	display: block;
	visibility: hidden;
	position: absolute;
	z-index: 2147483647;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: #fff;
	content: "\00d7";
	color: #000;
	font-size: 35px;
	line-height: 25px;
	text-align: center;
}
input[type="checkbox"]:checked ~ .menu_btn::after {
	visibility: visible;
}
/* メニュー背景 */
.menu_bg {
	visibility: hidden;
	position: fixed;
	z-index: 2147483645;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.70);
	content: ' ';
	top: 0;
	left: 0;
}
input[type="checkbox"]:checked ~ .menu_bg{
	visibility: visible;
}
/* メニューを格納 */
input[type="checkbox"] ~ #cover {
	position: fixed;
	top: 70px;
	left: -85%;
	width: 85%;
	height: 100%;
	transition: 0.3s ease-in-out;
	z-index: 2147483648;
	background: #000;
}
/* メニューを格納(オープン時) */
input[type="checkbox"]:checked ~ #cover {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	top: 70px;
	left: 0;
}
/* ---開閉メニュー中身--- */
div#general {
    width: 96%;
    letter-spacing: 0.075em;
    margin: 7% 1%;
	font-size: 13px;
	line-height: 30px;
	color: #fff;
	-webkit-text-size-adjust: 100%;
}

div#general ol,div#general ul {
	list-style: none;
}
div#general a,div#general a:visited {
	text-decoration: none;
	color: #fff;
}
/* 検索 */
div#search {
	position: relative;
	height: 30px;
	margin: 20px 0 50px;
	padding: 0;
}
div#search table {
    width: 100%;
}
div#search form {
    width: 100%;
    background: #fff;
    display: inline-block;
}
div#search .sitem {
    width: 100%;
    margin: 0 5px 0 0;
    padding: 12px 0 12px 5px;
    border: none;
}
/* バナー */
div#bn { margin-bottom: 3%;}
div#bn p { font-size: 12px;}
div#bn p:before { margin-right: 5px; content: "▼";}
div#bn img { width: 100%;}
/* カテゴリ */
ul.category {
	margin-bottom: 2px;
}
ul.category li {
	margin-bottom: 3px;
	font-weight: bold;
	line-height: 25px;
    border-bottom: 1px solid #fff;
}
ul.category li:last-child {
	margin-bottom: 0px;
}
ul.category li a.ttl {
	display: block;
	padding: 5px 0px 5px 5px;
}
ul.category li div a {
	display: block;
	padding: 5px;
}
	div.sub{
		display: none;
	}
@media screen and (max-width: 1000px) {
#h_menu .contents {
	width: 98%;
	margin: 0 1%;
}
}

@media screen and (max-width: 700px) {
/* スペース調整 ---------------------------------------- */
/* 商品ページ */
#ipnsh-header {
	position: relative;
	background: #fff;
	z-index: 2147483647;
}
#rstTopSearch {
	position: relative;
	z-index: 2147483647;
	width: 100%;
	background: #fff;
}
.topFuncShop {
	margin-bottom: 0!important;
	z-index: 2147483647;
}
#navi_txt {
	display: block;
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 2147483647;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #fff;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	letter-spacing: 1px;
}
#navi_txt span {
	font-weight: bold;
	color: #FFB1B1;
}
#navi_shop {
	top: 4.5vw;
	right: 14vw;
	width: 36vw;
	height: auto;
	position: fixed;
}
	#navi_shop img{
		width: 100%;
		height: auto;
	}
#navi_logo_box {
	position: fixed;
	top: 2vw;
	left: 2vw;
	z-index: 214748364788;
	width: 13vw;
	height: auto;
}
#navi_logo_box img {
	width: 13vw;
	height: auto;
}
/* -------------------------------------------------------------------
fix-header
------------------------------------------------------------------- */
/* メニュー ---------------------------------------- */
#sp-top-menu {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	float: right;
	z-index: 2147483646;
	width: 100%;
	height: 14vw;
	margin: 0;
	padding: 0;
	;
	border-bottom: 1px solid #cccccc;
	background-color: #fff
}
/* メニュー ---------------------------------------- */
/* 開くボタン */
.menu_btn{
	top: 4.5vw;
	right: 2vw;
	width: 8.5vw;
	height: 5vw;
	position: fixed;
	z-index: 2147483647;
	}
.menu_btn::before {
	width: 100%;
	height: 100%;
	background: url("../img/open.png") no-repeat center center;/* 開く画像 */
	background-size: auto 100%;
}
/* 閉じるボタン */
.menu_btn::after {
	width: 100%;
	height: 100%;
}
input[type="checkbox"]:checked ~ .menu_btn::after {
	visibility: visible;
}
/* メニューを格納 */
input[type="checkbox"] ~ #cover {
	top: 14vw;
	z-index: 2147483647;
}
/* メニューを格納(オープン時) */
input[type="checkbox"]:checked ~ #cover {
	top: 14vw;
	left: 0;
	z-index: 2147483647;
}
/* メニュー背景 */
input[type="checkbox"]:checked ~ .menu_bg{
	z-index: 2147483647;
	top: 14vw;
	right: 0;
}
/* ---開閉メニュー中身--- */
#cover {
	top: 14vw;
}

}
