@charset "utf-8";

/* -----------------------------------------------------------
CSS Information
 File name:      default_mobile.css
 Style Info:     デフォルトのスタイルのリセット、ヘッダー / glナビ / サイドエリア / ご利用について / フッター
----------------------------------------------------------- */

@media screen and (max-width: 599px){

/*----------------------------------------------------
	Base
----------------------------------------------------*/
html {
	font-size: 62.5%;
}
body {
	background-color: #fff;
	color: #000;
	font-size: 12px;
	font-size: 1.2rem;
	font-size: 3.2vw;
	font-family: verdana,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	text-align: center;
	-webkit-text-size-adjust: 100%;
}

* + html body {
	font-family: "メイリオ","Meiryo";
}


/*----------------------------------------------------
	Link
----------------------------------------------------*/
a:link {
	text-decoration: none;
	color: #999;
}

a:visited {
	color:#999;
}

/* a:hover {
	color: #bbb;
} */

a:active {
	color: #666;
}

.link {  }


/*----------------------------------------------------
	#page
----------------------------------------------------*/

#page {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background: transparent;
	overflow: hidden;
}



/*----------------------------------------------------
	#h1-6
----------------------------------------------------*/

h1 {
	display: block;
	margin: 0;
	padding: 1vw;
	width: 100%;
	/* background-color: #fff; */
	/* font-size: 1.1rem; */
	font-size: 2.4vw;
	font-weight: 400;
	text-align: center;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	top: 17.6vw;
	left: 0;
	right: 0;
	z-index: 1001;
	box-sizing: border-box;
	background-color: #D8291C;
}
body.hakoya h1 {
	background-color: #63A29C;
}
body.zakkaya h1 {
	background-color: #9B7D66;
}
h1 span {
	display: none;
}
body.hakoya h1 span,
body.zakkaya h1 span {
	display: inline;
}
body#home.hakoya h1 span,
body#home.zakkaya h1 span {
	display: none;
}
h1 strong {
	display: none;
}
h1::after {
	content: '';
	display: block;
	height: 10vw;
	background-image: url(/img/share/logo_okashiya.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 8vw;
	box-sizing: border-box;
}
body.hakoya h1::after {
	background-image: url(/img/share/logo_hakoya.png);
}
body.zakkaya h1::after {
	background-image: url(/img/share/logo_zakkaya.png);
}

body.common h1 {
	display: none;
}


h2 {
	margin: 6vw auto 4vw !important;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem !important;
	line-height: 1.5;
	font-weight: 600;
}

h3 {
	margin-bottom: 1.25%;
	width: 95%;
	font-size: 12px;
	font-size: 1.2rem !important;
	line-height: 1.5;
	font-weight: 600;
}
h3.lead {
	margin-top: 3vw;
}


/*----------------------------------------------------
	Others
----------------------------------------------------*/
br.mb {  }
br.tb { display: none; }
.pc { display: none; }
br.pc { display: none; !important }
span.pc { display: none !important; }
br.onlytbnone { display: block; }

/*----------------------------------------------------
	#header
----------------------------------------------------*/

#header {
	width: 100%;
	background-color: #fff;
	z-index: 1001;
}
#header .header_navi {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	/* height: 36px !important; */
	text-align: center;
	position: relative;
	z-index: 1000;
	/* background-color: #d8281c; */
	background-color: #fff;
}


#header .header_navi div.logo {
	margin: 0;
	width: 100%;
}
#header .header_navi div.logo span.title_logo {
	display: block;
	padding: 3.6vw 0;
}
#header .header_navi div.logo span.title_logo img {
	display: block;
	margin: 0 auto 0;
	width: 34vw;
	opacity: 0.75;
}
#header .header_navi div.logo  span.title_text {
	display: none;
}

