@charset "euc-jp";

body{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica,"Þâ¥´¥·¥Ã¥¯", YuGothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro","¥Ò¥é¥®¥Îí÷¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
  font-weight:500;
}

#wrapper {
}
#container {
  clear: both;
}
.container {
  max-width: 980px;
}

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;
}

body {
  color: #59493f;
  background-color: #fff;
}

a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #59493f;
}
a:hover{
  color: #59493f;
  text-decoration: underline;
}
a img:hover{
	opacity: .8;
}

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;
}

h2 {
  margin: 2em 0;
  text-align: left;
  font-size: 15px;
}
  .ttl-h2 {
    padding: 0 1.4%;
  }

.btn-01 {
  border: 1px solid #fff;
  background-color: #fff;
  color: #444;
  *background-color: #fff;
  width: 100%;
  border-radius: 0;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  margin: 30px 0 0;
  padding: 20px 0;
  display: block;
}
.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #ddd;
  color: #444;
  *background-color: #ddd;
}

/*
 * web font
 */
.google-font {
  text-transform: uppercase;
  letter-spacing: .6px;
  font-weight: 400;
  font-family: 'Sintony', sans-serif;
}
  .google-font.fwb {
    font-weight: 700;
  }

/*
 * header
 */
#header-wrapper {
  padding: 0 1.4%;
}
#header-top{
  padding: 1em 0 4em;
}
#header-top .col{
  padding: 0;
}
.header-link a {
  color: #aaa;
}
  .header-link a:hover span {
    color: #444;
    text-decoration: none;
  }
.header-link i {
  vertical-align: middle;
}

/* header-line-nav */

.header-line-nav {
  text-align: right;
}
  .header-line-nav .inline{
    margin: 0;
  }
  .header-line-nav .inline li {
    padding: 0;
    margin-left: 25px;
    position: relative;
    vertical-align: middle;
  }
  .header-line-nav a {
    cursor: pointer;
    display: block;
  }
  .header-line-nav span {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 12px;
    padding: 0 0 0 7px;
  }

.view-cart {
  position: relative;
  top: -6px;
  left: 50px;
  padding-top: 0 !important;
}
.cart-count {
  font-size: 17px;
  padding: 0 0 0 7px;
  vertical-align: -2px;
}
.btn-viewcart {
  padding: 1px 15px 0 13px;
}

/* header logo */

.shop-logos {
  margin: 3.5em 0 0;
  min-width: 10%;
  max-width: 100%;
}
.shop-name {
  margin: 0;
  font-size: 21px;
}
  .shop-name a{
    color: #444;
    text-decoration: none;
    display: block;
  }
    .shop-name a:hover{
      color: #aaa;
    }
.shop-description {
  font-size: 13px;
  font-weight: normal;
  color: #444;
  margin: 0;
}

/* header global nav */

#header-global-nav {
  padding: 1.8em 0 1.2em;
  text-align: left;
  font-size: 15px;
  clear: both;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
  #header-global-nav .inline > li {
    padding: 0 1.8em 0 0;
  }
  #header-global-nav .inline a {
    text-decoration: none;
    color: #aaa;
  }
    #header-global-nav .inline a:hover {
      text-decoration: none;
      color: #444;
    }

/* incart delivery */
.incart-delivery {
  text-align: left;
  margin: 3.5em 0 0;
}
  .incart-delivery ul {
    margin: 0;
    list-style: none;
    font-size: 11px;
  }

/*
 * product list
 */
