@charset "utf-8";

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

/*----------------------------------------------------
	Reset
----------------------------------------------------*/

html {
	overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

p {
	margin-bottom: 1em;
}

form input[type="text"],
form input[type="password"],
form select,
form textarea {
	padding: 4px 8px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
form input[type="radio"],
form input[type="checkbox"] {
	margin: 0 8px 0 0 !important;
	padding: 0 !important;
	width: auto;
	border: 1px solid #ccc;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
	-webkit-appearance: none;
	/* border-radius: 0; */
}

a:active {
	border: none;
}
a { outline: none; }


@media screen and (min-width: 960px){

/*----------------------------------------------------
	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","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	/* font-family: verdana,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif; */
	line-height: 1.5;
	text-align: center;
}

* + html body {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}


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

a:visited {
	color:#999;
}

a:hover {
	color: #bbb;
}

a:active {
	color: #666;
}

.link:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	cursor: pointer;
}


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

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



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

h1 {
	margin: auto;
	padding: 4px;
	width: 100%;
	font-size: 1.1rem;
	font-weight: 400;
	text-align: center;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	top: 85px;
	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: 50px;
	background-image: url(/img/share/logo_okashiya.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 38px;
	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: 36px 0 16px !important;
	font-size: 20px;
	font-size: 2.0rem !important;
	font-weight: 600;
	line-height: 1.5;
}

h3 {
	margin-bottom: 8px;
	font-size: 14px;
	font-size: 1.4rem !important;
	font-weight: 600;
	line-height: 1.5;
}
h3.lead {
	margin-top: 20px;
}

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

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

#header {
	margin-bottom: 20px;
	width: 100%;
	background-color: #fff;
	z-index: 1000;
}
#header .header_navi {
	margin: 0 auto;
	padding: 12px 0 0 0;
	/* width: 1000px; */
	width: 100%;
	/* height: 80px; */
	/* background-color: #d8281c; */
	background-color: #fff;
	box-sizing: border-box;
}
#header .header_navi div.logo {
	margin: 0 auto;
	width: 1000px;
	position: relative;
}
#header .header_navi div.logo span.title_logo img {
	width: 136px !important;
	position: absolute;
	top: -4px;
	left: 14px;
	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 {
	width: 722px;
	position: absolute;
	top: 13px;
}
#header ul.tab li {
	margin-right: 1px;
	height: 30px;
	float: left;
}
#header ul.tab li:last-child {
	margin-right: 0;
}
#header ul.tab a {
	display: block !important;
	padding: 3px 30px 0 12px;
	width: 100%;
	height: 100%;
	position: relative;
	box-sizing: border-box;
}
#header ul.tab a:hover {
	opacity: 0.8;
}

/* #header ul.tab a::before {
	content: '';
	display: inline-block;
	width: 54px;
	height: 54px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -15px;
	left: 14px;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}
#header ul.tab a.okashiya::before {
	background-image: url(/img/share/hd_ic_okashiya.png);
}
#header ul.tab a.hakoya::before {
	width: 56px;
	height: 56px;
	background-image: url(/img/share/hd_ic_hakoya.png);
	top: -6px;
	left: 18px;
}
#header ul.tab a.topioka::before {
	width: 64px;
	height: 64px;
	background-image: url(/img/share/hd_ic_topioka.png);
	top: -4px;
	left: 6px;
} */


#header ul.tab a.okashiya {
	width: 158px;
	background-color: #D8291C;
}
#header ul.tab a.hakoya {
	width: 136px;
	background-color: #63A29C;
}
#header ul.tab a.topioka {
	width: 156px;
	background-color: #efebe8;
}
#header ul.tab a.topioka span.material-symbols-outlined {
	font-size: 1.6rem;
	position: absolute;
	top: 8px;
	right: 4px;
}
/* #header ul.tab a::after {
	content: '>';
	color: #fff;
	font-size: 1.4rem;
	position: absolute;
	top: 10px;
	right: 8px;
} */
#header ul.tab a img {
	position: absolute;
	top: 9px;
}
#header ul.tab a.hakoya img {
	height: 12px;
	right: 10px;
}
#header ul.tab a.okashiya img {
	height: 13px;
	right: 10px;
}
#header ul.tab a.topioka img {
	height: 13px;
	left: 10px;
}



