@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: rgba(62,62,62,1.00);
	text-decoration: none;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	-webkit-appearance: none;
	letter-spacing: 0.7pt;
	line-height: 1.6em;
	font-size: 14px;
}
a {
	text-decoration: none;
}
a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	/*background:#ffffff;*/
	color: hsla(172,100%,37%,1.00);
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
img {
	width: 100%;
}
#mainwrap {
	width: 1110px;
	di]lay: block;
	margin: 0 auto;
}
header, aside, nav, main, article, section, footer {
	display: block;
}
h2 {
	width: 100%;
	font-family: "Noto Sans Japanese";
	font-weight: 900;
	font-size: 1.5rem;
	border-bottom: 1px solid #000000;
	color: #000000;
	margin-bottom: 0.7rem;
	padding: 0.05rem;
}
header {
	width: 100%;
	display: flex;
	align-items: center;
	margin: 10px 0;
}
header img {
	width: 100%;
}
header aside {
	flex-grow: 1;
	width: 42%;
}
header aside ul {
	display: flex;
	text-align: right;
	flex-direction: row-reverse;
}
header aside ul li {
	font-weight: bold;
	margin-right: 10px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
header aside ul li a img {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-right: 5px;
}
header h1 {
	display: block;
	width: 18%;
	margin-right: 1.5%;
}
header .shopmanth {
	display: block;
	width: 16%;
}
nav.topnav {
	width: 100%;
	background: #000000;
}
nav.topnav ul {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-around;*/
}
nav.topnav ul li {
	border-right: dotted 2px #ffffff;
	text-align: center;
	width: 20%!important;
	margin: 0;
	padding: 0;
}
nav.topnav ul li:last-child {
	border: none;
}
nav.topnav ul li a {
	color: #ffffff;
	font-family: "Noto Sans Japanese";
	font-weight: bold;
	display: block;
	font-size: 0.7rem!important;
	width: 100%;
	padding: 0.18rem 0;
	text-align: center;
}
nav.topnav ul li a:hover {
	background: #3abea2;
	color: #000000;
	opacity: 1;
}
ul.bxslider {
	width: 100%;
	margin-bottom: 10%;
}
/* 休業日エリア */
.closure {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.closure h3 {
	width: 20%;
	background: #0bc0aa;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	word-break: break-all;
	padding: 0.5rem;
	font-size: 2.5rem;
	text-align: center;
	font-family: "Noto Sans Japanese";
}
.closure .textblock {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 80%;
	border: 12px solid #0bc0aa;
	padding: 1.5rem 1.5rem 1.8rem 1.5rem;
}
.closure pre {
	display: block;
	width: 100%;
	font-size: 1.2rem;
	font-family: "Noto Sans Japanese";
	white-space: pre-wrap;
}
.closure pre span {
	display: inline;
	font-size: 1.5rem;
	padding: 0.3rem;
	font-weight: 900;
	background: #f6f796;
	color: #ee3abe;
}
.closure .textblock div:nth-of-type(1), .closure .textblock div:nth-of-type(2), .closure .textblock div:nth-of-type(3) {
	display: block;
}
.closure .textblock div:nth-of-type(1), .closure .textblock div:nth-of-type(2) {
	border: 1px solid #0bc0aa;
	text-align: center;
	width: calc(96% / 2);
	margin-top: 0.5rem;
}
.closure .textblock div:nth-of-type(1) p, .closure .textblock div:nth-of-type(2) p {
	font-size: 2rem;
	font-weight: 900;
	color: #0bc0aa;
	font-family: "Noto Sans Japanese";
}
.closure .textblock div:nth-of-type(1) p::after {
	content: "\914D\9001";
}
.closure .textblock div:nth-of-type(2) p::after {
	content: "より順次配送";
}
.closure .textblock div:nth-of-type(1) h4, .closure .textblock div:nth-of-type(2) h4 {
	display: block;
	width: 100%;
	background: #0bc0aa;
	color: #ffffff;
	padding: 0.2rem;
	font-size: 1.4rem;
	letter-spacing: 0.03rem;
	margin-bottom: 0.2rem;
	font-family: "Noto Sans Japanese";
}
.closure .textblock div:nth-of-type(1) h4::after {
	content: "までのご注文";
}
.closure .textblock div:nth-of-type(2) h4::after {
	content: "以降のご注文";
}
.closure .textblock div:nth-of-type(3) {
	width: 100%;
}
.closure .textblock div:nth-of-type(3) pre {
	width: 100%;
	display: block;
	border: none;
	font-size: 1rem;
	padding: 0.5rem 0.5rem 0 0.5rem;
	margin: 0;
}
#pickupbox {
	width: 100%;
	margin-top: 2rem;
	display: grid;
	display: -ms-grid;
	grid-template-rows: 5% 47.5% 47.5%;
	-ms-grid-rows: 5% 47.5% 47.5%;
	grid-template-columns: 370px 3fr;
	-ms-grid-columns: 375px 3fr;
	grid-gap: 0.5rem;
}
#pickupbox h2 {
	grid-row: 1/1;
	-ms-grid-row: 1;
	grid-column: 1 / span 4;
	-ms-grid-column: 1;
	-ms-grid-column-span: 4;
}
 @supports (-ms-ime-align:auto) {
 #pickupbox img {
 padding:0.5rem;
}
}