#header ul.tab {
	margin: 3.2vw 0 0 0 !important;
	paddong-left: 17vw;
	width: 100%;
	background-color: #fff;
}
#header ul.tab li {
	margin-right: 0.5vw;
	width: 15.5vw;
	float: left;
}
#header ul.tab li:first-child {
	width: 19vw;
	margin-left: 14vw;
}
#header ul.tab li:nth-child(2) {
	width: 14vw;
}
#header ul.tab li:nth-child(3) {
	width: 19vw;
}
#header ul.tab li:last-child {
	margin-right: 0;
}
#header ul.tab li a {
	display: block !important;
	padding: 0 !important;
	width: 100%;
	height: 7.5vw;
	position: relative;
	box-sizing: border-box;
}
/* #header ul.tab li a::before {
	content: '';
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}
#header ul.tab li a.okashiya::before {
	width: 10vw;
	height: 10vw;
	background-image: url(/img/share/hd_ic_okashiya.png);
	top: -2vw;
	left: -0.8vw;
}
#header ul.tab li a.hakoya::before {
	width: 11vw;
	height: 11vw;
	background-image: url(/img/share/hd_ic_hakoya.png);
	top: 0;
	left: 0.8vw;
}
#header ul.tab li a.zakkaya::before {
	width: 10.2vw;
	height: 10.2vw;
	background-image: url(/img/share/hd_ic_zakkaya.png);
	top: -2.0vw;
	left: 2.6vw;
	transform: rotate(10deg);
} */
#header ul.tab li a::after {
	content: '';
	display: block;
	height: 7.5vw;
	background-repeat: no-repeat;
	background-position: right center;
	position: absolute;
}
#header ul.tab li a.okashiya {
	background-color: #D8291C;
}
#header ul.tab li a.okashiya::after {
	width: 16vw;
	background-image: url(/img/share/logotype_okashiya.png);
	background-size: 32vw;
	right: 1.5vw;
}
#header ul.tab li a.hakoya {
	background-color: #63A29C;
}
#header ul.tab li a.hakoya::after {
	width: 11vw;
	background-image: url(/img/share/logotype_hakoya.png);
	background-size: 28vw;
	right: 2vw;
}
#header ul.tab li a.topioka {
	background-color: #efebe8;
}
#header ul.tab li a.topioka::after {
	width: 11vw;
	background-image: url(/img/share/logotype_topioka_s.png);
	background-size: 10vw;
	top: 0;
	left: 1vw;
}
#header ul.tab a.topioka span.material-symbols-outlined {
	font-size: 4vw;
	position: absolute;
	top: 1.7vw;
	right: 1vw;
}

#header ul.tab a img {
	display: none;
	/* position: absolute;
	top: 14px;
	right: 20px; */
}
#header ul.tab a.zakkaya img {
	/* right: 12px; */
}




#header .header_navi .catch {
	margin-top: -0.1vw;
	padding: 1.5vw 0;
	width: 100%;
	display: block;
	/* position: absolute;
	right: 0;
	top: -10px;  */
	color: #fff;
	background-color: #333;
	font-size: 2.4vw;
	box-sizing: border-box;
}
#header .header_navi .catch .bold {
	font-size: 2.6vw;
	font-weight: 600;
}

#header .header_navi ul.navi {
	position: absolute;
	top: -1.4vw;
	right: 2vw;
	color: #000;
	font-size: 2vw;
	width: 28vw;
}
#header .header_navi ul.navi:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#header .header_navi ul.navi li {
	display: block;
	margin: 0;
	/* padding-top: 0.4vw;
	height: 9vw; */
	float: left;
	position: relative;
	text-align: center;
	/* background-color: #ddd;
	border-radius: 50%;
	box-sizing: border-box; */
}
#header .header_navi ul.navi li a {
	color: #000;
}
#header .header_navi ul.navi .login {
	margin: 1.4vw 1vw 0 0 !important;
	width: 7vw;
}
#header .header_navi ul.navi .logout {
	margin: 1.4vw 1vw 0 0 !important;
	width: 7vw;
}
#header .header_navi ul.navi .account {
	margin: 1.2vw 5vw 0 0 !important;
	width: 7vw;
}
#header .header_navi ul.navi li span {
display: none;
}
#header .header_navi ul.navi .cart {
	position: relative;
	margin: 0 0 0 0 !important;
	width: 7.6vw;
	background-color: transparent;
	border-radius: 0;
}
#header .header_navi ul.navi .cart span {
	display: block;
	position: absolute;
	top: -0.5vw;
	left: -46%;
	width: 5vw;
	height: 5vw;
	padding-top: 1vw;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #000;
	color: #fff;
	/* font-size: 0.75em !important; */
	font-size: 3vw !important;
	font-weight: 300;
	text-align: center;
	line-height: 1;
	box-sizing: border-box;
}
#header .header_navi ul.navi li img {
	display: block;
}
#header .header_navi ul.navi .login img {
	margin: 0 auto 0.4vw !important;
	width: 5.0vw !important;
}
#header .header_navi ul.navi .logout img {
	margin: 0 auto 0.4vw !important;
	width: 5.4vw !important;
}
#header .header_navi ul.navi .account img {
	margin: 0 auto 0.4vw;
	width: 5vw;
}
#header .header_navi ul.navi .cart img {
	width: 100%;
}