#header .header_navi .navi_wrapper {
	margin: 0 auto;
	width: 1000px;
	position: relative;
}

#header .header_navi .catch {
	display: block;
	margin: -6px auto -10px !important;
	padding: 0 0 0 4px !important;
	width: 1000px;
	/* position: absolute;
	right: 0;
	top: 20px; */
	font-size: 1rem;
	color: #000;
	text-align: left;
	box-sizing: border-box;
}
/* #header .header_navi .catch::before {
	content: 'オリジナルノベルティを作るならノベルティの百貨店：';
} */
#header .header_navi .catch .bold {
	/* font-size: 1.2rem; */
	font-weight: 600;
}

#header .header_navi ul.navi {
	position: absolute;
	top: -9px;
	/* right: 64px; */
	right: 0;
	color: #000;
	font-size: 0.9rem;
	width: 140px;
}
#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: 2px;
	height: 45px; */
	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 a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#header .header_navi ul.navi .login {
	margin: 4px 4px 0 0 !important;
	width: 45px;
}
#header .header_navi ul.navi .logout {
	margin: 4px 4px 0 0 !important;
	width: 45px;
}
#header .header_navi ul.navi .account {
	margin: 5px 10px 0 0 !important;
	width: 45px;
}
#header .header_navi ul.navi .cart {
	position: relative;
	margin-top: 8px;
	padding-top: 0;
	width: 36px;
	background-color: transparent;
	border-radius: 0;
}
#header .header_navi ul.navi .cart span {
	position: absolute;
	top: -4px;
	left: -10px;
	width: 20px;
	height: 20px;
	padding-top: 4px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #000;
	color: #fff;
	/* font-size: 0.75em !important; */
	font-size: 11px !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: 6px auto 2px !important;
	width: 21px !important;
}
#header .header_navi ul.navi .logout img {
	margin: 6px auto 2px !important;
	width: 22px !important;
}
#header .header_navi ul.navi .account img {
	margin: 5px auto 2px;
	width: 20px;
}
#header .header_navi ul.navi .cart img {
	width: 100%;
}

/* 検索窓 */
#header .header_navi .searchbox {
	margin: 0 auto;
	width: 1000px;
	position: relative;
}
#header .header_navi .searchbox form.search {
	display: block;
	padding: 2px 0 !important;
	width: 390px;
	text-align: right;
	position: absolute;
	top: 2px;
	right: 146px;
	background-color: #fff;
	border:1px solid #ccc;
	border-radius: 8px;
	box-sizing: border-box;
}
#header .header_navi .searchbox form.search input[type='search'] {
	margin: 0 0 0 8px !important;
	padding: 0 !important;
	width: 350px;
	height: 26px;
	font-size: 1.2rem;
	background-color: transparent;
	border: none;
	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: 14px;
	width: 14px;
}
#header .header_navi .searchbox form.search input[type='image'] {
	margin-top: 4px;
	width: 14px;
	float: left;
}


#header .guide {
	margin-top: 44px;
	width: 100%;
	background-color: #333;
}
#header .guide ul {
	margin: 0 auto;
	width: 1000px;
	border-right: 1px solid #666;
}
#header .guide ul li {
	float: left;
	/* width: 12.5%; */
	width: 11.5%;
}
#header .guide ul li:nth-child(1) {
	width: 8.5%;
}
#header .guide ul li:nth-child(3) {
	width: 14.5%;
}
#header .guide ul li:nth-child(6) {
	width: 19.5%;
}
#header .guide ul:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#header .guide ul li a {
	display: block;
	margin: 0 auto;
	padding: 6px 12px;
	width: 100%;
	/* height: 80px; */
	/* position: relative; */
	box-sizing: border-box;
	color: #fff;
	border-left: 1px solid #666;
	text-align: center;
}
#header .guide ul li a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


