/* Reset CSS */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

body {
  line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

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

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
   font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

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

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

/* add */

ol, ul {
    list-style: none;
}



/* コーポレートサイト共通部分（一部修正しています） */

#header_wrap {
	margin: 0 auto;
	width: 1024px;
	height: 70px;
}

#header_wrap img {
	width: auto;
	height: 70px;
}

#nav_wrap {
	margin: 0 auto;
	width: 1024px;
	height: 50px;
	font-size: 16px;
	line-height: 48px;
}

#nav {
	display: flex;
}
#nav span {
	display: block;
	text-align: center;
	width: calc(1024px / 5);
}
#nav span:hover {
	border-bottom: 2px solid yellowgreen;
}
#nav a:hover {
	text-decoration: none;
}
#nav i {
	display: none;
}
#nav_wrap label {
	display: none;
}
#nav_wrap input {
	display: none;
}

.container {
	margin: 0 auto;
	width: 1024px;
	padding: 24px 0px 24px 0px;
}
.icon_title {
	display: inline-block;
	color: #FFF;
	background: url("https://img21.shop-pro.jp/PA01394/452/etc/colorme_icon_back.png?cmsp_timestamp=20200608163521");
	background-position: center center;
	background-size: cover;
	width: 18px;
	height: 18px;
	padding: 10px;
	text-align: center;
	border-radius: 28px;
	border: 3px solid #FFF;
	box-shadow: 0px 3px 3px #CCC;
	font-size: 16px;
}
.icon_title2 {
	color: #FFF;
	background: url("https://img21.shop-pro.jp/PA01394/452/etc/colorme_icon_back.png?cmsp_timestamp=20200608163521");
	background-position: center center;
	border-radius: 32px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	border: 3px solid #FFF;
	box-shadow: 0px 3px 3px #CCC;
}

#myfooter {
	width: 100%;
}


#myfooter {
	padding: 32px 0px 32px 0px;
	text-align: center;
	width: 100%;
}

#myfooter img {
	width: 180px;
	height: auto;
}
#myfooter p.shop_name {
	position: absolute;
	margin-top: -160px;
	padding-left: 420px;
}
#myfooter p.shop_address {
	font-size: 14px;
	line-height: 20px;
}



/* ショップの共通ページ用 */

* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	color: #555;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;

	background: url(https://img21.shop-pro.jp/PA01394/452/etc/colorme_foot_back.jpg?cmsp_timestamp=20200608133446);
	background-blend-mode: lighten;
	background-position: center center;
	background-size: cover;
}
a {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: yellowgreen;
	text-decoration: none;
	transition: 0.5s;
}

ul {
	list-style: none;
}

h1 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h2 {
	font-weight: normal;
	font-size: 20px;
	padding: 48px 0px 48px 0px;
	height: 45px;
	
	font-weight: 700;
}
h3 {
	font-weight: normal;
	font-size: 18px;
	padding: 12px 0px 12px 0px;
	
	font-weight: 700;
}


.space_margin {
	width: 100%;
	height: 12px;
	display: block;
	clear: both;
	background: #FFF;
}



/* コンテナ */

#headcontainer {
	margin: 0 auto;
	width: 1024px;
}

#mycontainer {
	margin: 0 auto;
	width: 1024px;
}



/* ヘッダー */

#myheader {
	position: fixed;
	top: 0;
	width: 100%;
	height: 120px;
	overflow: hidden;
	background: #FFF;
	z-index: 9999999999;
	font-size: 18px;
}

/* ナビゲーション */

#mynavi {
	position: relative;
	min-width: 1024px;
	height: 64px;
	margin-top: 120px;
	background: #FFF;
	z-index: 999999;
	color: #999;
}

#mynavi a {
	color: #999;
}

#mynavi input {
	display: none;
}

#mynavi label {
	display: block;
	cursor: pointer;
}

#mynavi a:hover {
	color: yellowgreen;
	transition: 0.5s;
	text-decoration: none;
}

#mynavi ul.level-1 {
	border-top: 1px solid #DDD;
	color: #999;
}

#mynavi ul.level-2 {
	position: absolute;
	width: 1024px;
	left: calc(50% - 512px);
	align-items: center;
	background: rgba(255,255,255,0.95);
	z-index: 999999;
}

#mynavi ul.level-1 li {
	display: block;
	float: left;
	width: 170px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 16px;
}

#mynavi ul.level-2 li {
	display: none;
	overflow: hidden;
	width: calc(100% / 5);
	height: 54px;
	vertical-align: middle;
	text-align: left;
	line-height: 54px;
}

