@charset "euc-jp";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

span.en, span.zei {
font-size: 10px;
margin: 0 2px;
}
.footmenu {
display: none;
}
#loading {
    display:none;
    height: 30px;
    left: 50%;
    margin-left:-15px;
    margin-top:-15px;
    position: fixed;
    text-align: center;
    top: 44%;
    width: 30px;
    z-index: 99999;
}
.loadingbox div {

}
#loader {
    position: absolute;
    width: 30px; /*ローディングアイコンの横サイズ*/
    height: 30px; /*ローディングアイコンの縦サイズ*/
    border-radius: 50%;  /*CSS3で円を書く*/
    border: 2px solid #000;  /*円に○の白枠をつける*/
    border-right-color: transparent; /*円の右にC状の空きをつける*/
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg);   opacity: 0.2; } /*0%の時は20％の透明度*/
    50%  { transform: rotate(180deg); opacity: 1.0; } /*50%の時は透明度なし*/
    100%   { transform: rotate(360deg); opacity: 0.2; } /*100%の時に20％の透明度に戻る*/
}

html, button, input, select, textarea {
    font-family: 'Noto Sans Japanese','YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo';
    letter-spacing: 1px;
}
.slick-slider {
padding-bottom: 45px;
}
.w-k-in {
    position: relative;
}
slick-initialized .slick-slide {
    display: block;
}
ul, ol {
margin: 0;
padding: 0;
  list-style: none;
}
#page-wrapper {
  position: relative;
}
#wrapper {
}
#container {
  clear: both;
  overflow: hidden;
  position: relative;
}
.container {
  /*max-width: 934px;*/
  width: 100%;
}
button.slide-arrow {
    background: transparent;
    border: none;
    border-bottom: 0 none;
    border-radius: 0;
    padding: 0;
    text-decoration: none;
}
button.slide-arrow:hover, button.slide-arrow:focus {
    background: transparent;
    opacity: .8;
}
button.slide-arrow img {
    width: 18px;
}
button.slide-arrow.prev-arrow {
position: absolute;
top: 40%;
right: 2%;
  z-index: 100;
}
button.slide-arrow.next-arrow {
position: absolute;
top: 40%;
left: 2%;
z-index: 100;
}

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: #141414;
  /*background-color: #fff;*/
  /*background-image: url(https://img.shop-pro.jp/tmpl_img/74/bg.gif);*/
  font-family: 'Noto Sans Japanese','YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo';
  letter-spacing: 1px;
  font-size: 13px;
}

a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}
.nav-menu li a {
font-family: 'Roboto', sans-serif;
padding: 0 0 2px;
text-transform: capitalize;
font-size: 13px;
}
a:hover{
  color: #888;
  text-decoration: none;
}

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

.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 {
}
#header-top{
  width: 92%;
  float: right;
  padding-top: 65px;
  padding-bottom: 55px;
}
#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 {
  min-width: 10%;
  max-width: 100%;
}
.shop-name {
  margin: 0;
  width: 100%;
  max-width: 265px;
}
  .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;
}
.unit-inner:hover {
opacity: .6;
}
/*.prd-lst-cap {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}*/
.prd-lst-cap {
background: transparent;
position: relative;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.prd-lst-cap-inner{
  padding: 15px;
}
.prd-lst-img {
  display: block;
}
.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: #333;
  width: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=1)";
  filter: alpha( opacity=1 );
  opacity: 1;
  * display: none;
}
.prd-lst-regular {
  text-decoration: line-through;
}
.prd-lst-discount {
  color: #FFF;
  font-weight: bold;
}
.unit-inner:hover .prd-lst-cap{
  /*background: url("https://img.shop-pro.jp/tmpl_img/74/blur.png");*/
  background-repeat : repeat;
  background-position: left;
}
.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 {
  }
    .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 {
  margin-top: 0;
}

/* footer nav */
.footer-top{
  border-top: 0px solid #ddd;
  border-bottom: 0px solid #ddd;
  padding: 50px 0;
}
.footer-nav {
  list-style: none;
  margin: 0;
}
  ul.footer-nav > li {
    margin: 1em 2.5% 1em 0;
    padding-left: 0 ;
  }
.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;
  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 1em;
}