/* 検索窓 */
#header .header_navi .searchbox {
	display: none;
}
.drawer-nav .drawer-menu .searchbox {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.drawer-nav .drawer-menu .searchbox form.search {
	display: block;
	margin: 4vw auto 4vw;
	width: 82vw;
	text-align: right;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 1.1vw;
	box-sizing: border-box;
}
.drawer-nav .drawer-menu .searchbox form.search input[type='search'] {
	margin: 0 0 0 0 !important;
	padding: 0 0 0 2vw !important;
	width: 73vw;
	height: 9vw;
	font-size: 3.6vw;
	background-color: transparent;
	border: none;
	border-radius: 1.1vw;
	box-sizing: border-box;
	outline: none;
	float: left;
}

.drawer-nav .drawer-menu .searchbox form.search input[type='search']::-webkit-search-cancel-button {
	-webkit-appearance: none;
	cursor:pointer;
	background-image: url(/img/share/bt_close.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 3vw;
	width: 3vw;
}
.drawer-nav .drawer-menu .searchbox form.search input[type='image'] {
	margin: 2vw 0 0 2vw;
	width: 3.8vw;
	float: left;
}

body .drawer-nav .drawer-menu .nav_mypage {
	display: none;
}
body#customer .drawer-nav .drawer-menu .nav_mypage {
	display: block;
	margin-top: 8vw !important;
}
body#customer .drawer-nav .drawer-menu .nav_mypage dl.guide.mypage {
	margin-top: 3vw;
}
body#customer .drawer-nav .drawer-menu .nav_mypage p.customer_name {
	margin: 0 auto;
	width: 80%;
}
body#customer.login .drawer-nav .drawer-menu .nav_mypage {
	display: none;
}



.drawer-nav .drawer-menu p.customer_name {
	margin: 6vw auto 0;
	width: 80%;
}
.drawer-nav .drawer-menu dl.guide.mypage {
	margin-top: 6vw;
}
.drawer-nav .drawer-menu dl.guide.mypage dt {
	position: relative;
}
.drawer-nav .drawer-menu dl.guide.mypage dt a {
	width: 100%;
	color: #000;
}
.drawer-nav .drawer-menu dl.guide.mypage dt span.material-symbols-outlined {
	display: block;
	position: absolute;
	top: 1vw;
	right: 36vw;
}
.material-symbols-outlined {
	font-variation-settings:
	'FILL' 0,
	'wght' 400,
	'GRAD' 0,
	'opsz' 24
}


/* NP掛け払い */
.drawer-nav .drawer-menu a.npkakebarai {
    display: block;
    margin: 2vw auto 3vw;
    width: 70%;
    height: auto;
}
.drawer-nav .drawer-menu a.npkakebarai img {
    width: 100%;
}

#header .guide {
	display: none;
}

/* 注目アイテム */
.drawer-nav .drawer-menu .left_box_ichioshi {
    margin: 3.2vw auto 0;
    width: 80%;
}
.drawer-nav .drawer-menu .left_box_ichioshi img {
    display: block;
    margin: 0 auto !important;
    width: 90%;
}
.drawer-nav .drawer-menu .left_box_ichioshi p {
    font-weight: 600;
}
.drawer-nav .drawer-menu .left_box_ichioshi p span.reco {
    padding: 0.8vw;
    background-color: #f00;
    color: #fff;
    font-weight: 400;
    line-height: 3 !important;
}
.drawer-nav .drawer-menu .left_box_ichioshi p span.lead {
    display: block;
    font-weight: 400;
}


/*----------------------------------------------------
	#header .alert
----------------------------------------------------*/
#header .alert {
	margin: 24.5vw 0 0 0;/* 通常時 */
	/* margin: 0;メンテ告知時*/
	padding: 0;
	width: 100%;
	/* background-color: rgba(240, 234, 106, 0.3); */
	background-color: #faf9d4;
	box-sizing: border-box;
	color: #444;
}
#home #header .alert {
	/* margin: 15.2vw 0 0 0; */
}
#header .alert div.inner {
	margin: 0 auto;
	padding: 2vw 2vw 2vw 7vw;
	width: 100%;
	font-size: 2.7vw;
	text-align: left;
	box-sizing: border-box;
	position: relative;
}
#header .alert div.inner .material-icons {
	display: block !important;
	position: absolute;
	top: 1vw;
	left: 0.2vw;
}

/* メンテ告知時のみ表示 */
#header .alert.mainte {
	margin: 24.5vw 0 0 0;/* メンテ時 */
	padding: 2vw;
	background-color: #666;
	color: #fff;
	font-size: 2.8vw;
	text-align: left;
}
#header .alert.mainte a {
	color: #fff;
}

body.common #header .alert {
	margin-top: 0 !important;
}
body.hakoya #header .alert {
	margin-top: 20vw;/* 通常時 */
	/* margin-top: 0;メンテ時 */
}
body.hakoya #header .alert.mainte {
	margin-top: 20vw !important;
}

/*----------------------------------------------------
	#header .specialinfo
----------------------------------------------------*/
#header .specialinfo {
	margin: 18.8vw 0 0 0;
	padding: 0;
	width: 100%;
	background-color: #ffff00;
	box-sizing: border-box;
}
#header .specialinfo div.inner {
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}
@keyframes loop {
	from {
		background-position: 0 1vw;
	}
	to {
		background-position: -200vw 1vw;
	}
}
#header .specialinfo div.inner .loop_wrap {
	display: flex;
	width: 100vw;
	height: 9vw;
	overflow: hidden;
	box-sizing: border-box;
	animation: loop 50s linear infinite;
	background-image: url(/img/share/hd_telop_sale.png);
	background-repeat: repeat-x;
	background-size: 200vw;
	background-position: 0 1vw;
}
#header .specialinfo div.inner .loop_wrap strong {
	display: none;
}