/*----------------------------------------------------
	#header .alert
----------------------------------------------------*/
#header .alert {
	margin: 74px 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;
	padding: 5px 0 4px 26px;
	width: 1000px;
	box-sizing: border-box;
	position: relative;
}
#header .alert div.inner img {
	width: 100%;
}
#header .alert div.inner .material-icons {
	display: block !important;
	position: absolute;
	top: 3px;
	left: 0;
}

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

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


/*----------------------------------------------------
	#header .specialinfo
----------------------------------------------------*/
#header .specialinfo {
	margin: 74px 0 0 0 !important;
	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 5px;
	}
	to {
		background-position: -940px 5px;
	}
}
#header .specialinfo div.inner .loop_wrap {
	display: flex;
	width: 100%;
	height: 44px;
	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: 940px;
	background-position: 0 5px;
}
#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: 16px;
	width: 1000px;
	color: #fff;
	text-align: right;
	position: absolute;
	top: 130px;
	left: calc(50% - 500px);
	box-sizing: border-box;
}

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


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


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

#contents {
	margin: 0 auto 0;
	padding-top: 0;
	width: 1000px;
}
#contents img.img_main {
	margin-top: 24px;
	width: 100%;
}


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

#main {
	float: right;
	margin: 80px 0 60px 0 !important;
	padding-top: 0 !important;
	/*  margin: 230px 0 60px 0 !important; 通常 */
	margin: 0 0 60px 0 !important;/* セール時、アラート */
	width: 760px;
	background-color: #fff;
	display: block !important;
}
body.common #main {
	margin-top: 0 !important;
}

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

#sub {
	margin-top: 80px;
	/* margin-top: 200px; 通常 */
	margin-top: 0;/* セール時、アラート */
	float: left;
	width: 200px;
	padding-bottom: 40px;
}

#sub .contact {
	padding: 16px 0px 16px 14px;
	width: 100%;
	background-color: #FEAC29;
	color: #fff;
	font-size: 1.35rem;
	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: 45px;
	position: absolute;
	top: 13px;
	left: 14px;
}
#sub .contact span {
	display: block;
	margin: 0 0 0 54px;
}
#sub .contact:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	cursor: pointer;
}

#sub dl.info {
	margin-top: 0 !important;
	padding-bottom: 16px;
	background-color: #F5F5F5;
}
#sub dl.info dt {
	margin: 0;
	padding: 12px 0;
	font-size: 1.8rem;
	font-weight: 800;
	text-align: center;
	border-bottom: 1px solid #BFBFBF;
}
#sub dl.info dd {
	display: block;
	margin: 0;
	padding: 8px 16px 0 16px;
}
#sub dl.info dd p {
	margin: 8px 0 4px;
	font-size: 1.2rem;
}
#sub dl.info dd strong {
	display: block;
	margin-bottom: 8px;
	color: #FF0000;
	font-size: 1.3rem;
}
#sub dl.info dd p a.detail {
	display: block;
	margin-top: 4px;
	/* color: #000; */
}

#sub dl.categorylist {
	margin: 20px 0 30px;
}
#sub dl.categorylist dt {
	margin: 0;
	padding: 8px 14px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	background-color: #797979;
	box-sizing: border-box;
}
#sub dl.categorylist dd {
	display: block;
	padding: 16px 14px;
	font-size: 1.6rem;
	font-weight: 700;
	border-bottom: 1px solid #BFBFBF;
}
#sub dl.categorylist.icon dd {
	position: relative;
	padding: 20px 16px 20px 60px !important;
	font-size: 1.2rem;
}
#sub dl.categorylist.icon dd.row2 {
	padding: 12px 16px 12px 60px !important;
}
#sub dl.categorylist dd:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	cursor: pointer;
}
#sub dl.categorylist.icon dd img {
	width: 48px;
	position: absolute;
	bottom: 4px;
	left: 0;
}
#sub dl.categorylist.icon dd.row2 img {
	bottom: 5px;
}

