@charset "euc-jp";
.recommend-block:last-of-type{
  border-bottom:none;
}
/*ブランドに表示させないグループ*/
/*#bの後にグループIDを入力*/
#b2051581,#b2053147,#b2054122,#b2083764,#b2083767,#b2098458,#b2098459,#b2098461,#b2128772,#b2128773,#b2128774,#b2135425,#b2136403,#b2143598,#b2362096,#b2398178,#b2412341,#b2417752,#b2428437,#b2428981,#b2434133,#b2452343,#b2463087,#b2518299,#b2531569,#b2546968,#b2552249,#b2559146,#b2566803,#b2593520,#b2596971,#b2600015,#b2605083,#b2615593,#b2642046,#b2653375,#b2653378,#b2658698,#b2660092,#b2660949,#b2677072,#b2693849,#b2704155,#b2706214,#b2715049,#b2725659,#b2732907,#b2752252,#b2757040,#b2762347,#b2771914,#b2776927,#b2785012,#b2796682,#b2802544,#b2819662,#b2849294,#b2857863,#b2857895,#b2882207,#b2890360,#b2899661,#b2914902,#b2924170,#b2928352,#b2933737,#b2941098,#b2952556,#b2976990,#b3002717,#b3014516,#b3037517,#b3061078,#b3068827,#b3080366,#b3083438,#b3092751,#b3097784,#b3099399{
	display: none !important;
}
/*シリーズに表示させないグループ*/
/*#sの後にグループIDを入力*/
#s2052805,#s2052806,#s2052807,#s2053147,#s2054122,#s2362096,#s2398178,#s2412341,#s2417752,#s2428436,#s2428981,#s2434133,#s2452343,#s2463087,#s2518299,#s2531569,#s2546968,#s2559146,#s2566803,#s2596971,#s2605083,#s2615593,#s2642046,#s2653375,#s2653378,#s2660949,#s2677072,#s2693849,#s2704155,#s2706214,#s2715049,#s2725659,#s2732907,#s2752252,#s2757040,#s2762347,#s2771914,#s2776927,#s2785012,#s2796682,#s2802544,#s2819662,#s2882207,#s2890360,#s2899661,#s2914902,#s2924170,#s2928352,#s2933737,#s2941098,#s3002717,#s3014516,#s3061078,#s3068827,#s3080366,#s3092751,#s3097784,#s3099399{
	display: none !important;
}
/*特集に表示させないグループ*/
/*#tの後にグループIDを入力*/
#t2051581,#t2052805,#t2052806,#t2052807,#t2083764,#t2083767,#t2098458,#t2128772,#t2128773,#t2128774,#t2135425,#t2136403,#t2143598,#t2098459,#t2098461,#t2428437,#t2428436,#t2552249,#t2593520,#t2660092,#t2849294,#t2857863,#t2658698,#t2600015,#t2857895,#t2952556,#t2976990,#t3037517,#t3083438{
	display: none !important;
}
/*トップページ＞お知らせの文字削除*/
.info-block .ttl-h2{
  display:none;
}
.info-block {
  margin-left:10px;
  margin-right:0px !important;
}
/*総合*/
#base_gmoWrapp, #gmo_CMSPbar {
	overflow: hidden;
	min-width: 100% !important;
	width: 100% !important;
}
form {
	margin: 0;
}
.row {
	max-width: 90%;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border: 1px solid #ccc;
	background-color: #fff;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	outline: 0;
	outline: thin dotted \9;
	border-color: rgba(82, 168, 236, 0.8);
}
.muted {
	color: #999;
}
a.muted:hover, a.muted:focus {
	color: #808080;
}
.text-warning {
	color: #c09853;
}
a.text-warning:hover, a.text-warning:focus {
	color: #a47e3c;
}
.text-error {
	color: #b94a48;
}
a.text-error:hover, a.text-error:focus {
	color: #953b39;
}
.text-info {
	color: #3a87ad;
}
a.text-info:hover, a.text-info:focus {
	color: #2d6987;
}
.text-success {
	color: #468847;
}
a.text-success:hover, a.text-success:focus {
	color: #356635;
}
.btn-01 {
 border: 1px solid #ecd783;
 background-color: #ecd783;
 color: #fff;
 *background-color: #ecd783;
}
.btn-01:hover, .btn-01:focus, .btn-01:active, .btn-01.active, .btn-01.disabled, .btn-01[disabled] {
 border: 1px solid #F1E2A9;
 background-color: #F1E2A9;
 color: #fff;
 *background-color: #F1E2A9;
}
.btn-02 {
 border: 1px solid #ecd062;
 background-color: #ecd062;
 color: #fff;
 *background-color: #ecd062;
}
.btn-02:hover, .btn-02:focus, .btn-02:active, .btn-02.active, .btn-02.disabled, .btn-02[disabled] {
 border: 1px solid #ecd783;
 background-color: #ecd783;
 color: #fff;
 *background-color: #ecd783;
}
.btn-03 {
 border: 1px solid #e6e6e6;
 background-color: #e6e6e6;
 color: #4d4d4d;
 *background-color: #e6e6e6;
}
.btn-03:hover, .btn-03:focus, .btn-03:active, .btn-03.active, .btn-03.disabled, .btn-03[disabled] {
 border: 1px solid #e6e6e6;
 background-color: #e6e6e6;
 color: #4d4d4d;
 *background-color: #e6e6e6;
}
button.btn, input[type="submit"].btn {
 *padding-top: 3px;
 *padding-bottom: 3px;
}
 button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
 padding: 0;
 border: 0;
}
button.btn.btn-large, input[type="submit"].btn.btn-large {
 *padding-top: 7px;
 *padding-bottom: 7px;
}
button.btn.btn-small, input[type="submit"].btn.btn-small {
 *padding-top: 3px;
 *padding-bottom: 3px;
}
button.btn.btn-mini, input[type="submit"].btn.btn-mini {
 *padding-top: 1px;
 *padding-bottom: 1px;
}
.btn-link, .btn-link[disabled] {
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-link {
	border-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #0088cc;
	cursor: pointer;
}
.btn-link:hover, .btn-link:focus {
	background-color: transparent;
	color: #005580;
	text-decoration: underline;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus {
	color: #333333;
	text-decoration: none;
}
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
	background-color: #f5f5f5;
}
.pagination ul > .active > a, .pagination ul > .active > span {
	color: #999;
	cursor: default;
}
.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
	background-color: transparent;
	color: #999;
	cursor: default;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
	border-left-width: 1px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.alert {
	margin-bottom: 20px;
	padding: 8px 35px 8px 14px;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fcf8e3;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert-success {
	border-color: #d6e9c6;
	background-color: #dff0d8;
	color: #468847;
}
.alert-danger, .alert-error {
	border-color: #eed3d7;
	background-color: #f2dede;
	color: #b94a48;
}
#pagetop {
	height: 54px;
	padding: 0;
	display: none;
	overflow: hidden;
}
#pagetop a {
	display: block;
	padding: 15px;
}
#pagetop img {
	width: 24px;
	height: auto;
}
/* ========================================
      PCの場合
======================================== */