.prd-lst-unit {
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  padding: 0;
  margin: 0 0 3.4%;
}
.prd-lst-link{
  display: block;
  color: #fff;
  max-width: 100%;
  padding: 0 3.2%;
}
.unit-inner{
  width: 100%;
  height: 100%;
  position: relative;
  clear: both;
}
.prd-lst-cap {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.prd-lst-cap-inner{
  padding: 15px;
}
.prd-lst-img {
  display: block;
}
span.prd-lst-span {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  margin: .3em 0;
  font-size: 13px;
  color: #fff;
  width: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha( opacity=0 );
  opacity: 0;
  * display: none;
}
.prd-lst-regular {
  text-decoration: line-through;
}
.prd-lst-discount {
  color: #FFF;
  font-weight: bold;
}
.unit-inner:hover .prd-lst-cap{
  background: rgba(000,000,000,.7);
}
.unit-inner:hover span.prd-lst-span{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha( opacity=100 );
  opacity: 1;
  * display: block;
}

/* product list sort */
.prd-lst-sort {
  margin: 28px 0;
  color: #444;
  text-align: right;
  font-size: 13px;
}
.prd-lst-sort a{
  color: #aaa;
}
.prd-lst-sort a:hover{
  color: #444;
}

/* prduct list pager */
.prd-lst-pager {
  padding: 30px 0 20px;
  text-align: center;
}
  .prd-lst-pager .inline li {
    padding: 0 1.4%;
  }
    .prd-lst-pager .inline li span {
     color: #ddd;
    }
    .prd-lst-pager .inline li a {
      color: #444
    }
      .prd-lst-pager .inline li a:hover {
        color: #aaa;
      }
.prd-lst-pos b {
  font-size: 18px;
  font-weight: normal;
}

/*
 * product
 */
.product-image-thumb img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  filter: alpha( opacity=50 );
  opacity: 0.5;
}
.thumb-active img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha( opacity=100 );
  opacity: 1;
}

/* freepage */
.freepage {
  word-break: break-all;
  padding: 2em 0;
}
  .freepage img {
    max-width: 100%;
    width: inherit;
    height: auto;
  }

/*
 * footer
 */

#footer-wrapper {
	overflow: hidden;
	border-top: 1px solid #ddd;
  padding-bottom: 30px;
}

/* footer nav */
.footer-nav {
  list-style: none;
  margin: 0;
}
  ul.footer-nav > li,
	#navSpFooter > li{
    margin: 18px 2.5% 0 0;
    padding-left: 11px;
 		position: relative;
	}
	ul.footer-nav > li:after,
	#navSpFooter > li:after{
  	content: '';
    width: 0;
    height: 0;
    border: solid 6px transparent;
    border-left: solid 6px #d1c0a5;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
	}
.footer-primary {
  padding-top: 16px;
}
  .footer-primary a {
    color: #444;
  }
    .footer-primary a:hover {
      color: #aaa;
    }
.freepage-nav {
  margin-bottom: 1.5em;
  padding-bottom: .8em;
  border-bottom: 1px solid #ddd;
}
.footer-secondary {
  font-size: 12px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 18px;
}
  .footer-secondary li {
    margin-right: 2.5%;
  }
  .footer-secondary a {
    color: #aaa;
  }
    .footer-secondary a:hover {
      color: #444;
    }

/* footer-bottom */
.footer-bottom{
    padding: 2.5em 0 1.5em;
}

/* social icon */
.social-nav {
  text-align: right;
  margin: -4px 0 0 0;
  padding: 0;
}
ul.social-nav > li {
  padding-right: 0;
  vertical-align: bottom;
}

/* copyright */
.copyright {
  text-align: left;
  font-size: 12px;
  padding: 0;
  word-break: break-word;
}
  .copyright a{
    color: #aaa;
  }
    .copyright a:hover{
      color: #444;
    }
  .copyright span{
    float: left;
    margin: 0 15px 0 0;
  }

.powered {
  display: block;
  width: 180px;
  height: auto;
  padding: 0;
  margin: 0;
  float: left;
  text-align: center;
}

/*
 * slider
 */
.slider {
  margin-top: 2em;
  padding: 0 1.4%;
  position: relative;
}
.bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
#slider div {
  width: 100% !important;
}

/*
 * info & freespace
 */
.info, .free-space{
  margin-top: 1.8em;
  margin-bottom: 1.8em;
}
  .info .col , .free-space .col {
    padding: 0 1.4%;
  }

/*
 * search
 */
  .srh-header {
  padding: 0 0.5%;
}

/* pagetop */
#pagetop {
  position: fixed;
  right: 0;
  bottom: 100px;
  display: none;
}
.btn-pagetop {
  background: #fff;
  display: block;
  text-align: center;
  width: auto;
  padding: 17px;
  border: solid 1px #ddd;
}