@media all and (-ms-high-contrast:none) {
 *::-ms-backdrop, #pickupbox img {
 padding:0.5rem;
}
}
#pickupbox a:nth-of-type(1) {
	grid-row: 2 / span 2;
	-ms-grid-row: 2;
	-ms-grid-row-span: 2;
	grid-column: 1/3;
	-ms-grid-column: 1;
	width: 368px;
	display: block;
}
#pickupbox a:nth-of-type(2) {
	grid-row: 2/2;
	-ms-grid-row: 2;
	grid-column: 2;
	-ms-grid-column: 2;
	width: 235px;
	display: block;
}
#pickupbox a:nth-of-type(3) {
	grid-row: 3;
	-ms-grid-row: 3;
	grid-column: 2;
	-ms-grid-column: 2;
	width: 235px;
	display: block;
}
#pickupbox a:nth-of-type(4) {
	grid-row: 3;
	-ms-grid-row: 3;
	grid-column: 2;
	-ms-grid-column: 2;
	width: 235px;
	display: block;
}
#pickupbox a:nth-of-type(5) {
	grid-row: 3;
	-ms-grid-row: 3;
	grid-column: 2;
	-ms-grid-column: 2;
	width: 235px;
	display: block;
}
#pickupbox a:nth-last-of-type(3) {
	grid-column: 3 / span 2;
	grid-row: 2;
	-ms-grid-column: 3;
	-ms-grid-column-span: 2;
	-ms-grid-row: 3;
	width: 480px;
	display: block;
}
#pickupbox a:nth-last-of-type(2) {
	-ms-grid-row: 2;
	-ms-grid-column: 3;
	width: 235px;
	display: block;
}
#pickupbox a:nth-last-of-type(1) {
	width: 235px;
	-ms-grid-row: 2;
	-ms-grid-column: 4;
	display: block;
}
main {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:1rem auto 3rem;
}
.leftbox {
	width: 290px;
	display: block;
}
.leftbox h3 {
	width: 100%;
	display: block;
	text-align: center;
	color: #000000;
	border-bottom: 1px solid #000000;
	/* margin-bottom: 0.5rem; */
	padding: 0.3rem 0;
}
.leftbox nav {
	width: 100%;
	margin-bottom: 2rem;
}
.leftbox nav ul {
	padding: 0 0.7rem 0.7rem 0.7rem;
}
.leftbox nav li {
	margin-bottom: 0.2rem;
	padding: 0.2rem;
	background: url(css-img/dot-3.png) no-repeat left center;
	background-size: 1rem;
}
.leftbox nav li a {
	font-family: "Noto Sans Japanese";
	font-size: 1.1rem;
	color: rgba(62,62,62,1.00);
	display: block;
	width: 100%;
	padding-left: 1rem;
}
.leftbox nav li a:hover {
	color: #3abea2;
}
.leftbox nav h3 {
	font-family: "Noto Sans Japanese";
	font-weight: 900;
	font-size: 1rem;
	border-bottom: 1px solid rgba(62,62,62,1.00) !important;
	color: rgba(62,62,62,1.00);
	border: none;
	margin: 0;
	padding: 5px 0;
	text-align: left;
	text-decoration: none;
}
.leftbox nav h3 a {
	font-family: "Noto Sans Japanese";
}
table.calender {
	background-color: #ffffff;
	color: #222222;
	margin-bottom: 1.1rem;
	width: 100%;
}
table.calender caption {
	font-size: 1.1rem;
	display: block;
	width: 100%;
}
table.calender tbody {
	width: 100%;
	display: table;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #cccccc;
}
table.calender tr, table.calender td {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
table.calender td {
	text-align: center;
	vertical-align: middle;
}
table.calender td.holiday {
	background: #e50012;
	color: #FFF;
}
table.calender tr.dayweek {
	background: #d2d2d2;
}
.timeblock {
	width: 100%;
	font-size: 1rem;
	padding: 1rem 0.5rem 0.5rem 0.5rem;
}
.timeblock .redtext {
	font-size: 1.2rem;
	color: rgba(187,0,3,1.00);
}
.rightbox {
	width: 770px;
}
.rightbox .newbox, .rightbox .search, .rightbox .sale {
	display: block;
	margin-bottom: 3rem;
}
/** Ranking **/

.tabs {
	background-color: #fff;
	width: 100%;
	margin: 1rem auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tab_item {
	width: 32%;
	background-color: #FFFFFF;
	border-bottom: 2px solid #000000;
	font-size: 0.95rem;
	padding: 0.8rem;
	text-align: center;
	color: #565656;
	font-weight: bold;
	transition: all 0.2s ease;
	cursor: pointer;
}
.tab_item:hover {
	opacity: 0.75;
}
input[name="tab_item"] {
	display: none;
}
.tab_content {
	display: none;
	padding: 0;
	overflow: hidden;
	padding-top: 1.1rem;
	margin-bottom: 1rem;
}
#all:checked ~ #all_content, #programming:checked ~ #programming_content, #design:checked ~ #design_content {
	display: block;
}
.tabs input:checked + .tab_item {
	background-color: #000000;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2rem;
}
#all:checked ~ #all_content, #programming:checked ~ #programming_content, #design:checked ~ #design_content {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2rem;
}
.tabs input:checked + .tab_item {
	background-color: #000000;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2rem;
}
ul#rankingitem {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
}
ul#rankingitem li {
	width: 32%;
	text-align: center;
}
ul#rankingitem li a {
	display: block;
	width: 100%;
}
ul#rankingitem li img {
	width: 100%;
	display: block;
}
ul#rankingitem li:nth-child(1)::before {
	content: "No.1";
	font-size: 1.1rem;
	font-family: "Noto Sans Japanese";
}
ul#rankingitem li:nth-child(2)::before {
	content: "No.2";
	font-size: 1.1rem;
	font-family: "Noto Sans Japanese";
}
ul#rankingitem li:nth-child(3)::before {
	content: "No.3";
	font-size: 1.1rem;
	font-family: "Noto Sans Japanese";
}
ul#rankingitem p {
	display: block;
	width: 100%;
	background: rgba(240,240,240,1.00);
	padding: 0.5rem 0;
	font-family: "Noto Sans Japanese";
	font-weight: 900;
	font-size: 0.9rem;
}
.ranking .time {
	width: 96%;
	text-align: right;
	display: inline-block;
	margin: 0 auto 2rem auto;
	padding: 0;
	vertical-align: bottom;
	font-family: 'Open Sans', sans-serif;
}
.ranking .time:after {
	content: "更新";
	font-family: "Noto Sans Japanese";
}
/* Index NEW ITEM BLOCK*/
ul#newitem {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul#newitem li {
	width: 31.5%;
	margin-bottom: 1rem;
}
ul#newitem a {
	width: 100%;
}
ul#newitem img {
	width: 100%;
}
/**** TOPICS ****/
#topics {
	display: block;
	width: 100%;
	padding-bottom: 2rem;
}
#topics li {
	width: 100%;
	border-bottom: 1px dashed #000000;
	margin: 0;
	margin-top: 0.9rem;
	box-sizing: border-box;
}
#topics li:last-child {
	border-bottom: none;
}
#topics li a {
	display: block;
	width: 100%;
	box-sizing: border-box;
}
#topics img {
	width: 20%;
	display: inline-block;
	box-sizing: border-box;
}
#topics p {
	width: 79%;
	display: inline-block;
	word-break: break-all;
	vertical-align: top;
	padding: 0 0.8rem;
	box-sizing: border-box;
}
#topics p strong {
	display: block;
	width: 100%;
	font-family: "Noto Sans Japanese";
	font-weight: 800;
}
/* Index SEARCH BLOCK */
form.indexsearch {
	width: 100%;
	display: block;
}
form.indexsearch .key, form.indexsearch .outkey, form.indexsearch select, form.indexsearch button {
	width: 100%;
	display: block;
	margin-bottom: 1.2rem;
}
form.indexsearch .outkey {
	width: 100%;
	display: block;
}
form.indexsearch .pricebox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 1.2rem;
}
form.indexsearch .pricehigh, form.indexsearch .pricelow {
	width: 45%;
	display: block;
}
form.indexsearch select, form.indexsearch button {
	width: 100%;
	display: block;
}
form.indexsearch input[type="text"], form.indexsearch select {
	font-family: "Noto Sans Japanese";
	border: 1px solid rgba(190,190,190,1.00);
	padding: 0.8rem;
	font-size: 1.3rem;
	border-radius: 5px;
}
form.indexsearch select {
	appearance: none;
	background: url(css-img/search-arrow.png) no-repeat;
	background-position: 98% 50%;
	background-size: 4%;
	-moz-appearance: none; /* FireFox hack*/
	text-indent: 0.01px;
	text-overflow: '';
}
select::-ms-expand {
 display: none; /* IE hack */
}
form.indexsearch button {
	background: #000000 url(css-img/searchbutton.png) no-repeat 40% center;
	background-size: 5%;
	color: #ffffff;
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 900;
	font-size: 2rem;
	letter-spacing: 0.6rem;
	padding: 0.6rem 0;
	border: none;
	border-radius: 3px;
	box-shadow: 0 8px 0px 0px #3abea2;
}
form.indexsearch button:hover {
	transform: translateY(4px);
	animation-name: hang;
	animation-duration: 1.5s;
 animation-delay: $defaultDuration;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	box-shadow: 0 1px 1.5px 0px #3abea2;
	cursor: pointer;
}
.hotword {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background: rgba(240,240,240,1.00);
	padding: 1rem 1rem 1rem 2.8rem;
}
.hotword h4 {
	width: 100%;
	color: #000000;
	display: block;
	text-align: center;
	font-family: "Noto Sans Japanese";
	font-weight: 900;
	margin-bottom: 1rem;
	font-size: 1.3rem;
}
.hotword a {
	display: block;
	width: 32%;
	padding: 0.5rem;
	border-radius: 5px;
	margin: 0 0.5rem 0.5rem 0;
	border: 1px solid rgba(200,200,200,1.00);
	background: #ffffff;
	font-size: 1.2rem;
	font-family: "Noto Sans Japanese";
	text-align: center;
}
/* Left Search*/
form.leftserach {
	width: 100%;
	display: block;
}
form.leftserach .key, form.leftserach .outkey, form.leftserach select, form.leftserach button {
	width: 100%;
	display: block;
	margin-bottom: 0.4rem;
}
form.leftserach .outkey {
	width: 100%;
	display: block;
}
form.leftserach .pricebox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0.4rem;
}
form.leftserach .pricehigh, form.leftserach .pricelow {
	width: 45%;
	display: block;
}
form.leftserach select, form.leftserach button {
	width: 100%;
	display: block;
}
form.leftserach input[type="text"], form.leftserach select {
	font-family: "Noto Sans Japanese";
	border: 1px solid rgba(190,190,190,1.00);
	background-color: #fff;
	padding: 0.2rem;
	font-size: 1rem;
	border-radius: 5px;
}
.leftserach select {
	appearance: none;
	background: url(css-img/search-arrow.png) no-repeat;
	background-position: right 10px center;
	background-size: 14px;
	-moz-appearance: none; /* FireFox hack*/
	text-indent: 0.01px;
	text-overflow: '';
}
select::-ms-expand {
 display: none; /* IE hack */
}
form.leftserach button {
	background: #000000 url(css-img/searchbutton.png) no-repeat 30% center;
	background-size: 6%;
	color: #ffffff;
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 900;
	font-size: 1rem;
	letter-spacing: 0.6rem;
	padding: 0.3rem 0;
	border: none;
	border-radius: 30px;
}
form.leftserach button:hover {
	background-color: #3abea2;
}
form.leftserach + .hotword {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	background: rgba(240,240,240,1.00);
	padding: 0.2rem;
	margin-bottom: 1.5rem;
}
form.leftserach + .hotword h4 {
	width: 100%;
	color: #000000;
	display: block;
	text-align: center;
	font-family: "Noto Sans Japanese";
	font-weight: 900;
	margin-bottom: 0.2rem;
	font-size: 0.9rem;
}
form.leftserach + .hotword a {
	display: block;
	width: 45%;
	padding: 0.2rem;
	border-radius: 5px;
	margin-bottom: 0.5rem;
	border: 1px solid rgba(200,200,200,1.00);
	background: #ffffff;
	font-size: 0.8rem;
	font-family: "Noto Sans Japanese";
	text-align: center;
	word-break: break-all;
}
h3.leftserach {
	background: #000000;
	color: #ffffff;
}
/* SEAL BLOCK */
.sale article {
	margin: 0.6rem 0 1rem 0;
}
.sale article a {
	display: flex;
	flex-wrap: wrap;
	font-family: "Noto Sans Japanese";
	justify-content: space-between;
	width: 100%;
	padding: 0.5rem;
	border: 1px solid rgba(200,200,200,1.00);
	border-radius: 5px;
	transition: all 0.5s;
}
.sale article a:hover {
	border-color: #f5f5f5;
	background: #f5f5f5;
	color: #797979;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.sale article span {
	display: block;
	width: 30%;
	height: auto;
}
.sale article img {
	width: 100%;
}
.sale article p {
	width: 100%;
	display: block;
	line-height: 1.3;
}
.sale article div {
	display: block;
	width: 68%;
	position: relative;
}
.sale article h3 {
	width: 100%;
	display: block;
	font-size: 1.5rem;
	color: rgba(62,62,62,1.00);
	border-bottom: 1px solid rgba(200,200,200,1.00);
}
.sale article div span {
	width: 40%;
	position: absolute;
	bottom: 0;
	left: 0;
	color: rgba(187,0,3,1.00);
	font-weight: 900;
	font-size: 2.5rem;
	letter-spacing: 0.01rem;
	line-height: 0.9em;
}
.sale article div span::before {
	content: "SALE価格\A";
	white-space: pre;
	font-size: 1.5rem;
}
.sale article div span::after {
	content: "円";
	font-size: 2.1rem;
}
.sale article div button {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 55%;
	background: #000000 url(css-img/arrow-2.png) no-repeat 90% 50%;
	background-size: 5%;
	color: #ffffff;
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 900;
	font-size: 1.3rem;
	letter-spacing: 0.6rem;
	padding: 0.6rem 0;
	border: none;
	border-radius: 3px;
	box-shadow: 0 2px 2px 0px #d20000;
	cursor: pointer;
}
.sale article div button::before {
	content: "商品ページ";
}
.sale article a:hover button {
	transform: translateY(4px);
	animation-name: hang;
	animation-duration: 1.5s;
 animation-delay: $defaultDuration;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	box-shadow: 0 1px 1.5px 0px #d20000;
	cursor: pointer;
}
/* ITEM CATEGORY BLOCK */
.cateblock article {
	width: 100%;
	display: block;
	margin-bottom: 2rem;
}
.cateblock article h2 {
	margin-bottom: 1.2rem;
}
.threeitem {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.threeitem a {
	width: 49.5%;
	display: block;
}
.threeitem a:nth-of-type(1) {
	width: 100%;
	display: block;
}
.threeitem a img {
	width: 100%;
}
/* Footer BLOCK */
footer {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	background: #ececec;
	padding: 2rem 2rem 1rem;
}
footer .first, footer .second, footer .third {
	width: 32%;
	display: inline-block;
	font-family: 'Noto Sans Japanese', serif;
}
footer h4 {
	display: block;
	width: 100%;
	background: #000000;
	padding: 0.2rem 0.5rem;
	color: #ffffff;
	margin: 2rem 0 0.3rem;
}
footer img {
	width: 100%;/*margin-bottom: 1rem;*/
}
footer .second h4:nth-of-type(2) {
	margin-top: 1rem;
}
footer .third table.calender {
	width: 48%;
}
#footer_calender_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sp-content {
	display: none;
}
.pc-content {
	display: block;
}
.leftbox .pc-content {
	background: #ececec;
	display: block;
	padding: 16px;
	margin-bottom: 20px;
}

