@charset "utf-8";

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

@media screen and (min-width: 600px) and (max-width: 959px) {

/*----------------------------------------------------
	Base
----------------------------------------------------*/
html {
	font-size: 62.5%;
}
body {
	background-color: #fff;
	color: #000;
	font-size: 12px;
	font-size: 1.2rem;
	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;
}


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

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



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

h1 {
	margin: auto;
	padding: 1vw 0 0.5vw;
	font-size: 1.4vw;
	font-weight: 400;
	text-align: center;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	top: 9.7vw;
	left: 0;
	right: 0;
	box-sizing: border-box;
	background-color: #D8291C;
}
body.hakoya h1 {
	background-color: #63A29C;
}
body.zakkaya h1 {
	background-color: #9B7D66;
}
h1::after {
	content: '';
	display: block;
	height: 6.51vw;
	background-image: url(/img/share/logo_okashiya.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 4.948vw;
	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);
}
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;
}

body.common h1 {
	display: none;
}


h2 {
	margin: 3% 0 1.25% 0 !important;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem !important;
	line-height: 1.5;
	font-weight: 600;
}

h3 {
	margin-bottom: 8px;
	font-size: 13px;
	font-size: 1.3rem !important;
	font-weight: 600;
	line-height: 1.5;
}
h3.lead {
	margin: 2vw 0 -1vw;
}

/*----------------------------------------------------
	Others
----------------------------------------------------*/
br.mb { display: none; }
/* body#item h1 br.mb { display: block; } */
.pc { display: none; }
br.pc { display: none; !important; }
br.tb { display: block !important; }
br.onlytbnone { display: none; }

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

#header {
	width: 100%;
	background-color: #fff;
	z-index: 1000;
}
#header .header_navi {
	margin: 0 auto;
	padding: 1% 0 0 0;
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
}


#header .header_navi div.logo {
	margin: 0;
	width: 100%;
}
#header .header_navi div.logo span.title_logo img {
	display: block;
	margin: 0.5vw 0 0 2vw;
	width: 20vw;
	opacity: 0.75;
}
#header .header_navi div.logo span.title_text {
	display: block;
	margin: 8px 0 0 6px;
	width: 100px;
	float: left;
	font-size: 10px;
	font-size: 1.0rem;
	color: #666;
}

#header ul.tab {
	margin: 1.2vw 0 0 0;
	width: 100%;
}
#header ul.tab li {
	margin-right: 0.2vw;
	width: 14vw;
	float: left;
}
#header ul.tab li:nth-child(2) {
	width: 13vw;
}
#header ul.tab li:nth-child(3) {
	width: 12vw;
}
#header ul.tab li:last-child {
	margin-right: 0;
}
#header ul.tab li a {
	display: block !important;
	padding: 0 !important;
	width: 100%;
	height: 3.8vw;
	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: 5vw;
	height: 5vw;
	background-image: url(/img/share/hd_ic_okashiya.png);
	top: -1.2vw;
	left: 0vw;
}
#header ul.tab li a.hakoya::before {
	width: 6vw;
	height: 6vw;
	background-image: url(/img/share/hd_ic_hakoya.png);
	top: -0.5vw;
	left: 0;
}

#header ul.tab li a::after {
	content: '';
	display: block;
	height: 4.3vw;
	background-repeat: no-repeat;
	background-position: right 1vw;
	position: absolute;
}
#header ul.tab li a.okashiya {
	background-color: #D8291C;
}
#header ul.tab li a.okashiya::after {
	width: 60%;
	background-image: url(/img/share/logotype_okashiya.png);
	background-size: 17vw;
	top: 0.1vw;
	right: 1vw;
}
#header ul.tab li a.hakoya {
	background-color: #63A29C;
}
#header ul.tab li a.hakoya::after {
	width: 42%;
	background-image: url(/img/share/logotype_hakoya.png);
	background-size: 14vw;
	top: 0.2vw;
	right: 1vw;
}
#header ul.tab li a.topioka {
	background-color: #efebe8;
}
#header ul.tab li a.topioka::after {
	width: 50%;
	background-image: url(/img/share/logotype_topioka_s.png);
	background-size: 6vw;
	top: 0;
	left: 1.4vw;
}
#header ul.tab a.topioka span.material-symbols-outlined {
	font-size: 1.6rem;
	position: absolute;
	top: 1vw;
	right: 1vw;
}

