@charset "euc-jp";

/*@import url('https://file003.shop-pro.jp/PA01460/192/css/ress.css');*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url('https://file003.shop-pro.jp/PA01460/192/css/f1.css');

:root {
	--main-color: #333333;
	--cp-color-r: #ED1C2B;
	--cp-color-g: #B89C43;
	
	--ft-size-s: 1.4rem;
	--ft-size-m: 1.6rem;
	--ft-size-l: 1.8rem;
	--ft-size-xl25: 2.5rem;
	--ft-size-xl30: 3.0rem;

	--ft-lh-s: 1.71;
	--ft-lh-m: 1.75;
	--ft-lh-l: 1.56;
	--ft-lh-xl25: 1.44;
	--ft-lh-xl30: 1.5;

	--space-xs: 4.0rem;
	--space-s: 6.0rem;
	--space-m: 8.0rem;
	--space-l: 10.0rem;
	--space-xl: 12.0rem;
}

/* Googleマテリアルアイコン */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* 全体 */
html {
	box-sizing: border-box;
	font-size: 62.5%; /* base font size 10px */
	-webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
	word-break: break-word;
	-moz-tab-size: 4;
	tab-size: 4;
}

*,
::before,
::after {
	background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
	box-sizing: inherit;
}

::before,
::after {
	text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
	vertical-align: inherit;
}

* {
	padding: 0; /* Reset `padding` and `margin` of all elements */
	margin: 0;
}

/* 共通 */
body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #464e54;
  font-family: 'Noto Sans JP','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 1.6rem;
}
a {
  color: #464e54;
}
a:hover {
  color: #5e5e5e;
}

/*
 * layout
 */
#wrapper {
/*
  max-width: 1000px;
*/
  padding: 120px 0 0 0;
}

.container {
	width: 100%;
}

/* ヘッダー */
header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 120px;
	padding: 0;
	background-color: rgba(255,255,255,1.0);
	border-bottom: 1px solid #d2d2d2;
	z-index: 100;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition: all;
	transition: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top;
}

header.close {
	opacity: 0;
	-webkit-transform: perspective(300px) rotateY(-90deg);
	transform: perspective(300px) rotateX(-90deg);
}

.header-inner {
	position:relative;
	margin:0 auto;
	padding:0;
}

/* サイトタイトル */
.site-title {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 70px;
	max-width:1240px;
	margin: 0 auto;
	padding: 0 20px;
}

.site-title h1 {
	flex-basis: 243px;
	max-width: 243px;
}

.site-title h1 a {
	display:block;
}

.site-title h1 img {
	width:100%;
	height: auto;
}

.site-title ul {
	display: flex;
	list-style: none;
	align-items: center;
	margin: 0;
}

.site-title ul li + li {
	margin-left: 22px;
}

.site-title ul li a {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.site-title .headCart a {
	padding: 8px;
	background-color: #d91e3a;
	border-radius: 3px;
	color: #ffffff;
}

/* ヘッダーナビ */
#headNav {
	width: 100%;
	background: linear-gradient(0deg, #dcb35b, #e6cb7b, #dcb35b);
}

#menu-header-nav {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	list-style: none;
}

#menu-header-nav > li {
	position: relative;
	width: 100%;
}

#menu-header-nav > li:first-of-type::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	height: 30px;
	border-right: 1px solid #fff;
}

#menu-header-nav > li::after {
	content: "";
	position: absolute;
	top: 10px;
	right: 0;
	height: 30px;
	border-right: 1px solid #fff;
}

#menu-header-nav li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	padding: 0 10px;
	text-decoration: none;
	color: #ffffff;
}

#menu-header-nav li > a:hover {
	background-color: var(--cp-color-g);
	color: #ffffff;
}

#menu-header-nav > li ul {
	position:absolute;
	font-size: 0;
	margin: 0 auto;
	padding: 0;
	min-width: 100%;
}

#menu-header-nav > li ul li{
	display:block;
	overflow: hidden;
	height: 0;
	white-space:nowrap;
	background:none;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}

#menu-header-nav > li ul li a {
	display:block;
	height: auto;
	padding: .75em 2em;
	border: 2px solid var(--cp-color-g);
	border-radius: 99em;
	text-decoration: none;
	text-align: center;
	background: #ffffff;
	font-size: 1.6rem;
	line-height: 1;
	text-decoration: none;
	color: var(--cp-color-g);
}

#menu-header-nav > li ul li a:hover {
	opacity: 1;
	background-color: var(--cp-color-g);
	color: #ffffff;
}

#menu-header-nav > li:hover ul li {
	overflow: visible;
	height:auto;
	margin: 10px 0 0 0;
}

#navBtn {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background-color: transparent;
	border: none;
}