#sub div.cal {
	margin-top: -20px;
}
#sub dl.cal {
	margin-top: 50px !important;
}
#sub dl.cal dt {
	margin: 20px 0 16px;
	text-align: center;
	font-size: 2rem;
	font-weight: 800;
}
#sub dl.cal dt:first-child {
	margin-top: 0;
}
#sub dl.cal dd {
	display: block;
}
#sub dl.cal table {
	margin-top: -10px !important;
	width: 100%;
	border-collapse: separate !important;
	border-spacing: 2px !important;
	border: none !important;
}
#sub dl.cal table tr th,
#sub dl.cal table tr td {
	width: 14.28% !important;
	padding: 4px !important;
	font-size: 1.3rem !important;
	text-align: center;
	border: none !important;
	background-color: transparent !important;
}
#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: 36px auto !important;
}
#sub dl.guide dt {
	margin-bottom: 8px;
	font-size: 2rem;
	font-weight: 700;
}
#sub dl.guide dt::before {
	content: "●";
	color: #FF0000;
	font-size: 2rem;
}
#sub dl.guide dd {
	display: block;
	position: relative;
	padding: 16px 16px 14px 0;
	font-size: 1.3rem;
	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;
	width: 100%;
	margin-top: 16px;
}
#sub a.bnr_season {
	display: block;
	margin-top: 20px;
	width: 100%;
}
#sub a.bnr_season.top {
	margin: 0 0 12px !important;
}
#sub a.bnr_season:hover {
	opacity: 0.7;
}

/* 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 a.bnr_recruit:hover,
#sub a.bnr_recycle:hover,
#sub a.bnr_data:hover,
#sub a.bnr_sche:hover,
#sub dl.banner dd a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	cursor: pointer;
}

#sub ul.navi_shop {
	margin-top: 20px;
	width: 100%;
}
#sub ul.navi_shop li {
	padding: 16px 0 16px 8px;
	margin-bottom: 20px;
	color: #D8291C;
	font-size: 1.6rem;
	font-weight: 700;
	border: 6px solid #D8291C;
	box-sizing: border-box;
	position: relative;
}
#sub ul.navi_shop li:hover {
	opacity: 0.6;
	cursor: pointer;
}
#sub ul.navi_shop li.zakkaya {
	color: #AF9075;
	border: 6px solid #AF9075;
}
#sub ul.navi_shop li.hakoya {
	color: #63A29C;
	border: 6px solid #63A29C;
}
#sub ul.navi_shop li img {
	display: block;
	position: absolute;
	/* filter: drop-shadow(-4px 4px 2px rgba(0,0,0,0.2)); */
}
#sub ul.navi_shop li.okashiya img {
	width: 75px;
	top: 4px;
	right: -16px;
	transform: rotate(16deg);
}
#sub ul.navi_shop li.hakoya img {
	width: 95px;
	top: -10px;
	right: -12px;
}
#sub ul.navi_shop li.zakkaya img {
	width: 76px;
	top: 2px;
	right: -12px;
	transform: rotate(10deg);
}


#sub dl.guide.mypage {
	margin-top: 0 !important;
	margin-bottom: 30px !important;
}
#sub dl.guide.mypage dt {
	position: relative;
}
#sub dl.guide.mypage dt a {
color: #000;
}
#sub dl.guide.mypage dt a:hover {
	opacity: 0.6;
}
#sub dl.guide.mypage dt span.material-symbols-outlined {
	display: block;
	position: absolute;
	top: 3px;
	right: 40px;
}
.material-symbols-outlined {
	font-variation-settings:
	'FILL' 0,
	'wght' 400,
	'GRAD' 0,
	'opsz' 24
}