#header ul.tab a img {
	display: none;
}


#header .header_navi .catch {
	margin-top: 0;
	padding: 0.5vw 2vw;
	width: 100%;
	display: block;
	/* position: absolute;
	right: 0;
	top: -10px;  */
	color: #fff;
	background-color: #333;
	font-size: 1.6vw;
	text-align: center;
	box-sizing: border-box;
}
#header .header_navi .catch .bold {
	font-size: 1.8vw;
	font-weight: 600;
}

#header .header_navi ul.navi {
	margin: 0 !important;
	padding: 0 !important;
	width: 18vw;
	position: absolute;
	top: 0;
	right: 0;
	color: #000;
	font-size: 1vw;
	box-sizing: border-box;
}
#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.8vw;
	height: 5vw; */
	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.2vw 0.8vw 0 1vw !important;
	width: 5vw;
}
#header .header_navi ul.navi .logout {
	margin: 1.2vw 0.8vw 0 1vw !important;
	width: 5vw;
}
#header .header_navi ul.navi .account {
	margin: 1.2vw 0 0 0 !important;
	width: 5vw;
}
#header .header_navi ul.navi .cart {
	position: relative;
	margin: 0.8vw 0 0 1vw !important;
	padding: 0 !important;
	width: 4.5vw;
	background-color: transparent;
	border-radius: 0;
}
#header .header_navi ul.navi .cart span {
	display: block;
	position: absolute;
	top: -0.4vw;
	left: -1.302vw;
	width: 2.604vw;
	height: 2.604vw;
	padding-top: 0.5vw;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #000;
	color: #fff;
	font-size: 1.4vw !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.2vw;
	width: 2.5vw;
}
#header .header_navi ul.navi .logout img {
	margin: 0 auto 0.2vw;
	width: 2.6vw;
}
#header .header_navi ul.navi .account img {
	margin: 0.1vw auto 0.2vw;
	width: 2.3vw;
}
#header .header_navi ul.navi .cart img {
	width: 100%;
}

/* 検索窓 */
#header .header_navi .searchbox {
	margin: 0 auto;
	width: 100vw;
	position: absolute;
}
#header .header_navi .searchbox form.search {
	display: block;
	padding: 0.26vw 0 !important;
	width: 41vw;
	text-align: right;
	position: absolute;
	top: -8.5vw;
	right: 18vw;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 1.042vw;
	box-sizing: border-box;
}
#header .header_navi .searchbox form.search input[type='search'] {
	margin: 0 0 0 1.042vw !important;
	padding: 0 !important;
	width: 37vw;
	height: 3.125vw;
	font-size: 1.6vw;
	background-color: transparent;
	border: none;
	border-radius: 1.042vw;
	box-sizing: border-box;
	outline: none;
	float: left;
	position: relative;
}

#header .header_navi .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: 1.7vw;
	width: 1.7vw;
}
#header .header_navi .searchbox form.search input[type='image'] {
	margin-top: 0.4vw;
	width: 1.7vw;
	float: left;
}



#header .guide {
	display: none;
}


/*----------------------------------------------------
	#header .alert
----------------------------------------------------*/
#header .alert {
	margin: 9.8vw 0 0 0 !important;
	/* margin: 0 !important; セール時*/
	padding: 0;
	width: 100%;
	background-color: rgba(240, 234, 106, 0.3);
	box-sizing: border-box;
	color: #444;
}
#header .alert div.inner {
	margin: 0 auto !important;
	padding: 0.6vw 1vw 0.5vw 4vw;
	width: 100%;
	font-size: 1.3vw;
	box-sizing: border-box;
	position: relative;
}
#header .alert div.inner img {
	display: block;
	width: 100%;
}
#header .alert div.inner .material-icons {
	display: block !important;
	position: absolute;
	top: 0.4vw;
	left: 0.5vw;
}

#header .alert.mainte {
	display: none;
}

body.common #header .alert {
	margin-top: 0 !important;
}