#mynavi ul.level-2 img {
	width: 42px;
	height: 42px;
	object-fit: cover;
	object-position: center center;
	vertical-align: middle;
	padding: 0px 6px 0px 6px;
	margin-top: -5px;
}

#mynavi ul.level-1 li:hover {

}

/*
#mynavi ul.level-1 li:hover ul.level-2 li {
	display: block;
}
*/

#mynavi input:checked + ul.level-2 li {
	display: block;
}

#mynavi ul.level-1 li a {
	display: block;
}

/* フッター */

#shopfooter {
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: yellowgreen;
	font-size: 14px;
	position: relative;
}

#shopfooter ul {
	width: 1024px;
	margin: auto;
}

#shopfooter ul li {
	display: block;
	float: left;
	width: calc(100% / 4);
	text-align: center;
}

#shopfooter a {
	color: #FFF;
}

/* 戻るボタン */

#backtop {
	position: absolute;
	top: -72px;
	right: calc(50vw - 500px);
	width: 42px;
	height: 42px;
	border-radius: 42px;
	line-height: 40px;
	text-align: center;
	background: rgba(200,200,200,0.5);
	font-size: 18px;
}
#backtop:hover {
	background: yellowgreen;
	transition: 0.5s;
}
#backtop a {
  	display: block;
	color: #FFF;
}

/* フローティングカートボタン */

#cart {
	display: block;
	position: fixed;
	top: 18px;
	right: calc(50vw - 500px);
	width: 48px;
	height: 36px;
	padding-top: 12px;
	border-radius: 6px;
	line-height: 48px;
	text-align: center;
	background: rgba(154,205,50,0.8);
	font-size: 26px;
	z-index: 9999999999;
}
#cart a {
	display: block;
	color: #FFF;
}
#cart .cart_count {
	position: fixed;
	top: 15px;
	right: calc(50vw - 502px);
	font-size: 12px;
	font-weight: bold;
	color: #999;
	width: 48px;
	text-align: center;
}

/* その他のページでも使用する共通CSS用 */

/* 各ページのDIV */

.top {
  min-width: 1024px;
 	padding-bottom: 64px;
	margin-top: -36px;
	background: #FFF;
}

/* 商品一覧表示, 商品検索結果 */

.card {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.card span {
	display: block;
	width: calc(100% / 4);
	text-align: center;
	margin-bottom: 24px;
	position: relative;
}

.card span img.product {
	width: 80%;
	height: 200px;
	object-fit: cover;
	object-position: center center;
}
.card span img.sold {
	width: 80%;
	height: 200px;
	object-fit: cover;
	object-position: center center;
	opacity: 0.2;
}

.card span img.product:hover {
	opacity: 0.7;
	transition: 0.5s;
}
.card span p {
	font-size: 14px;
	line-height: 1.0em;
	padding-top: 8px;
}

.card img.icon {
	position: absolute;
	display: block;
	overflow: hidden;
	top: -6px;
	left: 12px;
	width: 42px;
	height: 42px;
	z-index: 99999;
}

p.listnumtxt {
	font-size: 15px;
	width: 100%;
	text-align: right;
}

/* 並び替えボタン */

#sort {
	display: inline-block;
	width: 100%;
	margin: 36px 0px 36px 0px;
	text-align: center;
}

#sort ul {
	display: inline-block;
}

#sort ul li {
	margin: 0 auto;
	display: inline-block;
	width: 120px;
	float: left;
	text-align: center;
	margin: 6px;
	border: 1px solid yellowgreen;
	padding: 6px 0px 8px 0px;
}

#sort li:hover {
	background: yellowgreen;
}
#sort li:hover a {
	color: #FFF;
}

#sort ul li a {
	display: block;
	color: yellowgreen;
}

#sort ul li.active {
	background: yellowgreen;
	color: #FFF;
}

/* 該当商品なし */

.sorry {
	text-align: center;
	font-size: 24px;
	margin: 120px 0px 120px 0px;
}

.sorry p {
	font-size: 48px;
	padding-bottom: 36px;
}

.smp_only {
	display: none;
}


/* スマホ用 768px未満 */

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



/* 共通部 */

a {
	color: yellowgreen;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

h2 {
	font-size: 16px;
	padding: 36px 0px 36px 0px;
	height: auto;
}
h3 {
	font-size: 16px;
	padding: 12px 0px 12px 0px;
}



/* コーポレート共通部 */

#myheader {
	position: static;
	height: 60px;
}
#header_wrap {
	width: 100%;
	height: 60px;
	text-align: center;
}