@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
  .container {
    max-width: 900px;
    width: 90%;
  }
  .col-ex-size{
    width: 48.25%;
  }
}
@media (max-width: 768px) {
  #wrapper {
    padding: 3em 1.4em 0;
  }
  .container {
    width: auto;
  }
  #header-wrapper{
    padding: 0 .1%;
  }
  #header-top{
    padding: 2.2em 0 1.5em;
   }
  .shop-logos{
     margin: 2.5em 0 0 ;
   }
  .shop-name{
    padding: 0 1%;
    text-align: center
  }
  .view-cart {
    position: static;
  }
    .view-cart a {
      background-color: #fff;
      color: #444;
    }
    .view-cart span {
      display: block;
      width: 130px;
      margin: 0 auto;
    }
  .incart-delivery {
    margin: 0 0 1em;
  }
  .ttl-h2 {
     padding: 0 1.3%;
   }
  .prd-lst-cap{
    position: static;
    background: transparent;
    background-image: none;
  }
    .unit-inner:hover .prd-lst-cap{
      background: transparent;
      background-image: none;
    }
    span.prd-lst-span{
       -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha( opacity=100 );
      opacity: 1;
      * display: block;
      color: #59493f;
      -webkit-backface-visibility: visible;
      backface-visibility: visible;
    }
    .unit-inner:hover span.prd-lst-span{
      color: #59493f;
    }
  .prd-lst-cap-inner {
    position: static;
    padding: 15px 0;
  }
  .prd-lst-sort {
    font-size: 13px;
  }
  .footer-primary,
  .footer-secondary {
    padding: 0;
    border: none;
  }
  .freepage-nav{
    border-bottom: none;
  }
  .footer-nav {
    margin: 0;
    padding: 0;
  }
    .footer-nav li {
      margin: 0;
      font-size: 13px;
      border-bottom: 1px solid #ddd;
    }
    ul.footer-nav > li{
      margin: 0;
    }
      .footer-nav li:before {
        display: none;
      }
    .footer-nav a {
      display: block;
      padding: 1em 0;
      font-size: 13px;
    }
      .footer-nav a:hover {
        text-decoration: none;
      }
  .footer-bottom{
     padding: 1em 0 1.5em;
   }
  .copyright{
    text-align: center;
    margin: 0;
  }
  .copyright span{
    float: none;
  }
  .powered{
    float: none;
    margin: 1em auto 0;
  }
  .social-nav{
    text-align: center;
    margin: 1.5em 0 0 ;
  }
  ul.social-nav > li{
    padding: 0 1%;
  }
  .slider {
    padding: 0 .1%;
  }
}

@media (max-width: 480px) {
  .prd-lst-unit {
    margin-bottom: 1.4em;
    height: auto !important;
  }
  .prd-lst-link {
     padding: 0 2.1%;
   }
  .prd-lst-unit .prd-lst-cap{
    display: block;
    top: 0;
    left: 0;
  }
  .prd-lst-sort{
    text-align: left;
    margin: 0 0 3em;
  }
}


/* IE */
.ie_wrapper.container {
  width: 900px;
  overflow: auto;
}

/* icons */

.icon-b {
  width: 16px;
  height: 16px;
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility:hidden;
  *display: inline;
  *zoom: 1;
}
.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon16_b.png);
}
.hov-li:hover .icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon16_b_hover.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-b {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon16_2x_b.png);
  }
  .hov-li:hover .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon16_2x_b_hover.png);
  }
}

.icon-user { background-position: -208px -0px; }
.icon-login { background-position: -48px -80px; }
.icon-adduser { background-position: -240px -0px; }
.icon-logout { background-position: -32px -80px; }
.icon-cart { background-position: -176px -64px; }
.icon-twitter { background-position: -96px -176px; }
.icon-facebook { background-position: -128px -176px; }
.icon-instagram { background-position: -112px -192px; }
.icon-mail { background-position: -64px -0px; }

.icon-lg-b {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon24_b_hover.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon24_2x_b_hover.png);
  }
  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }
}