/* ========================================
    max-width:800px
    ======================================== */


@media screen and (min-width:481px) and ( max-width:800px) {
#mainwrap {
	width: 98%;
}
nav.topnav ul {
	display: flex;
	align-items: center;
}
nav.topnav ul li {
	border-right: dotted 2px #ffffff;
	width: 25%;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100%;
	padding: 0;
}
nav.topnav ul li:last-child {
	border: none;
}
nav.topnav ul li a {
	color: #ffffff;
	/*display: flex;*/
	font-family: "Noto Sans Japanese";
	font-weight: bold;
	font-size: 12px;
	width: 100%;
	height: 100%;
	padding: 14px 0;
	line-height: 1.1;
	text-align: center;
}
.hotword {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background: rgba(240,240,240,1.00);
	padding: 1rem 1rem 1rem 2.8rem;
}
.hotword h4 {
	width: 100%;
	color: #000000;
	display: block;
	text-align: center;
	font-family: "Noto Sans Japanese";
	font-weight: 900;
	margin-bottom: 1rem;
	font-size: 1.3rem;
}
.hotword a {
	display: block;
	width: 31.5%;
	padding: 0.5rem;
	border-radius: 5px;
	margin: 0 0.5rem 0.5rem 0;
	border: 1px solid rgba(200,200,200,1.00);
	background: #ffffff;
	font-size: 1.2rem;
	font-family: "Noto Sans Japanese";
	text-align: center;
}
#topics {
	display: block;
	width: 100%;
	padding-bottom: 2rem;
}
#topics li {
	width: 100%;
	border-bottom: 1px dashed #000000;
	margin: 0;
	margin-top: 0.9rem;
	box-sizing: border-box;
}
#topics li:last-child {
	border-bottom: none;
}
#topics li a {
	display: block;
	width: 100%;
	box-sizing: border-box;
}
#topics img {
	width: 30%;
	display: inline-block;
	box-sizing: border-box;
}
#topics p {
	width: 66%;
	display: inline-block;
	word-break: break-all;
	vertical-align: top;
	padding: 0 0.8rem;
	box-sizing: border-box;
}
#topics p strong {
	display: block;
	width: 100%;
	font-family: "Noto Sans Japanese";
	font-weight: 800;
}
.closure h3 {
	width: 20%;
	font-size: 1.6rem;
}
.closure pre {
	font-size: 1.2rem;
}
.closure pre span {
	font-size: 1.2rem;
}
.closure .textblock div:nth-of-type(1) p,  .closure .textblock div:nth-of-type(2) p {
	font-size: 1.7rem;
	line-height: 1.9rem;
	padding: 0.2rem 0;
}
.closure .textblock div:nth-of-type(1) p::after {
	content: "\A配送";
	white-space: pre;
}
.closure .textblock div:nth-of-type(2) p::after {
	content: "\Aより順次配送";
	white-space: pre;
}
.closure .textblock div:nth-of-type(1) h4,  .closure .textblock div:nth-of-type(2) h4 {
	font-size: 1.05rem;
	padding: 0;
	margin-bottom: 0;
}
.closure .textblock div:nth-of-type(3) {
	width: 100%;
}
.closure .textblock div:nth-of-type(3) pre {
	width: 100%;
	display: block;
	border: none;
	font-size: 0.8rem;
	padding: 0.5rem 0.5rem 0 0.5rem;
	margin: 0;
}
#pickupbox {
	width: 99%;
	margin: 2rem auto 2rem auto;
	display: grid;
	display: -ms-grid;
	grid-template-columns: 32.5% 4fr;
	-ms-grid-columns: 32.5% 4fr;
	grid-gap: 0.5rem;
}
#pickupbox h2 {
	grid-row: 1/1;
	-ms-grid-row: 1;
	grid-column: 1 / span 5;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
}
#pickupbox a:nth-of-type(1) {
	grid-row: 2 / span 2;
	-ms-grid-row: 2;
	-ms-grid-row-span: 2;
	grid-column: 1/3;
	-ms-grid-column: 1;
	width: 100%;
}
#pickupbox a:nth-of-type(2) {
	grid-row: 2;
	-ms-grid-row: 2;
	grid-column: 3;
	-ms-grid-column: 3;
	width: 100%;
}
#pickupbox a:nth-of-type(3) {
	grid-row: 2/2;
	-ms-grid-row: 2;
	grid-column: 2;
	-ms-grid-column: 3;
	width: 100%;
}
#pickupbox a:nth-of-type(4) {
	grid-row: 3;
	-ms-grid-row: 3;
	grid-column: 3;
	-ms-grid-column: 3;
	width: 100%;
}
#pickupbox a:nth-of-type(5) {
	grid-row: 3;
	-ms-grid-row: 3;
	grid-column: 2;
	-ms-grid-column: 2;
	width: 100%;
}
#pickupbox a:nth-last-of-type(3) {
	grid-column: 4 / span 2;
	grid-row: 2;
	-ms-grid-column: 4;
	-ms-grid-column-span: 2;
	-ms-grid-row: 2;
	width: 100%;
}
#pickupbox a:nth-last-of-type(2) {
	grid-row: 3;
	-ms-grid-row: 3;
	-ms-grid-column: 4;
	width: 100%;
}
#pickupbox a:nth-last-of-type(1) {
	grid-row: 3;
	-ms-grid-row: 3;
	-ms-grid-column: 5;
	width: 100%;
}
.leftbox {
	width: 28%;
}
.rightbox {
	width: 70%;
}
/* SALE BLOCK */
.sale article h3 {
	font-size: 1.3rem;
}
.sale article div span {
	width: 40%;
	position: absolute;
	bottom: 0;
	left: 0;
	color: rgba(187,0,3,1.00);
	font-weight: 900;
	font-size: 2rem;
	letter-spacing: 0.01rem;
	line-height: 0.7em;
}
.sale article div span::before {
	content: "SALE価格\A";
	white-space: pre;
	font-size: 1.1rem;
}
.sale article div span::after {
	content: "円";
	font-size: 1.5rem;
}
.sale article div button {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 55%;
	background: #000000 url(css-img/arrow-2.png) no-repeat 90% 50%;
	background-size: 5%;
	color: #ffffff;
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 900;
	font-size: 1.1rem;
	letter-spacing: 0.4rem;
	padding: 0.6rem 0;
	border: none;
	border-radius: 3px;
	box-shadow: 0 2px 2px 0px #d20000;
	cursor: pointer;
}
.sale article div button::before {
	content: "商品ページ";
}
.sale article a:hover button {
	transform: translateY(4px);
	animation-name: hang;
	animation-duration: 1.5s;
 animation-delay: $defaultDuration;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	box-shadow: 0 1px 1.5px 0px #d20000;
	cursor: pointer;
}
/* Footer BLOCK */
footer {
	width: 96%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
footer .first,  footer .second,  footer .third {
	width: 32%;
	display: inline-block;
	font-family: 'Noto Sans Japanese', serif;
}
footer h4 {
	display: block;
	width: 100%;
	background: #000000;
	padding: 0.2rem;
	color: #ffffff;
	margin-bottom: 0.3rem;
}
footer img {
	width: 100%;
	margin-bottom: 1rem;
}
footer .second h4:nth-of-type(2) {
	margin-top: 1rem;
}
footer .third table.calender {
	width: 100%;
}
#footer_calender_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
}
.sp-content {
	display: none;
}
.pc-content {
	display: block;
}
}