body {
 background-color: #fff;
 color: #000000;
}
#container {
	z-index: 101;
	padding-top: 50px !important;
}
a {
 color: #000000;
 -webkit-transition: color 0.1s linear;
 -moz-transition: color 0.1s linear;
 transition: color 0.1s linear;
}
a:hover {
 color: #5e5e5e;
}
.text-block {
	line-height: 2;
}
.ttl-h2 {
	margin: 1em 0 1em 0;
 	color: #000000;
 	font-weight: normal;
 	font-size: 160%;
 	line-height: 1.5;
}
.ttl-h3 {
	margin-bottom: .7em;
	padding: 20px 0;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
 	color: #000000;
 	font-weight: normal;
 	font-size: 124%;
}
/* スライダー */

#slider .slick-slide{
  	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
  
.cl-arrow-img {
	opacity: 0.3;
	width: 18px !important;
	height: auto !important;
}
#slider {
	margin-bottom: 10px;
}
.slick-dots li button:before {
	font-size: 30px !important;
}
.slick-dots {
	bottom: 12px !important;
}
#slider .slick-next {
	right: 0px !important;
  padding:19% 19px 19% 7%;
}
#slider .slick-prev {
	left: 0px !important;
	z-index: 1 !important;
  padding:19% 7% 19% 18px;
}
#clslider .slick-next {
	right: 6px !important;
}
#clslider .slick-prev {
	left: 6px !important;
	z-index: 1 !important;
}
.arrow-img {
	opacity: 0.3;
	width: 10px;
	height: 10px;
}
#clslider {
	overflow: hidden;/*右にできる余白を消す*/
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.slick-slide img {
	width: 100% !important;
	height: auto !important;
	outline: none;
	border: none;
}
.slider {
	outline: 0px;
	border: 0px;
}
#sliderbutton {
	position: absolute;
	left: 1%;
	z-index: 200;
	display: none;
}
.slider-btn {
	display: block;
	padding: 20px 50px;
	font-size: 20px;
}
/*アイコン関係*/
#drop-menu .fa-instagram, #drop-menu .fa-twitter ,#drop-menu .fa-x-twitter {
	font-size: 28px !important;
	position: relative;
	top: 2px;
	color: #4d4d4d;
}
#drop-menu .fa-heart {
	font-size: 25px !important;
	position: relative;
	top: 3px;
	color: #4d4d4d;
}
#drop-menu .fa-shopping-cart {
	font-size: 25px !important;
	position: relative;
	top: 5px;
	color: #4d4d4d;
}
.header-nav-text-instagram {
	font-size: 28px !important;
	color: #4d4d4d;
}
.fa-bars, .fa-instagram, .fa-twitter, .fa-shopping-cart, .fa-heart ,.fa-x-twitter {
	text-decoration: none !important;
}
.footer-sns i.fab, .footer-sns i.fas {
	margin: 0 10px 0 0 !important;
	font-size: 30px;
}
.fa-angle-down {
	padding-right: 6px;
	color: #777777;
}
.header-icon-twitter a {
	padding: 0 12px 0 5px !important;
}
.header-icon-instagram a {
	padding: 0 12px 0 22px !important;
}
.header-icon-heart a {
	padding: 0 11px 0 3px !important;
}
.header-icon-cart a {
	padding: 0 16px 0 0 !important;
}