#nav_wrap {
	position: fixed;
	display: block;
	top: 12px;
	left: 12px;
	width: 36px;
	height: 30px;
	background: #CCC;
	border-radius: 6px;
	color: #FFF;
	font-size: 24px;
	padding-top: 6px;
	font-weight: 700;
	text-align: center;
	z-index: 99999999;
}
#nav_wrap label {
	display: block;
}
#nav {
	position: fixed;
	top: 55px;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	width: 100%;
	height: 0;
	opacity: 0;
	background: rgba(255,255,255,0.9);
	z-index: 999999999;
	transition: 0.5s;
}
#nav span {
	display: block;
	width: calc(100vw / 2 - 9px);
	overflow: hidden;
	opacity: 1.0;
	height: 48px;
	padding: 16px 0px 16px 0px;
}
#nav span:hover {
	border: none;
}
#nav span p {
	font-size: 14px;
	line-height: 24px;
}
#nav i {
	display: inline;
	font-size: 28px;
}
#nav a {
	text-decoration: none;
}
#nav a:hover {
	text-decoration: none;
}
#nav_wrap .menu:checked + #nav {
	height: auto;
	opacity: 1;
}

#myfooter {
	width: 100%;
}

#header_wrap img {
	width: auto;
	height: 50px;
	margin-top: 10px;
}

#myfooter p.shop_name {
	position: static;
	margin: 0;
	padding: 0;
	font-size: 16px;
	margin-bottom: 6px;
}

.container {
	width: 100%;
	padding: 0;
	margin: 0;
}

.icon_title {
	font-size: 12px;
	width: 12px;
	height: 12px;
	padding: 6px;
}



/* カラーミー部 */

#headcontainer {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
}

#mycontainer {
	box-sizing: border-box;
	width: 100%;
	padding: 0px 12px 0px 12px;
}

#mynavi {
	margin-top: 0px;
  min-width: 100%;
}

#mynavi .cart_count {
	display: none;
}

#mynavi a:hover {
	color: #999;
	transition: 0;
}

#mynavi ul.level-1 {
	width: 100%;
}

#mynavi ul.level-2 {
	width: 100%;
	left: 0;
}

#mynavi ul.level-1 li {
	width: calc(100% / 2);
	height: 42px;
	line-height: 42px;
	background: #FFF;
	font-size: 14px;
}

#mynavi ul.level-2 li {
	width: calc(100% / 2);
	height: 42px;
	line-height: 42px;
	font-size: 14px;
}

#mynavi ul.level-2 img {
	width: 42px;
	height: 42px;
	padding: 0px 12px 0px 0px;
	margin-top: -5px;
}

#mynavi ul.level-1 li:hover {
	background: #FFF;
}

#shopfooter {
	width: 100%;
	height: auto;
	line-height: 36px;
	background: yellowgreen;
	font-size: 14px;
}

#shopfooter ul {
	width: 100%;
}

#shopfooter ul li {
	display: block;
	box-sizing: border-box;
	float: none;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

#shopfooter a {
	display: block;
	color: #FFF;
}

#backtop {
	display: none;
}
  
.top {
  min-width: 100%;
}

.card span {
	width: calc(100% / 2);
}
.card span img.product {
	height: calc(100vw / 2 * 0.7);
}
.card span img.sold {
	height: calc(100vw / 2 * 0.7);
}

.card span img.product:hover {
	opacity: 1.0;
}

.card img.icon {
	top:0;
	left: 3vw;
	width: 42px;
	height: auto;
}

#sort {
	display: inline-block;
	width: 100%;
	margin: 36px 0px 36px 0px;
	text-align: center;
}

#sort ul {
	display: inline-block;
}

#sort ul li {
	width: auto;
	text-align: center;
	margin: 6px;
	font-size: 14px;
	padding: 6px;
	border-radius: 6px;
}

#sort li:hover {
	background: #FFF;
}
#sort li:hover a {
	color: yellowgreen;
}

#sort ul li a {
	display: block;
	color: yellowgreen;
}

#sort ul li.active {
	background: yellowgreen;
	color: #FFF;
}

#cart {
	display: block;
	position: fixed;
	top: 12px;
	right: 12px;
	width: 42px;
	height: 30px;
	padding-top: 12px;
	border-radius: 6px;
	line-height: 42px;
	text-align: center;
	background: rgba(154,205,50,0.8);
	font-size: 18px;
	z-index: 9999999999;
}

.smp_only {
	display: block;
}



}


#AQ_Favorites_List {
  z-index: 999999;
}