/* ========================================
    max-width:480px
    ======================================== */


@media screen and (max-width:480px) {
.search{
	display: none!important;
}
#mainwrap {
	width: 100% !important;
	margin-top: 45%;
	display: block;
}
h2 {
	background: #000000;
	border: none;
	color: #ffffff;
	padding: 0.2rem;
	text-align: center;
}
form.indexsearch, .hotword, .tabs, #newitem, #topics, .threeitem, .leftbox {
	width: 96% !important;
	margin: 0 auto;
}
header {
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	margin: 0;
}
header .sp-content {
	width: 100%;
}
header h1,  header .shopmanth {
	display: none;
}
header .logoblock {
	width: 100%;
	background: #ffffff;
	display: flex;
	align-items: center;
}
header .logoblock span a img {
	width: 1.8rem !important;
	display: block;
	margin: 0 auto;
}
header .logoblock span:nth-of-type(1) {
	order: 1;
	flex: 1 0 auto;
}
header .logoblock span:nth-of-type(2) {
	order: 3;
	flex: 1 0 auto;
}
header .logoblock h1 {
	margin: 0;
	padding: 0;
	order: 2;
	flex: 3 0 auto;
	width: 10%;
	text-align: center;
	display: block;
}
.logoblock h1 img {
	width: 8rem !important;
	padding: 0;
}
header aside {
	display: none;
}

