@charset "euc-jp";
body {
	background-color: #FFF;
	color: #242424;
	font-family: 'Roboto','Hiragino Sans','Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
	/*font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif !important;*/
}
a {
	color: #242424;
}
a:hover, a:focus {
	color: #09C;
	text-decoration: none !important;
}
/* ドロップダウンメニュー */
.dropmenu {
	list-style-type: none;
	position: relative;
	z-index: 1000;
}
.dropmenu li a {
	display: block;
	line-height: 1;
}
.dropmenu li:hover ul {
	display: block;
}
.dropmenu li ul {
	display: none;
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	width: 100%;
}
.dropmenu li {
	position: relative;
	margin: 0;
	padding: 0 15px 0 10px !important;
}
.dropmenu li ul li {
	padding: 0 !important;
	width: 100%;
	background-color: #fff;
	padding: 0.5em 1em;
	text-align: left;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}
.dropmenu li ul li a {
	padding: .75rem !important;
	color: #242424;
}
.dropmenu li ul li a:hover {
	background-color: #d5f4ff;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	background-color: #ccc;
}
.btn {
	border-radius: .35rem;
}
.btn-xlg, .btn-sm, .btn-xs {
	border-radius: .35rem;
}
.btn-xs {
	padding-top: 2px;
	padding-bottom: 2px;
}
select {
	border-radius: 0;
}
input[type="text"] {
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-appearance: none;
}
/* bxSlider */
.bx-wrapper .bx-pager {
	bottom: 20px !important;
}
.bx-wrapper .bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	left: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	width: 22px !important;
	height: 4px !important;
	background-color: #E0E0E0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #75dafb !important;
}