/* ログイン前 */
#sub .common {
	margin: 20px 0;
	padding: 16px;
	color: #fff;
	font-size: 1.2rem;
	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: 12px 0 0;
	width: 60px;
	height: 60px;
	background-color: #4d4d4d;
	border-radius: 50%;
	box-sizing: border-box;
}
#sub .common ul li span.icon.login {
	padding-right: 6px;
}
#sub .common ul li span.icon.logout {
	padding: 14px 6px 0 0;
}
#sub .common ul li span.text {
	display: block;
	margin-top: 4px;
	font-size: 1.2rem;
}
#sub .common ul li img {
	display: block;
	margin: 0 auto;
	width: 30px;
}
/* ログイン後 */
#sub .common ul.mypage {
	margin: -4px 0 -8px;
}
#sub .common ul.mypage li {
	padding: 0;
	width: 100%;
	text-align: left;
	float: none;
}
#sub .common ul.mypage li a {
	display: block;
	margin-bottom: 8px;
	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: 8px 0 0;
	width: 44px;
	height: 44px;
	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: 22px;
}
#sub .common ul.mypage li a span.text {
	display: block;
	margin: 10px 0 0 10px;
	width: calc(100% - 54px);
	font-size: 1.6rem;
	font-weight: 600;
	float: left;
	/*  border: 1px solid #000; */
	position: relative;
}
#sub .common ul.mypage li a span.text::after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(/img/share/bt_pagetop.png);
	background-size: contain;
	transform: rotate(90deg);
	position: absolute;
	top: 3px;
	right: 0;
}

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


/* AIアシスタントへのリンク 未実装 */
#sub .aias {
	margin: 20px 0;
	padding: 16px;
	color: #fff;
	font-size: 1.2rem;
	background-color: #777;
	box-sizing: border-box;
}

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

/* 注目アイテム */
#sub .left_box_ichioshi {
    margin-top: 16px;
}
#sub .left_box_ichioshi img {
    display: block;
    margin: 0 auto !important;
    width: 90%;
}
#sub .left_box_ichioshi p {
    font-weight: 600;
}
#sub .left_box_ichioshi p span.reco {
    padding: 4px;
    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 30px 0;
	text-align: left;
	/* box-shadow: 0px -1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px -1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px -1px 1px rgba(0,0,0,0.1); */
}
body.common #footer {
	margin-top: 30px;
}

#footer p.copy {
	margin: 0 auto;
	width: 960px;
	clear: both;
}
#footer p.copy a {
	width: 50%;
	color: #000;
	text-align: right;
	float: left;
}
#footer p.copy a:hover {
	color: #999;
}
#footer p.copy a.powerdby {
	color: #999;
	text-align: left !important;
}
#footer p.copy a.powerdby:hover {
	opacity: 0.6;
}


/*	 .footer_menubox
----------------------------------------------------*/
.footer_menubox {
	margin: 16px auto 0;
	width: 960px;
	box-sizing: border-box;
	/* border-top: 1px solid #ccc; */
 }
.footer_menubox dl {
	margin: 0 !important;
	padding: 0 24px;
	width: 100%;
	/* float: left; */
	box-sizing: border-box;
}
.footer_menubox dl dt {
	margin-top: 40px;
	font-weight: 800;
}
.footer_menubox dl dt:first-child {
	margin-top: 34px !important;
}
.footer_menubox dl dd {
	margin-bottom: 30px;
}
.footer_menubox dl dd p {
	margin-top: 16px;
	color: #999;
	line-height: 1.8;
}
.footer_menubox dl dd ul.col1 {
	margin-top: 16px;
	width: 100% !important;
}
.footer_menubox dl dd ul li {
	display: inline-block;
	margin: 0 36px 0 0;
	line-height: 2;
}
.footer_menubox dl dd ul li:last-child {
	margin-bottom: 0;
}
.footer_menubox dl dd ul li p {
	margin-top: 0;
}


.footer_menubox .iconlist_wrapper {
	margin: 50px auto 0;
	width: 95%;
	position: relative;
}
.footer_menubox .iconlist_wrapper p.return {
	display: block;
	width: 80%;
}
.footer_menubox .iconlist_wrapper ul.iconlist_sns {
	width: 20%;
	position: absolute;
	top: -6px;
	right: 0;
}
.footer_menubox .iconlist_wrapper ul.iconlist_sns li {
	margin: 0 20px 0 0;
	width: 30px !important;
	float: left;
	opacity: 0.5;
}
.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: 24px auto 0;
	width: 100%;
}
#footer ul.banner li {
	margin-right: 5%;
	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.1rem;
	line-height: 1.6;
}