.header_infoArea_text{

	text-align: center;
    background-color: #12BEA2;
    color: #fff;
    padding-top: 2px;
    font-size: 11px;
    
}


header nav {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	background: hsla(0,0%,0%,0.74);
}
header nav ul {
	height: auto;
	border: none;
	padding: 0.2rem 0;
	background: none;
	display: flex;
	align-items: center;
	width: 100%;
	height: 33px;
}
header nav ul li {
	width: 20%;
	overflow: hidden;
	text-align: center;
	border: none;
	display: inline-block;
	border-right: 1px hsla(0,0%,100%,0.3) solid !important;
}
header nav ul a img {
	width: 2.8rem !important;
	display: block;
	position: relative;
	margin: 0 auto;
}
header nav a {
	display: block;
	width: 100%;
	height: 100%;
	background: none;
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 600;
	font-size: 0.5rem;
	letter-spacing: 0.03rem;
	color: #ffffff;
	text-align: center;
}
header nav ul a span {
	display: inline-block;
	/*line-height: 0.5em;*/
	color: inherit;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
}
.closure {
	width: 98%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
	margin: 0 auto;
}
.closure h3 {
	width: 100%;
	padding: 0.2rem;
	font-size: 1.4rem;
	border-bottom: #ffffff 2px dotted;
}
.closure .textblock {
	width: 100%;
	padding: 1.5rem 1.5rem 1.8rem 1.5rem;
	margin-bottom: 1.5rem;
}
.closure pre {
	display: block;
	width: 100%;
	font-size: 1.1rem;
	font-family: "Noto Sans Japanese";
	white-space: pre-wrap;
}
.closure pre span {
	font-size: 1.1rem;
}
.closure .textblock div:nth-of-type(1),  .closure .textblock div:nth-of-type(2) {
	border: 1px solid #0bc0aa;
	text-align: center;
	width: calc(96% / 2);
	font-size: 1.3rem;
	font-weight: 900;
	color: #0bc0aa;
	margin-top: 0.5rem;
}
.closure .textblock div:nth-of-type(1) p,  .closure .textblock div:nth-of-type(2) p {
	font-size: 1.8rem;
	line-height: 1.6rem;
	padding: 0.5rem 0;
}
.closure .textblock div:nth-of-type(1) p::after {
	content: "\A配送";
	white-space: pre;
	font-size: 1.3rem;
}
.closure .textblock div:nth-of-type(2) p::after {
	content: "\Aより順次配送";
	white-space: pre;
	font-size: 1.3rem;
}
.closure .textblock div:nth-of-type(1) h4,  .closure .textblock div:nth-of-type(2) h4 {
	width: 100%;
	background: #0bc0aa;
	color: #ffffff;
	padding: 0.2rem 0.2rem 0.4rem 0.2rem;
	font-size: 1.2rem;
	letter-spacing: 0.03rem;
	margin-bottom: 0.2rem;
	word-break: break-all;
	line-height: 1.3rem;
}
.closure .textblock div:nth-of-type(1) h4::after {
	content: "\Aまでのご注文";
	white-space: pre;
}
.closure .textblock div:nth-of-type(2) h4::after {
	content: "\A以降のご注文";
	white-space: pre;
}
.closure .textblock div:nth-of-type(3) {
	width: 100%;
}
.closure .textblock div:nth-of-type(3) pre {
	width: 100%;
	display: block;
	border: none;
	font-size: 0.9rem;
	padding: 0.5rem 0.5rem 0 0.5rem;
	margin: 0;
}
#pickupbox {
	width: 96%;
	margin: 0.5rem auto 2rem auto;
	display: grid;
	display: -ms-grid;
	grid-template-columns: 50% 50%;
	-ms-grid-columns: 50% 50%;
	grid-gap: 0.5rem;
}
#pickupbox h2 {
	display: none;
}
 @supports (-ms-ime-align:auto) {
 #pickupbox img {
 padding:0.5rem;
}
}
 @media all and (-ms-high-contrast:none) {
 *::-ms-backdrop, #pickupbox img {
 padding:0.5rem;
}
}
#pickupbox a:nth-of-type(1) {
	grid-row: 2 / span 2;
	-ms-grid-row: 2;
	-ms-grid-row-span: 2;
	grid-column: 1/2;
	-ms-grid-column: 1;
	width: 100%;
}
#pickupbox a:nth-of-type(2) {
	grid-row: 2/2;
	-ms-grid-row: 2;
	grid-column: 2;
	-ms-grid-column: 2;
	width: 100%;
}
#pickupbox a:nth-of-type(3) {
	grid-row: 2/2;
	-ms-grid-row: 2;
	grid-column: 2;
	-ms-grid-column: 2;
	width: 100%;
}
#pickupbox a:nth-of-type(4) {
	grid-row: 3;
	-ms-grid-row: 3;
	grid-column: 2;
	-ms-grid-column: 2;
	width: 100%;
}
#pickupbox a:nth-of-type(5) {
	grid-row: 3;
	-ms-grid-row: 3;
	grid-column: 2;
	-ms-grid-column: 2;
	width: 100%;
}
#pickupbox a:nth-last-of-type(3) {
	grid-column: 1 / span 2;
	grid-row: 4;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	-ms-grid-row: 4;
	width: 100%;
}
#pickupbox a:nth-last-of-type(2) {
	grid-row: 5;
	-ms-grid-row: 2;
	-ms-grid-column: 3;
	width: 100%;
}
#pickupbox a:nth-last-of-type(1) {
	grid-row: 5;
	-ms-grid-row: 2;
	-ms-grid-column: 4;
	width: 100%;
}
.leftbox {
	width: 100%;
	display: block;
	order: 2;
}
.leftbox nav ul {
	margin-top: 0.1rem;
	padding: 0 0.2rem 0.7rem 0.7rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.leftbox nav li {
	display: flex;
	background: #ffffff;
	margin: 0 0.5rem 0.5rem 0;
	background: url(css-img/dot-3.png) no-repeat left center;
	background-size: 1rem;
	padding: 0;
	width: 47.5%;
	align-self: center;
}



.leftbox nav .l-size{
	width: 100%;

}

.leftbox nav li a {
	display: inline-block;
	width: 100%;
	padding: 0.2rem;
	padding-left: 1rem;
}
.rightbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.search {
	order: -1;
}
form.indexsearch button {
	background: #000000 url(css-img/searchbutton.png) no-repeat 35% center;
	background-size: 5%;
	color: #ffffff;
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 900;
	font-size: 2rem;
	letter-spacing: 0.6rem;
	padding: 0.6rem 0;
	border: none;
	border-radius: 3px;/*box-shadow: 0 2px 2px 0px #d20000;*/
}
form.indexsearch button:hover {
	transform: translateY(4px);
	animation-name: hang;
	animation-duration: 1.5s;
 animation-delay: $defaultDuration;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	/*box-shadow: 0 0px 0px 0px #d20000;*/
	cursor: pointer;
}
.hotword {
	padding: 1rem;
	text-align: center;
}
.hotword a {
	width: 47.8%;
}
/* Index NEW ITEM BLOCK*/
ul#newitem li {
	width: 49%;
	margin-bottom: 0.4rem;
}
#topics img {
	width: 33%;
	display: inline-block;
	box-sizing: border-box;
}
#topics p {
	width: 60%;
	display: inline-block;
	word-break: break-all;
	vertical-align: top;
	padding: 0 0.8rem;
	box-sizing: border-box;
}
#grid {
	width: 96%;
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-around;
	flex-direction: row;
	height: auto;
	margin: 0 auto;
}
.sale article {
	width: 48%;
	margin-bottom: 0.1rem;
	;
}
.sale article img,  .sale article p {
	display: block;
	width: 100%;
}
.sale article span {
	display: block;
	width: 100%;
	height: auto;
}
.sale article div {
	display: block;
	width: 100%;
	position: static;
}
.sale article h3 {
	text-align: center;
	font-size: 1.1rem;
	margin: 0.2rem 0;
}
.sale article p {
	height: auto;
}
.sale article div span {
	width: 100%;
	position: static;
	color: rgba(187,0,3,1.00);
	font-weight: 900;
	font-size: 2rem;
	letter-spacing: 0.01rem;
	line-height: 0.8em;
	text-align: center;
	margin-bottom: 0.5rem;
}
.sale article div span::before {
	content: "SALE価格\A";
	white-space: pre;
	font-size: 1.2rem;
}
.sale article div span::after {
	content: "円";
	font-size: 1.2rem;
}
.sale article div button {
	position: static;
	width: 100%;
	background: #000000 url(css-img/arrow-2.png) no-repeat 95% 50%;
	background-size: 5%;
	font-size: 0.9rem;
}
.sale article div button::before {
	content: "商品ページ";
	letter-spacing: 0.2rem;
}
.sale article a:hover button {
	transform: translateY(4px);
	animation-name: hang;
	animation-duration: 1.5s;
 animation-delay: $defaultDuration;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	box-shadow: 0 1px 1.5px 0px #d20000;
	cursor: pointer;
}
footer .first,  footer .second,  footer .third {
	display: none;
}
footer .spfooterbanner a {
	display: block;
	width: 96%;
	margin: 0 auto;
}
footer ul.spfooteraside {
	display: block;
	width: 96%;
	margin-bottom: 1rem;
	text-align: center;
	overflow: hidden;
}
footer ul.spfooteraside li {
	display: block;
	float: left;
	width: 50%;
	margin-bottom: 0.8rem;
	text-align: left;
}
footer ul.spfooteraside li:last-child {
	margin: 0;
}
footer ul.spfooteraside li img {
	width: 50px;
	margin-right: 10px;
	vertical-align: middle;
}
.sp-content {
	display: block;
}
.pc-content {
	display: none;
}
}