body.common #header .specialinfo {
	margin-top: 0 !important;
}
body.zakkaya #header .specialinfo,
body.hakoya #header .specialinfo,
body#home #header .specialinfo {
	margin: 15.2vw 0 0 0 !important;
}
body.hakoya #header .specialinfo {
	margin: 15.2vw 0 0 0 !important;
}

/*----------------------------------------------------
	#header .invoice_number 登録番号
----------------------------------------------------*/
#header .header_navi .invoice_number {
	margin-top: 0 !important;
	padding: 0 3vw 1vw 0;
	width: 100%;
	color: #fff !important;
	text-align: right;
	/* line-height: 1; */
	background-color: #D8291C;
	position: absolute;
	top: 34vw;
	/* top: 0 !important; */
	left: 0;
	box-sizing: border-box;
	/* border:1px solid #00f; */
}
#header .header_navi {
	background-color: #D8291C !important;
}

body.hakoya #header .header_navi .invoice_number {
	top: 29vw;
	background-color: #63A29C;
}
body.hakoya #header .header_navi {
	background-color: #63A29C !important;
}

body.common #header .header_navi .invoice_number {
	display: none;
}


/*----------------------------------------------------
	.drawer-nav
----------------------------------------------------*/
.drawer-nav {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition:ease .5s;
	transition:ease .5s;
	z-index: 1002;
	position: fixed;
	top: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	width: 90%;
	height: 100vh;
	padding-bottom: 10% !important;
	box-sizing: border-box;
	background-color: #fff;
}
.drawer-nav.open {
	-webkit-transform:translateX(0);
	transform:translateX(0);
}

.drawer-overlay.open {
	position: fixed;
	z-index: 1001;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8) !important;
	overflow: hidden;
}
.drawer-overlay {
	display: none;
}