/* 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;
  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 {
  }

/*
 * 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;
}
/*メニュー*/
.overlayMenuBtn  {
    position: absolute;
    top: 75px;
    right: 4%;
    height: 50px;
    cursor: pointer;
    z-index: 100001;
  }
  .overlayMenuBtn span {
    position: relative;
    display: block;
    width: 30px;
    border: 1px solid #000;
    transition: .5s;
  }
  .overlayMenuBtn span:nth-child(1) { top: 0; }
  .overlayMenuBtn span:nth-child(2) { top: 10px; }
  .overlayMenuBtn span:nth-child(3) { top: 20px; }

  .overlayMenu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: rgba(231, 234, 235, 0.95);
    z-index: 100000;
  }
  .overlayMenuInner {
    display: table;
    width: 100%;
    height: 100%;
    height: 100vh;
  }
  .overlayMenuItem {
   display: table-cell;
   text-align: center;
   vertical-align: middle;
  }
  .overlayMenuItem ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .overlayMenuItem ul li {

  }
  .overlayMenuItem ul li:last-child {
    
  }
  .overlayMenuItem ul li a {
    display: block;
    width: 100%;
    padding: 20px 0 20px;
    color: #000;
    text-decoration: none;
    transition: .5s;
    text-align: center;
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
  }
/*  .overlayMenuItem ul li a:hover { background-color: #009170; }*/
  .overlayMenuItem ul li a:hover { opacity: .4; }
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
color: #000;
font-style: normal;
}
/*フッター*/
.home-head {
position: relative;
z-index: 3;
bottom: 5%;
left: 0;
width: 100%;
margin-top: 100px;
}
.home-head-in {
position: relative;
}
.hhi-l {
width: 25%;
float: left;
}
.logo-box {
width: 100%;
max-width: 230px;
  margin: auto;
}
.home-head-in .logo-box .site-title {
font-size: 60px;
font-weight: bold;
line-height: 1;
margin: 0;
padding: 0;
}
.hhi-c {
width: 50%;
float: left;
}
.hhi-r {
width: 25%;
float: left;
text-align: center;
}
.menu-box {
padding-top: 58px;
}
.main-navigation {
clear: both;
margin: 0;
max-width: 100%;
min-height: 1px;
position: relative;
}
.nav-menu li {
display: inline-block;
padding: 0 1%;
}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
color: #000;
font-style: normal;
}
p.os-btn {
padding-top: 52px;
text-transform: uppercase;
font-size: 16px;
font-weight: bold;
}
p.os-btn a {
    text-decoration: none;
    /*font-family: 'Roboto', sans-serif;*/
    /*border-bottom: 2px solid;*/
}
p.os-btn a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
p.os-btn a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
p.os-btn a:hover:before, p.os-btn a:focus:before, p.os-btn a:active:before {
  right: 100%;
}
p.os-btn a:hover {
    color: #000;
}
.nav-menu {
text-align: center;
}
.nav-menu li a {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.nav-menu a:hover {
  color: #000;
}
.nav-menu li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #000;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.nav-menu li a:hover:before, .nav-menu li a:focus:before, .nav-menu li a:active:before {
  right: 0;
}

/*ページング*/
.icon_next_dis:before, .ie_icon_next_dis {
float: right;
margin-right: 0;
background-position: right -80px;
}
.prd_lst_pager {
position: relative;
overflow: hidden;
margin-top: 2em;
}
.prd_lst_pager ul {
position: relative;
left: 50%;
float: left;
}
.prd_lst_pager .prd_lst_pager_prev, .prd_lst_pager .prd_lst_pager_next {
padding: .5em 0;
width: 8em;
}
.icon_next_dis:before, .ie_icon_next_dis {
float: right;
margin-right: 0;
background-position: right -80px;
}
.icon_prev_dis, .icon_next_dis {
display: block;
color: #aaa;
}
.prd_lst_pager li {
position: relative;
left: -50%;
float: left;
}
.prd_lst_pos b {
font-size: 160%;
}
.prd_lst_pager .prd_lst_pager_next {
text-align: right;
}
.icon:before, .ie_icon {
display: block;
float: left;
margin-right: 4px;
width: 16px;
height: 16px;
background-image: url(https://img.shop-pro.jp/tmpl_img/63/icons16.png);
background-repeat: no-repeat;
content: "";
}
.icon_next_dis:before, .ie_icon_next_dis {
float: right;
margin-right: 0;
background-position: right -48px
}
.icon_next:before, .ie_icon_next {
float: right;
margin-right: 0;
background-position: right -48px;
}
.icon_prev:before, .ie_icon_prev {
margin-right: 0;
background-position: left -32px;
}
.icon_prev_dis:before, .ie_icon_prev_dis {
margin-right: 0;
background-position: left -64px;
}
.topicpath_nav {
padding: 3% .5%;
/*border-top: 1px solid #ddd;*/
}
.topicpath_nav li {
display: inline;
margin-right: .2em;
}
.topicpath_nav li a {
margin-left: .2em;
color: #444;
text-decoration: none;
}
.content-in {
overflow: hidden;
width: 88%;
float: right;
}
.bg {
  top: 5%;
  width: 60%;
  height: 50%;
  position: absolute;
  left: 0;
  background-color: #e7eaeb;
  z-index: -1;
}
.catbox-in {
position: relative;
}
.catbox-in a {
  color: #fff;
}
.catbox-in a:hover {
  color: #888;
}
.catbox-in img {
  opacity: .7;
}
.catbox-in img:hover {
  opacity: 1;
}
.catbox-name {
position: absolute;
z-index: 999;
top: 0;
color: #fff;
font-size: 20px;
text-transform: capitalize;
font-weight: bold;
font-family: 'Roboto', sans-serif;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
text-align: center;
width: 100%;
  letter-spacing: 2px;
}
.catbox-name span {
font-size: 14px;
font-weight: normal;
}
ul.foot_category_lst {
  overflow: hidden;
}
ul.foot_category_lst li {
  width: 33.3333%;
  float: left;
}
#foot-container {
  background-color: transparent;
  position: relative;
  padding: 0;
  margin: 100px 0 0;
}
.footer-primary, .footer-secondary {
  width: 100%;
  max-width: 750px;
  margin: auto;
}
.recommend-items .ttl-h2 {
padding-left: 1.5%;
margin-top: 100px;
}
ul.sns-cm {
overflow: hidden;
}
ul.sns-cm li {
display: inline-block;
margin: 10px;
width: 25px;
}
.svg-icon svg {
width: 100%;
height: auto;
}