/*----------------------------------------------------
	#header .specialinfo
----------------------------------------------------*/
#header .specialinfo {
	margin: 9.8vw 0 0 0 !important;
	padding: 0;
	width: 100%;
	background-color: #ffff00;
	box-sizing: border-box;
}
#header .specialinfo div.inner {
	margin: 0 auto !important;
	width: 100%;
	box-sizing: border-box;
}
@keyframes loop {
	from {
		background-position: 0 0.6vw;
	}
	to {
		background-position: -200vw 0.6vw;
	}
}
#header .specialinfo div.inner .loop_wrap {
	display: flex;
	width: 100vw;
	height: 4.5vw;
	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: 100vw;
	background-position: 0 0.6vw;
}
#header .specialinfo div.inner .loop_wrap strong {
	display: none;
}

body.common #header .specialinfo {
	margin-top: 0 !important;
}

/*----------------------------------------------------
	#header .invoice_number 登録番号
----------------------------------------------------*/
#header .header_navi .invoice_number {
	margin: 0 auto 0;
	padding-right: 2vw;
	width: 100%;
	color: #fff;
	text-align: right;
	position: absolute;
	top: 17vw;
	left: 0;
	box-sizing: border-box;
}

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


/*----------------------------------------------------
	.drawer-nav
----------------------------------------------------*/
button.drawer-toggle {
	display: none;
}
.drawer-nav {
	display: none;
}


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

#contents {
	margin: 0 auto 0;
	padding-top: 0;
	width: 100%;
	/* margin-top: -55px; */
}
#contents img.img_main {
	width: 100%;
}


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

#main {
	float: right;
	/* margin: 12vw 2% 6% 0 !important; 通常 */
	margin: 1vw 2% 6% 0 !important;/* セール時、アラート */
	padding: 0 0% 0 2% !important;
	width: 78%;
	background-color: #fff;
	box-sizing: border-box;
}

/*----------------------------------------------------
	#sub
----------------------------------------------------*/

#sub {
	/* margin-top: 14vw; 通常 */
	margin-top: 1.5vw;/* セール時、アラート */
	float: left;
	width: 20%;
	padding-bottom: 6%;
}

#sub .contact {
	padding: 6% 1% 6% 1.5%;
	width: 100%;
	background-color: #FEAC29;
	color: #fff;
	font-size: 1.4vw !important;
	font-weight: 800;
	box-sizing: border-box;
	position: relative;
}
body.hakoya #sub .contact {
	background-color: #333333;
}
body.zakkaya #sub .contact {
	background-color: #333333;
}
body.common #sub .contact {
	background-color: #333333;
}
#sub .contact img {
	width: 20%;
	position: absolute;
	top: 1.2vw;
	left: 1vw;
}
#sub .contact span {
	display: block;
	margin: 0 0 0 30%;
}

#sub dl.info {
	margin-botton: 10% !important;
	background-color: #F5F5F5;
}
#sub dl.info dt {
	margin: 0;
	padding: 6% 0;
	font-size: 1.8vw;
	font-weight: 800;
	text-align: center;
	border-bottom: 1px solid #BFBFBF;
}
#sub dl.info dd {
	display: block;
	margin: 0;
	padding: 6% 6%;
}
#sub dl.info dd p {
	margin: 0 0 3%;
	font-size: 1.4vw;
}
#sub dl.info dd strong {
	display: block;
	margin-bottom: 6%;
	color: #FF0000;
	font-size: 1.4vw;
}
#sub dl.info dd a {
	/* color: #000; */
}

#sub dl.categorylist {
	margin: 10% 0 15%;
}
#sub dl.categorylist dt {
	margin: 0;
	padding: 6% 8%;
	font-size: 1.7vw;
	font-weight: 700;
	color: #fff;
	background-color: #797979;
	box-sizing: border-box;
}
#sub dl.categorylist dd {
	display: block;
	padding: 6% 8%;
	font-size: 1.6vw;
	font-weight: 700;
	border-bottom: 1px solid #BFBFBF;
}
#sub dl.categorylist.icon dd {
	position: relative;
	padding: 10% 4% 10% 30% !important;
	font-size: 1.2vw;
}
#sub dl.categorylist.icon dd.row2 {
	padding: 6% 4% 6% 30% !important;
}
#sub dl.categorylist.icon dd img {
	width: 20% !important;
	position: absolute;
	top: 1vw;
	left: 1vw;
}
#sub dl.categorylist.icon dd.row2 img {
	top: 1vw;
}

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