button.drawer-toggle.drawer-hamburger .sr-only {
	display: none;
}
body button.drawer-toggle.drawer-hamburger {
	display: block;
	width: 11.467vw;
	height: 10.667vw;
	position: fixed;
	top: 0; /* jsで設定なし */
	left: 1.067vw;
	z-index: 9999;
	background-color: #fff;
	border: none;
}
button.drawer-toggle.drawer-hamburger .drawer-hamburger-icon {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 5.867vw;
	height: 0.533vw;
	background: #000;
}
button.drawer-toggle.drawer-hamburger .drawer-hamburger-icon::before,
button.drawer-toggle.drawer-hamburger .drawer-hamburger-icon::after {
	content: '';
	display: block;
	position: absolute;
	width: 5.867vw;
	height: 0.533vw;
	background: #000;
}
button.drawer-toggle.drawer-hamburger .drawer-hamburger-icon::before {
	top: -2.133vw;
}
button.drawer-toggle.drawer-hamburger .drawer-hamburger-icon::after {
	top: 2.133vw;
}
button.drawer-toggle.drawer-hamburger.open {
	/* margin-left: 88vw; */
	top: 2vw !important;
	left: 0.5vw;
	background-color: transparent;
	z-index: 1002;
	visibility: hidden;
}
button.drawer-toggle.drawer-hamburger.open .drawer-hamburger-icon {

}
button.drawer-toggle.drawer-hamburger.open .drawer-hamburger-icon::before,
button.drawer-toggle.drawer-hamburger.open .drawer-hamburger-icon::after {
	top: -1.067vw;
	left: 88.5vw;
	visibility: visible;
	background: #fff;
}
button.drawer-toggle.drawer-hamburger.open .drawer-hamburger-icon::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
button.drawer-toggle.drawer-hamburger.open .drawer-hamburger-icon::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.drawer-nav .common {
	margin: 0 0 4vw !important;
	padding: 2vw 0 2vw;
	background-color: #eee;
}
.drawer-nav .common h3 {
	margin: 4vw 4vw 0 !important;
	font-size: 4vw !important;
}
.drawer-nav .common p {
	margin: 1vw 4vw 0;
	font-size: 2.8vw;
}
.drawer-nav .common img.logo {
	display: block;
	margin: 3vw auto;
	width: 36%;
}
.drawer-nav .common ul {
margin-top: 2vw;
}
.drawer-nav .common ul li {
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.drawer-nav .common ul li {
	background-repeat: no-repeat;
}
.drawer-nav .common ul li.login {
	padding: 3vw 5vw 3vw 22.5vw;
	background-image: url(/img/share/hd_ic_login_bk.png);
	background-size: 5.4vw;
	background-position: left 14vw top 2.5vw;
}
.drawer-nav .common ul li.logout {
	padding: 3vw 5vw 3vw 22.5vw;
	padding: 3vw 5vw 3vw 13vw;
	background-image: url(/img/share/hd_ic_logout_bk.png);
	background-size: 5.4vw;
	background-position: left 5vw top 2.5vw;
}
.drawer-nav .common ul li.account {
	padding: 3vw 2vw 3vw 9vw;
	background-image: url(/img/share/hd_ic_account_bk.png);
	background-size: 5vw;
	background-position: left 1vw top 2.5vw;
}
.drawer-nav .common ul li a {
	color: #000;
}



.drawer-nav ul.list {
	margin-bottom: 0 !important;
}
.drawer-nav ul.list li {
	border-bottom: 0.267vw solid #eee;
	position: relative;
}
.drawer-nav ul.list li:last-child {
	border-bottom: none !important;
}
.drawer-nav ul.list.normal li:last-child {
	border-bottom: 0.267vw solid #eee !important;
}
.drawer-nav ul.list.customer li {
	background-color: #d8281c;
	color: #fff !important;
	/* border-bottom: 0.267vw solid #e87e77; */
	/* border-bottom: 0.267vw solid rgba(255, 255, 255, 0.3); */
}
.drawer-nav ul.list.customer li img {
	display: block;
	/* margin: 0 auto; */
	height: 9vw;
}
body.hakoya .drawer-nav ul.list.customer li {
	/* background-color: #20887E; */
	background-color: #63A29C;
}
body.zakkaya .drawer-nav ul.list.customer li {
	background-color: #9B7D66;
}

.drawer-nav ul.list li a {
	display: block;
	padding: 6% 5%;
	font-size: 1.3rem;
}
.drawer-nav ul.list.customer li a {
	color: #fff;
}
.drawer-nav ul.list.customer li.name {
	padding: 6% 4%;
}


.drawer-nav .contact {
	padding: 5vw 0;
	width: 100%;
	/*  height: 14.72vw; */
	background-color: #FEAC29;
	color: #fff;
	font-size: 4.125vw !important;
	font-weight: 800;
	box-sizing: border-box;
	position: relative;
}
.drawer-nav .contact img {
	width: 8.32vw;
	position: absolute;
	top: 3.8vw;
	left: 4.26vw;
}
body.hakoya .drawer-nav .contact {
	background-color: #333333;
}
body.zakkaya .drawer-nav .contact {
	background-color: #333333;
}
body.common .drawer-nav .contact {
	background-color: #333333;
}
.drawer-nav .contact span {
	display: block;
	margin: 0 0 0 16.74vw;
}

.drawer-nav dl.info {
	margin: 0;
	background-color: #F5F5F5;
}
body.common .drawer-nav dl.info.
body.zakkaya .drawer-nav dl.info {
	margin: 0 auto 8vw;
}
.drawer-nav dl.info dt {
	margin: 0;
	padding: 4.16vw 0;
	font-size: 4.95vw;
	font-weight: 800;
	text-align: center;
	border-bottom: 0.267vw solid #BFBFBF;
}
.drawer-nav dl.info dd {
	display: block;
	margin: 0;
	padding: 3.2vw 3.2vw 3.328vw 3.2vw;
}
.drawer-nav dl.info dd p {
	margin: 3% 0 3%;
	font-size: 3.3vw;
}
.drawer-nav dl.info dd strong {
	display: block;
	margin-bottom: 0;
	color: #FF0000;
	font-size: 3.85vw;
}
.drawer-nav dl.info dd p a {
	/* color: #000; */
}

.drawer-nav dl.categorylist {
	margin: 7.48vw auto 10vw;
	width: 100%;
}
.drawer-nav dl.categorylist dt {
	margin: 0 0 0 0 !important;
	padding: 3.328vw 8.533vw;
	width: 100%;
	font-size: 5.5vw;
	font-weight: 700;
	color: #fff;
	background-color: #797979;
	box-sizing: border-box;
}
.drawer-nav dl.categorylist dd {
	display: block;
	margin: 0 auto;
	padding: 4vw 5%;
	width: 87%;
	font-size: 4.4vw;
	font-weight: 700;
	border-bottom: 0.267vw solid #BFBFBF;
	box-sizing: border-box;
}
.drawer-nav dl.categorylist.icon dd {
	position: relative;
	padding: 5.5vw 0 5.5vw 18vw !important;
	font-size: 4vw;
}
.drawer-nav dl.categorylist dd:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	cursor: pointer;
}
.drawer-nav dl.categorylist.icon dd img {
	width: 12vw;
	position: absolute;
	top: 2vw;
	left: 2vw;
}
.drawer-nav dl.categorylist.icon dd.row2 {
	padding: 4vw 6vw 4vw 18vw !important;
}
.drawer-nav dl.categorylist.icon dd.row2 img {
	top: 4vw !important;
}