/* ------------------------------------
// layout
------------------------------------ */
main {
	margin-top: 180px;
	/*background-color: #F3F3F3;*/
	background-color: #FFF;
	color: #242424;
}
main a {
	color: #242424;
}
.wrapper {
	max-width: 1200px;
	margin: 0 auto;
}
#header {
	width: 100%;
	max-width: 100% !important;
	position: fixed;
	top: 0;
	z-index: 999999;
	background-color: #FFF;
	box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.2);
}
.pc-header {
	margin: 0 auto;
	width: 100%;
}
.pc-header h1.title {
	margin: 0 0 .2rem !important;
	font-size: .8rem !important;
	color: #242424 !important;
	letter-spacing: 0 !important;
}
#footer {
	color: #FFF;
	background-color: #3479b2;
}
#footer a {
	color: #FFF !important;
}
#footer a:hover {
	color: #c5e4fe !important;
}
address {
	margin-bottom: 0;
	font-size: .72rem;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/* ------------------------------------
// contents
------------------------------------ */
#contents {
	float: right;
	padding-left: 30px;
}
#contents .topicpath-nav {
	margin-bottom: 5px;
}
#contents .topicpath-nav li {
	padding: 0;
}
#contents .topicpath-nav a {
	margin-left: 5px;
}
.cg_freespace_01 {
	margin-bottom: 4rem;
}
.cg_freespace_01 img {
	width: 100%;
	height: auto;
}
.img-responsive {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.img-normal {
	width: auto !important;
	height: auto !important;
}
/* ------------------------------------
// typography
------------------------------------ */
.title {
	color: #09C;
}
.title a {
	color: #09C !important;
}
.sub-title {
	margin: 0 0 .35rem !important;
}
h2.contents-title {
	margin: 1.5rem 0 1rem;
	padding-bottom: 0.5rem;
	font-size: 1.5rem;
	letter-spacing: 1px;
	border-bottom: 3px double #b7edff;
}
h2.sub-title {
	margin: 1.5rem 0 1rem;
	padding-bottom: 0.5rem;
	font-size: 1.45rem;
	font-weight: 400 !important;
	letter-spacing: 1px;
	border-bottom: 1px solid #b7edff;
}
h3 {
	margin: 0 0 .75rem;
	font-size: 1.35rem;
}
h3.page-title {
	margin: 0 0 1rem;
	color: #09C;
	font-weight: 400;
	font-size: 1.4rem;
}
h4.title {
	margin: 0 0 .5rem;
	font-size: 1.05rem;
	font-weight: 400;
	text-align: left;
}
h4.title > a > img {
	width: auto !important;
	height: auto !important;
}
h4.page-title {
	margin: 0 0 .35rem;
	color: #09C;
	font-weight: 400;
	font-size: 1.05rem;
}
h5 {
	font-size: .9rem;
}
p {
	margin: 0 0 .75rem !important;
}
small {
	font-size: 80%;
	color: rbga(255, 255, 255, 0.7);
}
ol.text-list li {
	margin: 0 0 .35rem;
	line-height: 1.6;
}
#contents dt {
	font-size: 1.1rem !important;
}
#contents dd {
	font-size: .8rem !important;
}
.txt-min {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif !important;
	letter-spacing: .1rem;
	font-weight: 400 !important;
}
/* スマホ用ドロワーメニュー */
.drawer.open {
	left: 0;
	box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
}
.drawer {
	position: fixed;
	top: 0;
	left: -280px;
	z-index: 9999;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	width: 280px;
	height: 100%;
	background: #fff;
	color: #212121;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.drawer__item--close {
	padding: 20px;
	text-align: right;
}
.drawer__item {
	border-bottom: 1px solid #e0e0e0;
}
.drawer__item--close a {
	color: #212121;
}
.drawer__item__name {
	font-size: 100%;
	font-weight: normal;
	display: table;
	line-height: 1;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 25px 10px;
	color: #242424;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.drawer__item__name__icon--left {
	width: 15%;
	display: table-cell;
	vertical-align: middle;
}
.drawer__item__name__text {
	width: 70%;
	vertical-align: middle;
}
.drawer__item__name__icon--right {
	width: 10%;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
.overlay {
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 120%;
	background-color: transparent !important;
	/*background-color: rgba(0, 0, 0, 0.75);*/
}
.drawer__item--accordion ul {
	margin: 0;
	padding: 15px 0;
	list-style: none;
}
.linklist__item {
	border-bottom: solid 1px #e0e0e0;
	list-style: none;
}
.drawer__item--accordion .linklist__item {
	border: none;
}
.linklist__item a {
	display: table;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 20px;
	color: #212121;
}
.drawer__item--accordion .linklist__item a {
	padding: 10px 20px;
}
.linklist__item__text {
	width: 80%;
	height: auto;
}
.linklist__item a span {
	display: table-cell;
	vertical-align: middle;
}
.u-ac--active {
	border-bottom: 1px solid #e0e0e0;
}
/* スマホ */
.toolbar {
	border-bottom: solid 1px #e0e0e0;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	background-color: #fff;
	z-index: 9999999;
}
.toolbar__inner {
	margin: 0;
	padding: 0;
	height: 70px;
	box-sizing: border-box;
}
.toolbar__item {
	list-style: none;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.toolbar__item--menu {
	float: left;
}
.toolbar__item--menu span {
	margin: 0 0 0 8px;
	vertical-align: middle;
	font-size: 85.71429%;
	font-weight: 700;
}
.toolbar__item--cart {
	float: right;
}
.toolbar__item a {
	color: #212121;
	padding: 0 20px;
	height: 60px;
	display: table;
}
.u-wrap {
	text-align: center;
	vertical-align: middle;
	zoom: 1;
}
.toolbar__item a .u-wrap {
	display: table-cell;
}
.toolbar__item a i {
	vertical-align: middle;
}
.toolbar__item--cart .toolbar__item__count {
	font-weight: 700;
	margin: 0 0 0 4px;
	vertical-align: middle;
}
.section--shopname {
	padding-top: 65px;
}
.section__inner {
	padding: 10px;
}
.section__inner form, .drawer__item__name form {
	margin-bottom: 0;
}
.shopname {
	text-align: center;
	margin: 0;
	font-size: 114.28571%;
}
.shopname a {
	font-weight: 700;
	color: #212121;
	display: block;
}
.section {
	border-bottom: solid 1px #e0e0e0;
}
input.search-form {
	width: 70%;
}
input[type="text"].keyword {
	font-size: 85.71429%;
	background: #fff;
	color: #212121;
	padding: 0 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
input[type="text"].keyword--small {
	width: 68%;
	height: 44px;
}
.button--blue {
	background: #333;
	color: #fff;
}
.button--small {
	font-size: 100%;
	padding: 15px 0;
	width: 25%;
	line-height: 1;
	border: none;
}
.section--search .button {
	float: right;
}
/* slider */
.bx-wrapper img {
	max-width: 100%;
	display: block;
	width: 100%;
}
/* 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: 700;
}
.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: #FAFAFA;*/
	color: #242424;
}
.text-red {
	color: #C33;
}
.product-list__expl {
	font-size: .85rem;
	color: #555;
}
#header .txt_c_333 {
	color: #242424;
}
/* background */
.bgc_gray {
	background-color: #f1f1f1;
}
/* margin */
.mar_auto {
	margin: 0 auto;
}
.mar_0 {
	margin: 0;
}
.mar_t_0 {
	margin-top: 0 !important;
}
.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%;
}
hr.hr-dotted {
	margin: 2rem 0 3rem;
	border-top: 2px dotted rgba(0, 153, 204, 0.35);
}
/* ------------------------------------
// nav
------------------------------------ */
.pc-nav {
	display: flex;
}
.pc-nav li {
	padding: .75rem !important;
	width: 100%;
	text-align: center;
}
/* ------------------------------------
// slider
------------------------------------ */
#p-slider,
#no-slider {
	margin-top: 0;
}
/* ------------------------------------
// category
------------------------------------ */
#cat-free p {
	margin: 1rem 0 1rem !important;
	padding: 0 .35rem !important;
}
/* ------------------------------------
// item
------------------------------------ */
/*.productlist-unit a {
	display: block;
	position: relative;
	overflow: hidden;
}
.productlist-unit a::before {
	content: "";
	padding-top: 100%;
	display: block;
}
.productlist-unit a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: .35rem;
}*/
.item-group img {
	width: 100%;
	max-width: 100%;
	height: auto;
	height: 275px;
	object-fit: cover;
	object-position: left top;
	border-radius: .35rem;
}
.item-subgroup img {
	width: 100%;
	max-width: 100%;
	height: 130px;
	object-fit: cover;
	object-position: left top;
	border-radius: .35rem;
}
.newcheck-group .new_mark_img1 {
  display: none !important;
}
.item-group p {
	font-size: 1rem;
}
.item-group p.price {
	margin-bottom: 0 !important;
	font-size: 1.02rem;
}
.item-group p > small {
	font-size: .85rem;
}
.list-item {
	list-style: none;
	margin: 0 0 1rem;
}
.list-item li a {
	display: flex;
	align-items: center;
}
.list-item li a > img {
	margin-right: .5rem;
}
/* ------------------------------------
// ranking
------------------------------------ */
.ranking-item {
	margin: 0;
	list-style: none;
}
.ranking-item li {
	margin: 0 0 .75rem;
	padding: .5rem;
	position: relative;
	font-size: .8rem;
	background-color: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: .35rem;
}
.ranking-item li img {
	margin-bottom: .35rem;
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: .35rem;
}
.ranking-item li.type1 span.num {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 58px;
	height: 58px;
	text-align: center;
	font-weight: 700;
	font-size: .95rem;
	color: #FFF;
	line-height: 58px;
	border-radius: 50%;
	background: linear-gradient(45deg, #DAAF08 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #DAAF08 90% 100%);
	background-size: 800% 400%;
	animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.ranking-item li.type2 span.num {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 58px;
	height: 58px;
	text-align: center;
	font-weight: 700;
	font-size: .95rem;
	color: #FFF;
	line-height: 58px;
	border-radius: 50%;
	background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
	background-size: 800% 400%;
	animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.ranking-item li.type2:nth-child(3) span.num {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 58px;
	height: 58px;
	text-align: center;
	font-weight: 700;
	font-size: .95rem;
	color: #FFF;
	line-height: 58px;
	border-radius: 50%;
	background: linear-gradient(45deg, #a57e65 0%, #a57e65 45%, #f3cfb8 70%, #a57e65 85%, #a57e65 90% 100%);
	background-size: 800% 400%;
	animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.ranking-item li.type3 span.num {
	margin-bottom: .35rem;
	padding: .25rem .5rem;
	display: block;
	text-align: left;
	line-height: 1.2;
	font-weight: 700;
	font-size: .85rem;
	color: #FFF;
	background-color: #9de1ff;
	border-radius: .2rem;
}
/* ------------------------------------
// bootstrap
------------------------------------ */
.row-flex {
	display: flex !important;
	flex-wrap: wrap !important;
}
.h-100 {
	height: 100% !important;
}
.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}
/* ------------------------------------
// table
------------------------------------ */
table {
	max-width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	background-color: transparent;
}
/* ------------------------------------
// side
------------------------------------ */
.side-col {
	display: flex;
	align-items: center;
}
.tbl_calendar {
	margin-bottom: 20px;
	width: 100%;
}
.tbl_calendar caption {
	text-align: center;
	padding: .5rem 0;
}
.tbl_calendar th {
	padding: .5rem 0;
	border-bottom: 1px solid #CCC;
}
.tbl_calendar td {
	padding: .5rem 0;
	border-bottom: 1px solid #CCC;
}
.mailmagazine .mailmaga_text input {
	margin-bottom: .5rem;
	padding: .75rem .5rem;
	width: 100%;
	box-sizing: border-box;
}
#side h3 {
	margin: 1.5rem 0 .75rem !important;
	padding: 0 0 0.5rem .2rem;
	font-size: 1.2rem;
	border-bottom: 2px solid rgba(0, 153, 204, 0.35);
}
#side p {
	font-size: .8rem;
}
/* ------------------------------------
// footer
------------------------------------ */
#footer h4 {
	font-size: 1.2rem;
}
#footer h5 {
	margin: 0 0 .5rem;
	padding: 0 0 .35rem;
	font-size: .95rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#footer p {
	font-size: .85rem;
}
#footer p small {
	font-size: .8rem;
}
/* ------------------------------------
// button
------------------------------------ */
.button {
	padding: .6em 1rem;
	display: inline-block;
	position: relative;
	z-index: 0;
	outline: none;
	font-size: 1.2rem;
	color: #FFF !important;
	font-weight: normal;
	text-decoration: none !important;
	text-align: center;
	line-height: 1;
	letter-spacing: .1rem;
	text-shadow: initial;
	border: 2px solid #C33;
	border-radius: .35rem;
	background-color: #C33;
}
.button::before,
.button::after {
	width: 50%;
	height: 100%;
	top: 0;
	display: block;
	position: absolute;
	z-index: -1;
	content: "";
	background-color: #C33;
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button:hover {
	color: #FFF !important;
	border-color: #232323;
	background-color: #232323;
}
.button:focus,
.button:active,
.button:visited {
	color: #FFF !important;
}
.button::before {
	right: 0;
}
.button::after {
	left: 0;
}
.button:hover::before,
.button:hover::after {
	width: 0;
	background-color: #232323;
}
.button .fas {
	margin-left: .3rem;
}

.page_link {
	margin-top: -190px !important;
	padding-top: 190px !important;
}

/* ------------------------------------
// icon
------------------------------------ */
.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: -97px 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: -410px -122px;
}
.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: -313px -25px;
}
.icon-chevron_up {
	background-position: -0px -144px;
}
.icon-lg-b.icon-chevron_up {
	background-position: -0px -216px;
}
.icon-chevron_down {
	background-position: -530px -192px;
}
.icon-lg-b.icon-chevron_down {
	background-position: -528px -192px;
}
.icon-close {
	background-position: -80px -80px;
}
.icon-lg-b.icon-close {
	background-position: -120px -120px;
}
.icon-b, .icon-w {
	width: 16px;
	height: 16px;
	display: inline-block;
}
.icon-lg-b, .icon-lg-w {
	width: 24px;
	height: 24px;
	display: inline-block;
}
.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);
	}
}
/* 商品詳細ページのbxSliderの筋消し用 */