#sub dl.guide {
	margin: 18% auto 22% !important;
}
#sub dl.guide dt {
	margin-bottom: 2%;
	padding-left: 8%;
	font-size: 2vw;
	font-weight: 700;
	box-sizing: border-box;
}
#sub dl.guide dt::before {
	content: "●";
	color: #FF0000;
	font-size: 2vw;
}
#sub dl.guide dd {
	display: block;
	position: relative;
	padding: 6% 6% 6% 8%;
	font-size: 1.3vw;
	font-weight: 700;
	border-bottom: 1px solid #BFBFBF;
}
/* #sub dl.guide dd:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	cursor: pointer;
} */

#sub a.bnr_recruit,
#sub a.bnr_recycle,
#sub a.bnr_data,
#sub a.bnr_sche {
	display: block;
	margin: 6% 0 0 6%;
	width: 94%;
}
#sub a.bnr_season {
	display: block;
	margin-top: 10%;
	width: 100%;
}
#sub a.bnr_season.top {
	margin: 0 0 1.2vw !important;
}

/* 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;
}

#sub a.bnr_recruit img,
#sub a.bnr_recycle img,
#sub a.bnr_data img,
#sub a.bnr_sche img,
#sub a.bnr_season img {
	width: 100%;
}

#sub ul.navi_shop {
	margin: 1.6vw auto 0;
	width: 90%;
}
#sub ul.navi_shop li {
	padding: 1.6vw 0 1.6vw 1vw;
	margin-bottom: 1.6vw;
	color: #D8291C;
	font-size: 1.4vw;
	font-weight: 700;
	border: 0.5vw solid #D8291C;
	box-sizing: border-box;
	position: relative;
}
#sub ul.navi_shop li.zakkaya {
	color: #AF9075;
	border: 0.5vw solid #AF9075;
}
#sub ul.navi_shop li.hakoya {
	color: #63A29C;
	border: 0.5vw solid #63A29C;
}
#sub ul.navi_shop li img {
	display: block;
	position: absolute;
	/* filter: drop-shadow(-0.4vw 0.4vw 0.2vw rgba(0,0,0,0.2)); */
}
#sub ul.navi_shop li.okashiya img {
	width: 6.8vw;
	top: 0.2vw;
	right: -1.6vw;
	transform: rotate(16deg);
}
#sub ul.navi_shop li.hakoya img {
	width: 8.5vw;
	top: -1.0vw;
	right: -1.2vw;
}
#sub ul.navi_shop li.zakkaya img {
	width: 6.9vw;
	top: 0.2vw;
	right: -1.0vw;
	transform: rotate(10deg);
}


#sub p.customer_name {
	margin: 1vw 1vw 2vw 2vw;
}
#sub dl.guide.mypage {
	margin-top: 0 !important;
	margin-bottom: 4vw !important;
}
#sub dl.guide.mypage dt {
	position: relative;
}
#sub dl.guide.mypage dt a {
	width: 100%;
	color: #000;
}
#sub dl.guide.mypage dt span.material-symbols-outlined {
	display: block;
	position: absolute;
	top: 0;
	right: 1vw;
}
.material-symbols-outlined {
	font-variation-settings:
	'FILL' 0,
	'wght' 400,
	'GRAD' 0,
	'opsz' 24
}