.drawer-nav div.cal {
	margin-top: -6% !important;
}
.drawer-nav dl.cal {
	margin-top: 14% !important;
}
.drawer-nav dl.cal dt {
	margin: 6% 0 2%;
	text-align: center;
	font-size: 5.5vw;
	font-weight: 800;
}
.drawer-nav dl.cal dt:first-child {
	margin-top: 0;
}
.drawer-nav dl.cal dd {
	display: block;
}
.drawer-nav dl.cal table {
	margin: 0 auto !important;
	width: 90% !important;
	border-collapse: separate !important;
	border-spacing: 0.533vw !important;
	border: none !important;
	box-sizing: border-box;
}
.drawer-nav dl.cal table tr th,
.drawer-nav dl.cal table tr td {
	width: 14.28% !important;
	padding: 1% !important;
	font-size: 4.5vw !important;
	text-align: center;
	border: none !important;
	background-color: transparent !important;
	box-sizing: border-box;
}
.drawer-nav dl.cal table tr td {
	color: #555;
}
.drawer-nav dl.cal table tr th {
	font-weight: 600;
}
.drawer-nav dl.cal table tr th.sun {
	color: #f00;
}
.drawer-nav dl.cal table tr td.red {
	background-color: #fbdcdc !important;
}

.drawer-nav dl.guide {
	margin: 12.48vw auto 12.48vw;
	width: 90%;
}
.drawer-nav dl.guide dt {
	margin-bottom: 2%;
	padding-left: 5%;
	font-size: 5.5vw;
	font-weight: 700;
	box-sizing: border-box;
}
.drawer-nav dl.guide dt::before {
	content: "●";
	color: #FF0000;
	font-size: 5.5vw;
}
.drawer-nav dl.guide dd {
	display: block;
	position: relative;
	padding: 4vw 5%;
	font-size: 4vw;
	font-weight: 700;
	border-bottom: 0.267vw solid #BFBFBF;
}

.drawer-nav a.bnr_recruit,
.drawer-nav a.bnr_recycle,
.drawer-nav a.bnr_data,
.drawer-nav a.bnr_sche,
.drawer-nav a.bnr_season {
	display: block;
	margin: 6% auto;
	width: 80%;
}

/* body#home.okashiya #sub a.bnr_season.hwn, */
body.xms #sub a.bnr_season.xms,
body.hwn #sub a.bnr_season.hwn,
body.summer #sub a.bnr_season.summer,
body.comioka #sub a.bnr_season.comioka {
	display: none;
}

.drawer-nav a.bnr_recruit img,
.drawer-nav a.bnr_recycle img,
.drawer-nav a.bnr_data img,
.drawer-nav a.bnr_sche img,
.drawer-nav a.bnr_season img {
	width: 100%;
}

.drawer-nav dl.onlineshop {
	margin: 20% 0 20% 6%;
	width: 94%;
}
.drawer-nav dl.onlineshop dt {
	margin: 14% 0 6%;
	font-size: 1.3vw;
	font-weight: 600;
}
.drawer-nav dl.onlineshop dt::before {
	content: "■";
	color: #FEAC29;
	font-size: 1.3vw;
	font-weight: 600;
}
.drawer-nav dl.onlineshop dd img {
	width: 100%;
}
.drawer-nav dl.onlineshop dd a {
	display: block;
	width: 100%;
}
.drawer-nav dl.onlineshop dd a.border {
	border: 0.267vw solid #ccc !important;
}

.drawer-nav ul.navi_shop {
	margin: 8vw auto 10vw;
	width: 80%;
}
.drawer-nav ul.navi_shop li {
	padding: 4vw 0 4vw 3vw;
	margin-bottom: 6vw;
	color: #D8291C;
	font-size: 5.4vw;
	font-weight: 700;
	border: 1.4vw solid #D8291C;
	box-sizing: border-box;
	position: relative;
}
.drawer-nav ul.navi_shop li.zakkaya {
	color: #AF9075;
	border: 1.4vw solid #AF9075;
}
.drawer-nav ul.navi_shop li.hakoya {
	color: #63A29C;
	border: 1.4vw solid #63A29C;
}
.drawer-nav ul.navi_shop li img {
	display: block;
	position: absolute;
	/* filter: drop-shadow(-1.4vw 1.4vw 0.8vw rgba(0,0,0,0.2)); */
}
.drawer-nav ul.navi_shop li.okashiya img {
	width: 24vw;
	top: 0.2vw;
	right: 0;
	transform: rotate(16deg);
}
.drawer-nav ul.navi_shop li.hakoya img {
	width: 30vw;
	top: -4.5vw;
	right: 0vw;
}
.drawer-nav ul.navi_shop li.zakkaya img {
	width: 24vw;
	top: 0.2vw;
	right: 0;
	transform: rotate(10deg);
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/

#contents {
	margin: 0 auto 0;
	padding-top: 0;
	width: 100%;
	/* margin-top: -55px; */
}
#contents img.img_main {
		display: block;
		width: 160%;
		margin-left: -30%;
		overflow: hidden;
}