/*カート内の商品数*/
.item-num {
	position: absolute;
	top: 41px;
	right: 14px;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 19px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	background: #70a6ff;
	border-radius: 50%;
	box-sizing: border-box;
}
.fa-chevron-circle-up {
	font-size: 40px;
}
/*お気に入りハートボタン*/
.recommend-block .fa-heart, .prd-lst-unit .fa-heart {
	color: #a5a5a5;
	font-size: 24px;
	float: right;
	cursor : pointer;
}
.recommend-block .favorite-button.fav-items, .prd-lst-unit .favorite-button.fav-items {
	color: #e67773;
}
/* ヘッダー */
#header {
	position: relative;
	z-index: 102;
	padding-top: 16px;
}
#header a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: all;
	-moz-transition: all;
	-ms-transition: all;
	-o-transition: all;
	transition: all;
	color: #000000;
}
.drop-menu-child a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0 !important;
	opacity: 1.0 !important;
	-webkit-transition: all;
	-moz-transition: all;
	-ms-transition: all;
	-o-transition: all;
	transition: all;
	color: #000000;
}
.header-headline-nav {
	font-size: 13px;
}
.header-headline-nav .icon:before {
	margin-left: 4px;
}
.header-headline-nav ul {
	margin: 0px 0px 0 0;
}
.header-headline-nav li {
	display: inline;
	margin: 0 0 0 10px;
	padding: 0;
	vertical-align: top;
	font-size: 13px;
	letter-spacing: 0.04em;
}
.header-headline-nav li a {
	padding-left: 4px;
	color: #000000 !important;
	text-decoration: none;
	font-weight: normal;
}
.header-cart {
	float: right;
}
.header-logo {
	float: left;
	position: relative;
	top: -13px;
}
.header-logo a {
	text-decoration: none;
}
.header-logo a:hover {
	text-decoration: underline;
}
.header-logo img {
	width: 300px;
	max-width: 100%;
}
/*グローバルメニュー*/
.header-global-nav {
	z-index: 100;
	float: right;
	font-family: 'Open Sans', sans-serif;
	margin-top: 7px;
}
.header-global-nav ul {
	margin-top: -4px;
}
.header-global-nav ul li a {
	margin: 0px;
	padding: 0px 22px 0px 22px;
}
.header-global-nav li {
	position: static;
	display: inline;
	padding: 0 0px;
	vertical-align: top;
}
.header-global-nav a,  .header-global-nav span {
	color: #000000 !important;
	text-decoration: none;
	font-weight: normal;
	font-size: 17px !important;
	cursor: pointer;
}
/*ドロップメニュー*/
#drop-menu, .drop-menu-child {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #000000;
}
.drop-menu-child {
	display: none;
	position: absolute;
	margin-left: -5px;
	padding: 0;
}
.drop-menu-child li a {
	padding: 5px 10px;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: -5px;
	display: block;
	color: #000;
}
drop-menu li a:hover {
	background: #ff0000;
}
.drop-menu-cat {
	padding-top: 40px;
	left: 0px;
	vertical-align: baseline;
	width: 100%;
  	top:60px;
}
.cat-title {
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 4px 14px;
}
.drop-menu-cat-box {
	background-color: rgba(255,255,255,0.9);
	padding: 34px 30px 40px 75px;
}
.drop-menu-cat li {
	display: block;
	margin: 0;
	padding: 0;
	word-break: break-all;
 *line-height: 1.3;
}
.drop-menu-cat a {
	display: block;
	font-size: 14px !important;
}
.drop-menu-cat a:hover {
	background: #e6e6e6;
	color: rgba(0,0,0,0.8) !important;
}
.drop-menu-cat table td {
	vertical-align: top;
	line-height: 2em;
}
.drop-menu-sns {
	width: auto;
	background-color: rgba(255,255,255,0.9);
	position: absolute;
	padding: 26px 0px 0px 0px;
	top: 77px;
	right: 78px;
	display: none;
	vertical-align: baseline;
}
.drop-menu-brand {
	width: auto;
	position: absolute;
	padding: 37px 0px 0px 0px;
	top: 66px;
	right: 242px;
	display: none;
	vertical-align: baseline;
}