.icon-lg-b.icon-list { background-position: -288px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-b.icon-cart { background-position: -264px -95px; }
.icon-lg-b.icon-circled_minus { background-position: -216px -120px; }
.icon-lg-b.icon-paper_plane { background-position: -120px -0px; }

/****************************
2019.1 ¥«¥¹¥¿¥Þ¥¤¥º
*****************************/

/*#header h1 {
margin:0;
}*/


#header h1,
.heading{
	text-align: center;
}

#news dl{
	border-top: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
  max-height: 160px;
  overflow-y: scroll;
  transform: translateZ(0);
}

#news dt{
	font-weight: bold;
}

#banner li,
#brands li{
	list-style: none;
}

#about{
	background: url(https://file003.shop-pro.jp/PA01426/321/images/bgAbout.jpg) no-repeat;
	color: #fff;
	text-align: center;
}

#about p{
	line-height: 1.7 !important;
	margin-bottom: 0 !important;
}

#productList .prd-lst,
#brands{
	clear:both;
	letter-spacing: -.4em;
	margin: 0 auto;
}
#brands ul{
	margin: 0;
}
#productList .prd-lst-unit,
#brands li{
	letter-spacing: normal;
	display: inline-block;
}

.mt30{margin-top: 30px !important;}

@media (min-width: 769px){
	.sp{
		display: none;
	}
	#headerWrap{
		border-bottom: 0 !important;
	}
	#header{
		position: relative;
		padding-top: 36px;
	}
	#subnav{
		position: absolute;
		top: 65px;
		right: 0;
	}
	#subnav li{
		display: inline-block;
		padding-left: 15px;
	}
	#subnav li img{
		padding-bottom: 3px;
	}
	#subnav .cart span{
		padding: 0 10px;
	}
	.panel{
		display:block !important;
	}
	#gnav span:hover{
		cursor: pointer;
	}
	
	#gnav .navInner > ul{
  	text-align: center;
		letter-spacing: -1em;
	}
	#gnav .navInner > ul > li{
  	display: inline-block;
		letter-spacing: normal;
	}
  
  	#gnav .navInner > ul > li:nth-child(n+12) {
		display: none;
	}
    #gnav .navInner > ul > li.brand {
		display: inline-block;
	}
	#gnav .navInner > ul > li > span{
 		position: relative;
    display: inline-block;
    padding-left: 12px;
	}
	#gnav .navInner > ul > li:hover > span:after {
  	content: '';
    width: 0;
    height: 0;
    border: solid 6px transparent;
    border-top: solid 6px #d1c0a5;
    position: absolute;
    top: 53px;
    left: 50%;
    margin-left: -6px;
	}

	#gnav .navInner > ul > li:hover .menu{
  	max-height: 9999px;
  	opacity: 1;
	}
	
	#gnav .navInner > ul > li > span,
	#gnav .navInner > ul > li > a{
  	display: block;
  	padding: 26px 1em;
	}
	/* 2019.1.10 ÊÔ½¸ */
	#gnav .navInner > ul .menu{
  	transition: all .2s ease-in;
  	max-height: 0;
		display: block !important;
  	opacity: 0;
  	overflow: hidden;
  	width: 100%;
  	left: 0;
		text-align: left;
  	position: absolute;
		background: #fff;
		border-top: 1px solid #bfbfbf;
  	box-shadow: 0px 4px 7.4399999999999995px 0.56px rgba(115, 115, 115, 0.1);
		z-index: 2000;
	}
	#gnav .navInner > ul .menu .menu_inner{
  	padding: 19px 0 4px;
	}
	
	#gnav .navInner > ul .menu .menu_inner > ul{
  	display: flex;
    flex-flow: wrap;
  	justify-content: flex-start;
	}
	
	#gnav .navInner > ul .menu .menu_inner li{
  	margin: 0 0 15px 0;
		padding-right: 20px;
		list-style: none;
    width: calc(25% - 20px);
	}
	.swiper-container{
		width: 750px;
		padding-bottom: 40px !important;
		margin-top: 22px !important;
	}
	.swiper-pagination{
		bottom: 0 !important;
	}
	.containerN,
	.recommend-items{
		clear: both;
		width: 860px !important;
		margin: 0 auto !important;
		overflow: hidden;
	}
	#news{
		padding: 95px 0 42px;
	}
	#news dl{
		margin-top: 35px;
		padding: 30px 0 10px;
	}
	#news dt{
		clear: both;
		float: left;
		padding: 0 0 20px 90px;
	}
	#news dd{
		margin-left: 200px;
		padding: 0 90px 20px 0;
	}
	#banner li{
		float: left;
	}
	#banner li:last-child{
		float: right;
	}
	#about{
		margin-top: 87px;
		padding: 60px 0 64px;
	}
	#about .heading{
		margin-bottom: 40px !important;
	}
	#about p.pc{
		margin-top: 45px !important;
	}
	#insta{
		padding: 130px 0 100px;
	}
	.swiperInsta{
		clear:both;
		letter-spacing: -.4em;
		width: 860px;
		margin: 0 auto;
  }
	/* 2019.1.10 ÊÔ½¸ */
	.swiperInsta .swiper-wrapper{
		height: 420px !important;
		display: block !important;
		overflow: hidden !important;
		transform: translate3d(0,0,0) !important;
	}
	/* 2019.1.10 ÊÔ½¸ */
	.swiperInsta .swiper-slide{
		letter-spacing: normal;
		display: inline-block !important;
		overflow: hidden !important;
		width: 200px !important;
		height: 420px !important;
		margin: 0 20px 0 0 !important;
		flex-shrink: 1 !important;
		overflow: hidden !important;
	}
	/* 2019.1.10 ÄÉ²Ã */
	.swiper-slide img:first-child{
		margin-bottom: 20px;
	}
	.swiperInsta .swiper-slide:nth-child(4n){
		margin-right: 0 !important;
	}
	.swiperInsta img{
		width: 200px !important;
		height: auto !important;
	}
	#productList{
		padding: 0;
	}
	.recommend{
		padding: 75px 0 100px !important;
		background: #f9f6f1;
	}
	#productList .heading{
		margin-bottom: 50px;
	}
	#productList .prd-lst{
		width: 860px;
  }
	#productList .prd-lst-unit{
		width: 200px;
		margin: 0 20px 20px 0;
	}
	#productList .prd-lst-unit:nth-child(4n){
		margin-right: 0 !important;
	}
	#brands{
		padding: 130px 0 148px;
	}
	#brands .heading{
		margin-bottom: 40px;
	}
	#brands li{
		margin: 0 10px 10px 0;
	}
	#brands li:nth-child(3n){
		margin-right: 0 !important;
	}
	#footer-wrapper p{
		float: right;
		text-align: right;
		padding-top: 20px;
	}
	.footer-nav{
		float: left;
		width: 620px;
	}
	.footer-nav li:nth-child(3n+1){
		margin-left: 40px;
	}
}