@media (min-width: 481px) {
	.wrapper {
		max-width: 460px;
	}
}
@media (min-width: 550px) {
	.wrapper {
		max-width: 530px;
	}
}
@media (min-width: 600px) {
	.wrapper {
		max-width: 580px;
	}
}
@media (min-width: 700px) {
	.wrapper {
		max-width: 680px;
	}
}
@media (min-width: 800px) {
	.wrapper, .pc-header {
		max-width: 780px;
	}
}
@media (min-width: 900px) {
	.wrapper, .pc-header {
		max-width: 880px;
	}
}
@media (min-width: 1000px) {
	.wrapper, .pc-header {
		max-width: 950px;
	}
}
@media (min-width: 1100px) {
	.wrapper, .pc-header {
		max-width: 1050px;
	}
}
@media (min-width: 1150px) {
	.wrapper, .pc-header {
		max-width: 1100px;
	}
}
@media (min-width: 1200px) {
	.wrapper, .pc-header {
		max-width: 1120px;
	}
}
@media (min-width: 1250px) {
	.wrapper, .pc-header {
		max-width: 1200px;
	}
}
@media (min-width: 1420px) {
	.wrapper, .pc-header {
		max-width: 1280px;
	}
}
@media (max-width: 1249px) {
	.item-group img {
		height: 235px;
		border-radius: .35rem;
	}
	.item-subgroup img {
		height: 110px;
		border-radius: .35rem;
	}
}
@media (max-width: 1149px) {
	.item-group img {
		height: 225px;
		border-radius: .35rem;
	}
	.item-subgroup img {
		height: 105px;
		border-radius: .35rem;
	}
}
@media (max-width: 1099px) {
	.item-group img {
		height: 210px;
		border-radius: .35rem;
	}
	.item-subgroup img {
		height: 95px;
		border-radius: .35rem;
	}
}
@media (max-width: 980px) {
	/* ~980px */
	#base_gmoWrapp, #gmo_CMSPbar {
		overflow: hidden;
		min-width: 100% !important;
		width: 100% !important;
	}
	.item-group img {
		height: 320px;
		border-radius: .25rem;
	}
	.item-subgroup img {
		height: 180px;
		border-radius: .25rem;
	}
}
@media (min-width: 769px) and (max-width: 980px) {
	.pc-header {
		width: 100% !important;
		max-width: 98% !important;
	}
	.pc-nav {
		margin-left: 0 !important;
		margin-right: 0 !important;
		font-size: 1em !important;
		letter-spacing: 0 !important;
	}
	.pc-nav li {
		padding: .5rem .25rem !important;
	}
	.item-group img {
		height: 250px;
		border-radius: .25rem;
	}
	.item-subgroup img {
		height: 180px;
		border-radius: .25rem;
	}
	.list-item li a span {
		display: none !important;
	}
}
@media (max-width: 768px) {
	/* ~768px */
	main {
		margin-top: 80px;
	}
	#contents {
		padding-left: 0;
	}
	.drawer__item .button {
		padding: .5rem .2rem;
		font-size: .9rem;
		letter-spacing: 0 !important;
	}
	.item-group img {
		height: 260px;
		border-radius: .25rem;
	}
	.item-subgroup img {
		height: 260px;
		border-radius: .25rem;
	}
}
@media (max-width: 640px) {
	.item-group img {
		height: 230px;
		border-radius: .25rem;
	}
	.item-subgroup img {
		height: 230px;
		border-radius: .25rem;
	}
}
@media (max-width: 520px) {
	.item-group img {
		height: 200px;
		border-radius: .25rem;
	}
	.item-subgroup img {
		height: 200px;
		border-radius: .25rem;
	}
}
@media (max-width: 480px) {
	main {
		margin-top: 80px;
	}
	#p-slider .bx-wrapper .bx-pager {
		bottom: -10px !important;
	}
	#p-slider .bx-wrapper .bx-controls-direction {
		display: none !important;
	}
	h1.contents-title {
		margin: 0.5rem 0 1rem;
		padding-bottom: 0.5rem;
		font-size: 1.4rem;
		line-height: 1.4;
		letter-spacing: 1px;
		border-bottom: 3px solid #b7edff;
	}
	h4.title {
		margin: 0 0 0.5rem;
		font-size: .95rem;
		font-weight: 400;
		text-align: left;
	}
	.txt_28 {
		font-size: 1.4rem;
	}
	#contents .topicpath-nav {
		margin-bottom: 0;
	}
	#contents .topicpath-nav li {
		margin-bottom: .2rem;
		font-size: .7rem;
	}
	#product {
		margin-top: .25rem !important;
	}
	.item-group p {
		font-size: .85rem;
	}
	.item-group p > small {
		font-size: .75rem;
	}
	.item-group img {
		height: 165px;
		border-radius: .25rem;
	}
	.item-subgroup img {
		height: 165px;
		border-radius: .25rem;
	}
	.drawer__item .button {
		padding: .5rem .2rem;
		font-size: .9rem;
		letter-spacing: 0 !important;
	}
	footer p {
		font-size: .75rem;
	}
	.page_link {
		margin-top: -120px !important;
		padding-top: 120px !important;
	}
}
@media (max-width: 480px) {
	.item-group p > small {
		font-size: .75rem;
	}
	.item-group img,
	.item-subgroup img {
		height: 145px;
		border-radius: .25rem;
	}
}