#navBtn:hover {
}

#navBtn:focus {
	outline: none;
}

#navBtn span,
#navBtn span::before,
#navBtn span::after {
	display: block;
	width: 34px;
	height: 4px;
	position: absolute;
	top: 28px;
	left: 13px;
	background-color: #1d8fcc;
	border-radius: 3px;
}

#navBtn span::before {
	content: "";
	top: -13px;
	left: 0;
}

#navBtn span::after {
	content: "";
	top: 13px;
	left: 0;
}

#navClose {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	z-index: 1;
}

#navClose span,
#navClose span::before,
#navClose span::after {
	display: block;
	width: 40px;
	height: 5px;
	position: absolute;
	top: 28px;
	left: 10px;
	border-radius: 3px;
}

#navClose span::before {
	content: "";
	top: 0;
	left: 0;
	transform: rotate(45deg);
	background-color: #1d8fcc;
}

#navClose span::after {
	content: "";
	top: 0;
	left: 0;
	transform: rotate(-45deg);
	background-color: #1d8fcc;
}

/* ヘッダーナビ（スマホ用） */
.spHeadNav {
	width: 100%;
	background: linear-gradient(0deg, #1d8fcc, #1f99da);
}

.spHeadNav ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	list-style: none;
}

.spHeadNav li {
	width: 100%;
}

.spHeadNav li + li {
	border-left: 1px solid #ffffff;
}

.spHeadNav li a {
	display: block;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}

/*
 * header
 */
.headerInr {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.headerMenu {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.headerMenu > ul {
	float: none;
	margin: 0 0 0 20px;
	border: none;
}

/*
 * contents
 */

#contents {
	float: none;
	width: 100%;
	padding: 0;
}

#contents .topicpath {
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
	font-size: 1.4rem;
}
#contents .topicpath-nav {
	margin-bottom: 0;
}
#contents .topicpath-nav li {
	display: inline-block;
	padding: 0;
}
#contents .topicpath-nav li:nth-of-type(n+2)::before {
	content: "＞";
	display: inline-block;
	padding: 0 5px;
	font-size: 1rem;
	color: #666;
	transform: translate(0,-1px);
}
#contents .topicpath-nav a {
	display: inline-block;
	padding: 6px 0 6px 0;
}

.inrBox {
	box-sizing: border-box;
	max-width: 1240px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

.grayBox {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f0ead3;
}

/*
 * side
 */
#side {
	width: 100%;
	float: none;
	padding: 0;
}

#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

/*
 * footer
 */
 footer {
	background-color: #ece8bb;
}

.footProf {
	background-color: #fff;
	border-top: 1px solid #eee;
	margin-bottom: 20px;
	padding: 20px 0;
}