#footer ul.banner li.text strong {
	display: block !important;
	margin-bottom: 8px;
	line-height: 1;
	position: relative;
}
#footer ul.banner li.text strong::after {
	content: '>';
	position: absolute;
	right: 6px;
	font-weight: normal;
}
#footer ul.banner li.text p {
	margin-bottom: 20px;
	line-height: 1.4;
}



/*	 .footer_shoplistbox
----------------------------------------------------*/
#footer .footer_shoplistbox_wrap {
	border-top: 1px solid #ddd;
	width: 100%;
	background-color: #fff;
}
#footer .footer_shoplistbox {
	margin: 0 auto;
	padding: 32px 0 24px;
	width: 960px;
	text-align: center;
}

#footer ul.shoplist {
	display: inline-block;
	margin: 0 auto;
}
#footer ul.shoplist li {
	display: inline-block;
	margin-right: 72px;
	height: 30px;
	float: left;
}
#footer ul.shoplist li:last-child {
	margin-right: 0;
}
#footer ul.shoplist li a:hover {
	opacity: 0.6;
}
#footer ul.shoplist li a img {
	height: 100%;
}


/*	 .footer_menu_util
----------------------------------------------------*/
#footer ul.footer_menu_util {
	margin: 40px auto 30px auto;
	padding: 16px 0;
	width: 960px;
	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;
	padding: 0 40px;
	/* border-right: 1px solid #999; */
}
#footer ul.footer_menu_util li:first-child {
	/* border-left: 1px solid #999; */
}

/*	 #footer .categorylist
----------------------------------------------------*/
#footer .categorylist_wrapper {
	padding: 40px 0 20px;
	width: 100%;
	background-color: #f2c4be;
	/* background-color: #fff; */
}

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

#footer dl.categorylist {
	margin: 0 auto;
	width: 1000px;
	color: #333;
}
#footer dl.categorylist dt {
	margin: 0 0;
	color: #fff;
	/* color: #000; */
	font-size: 2.8rem;
	font-weight: 800;
}
#footer dl.categorylist dt span {
	margin: 0 16px 0 0;
	font-size: 1.4rem;
	vertical-align: 3px;
}
#footer dl.categorylist ul {
	margin: 24px 0 30px;
	width: 100%;
}
#footer dl.categorylist ul li {
	margin: 0 2.36% 12px 0;
	width: 14.7%;
	float: left;
}
#footer dl.categorylist ul li a {
	display: block;
	width: 147px;
	height: 147px;
	background-color: #fff;
	overflow:hidden;
}
#footer dl.categorylist ul li a:hover {
	opacity: 0.6;
}
#footer dl.categorylist ul li a img {
	display: block;
	width: 100%;
}
#footer dl.categorylist ul li a img.addmargin {
	margin: 10px auto !important;
	width: 87%;
}
#footer dl.categorylist ul li p {
	margin: 6px 0 0;
	font-size: 1.2rem;
	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.2rem;
	font-weight: 300;
}
#footer dl.categorylist ul li div.lowprice dl dd span.price {
	display: inline;
	font-size: 1.2rem !important;
	font-weight: 300 !important;
}


/*	 #footer .footer_bnrbox
----------------------------------------------------*/
#footer .footer_bnrbox {
	padding: 0 0 60px;
	width: 100%;
	background-color: #fff;
}
#footer .footer_bnrbox a {
	display: block;
	margin: 0 auto;
	width: 1000px;
	height: 320px;
	background-image: url(/img/share/bnr_recruit.webp?250118);
	background-size: 100%;
}
#footer .footer_bnrbox a:hover {
	opacity: 0.7;
}
#footer .footer_bnrbox a img {
	display: none;
}



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


/*	 ご注文はこちら
----------------------------------------------------*/
a.order_floating {
	position: fixed;
	bottom: 4%;
	right: 10%;
	padding: 12px;
	width: 240px;
	color: #fff !important;
	font-size: 1.6rem !important;
	font-weight: 600;
	text-align: center;
	background-color: #D8291C;
	border-radius: 16px;
	box-sizing: border-box;
}
a.order_floating::before {
	content: '>';
	margin-right: 16px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	transform: rotate(45deg);
}


}