.drop-menu-brand li a,.drop-menu-help li a{
  background-color: rgba(255,255,255,0.9);
}

.drop-menu-help {
	width: auto;
	position: absolute;
	padding: 37px 0px 0px 0px;
	top: 66px;
	right: 152px;
	display: none;
	vertical-align: baseline;
}
.drop-menu-sns li, .drop-menu-brand li, .drop-menu-help li {
	width: 100%;
}
.drop-menu-sns a, .drop-menu-brand a, .drop-menu-help a {
	font-size: 14px !important;
	line-height: 3em;
}
.drop-menu-sns a:hover, .drop-menu-brand a:hover, .drop-menu-help a:hover {
	background: #e6e6e6;
	color: rgba(0,0,0,0.8) !important;
}
/* ----- サイドメニュー ----- */
.side-cat-sp{
  display:none;
}
.sp-nav{
  display:none;
}
.side-section {
	margin-bottom: 40px;
}
.side-section li {
	margin: 16px 0;
	padding: 0 8px;
}
.side-section li a {
 color: #000000;
 text-decoration: none;
 font-weight: normal;
 font-size: 15px;
 -webkit-transition: color 0.1s linear;
 -moz-transition: color 0.1s linear;
 transition: color 0.1s linear;
}
.side-section li a:hover {
	text-decoration: underline;
}
.incart-delivery {
	clear: both;
	font-size: 12px;
	line-height: 1.5;
	padding: 5px 8px;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #eeab53;
}
.incart-delivery ul {
	margin: 0;
}
.incart-delivery li {
	padding: 2px 0;
	margin: 0;
}
.incart-delivery li:first-child {
	border-top: none;
}
.search-select {
	margin-bottom: 10px;
}
.search-box {
	float: left;
	width: 65%;
}
.search-btn[type="submit"] {
	float: right;
	padding: 4px 0;
	width: 25%;
}
.side-category-name,  .side-group-name {
	display: block;
	margin-top: 10px;
}
.side-search {
	padding: 20px 10px 20px 6px;
	width: auto;
	margin-bottom: 70px;
}
.side-cat, .side-group {
	margin-top: 30px;
	padding-top: 28px;
	border-top-style: solid;
	border-top-color: #d8d8d8;
	border-top-width: 1px;
}
.search-box {
	width: 70%;
}
.search-btn[type="submit"] {
	width: 20%;
}
.drawer-hamburger {
	display: none !important;
}
/*サイドメニューの上と右の余白*/
.left-menu {
	padding-right: 3% !important;
	margin-top: 0px;
}
/* パンくずリスト */
.topicpath-nav {
	margin-bottom: 20px;
	font-size: 84.615%;
}
.topicpath-nav li {
	display: inline;
	margin-right: .2em;
}
.topicpath-nav li a {
	margin-left: .2em;
	color: #444;
	text-decoration: none;
}
.topicpath-nav li a:hover {
	text-decoration: underline;
}
/* 囲み */
.container-section {
	margin-bottom: 3em;
	word-break: break-all;
}
.eyecatch-block, .info-block, .recommend-block, .bestseller-block, .free_space_block {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #dbdbdb;
	word-break: break-all;
}
.info-block {
	line-height: 1.5;
}
.news {
	padding: 4px 0;
}
.news-date {
	padding-right: 10px;
}
.main-section {
	padding-left: 3 0px;
}
/* 商品一覧・価格 */
.prd-lst-price{
  font-size:15px !important;
  }