.footProf .inrBox {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

.footProf .footLogo {
	width: 300px;
	margin-right: 3%;
}

.footProf p {
	margin-bottom: 0;
}

.footInfo {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.footInfoInr {
	width: 31%;
}

.footInfoTitle {
	padding: 0 5px 5px 5px;
	border-bottom: 1px solid #464e54;
	font-size: 1.8rem;
}

.footInfo dt {
	margin-bottom: 5px;
	line-height: 1.5;
}

.footInfo dt::before {
	content: "●";
	margin-right: 0.2em;
}

.footInfo dd + dt {
	margin-top: 20px;
}

.footInfo dd {
	margin-left: 0;
	line-height: 1.5;
}

footer .copy {
	margin-bottom: 0;
	background-color: #777766;
	text-align: center;
	padding: 20px 0;
	font-size: 1.4rem;
	color: #ffffff;
}

footer .copy address {
	margin-bottom: 0;
}

 /* 営業日カレンダー */
.tbl_calendar {
	width: 100%;
	margin-bottom: 20px;
	background-color: #ffffff;
	border: none !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
}
.tbl_calendar th {
	background-color: #eeeeee;
}
.tbl_calendar th, .tbl_calendar td {
	padding: 4px !important;
	text-align: center !important;
	border-bottom: 1px solid #ccc !important;
}
.tbl_calendar caption {
	padding: 5px 0;
}
/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

/* 商品一覧 */
.itemName {
	display: block;
	font-weight: 600;
}

.itemExp {
	display: block;
	margin-bottom: 0.25em;
}

.itemPrice {
	color: #d91e3a;
	font-weight: bold;
	letter-spacing: 1px;
}

.itemSoldOut {
	padding: 0.1rem 1rem;
	background-color: #cccccc;
	border-radius: 4px;
	color: #ffffff;
}

.ind1em {
	padding-left: 1em;
	text-indent: -1em;
}

.listDisc {
	list-style: disc;
	margin-left: 1em;
}

.w100 {
	width: 100%;
}

.scroll-table table {
	display: block;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.tdR tbody td {
	text-align: right;
}

.lineTbl {
	background-color: #ffffff;
}

.lineTbl thead th {
	padding: 5px 10px;
	background-color: #eeeeee;
}
.lineTbl thead td {
	padding: 5px 10px;
}
.lineTbl tbody th {
	padding: 5px 10px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
.lineTbl tbody td {
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}

.shippingFee thead th {
	padding: 5px 20px;
	text-align: center;
	background-color: #1f99da;
	color: #fff;
}
.shippingFee thead td {
	padding: 5px 20px;
	text-align: center;
	background-color: #eeeeee;
	vertical-align: top;
	border-left: 1px dotted #333;
}
.shippingFee tbody tr {
	border-bottom: 1px solid #1093d7;
}
.shippingFee tbody th {
	padding: 5px 20px;
}
.shippingFee tbody td {
	padding: 5px 20px;
	text-align: right;
}

.soonMsg {
	width: calc(100% - 40px);
	max-width: 1200px;
	margin: 50px auto;
	padding: 1rem 20px 1.5rem 20px;
	background-color: #ecb96a;
	border-radius: 2em;
	text-align: center;
	font-size: 2rem;
	color: #ffffff;
}

.pc {
	display: block !important; /*pc用の要素は表示する*/
}

.sp {
	display: none !important; /*スマホ用の要素は非表示にする*/
}

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
	#wrapper {
		padding: 60px 0 0 0;
	}

	header {
		height: 60px;
	}

	.site-title {
		height: 60px;
	}

	.site-title h1 {
		flex-basis: 182px;
		max-width: 182px;
	}

	.site-title h1 img {
	}

	.site-title ul {
		margin-right: 40px;
	}

	.site-title ul li + li {
		margin-left: 8px;
	}

	.site-title ul li a {
		font-size: 1rem;
		flex-flow: column wrap;
	}

	.site-title .headEntry {
		display: none;
	}

	.site-title .headCart a {
		padding: 0;
		background-color: transparent;
		color: #d91e3a;
	}

	#headNav {
		height: auto;
		padding: 0;
		border-top: 0;
	}

	/* ヘッダーナビ */
	#navBtn {
		display:block;
	}

	#headNav.open #navBtn {
		display:none;
	}

	#header-nav {
		display: block;
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		height: 0;
		z-index: 1;
		background-color: rgba(255, 255, 255, 0.9);
		opacity: 0.5;
		transition: 0.2s;
	}

	#headNav.open #header-nav {
		height: calc(100% - 60px);
		opacity: 1;
	}

	#menu-header-nav {
		display: block;
		width: 100%;
		height: 100%;
		padding: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	#menu-header-nav > li{
		width: 100%;
		background-color: #ffffff;
		transform: none;
	}

	#menu-header-nav > li{
		margin: 0;
	}

	#menu-header-nav li a {
		width: 100%;
		padding: 0 20px;
		border-bottom: 1px solid #d2d2d2;
		text-decoration: none;
		font-size: 1.6rem;
		line-height: 1;
		transform: none;
		color: #000000;
		justify-content: flex-start;
	}

	#menu-header-nav > li ul {
		position: static;
		font-size: 0;
		margin: 0 auto;
		padding: 0;
		min-width: 100%;
	}

	#menu-header-nav > li ul li{
		display:block;
		overflow: hidden;
		height: auto;
		white-space:nowrap;
		background:none;
		border-bottom: 1px solid #d2d2d2;
		
		-moz-transition: .2s;
		-webkit-transition: .2s;
		-o-transition: .2s;
		-ms-transition: .2s;
		transition: .2s;
	}

	#menu-header-nav > li ul li a {
		display: block;
		padding: 12px 20px 12px 36px;
		border: none;
		border-radius: 0;
		text-align: left;
		color: #333333;
	}

	#menu-header-nav > li ul li a:hover {
		opacity: 1;
		background-color: var(--cp-color-g);
		color: #ffffff;
	}

	#menu-header-nav > li:hover ul li {
		overflow: visible;
		height:auto;
		margin: 0;
	}

	#headNav.open #navClose {
		display:block;
	}

	/* footer */
	.footProf .inrBox {
		flex-flow: column wrap;
	}

	.footProf .footLogo {
		margin-bottom: 3%;
	}

	.footInfo {
		flex-flow: column wrap;
	}

	.footInfoInr {
		width: 100%;
	}

	.pc {
		display: none !important; /*pc用の要素は非表示にする*/
	}

	.sp {
		display: block !important; /*スマホ用の要素は表示する*/
	}
}
@media (max-width: 480px) {
  /* ~480px */
}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