@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%;
  }
  .page-wrapper {
  overflow: hidden;
  }
}
@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-name{
    padding: 0 1%;
    text-align: center
  }
  .header-dropdown {
    position: absolute;
    top: 0;
    z-index: 200;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
  }
  .header-dropdown.affix {
    position: fixed;
  }
    .header-dropdown .dropdown-nav li {
      border-bottom: 1px solid #ddd;
      text-align: center;
    }
    .header-dropdown .dropdown-nav a {
      display: block;
      padding: 12px;
      color: #444;
    }
    .header-dropdown .btn-dropdown {
      padding-left: 34px;
      font-size: 15px;
      line-height: 1.6;
    }
    .header-dropdown .btn-dropdown-close {
      background: #ddd;
    }
  .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: #444;
      -webkit-backface-visibility: visible;
      backface-visibility: visible;
    }
    .unit-inner:hover span.prd-lst-span{
      color: #444;
    }
  .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: 643px) {
  .about-link-all {
  margin-left: 2%;
  }
  #page-wrapper {overflow: hidden;}
  #wrapper {
padding: 0;
}
.overlayMenuBtn span {
width: 30px;
}
.footer-bottom {
display: none;
}
  #foot-container {
background-color: transparent;
position: relative;
padding: 0;
margin: 30px 0 0;
  }
  ul.foot_category_lst li {
width: 100%;
float: none;
    padding:0;
}
  .recommend-items .ttl-h2 {
padding-left: 1.5%;
margin-top: 20px;
}
  .content-in {
overflow: hidden;
width: 100%;
float: none;
}
  .slider {
width: 100%;
margin-right: 0;
float: none;
}
  .overlayMenuBtn {
position: absolute;
top: 25px;
right: 3%;
height: 50px;
cursor: pointer;
z-index: 100001;
}
#header-top {
  width: 100%;
float: none;
padding-top: 30px;
padding-left: 20px;
}
  .shop-name {
    display: inline-block;
  max-width: 225px;
  }
  .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;
  }
.footmenu {
display: block;
margin-top: 55px;
border-top: 1px solid #cfcfcf;
padding-top: 25px;
  }
.footmenu .main-navigation {
clear: both;
margin: 0;
max-width: 100%;
min-height: 1px;
position: relative;
}
.footmenu .nav-menu li {
display: block;
padding: 0 1%;
}
.footmenu .nav-menu li a {
display: block;
width: 46%;
float: left;
margin: 20px 2%;
padding-bottom: 10px;
  vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
  font-family: 'Roboto', sans-serif;
padding: 0 0 2px;
text-transform: capitalize;
font-size: 13px;
}
.footmenu .nav-menu li a:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 0;
bottom: 0;
background: #000;
height: 1px;
-webkit-transition-property: right;
transition-property: right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.footer-top {
  overflow: hidden;
width: 100%;
  }
}
@media (max-width: 480px) {
.col.col-xs-12.col-lg-6 {
width: 50%;
}
}
/* 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; }