/* 商品リスト */
.prd-lst-sort {
	margin: 20px 0;
}
.prd-lst-unit {
	margin-bottom: 60px;
	padding: 0 30px 0 10px;
}
.prd-lst-img {
	background: #fff;
}
.prd-lst-img:hover {
	opacity: 0.8;
}
.prd-lst-span {
	display: block;
}
.prd-lst-name {
	margin: 10px 0 6px 0;
	padding: 0;
	font-size: 17px;
	font-size: 15px;
}
.prd-lst-exp {
	font-size: 13px;
}
.prd-lst-regular {
	font-size: 13px;
	text-decoration: line-through;
}
.prd-lst-price {
	color: #a1a19f;
	font-size: 13px;
}
.prd-lst-discount {
	color: #b81717;
}
.prd-lst-soldout {
	color: #b81717;
}
.more-prd {
	clear: both;
}
/* 商品のページャー PC */
.prd-lst-pager {
	position: relative;
	overflow: hidden;
}
.prd-lst-pager ul {
	position: relative;
	left: 50%;
	float: left;
	padding-top: 15px;
}
.prd-lst-pager li {
	position: relative;
	left: -50%;
	float: left;
	margin-right: 4px;
	text-align: center;
	line-height: 26px;
}
.prd-lst-pager li a,  .prd-lst-pager li span {
	display: block;
	float: left;
	min-width: 26px;
	height: 26px;
	box-sizing: border-box;
	padding: 0 .5em;
}
.prd-lst-pager li a {
 border: 1px solid #ecd062;
 background-color: #ecd062;
 color: #fff;
 text-decoration: none;
}
.prd-lst-pager li a:hover {
 border: 1px solid #ecd783;
 background-color: #ecd783;
}
.prd-lst-pager li span {
	border: 1px solid #c6c6c6;
	background-color: #fff;
	color: #c6c6c6;
}
/* 商品のページャー タブレット スマホ */
.header-nav-text-instagram {
	font-size: 16px !important;
	color: #4d4d4d;
}
.prd-lst-pager-phone {
	text-align: center;
}
.prd-lst-pager-phone li {
	display: inline;
	margin: 0 10px;
}
.prd-lst-pos {
	margin-top: 20px;
}
.prd-lst-pos b {
	font-weight: bold;
	font-size: 18px;
}
/* フッター */
#pagetop {
	width: 49px;
	position: fixed;
	right: 0;
	bottom: 200px;
	z-index: 200;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
#pagetop a {
	padding-right: 10px;
}
/* フッター */
.footer-wrapper {
	padding: 60px 12% 0 12%;
	border-top: none;
	border-bottom: none;
	background: #f9f9f9;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.footer-item h3 {
	margin: 0 0 10px 0;
}
.footer-item {
	margin-bottom: 20px;
}
.footer-item ul {
	list-style-type: none;
	margin-left: 0;
}
.footer-item ul li {
	padding: 3px 0;
}
.footer-sns li {
	display: inline;
}
.footer-notice {
	padding: 10px 12% 20px 12%;
	background: #f9f9f9;
	color: #666666;
	text-align: right;
}
.footer-copyright {
	padding: 10px 12% 60px 12%;
	background: #f9f9f9;
	color: #666666;
	text-align: right;
}
/*ページトップボタン*/
#page_top {
	width: auto;
	height: auto;
	position: fixed;
	right: 20px;
	bottom: -84px;
	background: none;
	opacity: 0.2;
}
#page_top a {
	position: relative;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none;
}
#page_top a::before {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
/* ショップ紹介 */
.manager-name {
	margin: 0 0 20px 0;
	font-size: 20px;
}
.manager-caption {
	padding: 0 40px 0 20px;
	border-right: 1px solid #dbdbdb;
}
/* カレンダー */
.tbl_calendar {
	margin-bottom: 20px;
	max-width: 260px;
	width: 100%;
	font-size: 84.615%;
}
.tbl_calendar caption {
	text-align: center;
}
.tbl_calendar th {
	padding: .3em 0;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.tbl_calendar td {
	padding: .5em 0;
	width: 14.2%;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.cal_memo {
	margin-top: 1em;
	font-size: 84.615%;
}
.side_cal_memo {
    clear: both;
}
/* copyright */
.copyright {
	clear: both;
	margin: 0;
	padding: 2em 0;
	color: #a1a19f;
	text-align: center;
	font-style: normal;
}
/* list */
.def-lst-dt {
	padding-top: 1em;
	font-weight: bold;
}
.def-lst-dd {
	margin: 0;
	padding-bottom: 1em;
	border-bottom: 1px solid #eee;
	line-height: 2;
}
.def-lst-dd img {
	max-width: 100%;
	width: inherit;
	height: auto;
}
/* policy */
#policy p {
	margin: 1em 0;
	color: #666;
	line-height: 1.8;
}
/*プライバシーポリシーからGMOの表記を非表示*/
.policy_lead {
	display: none;
}
#policy .ttl-h3:first-of-type{
	display:none;
}
.policy-text{
  font-size:16px;
  margin:40px 0;
}
/* freepage */
.freepage {
	word-break: break-all;
}
.freepage img {
	max-width: 100%;
	width: inherit;
	height: auto;
}
/* ========================================
      PCかつRetinaの場合
======================================== */
@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 (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
 .icon:before {
 background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-2x-b.png);
}

    /* PCかつRetinaでアイコンを白にする場合 */
    .icon-white .icon:before {
 background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-2x-w.png);
}
}
 @media (min-width: 1200px) {
.container {
	max-width: 100%;
}
}