/* ログイン前 */
#sub .common {
	margin: 2vw 0;
	padding: 1.6vw;
	color: #fff;
	font-size: 1.2vw;
	background-color: #777;
	box-sizing: border-box;
}
#sub .common ul {
	width: 100%;
}
#sub .common ul li {
	width: 50%;
	text-align: center;
	float: left;
}
#sub .common ul li a {
	display: block;
	width: 100%;
	color: #fff;
}
#sub .common ul li a:hover {
	opacity: 0.6;
}
#sub .common ul li span.icon {
	display: block;
	margin: 0 auto;
	padding: 1.2vw 0 0;
	width: 6vw;
	height: 6vw;
	background-color: #4d4d4d;
	border-radius: 50%;
	box-sizing: border-box;
}
#sub .common ul li span.icon.login {
	padding-right: 0.6vw;
}
#sub .common ul li span.icon.logout {
	padding: 1.4vw 0.6vw 0 0;
}
#sub .common ul li span.text {
	display: block;
	margin-top: 0.4vw;
	font-size: 1.2vw;
}
#sub .common ul li img {
	display: block;
	margin: 0 auto;
	width: 3vw;
}
/* ログイン後 */
#sub .common ul.mypage {
	margin: -0.4vw 0 -0.8vw;
}
#sub .common ul.mypage li {
	padding: 0;
	width: 100%;
	text-align: left;
	float: none;
}
#sub .common ul.mypage li a {
	display: block;
	margin-bottom: 0.8vw;
	width: 100%;
	color: #fff;
}
#sub .common ul.mypage li a:hover {
	opacity: 0.6;
}
#sub .common ul.mypage li a span.icon {
	display: block;
	margin: 0;
	padding: 0.8vw 0 0;
	width: 4.4vw;
	height: 4.4vw;
	text-align: center;
	background-color: #4d4d4d;
	border-radius: 50%;
	float: left;
	box-sizing: border-box;
}
#sub .common ul.mypage li a span.icon img {
	display: block;
	margin: 0 auto;
	width: 2.2vw;
}
#sub .common ul.mypage li a span.text {
	margin: 1vw 0 0 1vw;
	font-size: 1.6vw;
	font-weight: 600;
	float: left;
}
#sub .common ul.mypage li a span.text::after {
	content: '';
	display: block;
	width: 2vw;
	height: 2vw;
	background-image: url(/img/share/bt_pagetop.png);
	background-size: contain;
	transform: rotate(90deg);
	position: absolute;
	top: 0.3vw;
	right: 0;
}

body#customer #sub div.common {
	display: none;
}

/* NP掛け払い */
#sub a.npkakebarai {
    margin: 1.6vw 0;
}
#sub a.npkakebarai,
#sub a.npkakebarai img {
    display: block;
    width: 100%;
}

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


/*----------------------------------------------------
	#footer
----------------------------------------------------*/
#footer {
	width: 100%;
	height: 100%;
	font-size: 13px;
	font-size: 1.3rem;
	background-color: #f7f7f7;
	padding: 0 0 3% 0;
	text-align: left;
}

#footer p.copy {
	margin: 0 auto;
	clear: both;
	width: 92.5%;
	text-align: center;
}
#footer p.copy a {
	padding-right: 6%;
	width: 50%;
	color: #000;
	text-align: right;
	float: left;
	box-sizing: border-box;
}
#footer p.copy a.powerdby {
	padding-right: 0;
	color: #999;
	text-align: left !important;
}

/*	 .footer_menubox
----------------------------------------------------*/
.footer_menubox {
	margin: 4vw auto;
	width: 95%;
	box-sizing: border-box;
	/*  border-top: 1px solid #ccc; */
 }
.footer_menubox dl {
	padding: 0 3%;
	width: 100%;
	box-sizing: border-box;
}
.footer_menubox dl dt {
	margin-top: 4vw;
	font-weight: 800;
}
.footer_menubox dl dd {
	margin-bottom: 3vw;
}
.footer_menubox dl dd p {
	margin-top: 2vw;
	color: #999;
	line-height: 1.8;
}
.footer_menubox dl dd ul.col1 {
	margin-top: 1.6vw;
	width: 100% !important;
}
.footer_menubox dl dd ul li {
	display: inline-block;
	margin: 0 3.6vw 0 0;
	line-height: 2;
}
.footer_menubox dl dd ul li:last-child {
	margin-bottom: 0;
}