/*----------------------------------------------------
	#main
----------------------------------------------------*/

#main {
	/* margin: 20vw auto; 通常*/
	margin: 0 auto 20vw;/* セール時、アラート */
	padding: 3.75% 0 3.75%;
	width: 90%;
	background-color: #fff;
}
body.hakoya #main {
	margin-top: 0;
}
body.common #main {
	margin-top: 0;
}

/*----------------------------------------------------
	#sub
----------------------------------------------------*/
#sub {
	display: none;
}

/*----------------------------------------------------
	.glnavi
----------------------------------------------------*/

.glnavi {
	border-top: 0.267vw solid #dedede;
}
.glnavi:first-child {
	border-top: none;
}
.glnavi span.title {
	display: block;
	margin: 3% 3% 0 3%;
	font-size: 1.1rem;
	font-weight: 700;
}

/*	#glnavi .list
----------------------------------------------------*/

.glnavi .list {
	margin: 3.75% 3% 6% 3%;
	font-size: 3.4vw;
	font-weight: 300;
	color: #666;
}

.glnavi .list li {
	margin-top: 3.5%;
}


.glnavi p.customer_name {
	margin: 1vw 2vw 2vw 4vw;
	border: 1px solid #000;
}


/*----------------------------------------------------
	#footer
----------------------------------------------------*/
#footer {
	width: 100%;
	height: 100%;
	font-size: 3.4vw;
	background-color: #f7f7f7;
	padding: 0 0 4.7% 0;
	text-align: left;
}

#footer p.copy {
	clear: both;
	text-align: center;
}
#footer p.copy a {
	display: block;
	color: #000;
}
#footer p.copy a:hover {
	color: #999;
}

#footer p.copy a.powerdby {
	margin-top: 12vw;
	margin-bottom: 4vw;
	color: #999;
}


/*	 .footer_menubox
----------------------------------------------------*/
.footer_menubox {
	margin: 0 auto !important;
	width: 90%;
}
.footer_menubox dl {
	width: 100%;
}
.footer_menubox dl dt {
	font-weight: 800;
	margin: 12vw 0 0 0;
	padding-bottom: 2%;
	text-indent: 2%;
	border-bottom: 0.267vw solid #ccc;
}
.footer_menubox dl dt:first-child {
	margin-top: 8vw !important;
}
.footer_menubox dl dd {
	margin: 0 0 0 2%;
}
.footer_menubox dl dd p {
	margin-top: 5.4vw;
	color: #999;
	line-height: 1.8;
}
.footer_menubox dl dd ul li {
	margin: 6% 0 0 0;
}


.footer_menubox .iconlist_wrapper p.return {
	margin: 10vw auto 6vw;
	padding: 3vw !important;
	width: 95% !important;
	font-size: 3.6vw;
	text-align: center;
	line-height: 1.8 !important;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.footer_menubox .iconlist_wrapper p.return a {
	display: block;
}
.footer_menubox .iconlist_wrapper p.return a:nth-child(2) {
	margin-top: 6vw;
}

.footer_menubox .iconlist_wrapper ul.iconlist_sns {
	margin: 10vw auto;
	width: 50%;
}
.footer_menubox .iconlist_wrapper ul.iconlist_sns li {
	margin: 0 15% 0 0 !important;
	width: 22% !important;
	float: left;
	opacity: 0.5;

}
.footer_menubox .iconlist_wrapper ul.iconlist_sns li:last-child {
	margin-right: 0 !important;
}
.footer_menubox .iconlist_wrapper ul.iconlist_sns li a,
.footer_menubox .iconlist_wrapper ul.iconlist_sns li img {
	width: 100%;
}
.footer_menubox .iconlist_wrapper ul.iconlist_sns li:nth-child(2),
.footer_menubox .iconlist_wrapper ul.iconlist_sns li:nth-child(3) {
	opacity: 0.16;
}



/*	 #footer .banner
----------------------------------------------------*/
#footer ul.banner {
	margin: -1vw auto 4vw !important;
	padding: 4vw 0 0 0 !important;
	width: 100%;
}
#footer ul.banner li {
	margin-top: 6vw;
}
#footer ul.banner li a {
	display: block;
	width: 42%;
	float: left;
}
#footer ul.banner li a img {
	width: 100%;
}
#footer ul.banner li p {
	margin: 2% 0 0 4%;
	width: 54%;
	font-size: 3.2vw;
	float: left;
}
#footer ul.banner li:after {
	content: "";
	display: block;
	clear: both;
}
#footer ul.banner li:before {
	content: "";
	display: block;
	clear: both;
}
#footer ul.banner li {
	display: block;
}