/* ========================================
      タブレットの場合
======================================== */
@media only screen and (max-width: 980px) {
#container {
	z-index: 101;
	padding-top: 10px !important;
}
.col {
	padding-left: 2% !important;
	padding-right: 2% !important;
}
.col img {
	width: 100%;
}
.row {
	max-width: 100%;
}
/*スライダ*/
#slider .slick-slide{
	border-right-style: none;
	border-left-style: none;
}
#slider {
	margin-bottom: 0px;
}
.slick-dots li button:before {
	font-size: 10px !important;
}
.slick-dots {
	bottom: 3px !important;
}
.slick-dots li {
	margin: 0 1px !important;
}
#sliderbutton {
	left: 3%;
}
/*アイコン関係*/
.fa-instagram, .fa-twitter, .fa-x-twitter {
	margin-left: 12px;
	font-size: 30px;
	line-height: 60px;
}
.fa-bars {
	font-size: 23px;
	padding-top: 18px;
	padding-bottom: 19px;
	line-height: 60px;
}
.fa-times-circle {
	font-size: 34px;
	padding-top: 12px;
	padding-bottom: 19px;
	line-height: 60px;
}
.fa-times-circle:before {
	background-color: rgba(203,203,203,1);
}
.header-nav-text-instagram {
	font-size: 17px;
}
.header-nav-text-instagram li {
	width: 100%;
	font-weight: normal;
}
.fa-heart {
	margin-left: 6px;
	margin-right: 0;
	font-size: 22px;
	padding-top: 19px;
	padding-bottom: 19px;
	line-height: 60px;
} 
.product-spec-block .fa-heart {
	margin-left: 6px;
	margin-right: 0;
	font-size: 22px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 0px;
}
.fa-shopping-cart {
	margin-left: 9px;
	margin-right: 4px;
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 19px;
	line-height: 60px;
}
/*カート内の商品数*/
.item-num {
	position: absolute;
	z-index: 990;
	top: 12px;
	right: 10px;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	line-height: 17px;
	text-align: center;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	background: #70a6ff;
	border-radius: 50%;
	box-sizing: border-box;
}
.fa-bars, .fa-instagram, .fa-twitter, .fa-shopping-cart, fa-heart ,.fa-x-twitter {
	text-decoration: none !important;
}
.footer-sns {
	text-align: center;
}
.footer-sns i.fab, .footer-sns i.fas {
	font-size: 34px;
	margin: -3px 10px 0 10px !important;
}
.sp-rss {
	display: none !important;
}
/* ヘッダー */
.header-logo {
	position: absolute;
	padding: 12px 0 0 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.header-logo img {
	width: 178px;
	max-width: 100%;
}
#header {
	padding-top: 0;
}
.header-nav-phone {
	margin-right: 8px;
}
.nav-btn-phone img {
	width: 28px;
	height: 60px;
}
.header-nav-phone {
	z-index: 99;
	float: right;
	height: 60px;
}
.header-nav-lst-instagram {
	position: absolute;
	left: 50%;
	display: none;
	margin-left: -50%;
	width: 100%;
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
}
.header-nav-lst-instagram ul {
	margin: 0;
}
.header-nav-lst-instagram li {
	padding: 0;
	border-bottom: 1px solid #dbdbdb;
	text-align: center;
}
.header-nav-lst-instagram li:last-child {
	border-bottom: none;
}
.header-nav-lst-instagram a {
	display: block;
	padding: 20px 0;
	color: #000000;
}
.header-nav-lst-instagram a:hover {
	background: #f9f9f9;
	text-decoration: none;
}
.header-nav-lst-phone {
	position: absolute;
	left: 50%;
	display: none;
	margin-left: -50%;
	width: 50%;
	background: #fff;
}
.header-nav-lst-phone ul {
	margin: 0;
	width: 100%;
	float: left;
}
.header-nav-lst-phone li {
	padding: 0;
	border-bottom: 1px solid #dbdbdb;
	text-align: center;
}
.header-nav-lst-phone li:last-child {
	border-bottom: none;
}
.header-nav-lst-phone a {
	display: block;
	padding: 15px 0;
	font-size: 15px;
	color: #000000;
}
.header-nav-lst-phone a:hover {
	background: #f9f9f9;
	text-decoration: none;
}
.phone-cat {
	width: 50%;
	border: 1px solid #d8d8d8;
	-webkit-border-radius: 5px 0px 5px 5px;
	border-radius: 5px 0px 5px 5px;
}
.phone-group {
	margin-left: 0% !important;
	width: 50%;
	border: 1px solid #d8d8d8;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}
/*ハンバーガーメニュー*/
.sp-nav{
  display:block;
}
.drawer-hamburger {
	display: block !important;
	position: absolute !important;
}
.side-cat-sp {
  	display:block;
	font-size: 19px;
	font-weight: bold;
	padding-bottom: 6px;
}
.side-section li a {
	font-size: 16px;
}
.side-search {
	padding: 30px 10px 30px 6px;
	width: auto;
	margin-bottom: 32px !important;
}
.side-sp {
	display: block;
}
.side-sp-sns {
	font-size: 16px;
	font-weight: bold;
	padding: 20px 16px 20px 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8d8;
}
.side-sp-sns-text {
	list-style-type: none;
	margin: 0;
}
.side-sp-sns-text li {
	display: inline-block;
	vertical-align: middle;
}
.drawer-hamburger {
	position: absolute;
}
.side-sp-login {
	padding: 20px 8px 20px 8px;
	margin: 0px 0px 0px 0px;
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8d8;
}
.side-sp-login-half {
	list-style-type: none;
	float: left;
	overflow: visible;
	word-break: keep-all;
	line-height: 34px;
	margin-right: 2%;
	width: 46%;
}
.side-sp-login-half-bold {
	font-weight: bold;
}
.side-sp-login-half .fa-sign-out-alt {
	font-weight: normal;
}
.side-sp-login-full {
	list-style-type: none;
	float: left;
	overflow: visible;
	word-break: keep-all;
	line-height: 34px;
	margin-right: 2%;
	width: 96%;
}
.drawer--left.drawer-open .fa-bars {
	display: none;
}
.drawer--left.drawer-open .fa-bars {
	display: none;
}
.drawer--left.drawer-open .drawer-hamburger {
	left: 15.7rem !important;
}
.drawer--left.drawer-open .fa-times-circle {
	display: block;
}
.drawer-hamburger .fa-times-circle {
	display: none;
}
.drawer-hamburger {
	z-index: 999 !important;
 padding: 0px .5rem 30px !important;
}
.drawer--left.drawer-open .drawer-hamburger {
}
.drawer-nav {
	z-index: 998 !important;
}
.drawer-menu {
	padding: 0px 16px 16px 16px !important;
}
.drawer--top.drawer-open .drawer-nav {
	top: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.drawer--left.drawer-open .drawer-nav,  .drawer--left .drawer-hamburger,  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
	left: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.drawer--right.drawer-open .drawer-nav,  .drawer--right .drawer-hamburger,  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
	right: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
/*サイドメニュー*/
.side-search {
	padding: 20px 10px 40px 6px;
	width: auto;
	margin-bottom: 70px;
}
.side-pc{
  display:none;
  }
.search-box {
	width: 55%;
}
.search-btn[type="submit"] {
	width: 35%;
}
.side-section {
	margin-bottom: 0px;
}
.side-section ul li {
	margin: 0;
}
.side-section ul li a {
	display: block;
	padding: 4px 0;
}
.side-section ul li a:hover {
	text-decoration: none;
}
.side-other ul li a {
	display: block;
	padding: 3px 0;
}
.side-other, .side-info {
	display: block;
	margin-bottom: 22px;
	margin-top: 30px;
	padding-top: 28px;
	border-top-style: solid;
	border-top-color: #d8d8d8;
	border-top-width: 1px;
}
.side-about-brand {
	border-top-style: double;
	border-top-width: initial;
}
.side-other-title {
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 4px !important;
}
.side-other li a {
	font-size: 15px;
}
.side-info li a {
	font-size: 14px;
}
.side-copyright {
  	display:block;
	font-size: 14px;
	color: #666666;
	margin-top: 20px;
	padding: 30px 0 20px 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d8d8d8;
}
/*フッター*/
.footer-wrapper {
	padding: 40px 8% 0 8%;
}
.footer-item {
	width: 46%;
}
  .footer-notice{
	text-align: left;
	padding: 6px 8% 50px 8%;
}
.footer-copyright {
	text-align: center;
	padding: 6px 8% 50px 8%;
}
.sp-toku {
	letter-spacing: -1.2px;
	white-space: nowrap;
}
/*送料案内・非表示*/
.incart-delivery {
	display: none !important;
}
.footer-company {
	clear: both;
}
/*お知らせスペース*/
.info-block {
	padding-bottom: 22px;
}
.info-block h2 {
	margin: 16px 0 10px 0;
}

/*商品一覧*/
.recommend-block h2 {
	margin: 0 0 1em 0;
}
.prd-lst-unit {
	margin-bottom: 0px;
}
.pull-right {
	float: none !important;
	width: 100% !important;
}

  /* ========================================
        タブレットかつRetinaの場合
  ======================================== */
  @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 (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
 .icon:before {
 background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-b.png);
}

    /* スマホかつRetinaでアイコンを白にする場合 */
    .icon-white .icon:before {
 background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-w.png);
}
}
}