.footer_menubox .iconlist_wrapper p.return {
	margin: 6vw auto 0 !important;
	width: 95%;
}
.footer_menubox .iconlist_wrapper ul.iconlist_sns {
	margin: 4vw auto 0;
	width: 20%;
}
.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: 3.2vw auto 0;
	width: 100%;
}
#footer ul.banner li {
	margin-right: 4%;
	width: 16%;
	float: left;
}
#footer ul.banner li:last-child {
	margin-right: 0;
}
#footer ul.banner li a {
	display: block;
}
#footer ul.banner li a:hover {
	opacity: 0.6;
}
#footer ul.banner li a img {
	width: 100%;
}
#footer ul.banner li p {
	font-size: 1.4vw;
	line-height: 1.6;
}

#footer ul.banner li.text {
	width: 20%;
}
#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: '>';
	position: absolute;
	right: 0.6vw;
	font-weight: normal;
}
#footer ul.banner li.text p {
	margin-bottom: 3vw;
	line-height: 1.4;
}

/*	 .footer_shoplistbox
----------------------------------------------------*/
#footer .footer_shoplistbox_wrap {
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #ddd;
}
#footer .footer_shoplistbox {
	margin: 0 auto;
	padding: 3.2vw 0 2.4vw;
	width: 90%;
	text-align: center;
}
#footer ul.shoplist {
	display: inline-block;
	margin: 0 auto;
}
#footer ul.shoplist li {
	display: inline-block;
	margin-right: 4.8vw;
	height: 3vw;
	float: left;
}
#footer ul.shoplist li:last-child {
	margin-right: 0;
}
#footer ul.shoplist li a img {
	height: 100%;
}


/*	 .footer_menu_util
----------------------------------------------------*/
#footer ul.footer_menu_util {
	margin: 3vw auto 3%;
	padding: 0 0 1.2% 0;
	width: 95%;
	box-sizing: border-box;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	font-size: 1.2rem;
}
#footer ul.footer_menu_util li {
	display: inline-block;
	margin: 1.2% 6% 0 0;
	padding: 0.6% 0.4%;
	/* background-color: #999; */
}
#footer ul.footer_menu_util li a {
	/* color: #fff !important; */
}

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

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;
	color: #fff;
	font-size: 2.8vw;
	font-weight: 800;
}
#footer dl.categorylist dt span {
	margin: 0 1.6vw 0 0;
	font-size: 1.4vw;
	vertical-align: 0.3vw;
}
#footer dl.categorylist ul {
	margin: 2.4vw 0 3vw;
	width: 100%;
}
#footer dl.categorylist ul li {
	margin: 0 2.36% 1vw 0;
	width: 14.7%;
	float: left;
}
#footer dl.categorylist ul li a {
	display: block;
	width: 100%;
	height: 100%;
	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: 1vw auto !important;
	width: 87%;
}
#footer dl.categorylist ul li p {
	margin: 0.6vw 0 0;
	font-size: 1.3vw;
	font-weight: 600;
}
#footer dl.categorylist ul li p span {
	font-weight: 300 !important;
}
#footer dl.categorylist ul li:nth-child(6n) {
	margin-right: 0;
}
#footer dl.categorylist ul li:nth-child(6n+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: 1.3vw;
	font-weight: 300;
}
#footer dl.categorylist ul li div.lowprice dl dd span.price {
	display: inline;
	font-size: 1.3vw !important;
	font-weight: 300 !important;
}

/*	 #footer .footer_bnrbox
----------------------------------------------------*/
#footer .footer_bnrbox {
	padding: 0 0 6vw;
	width: 100%;
	background-color: #fff;
}
#footer .footer_bnrbox a {
	display: block;
	margin: 0 auto;
	width: 90vw;
	height: 28.8vw;
	background-image: url(/img/share/bnr_recruit.webp?250118);
	background-size: 100%;
}
#footer .footer_bnrbox a img {
	display: none;
}


/*	 movetop
----------------------------------------------------*/
.movetop {
	position: fixed;
	/* bottom: 11vw; */
	bottom: 4vw;
	/* right: 2%; */
	left: 4%;
	z-index: 99999;
	width: 40px;
}
.movetop img {
	display: block;
	width: 100%;
}


/* ノベルティの箱屋さん */
/* body.hako #header {
	background-color: #20887E !important;
}
body.hako #header div.logo img{
	width: 85% !important;
}
body.hako #header .header_navi {
	background-color: #20887E;
} */


}