@media (max-width: 768px){
	.pc{
		display: none;
	}
	#headerWrap{
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 60px;
		z-index: 1000;
		background: #fff;
	}
	#header{
		position: relative;
	}
	#header h1{
		width: 125px;
		margin: 0 auto;
	}
	
	#header h1 img{
		padding-top: 18px;
		width: 125px;
	}
	#cartSp{
		position: absolute;
		top: 24px;
		right: 50px;
	}
  #menuBtn{
  	display: block;
  	width: 20px;
  	cursor: pointer;
  	position: fixed;
  	top: 25px;
  	right: 10px;
  	z-index: 1001;
  	text-align: center;
  	outline: none;
  	color: #5b5b5b;
		background: #fff;
	}
	#menuBtn span,
	#menuBtn:before,
	#menuBtn:after {
		display: block;
		width: 20px;
		height: 2px;
		content: '';
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		background: #5b5b5b;
	}
	#menuBtn span{
		position: relative;
		margin: 5px 0;
	}
	#menuBtn.active span{
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	#menuBtn.active:before {
		-webkit-transform: translateY(10px) rotate(135deg);
		transform: translateY(7px) rotate(45deg);
	}
	#menuBtn.active:after {
		-webkit-transform: translateY(-10px) rotate(-135deg);
		transform: translateY(-7px) rotate(-45deg);
	}

  .panel {
  	width: 320px;
  	height: 100%;
  	transition: all 0.2s;
  	transform: translate(320px);
  	position: fixed;
  	top: 0;
  	right: 0;
  	z-index: 1000;
  	background: #FFF;
	}
	.panel.open {
  	transform: translate(0);
		box-shadow: 0 2px 25.11px 1.89px rgba(115, 115, 115, 0.13); 
	}
	
	.navInner{
		overflow: auto;
		height: 100%;
	  -webkit-overflow-scrolling: touch;
	}
	
	.navInner li{
		list-style: none;
	}
  
  	.navInner li:nth-child(n+12) {
		display: none;
	}
    .navInner li.brand {
		display: block;
	}
  
	.navInner ul{
		margin:0;
	}
	#navSp1 li{
		display: inline-block;
		padding: 70px 30px 0 10px;
	}
	#navSp2{
		padding: 45px 0 10px 23px;
		margin-bottom: 30px;
		border-bottom: 1px solid #59493f;
	}
	#navSp2 li{
		margin-bottom: 12px;
	}
	.toggle{
		padding-left: 23px;
	}
	.toggle > span,
	.toggle > a{
		display: block;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	.toggle > span{
		background: url(https://file003.shop-pro.jp/PA01426/321/images/iconPlus.png) no-repeat 270px 0px;
		background-size: 12px 12px;
	}
		
	#gnav .navInner .menu{
		display: none;
		margin: 0px 0 5px;
		font-size: 14px;
	}
	
	#gnav .navInner .menu li{
		margin-bottom: 1em;
	}
	
	#gnav .navInner .menu li a{
		display: block;
	}
	
	/* 2019.1.10 ÄÉ²Ã */
	#gnav .menu_inner{
		padding: 5px 0 !important;
	}
	
	#navSpFooter{
		padding: 0 0 30px 23px;
	}
	
	#navSpFooter > li{
		margin-bottom: 5px;
		font-size: 11px;
	}
	
	.swiperSlide{
		padding-top: 80px !important;
	}
	
	#news dl{
		padding: 30px;
	}
	#news dd{
		margin: 5px 0 10px 0;
	}
	.containerN{
		clear: both;
		padding: 2.5em 0;
	}
	#banner li{
		text-align: center;
		margin-bottom: 30px;
	}
	#about{
		margin: 0 -1.4em;
		padding: 2em 14% 2.3em;
		text-align: left;
		line-height: 1.75;
		background: url(https://file003.shop-pro.jp/PA01426/321/images/bgAboutSp.jpg) no-repeat;
		background-size: cover;
	}
	#about .heading{
		margin-bottom: 3em !important;
	}
	#about .mt30{
		margin-top: 1em !important;
	}
	#about p.sp{
		text-align: center;
		margin-top: 1em !important;
	}
	#instaWrap{
		position: relative;
		padding: 0 14%;
	}
	.swiper-slide{
		text-align: center;
		margin-bottom: 20px;
	}
	.swiperInsta img{
		width: 94%;
      margin-top: 6%;
	}
	.swiper-button-next{
		background-image: url(https://file003.shop-pro.jp/PA01426/321/images/arrowR.png) !important;
		background-size: 13px 26px !important;
	}
	.swiper-button-prev{
		background-image: url(https://file003.shop-pro.jp/PA01426/321/images/arrowL.png) !important;
		background-size: 13px 26px !important;
	}
	#productList{
		padding: 2.5em 16%;
	}
	.recommend{
		background: #faf5ed;
	}
	.heading img{
		zoom: 0.5;
		-moz-transform: scale(0.5);
	}
	#productList .prd-lst{
		width: 100%;
  }
	#productList .prd-lst-unit,
	#brands li{
		width: 50%;
		padding: 0 2%;
		box-sizing: border-box;
	}
	#productList .prd-lst-unit img{
		width: 100%;
	}
	#productList .prd-lst .prd-lst-unit:nth-child(n+9){
		display: none !important;
	}
	#brands{
		padding: 2.5em 2.5%;
	}
	#brands .heading{
		margin-bottom: 1em;
	}
	#brands li{
		margin-bottom: 10px;
	}
	#footer-wrapper{
		padding: 1em 0;
		text-align: center;
	}
	#footer-wrapper img{
		width: 193px;
	}
}

/*Ä´À°}*/

.sk-lst {
    max-width: 980px;
    margin: 0 auto;
}
#policy {
    max-width: 980px;
    margin: 0 auto;
}