/* ========================================
      スマホの場合
======================================== */
@media only screen and (max-width: 768px) {
/*ハンバーガーメニュー*/
.drawer-hamburger {
	display: block !important;
	position: absolute !important;
}
.container {
	width: auto;
}
.eyecatch-block,  .info-block,  .recommend-block,  .bestseller-block,  .free_space_block {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dbdbdb;
}
.ttl-h3 {
	position: relative;
	margin: 0 0 20px 0;
}
/* スライダー */
.bx-prev,  .bx-next {
	display: none;
}
#sliderbutton {
	left: 20px;
}
.slider-btn {
	padding: 4px 10px;
	font-size: 13px;
}
/* スマホ用メニュー */
.menu-btn-phone {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.menu-btn-phone .icon {
	padding-left: 0;
}
.menu-btn-phone.icon-down:before {
	float: right;
	margin-left: 0;
}
.menu-btn-phone.icon-up:before {
	float: right;
	margin-left: 0;
}
/* メイン */
.main-section {
	padding-left: 0;
}
/* サイドメニュー */
.side-search {
	padding: 20px 10px 20px 6px;
	width: auto;
	margin-bottom: 70px;
}
.side-cat, .side-group {
	margin-top: 30px;
	padding-top: 28px;
	border-top-style: solid;
	border-top-color: #d8d8d8;
	border-top-width: 1px;
}
.search-box {
	width: 70%;
}
.search-btn[type="submit"] {
	width: 20%;
}
/* 商品 */
.prd-lst-unit {
	margin-bottom: 0px !important;
}
.prd-lst-sort {
	text-align: center;
}
/* フッター */
#pagetop {
	width: 54px;
	margin: 30px auto;
	display: block !important;
	position: static;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#pagetop a {
	padding-right: 15px;
}
.manager-name {
	text-align: center;
}
.manager-caption {
	padding: 20px 10px;
	border-right: none;
}
.copyright {
	font-size: 10px;
}
  /* ========================================
        スマホかつRetinaの場合
  ======================================== */
  @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 (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
 .icon:before {
 background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-b.png);
}

      /* スマホかつRetinaでアイコンを白にする場合 */
      .icon-white .icon:before {
 background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-w.png);
}
}
}
/* IE用 */
.ie_wrapper .container {
	width: 1170px;
}
/* ========================================
      スマホの場合
======================================== */
@media only screen and (max-width: 480px) {
.container {
	width: auto;
	padding: 0 1%;
}
}