#footer ul.banner li.text {
	width: 100% !important;
}
#footer ul.banner li.text a,
#footer ul.banner li.text p {
	width: 100%;
	float: none;
}
#footer ul.banner li.text p {
	margin: 3vw 0 6vw 0;
	line-height: 1.6;
}

#footer ul.banner li.text strong {
	display: block !important;
	margin-bottom: -1vw !important;
	line-height: 1;
	position: relative;
}
#footer ul.banner li.text strong::after {
	/* content: '';
	display: none; */
	content: '>';
	position: absolute;
	left: 22vw;
	font-weight: normal;
}



/*	 .footer_shoplistbox
----------------------------------------------------*/
#footer .footer_shoplistbox_wrap {
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #ddd;
}
#footer ul.shoplist {
	margin: 0 auto;
	padding: 7vw 0;
	width: 90%;
}
#footer ul.shoplist li {
	margin-top: 6vw;
	height: 8vw;
}
#footer ul.shoplist li:first-child {
	margin-top: 0;
}
#footer ul.shoplist li a img {
	height: 100%;
}


/*	 .footer_menu_util
----------------------------------------------------*/
#footer ul.footer_menu_util {
	margin: 0 auto 9.375% auto;
	padding-top: 6%;
	width: 95%;
	box-sizing: border-box;
	border-top: 0.267vw solid #ccc;
}
#footer ul.footer_menu_util li {
	display: block;
	padding: 2% 4%;
	border-right: 0;
}
#footer ul.footer_menu_util li:first-child {
	border-left: none;
}

/*	 #footer .categorylist
----------------------------------------------------*/
#footer .categorylist_wrapper {
	padding: 6vw 0 4vw;
	width: 100%;
	background-color: #f2c4be;
	box-sizing: border-box;
}

body.hakoya #footer .categorylist_wrapper {
	background-color: #aac6c4;
}

#footer dl.categorylist {
	margin: 0 auto;
	width: 90%;
	color: #333;
}
#footer dl.categorylist dt {
	margin: 0 0 5vw;
	color: #fff;
	font-size: 6vw;
	font-weight: 800;
}
#footer dl.categorylist dt span {
	display: block;
	margin: 0 3vw 0.6vw 0;
	font-size: 3.2vw;
}
#footer dl.categorylist ul {
	margin: 3vw 0 8vw;
	width: 100%;
}
#footer dl.categorylist ul li {
	margin: 0 5.4vw 3vw 0;
	width: 42.3vw;
	float: left;
}
#footer dl.categorylist ul li a {
	display: block;
	width: 100%;
	height: 42.3vw;
	background-color: #fff;
	overflow:hidden;
}
#footer dl.categorylist ul li a img {
	display: block;
	width: 100%;
}
#footer dl.categorylist ul li a img.addmargin {
	margin: 2.4vw auto !important;
	width: 87%;
}
#footer dl.categorylist ul li p {
	margin: 2vw 0 0;
	font-size: 3.2vw;
	font-weight: 600;
}
#footer dl.categorylist ul li p span {
	font-weight: 300 !important;
}
#footer dl.categorylist ul li:nth-child(2n) {
	margin-right: 0;
}
#footer dl.categorylist ul li:nth-child(2n+1) {
	clear: both;
}


#footer dl.categorylist ul li div.lowprice dl dt,
#footer dl.categorylist ul li div.lowprice dl dd span {
	display: none;
}
#footer dl.categorylist ul li div.lowprice dl dd {
	font-size: 3.2vw;
	font-weight: 300;
}
#footer dl.categorylist ul li div.lowprice dl dd span.price {
	display: inline;
	font-size: 3.2vw !important;
	font-weight: 300 !important;
}


/*	 #footer .footer_bnrbox
----------------------------------------------------*/
#footer .footer_bnrbox {
	padding: 10vw 0;
	width: 100%;
	background-color: #fff;
}
#footer .footer_bnrbox a {
	display: block;
	margin: 0 auto;
	width: 90%;
}
#footer .footer_bnrbox a:hover {
	opacity: 0.7;
}
#footer .footer_bnrbox  img {
	width: 100%;
}


/*	 movetop
----------------------------------------------------*/
.movetop {
	position: fixed;
	/* bottom: 23vw; */
	bottom: 3vw;
	/* right: 3%; */
	left: 3%;
	z-index: 100;
	width: 10vw;
}
.movetop img {
	display: block;
	width: 100%;
}


/* ノベルティの箱屋さん */
/* body.hako #header div.logo img{
	margin: 0 auto;
	width: 90% !important;
}
body.hako button.drawer-toggle.drawer-hamburger {
	background-color: #20887E;
	top: 14.7vw;
}
body.hako #header .header_navi {
	background-color: #20887E;
} */
}
