@charset "euc-jp";
body {margin:0;padding:0;}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {margin: 0;padding: 0;}
h2, h3 {
  font-family: 'Montserrat', sans-serif;
}
a {
  color:#b1671c;
}
li {list-style: none;}
img{border:none;vertical-align:top;}
.opacity a:hover img{Filter: Alpha(Opacity=85);opacity:.85;}
.size10{font-size:10px !important; line-height:14px !important;}
.f-r{float: right;}
.f-l{float: left;}
.mgt8p{margin-top:8%;}
.mgt10p{margin-top:10%;}
.mgtm5{margin-top:-5px !important;}
.mgt5{margin-top:5px;}
.mgt9{margin-top:9px;}
.mgt10{margin-top:10px;}
.mgt12{margin-top:12px !important;}
.mgt14{margin-top:14px;}
.mgt15{margin-top:15px;}
.mgt16{margin-top:16px;}
.mgt17{margin-top:17px;}
.mgt20{margin-top:20px;}
.mgt25{margin-top:25px;}
.mgt30{margin-top:30px !important;}
.mgt35{margin-top:35px;}
.mgt40{margin-top:40px !important;}
.mgt45{margin-top:45px;}
.mgt50{margin-top:50px;}
.mgt55{margin-top:55px;}
.mgt60{margin-top:60px;}
.mgt65{margin-top:65px;}
.mgt70{margin-top:70px !important;}
.mgt75{margin-top:75px !important;}
.mgt80{margin-top:80px !important;}
.mgt85{margin-top:85px !important;}
.mgt90{margin-top:90px !important;}
.mgt100{margin-top:100px !important;}
.mgt110{margin-top:110px !important;}
.mgt145{margin-top:145px !important;}
.mgb5{margin-bottom:5px;}
.mgb10{margin-bottom:10px;}
.mgl3{margin-left:3px;}
.mgl5{margin-left:5px;}
.mgl8{margin-left:8px;}
.mgl10{margin-left:10px;}
.mgl15{margin-left:15px;}
.mgl35{margin-left:35px;}
.mgl16{margin-left:16px;}
.mgl17{margin-left:17px;}
.mgl19{margin-left:19px;}
.mgl20{margin-left:20px;}
.mgl48{margin-left:48px;}
.mgl57{margin-left:57px;}
.mgl125{margin-left:125px !important;}
.mgr15{margin-right:15px;}
.mgr30{margin-right:50px;}
.mgb20{margin-bottom:20px !important;}
.mgb30{margin-bottom:30px !important;}
.mgb40{margin-bottom:40px;}
.pdr0{padding-right:0 !important;}
.pdt20{padding-top:20px !important;}
.pdt50{padding-top:50px;}
.t-left{text-align:left !important;}
.t-right{text-align:right !important;}
.t-center{text-align:center !important;}

.cf {
    zoom:1;/*for IE 5.5-7*/
}
.cf:after {/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.center_in {
  width:1000px;
  margin: 0 auto;
}



#base_gmoWrapp,
#gmo_CMSPbar {
  overflow: hidden;
  min-width: 100% !important;
  width: 100% !important;
}

form {
  margin: 0;
}

.row {
  max-width: 1170px;
}
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 #4d4d4d;
  background-color: #4d4d4d;
  color: #fff;
  *background-color: #4d4d4d;
}

.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  border: 1px solid #5e5e5e;
  background-color: #5e5e5e;
  color: #fff;
  *background-color: #5e5e5e;
}

.btn-02 {
  border: 1px solid #0cb318;
  background-color: #0cb318;
  color: #fff;
  *background-color: #0cb318;
}

.btn-02:hover,
.btn-02:focus,
.btn-02:active,
.btn-02.active,
.btn-02.disabled,
.btn-02[disabled] {
  border: 1px solid #41c44b;
  background-color: #41c44b;
  color: #fff;
  *background-color: #41c44b;
}

.btn-03 {
  border: 1px solid #D39B49;
  background-color: #D39B49;
  color: #fff;
  *background-color: #D39B49;
}

.btn-03:hover,
.btn-03:focus,
.btn-03:active,
.btn-03.active,
.btn-03.disabled,
.btn-03[disabled] {
  border: 1px solid #D39B49;
  background-color: #D39B49;
  color: #fff;
  *background-color: #D39B49;
}

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の場合
======================================== */

#header {
  width:100%;
}
#header .header_bg {
  width:100%;
  position: relative;
}
#header .header_bg:before {
  width:100%;
  position: absolute;
  content: "";
  background: #f0eeeb;
  height: calc(100% - 32px);
  left: 0;
  top:0;
  z-index: -1; 
}

.header_top_border {
  border-bottom: 1px dashed #784b1d;
}


#header .header_top {
  color:#784b1d;
}
#header .header_top a {
  color:#784b1d;
}
#header .header_top p.subtitle {
  padding-top: 6px;
}

#header .header_top ul.gnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#header .header_top ul.gnav li {
  padding: 6px 14px;
  border-left: 1px dashed #784b1d;
}
#header .header_top ul.gnav li:last-child {
  border-left:none;
  border-right: 1px dashed #784b1d;
  padding-left: 0;
}

#header .header_top ul.gnav li.cart {
  padding-right: 0;
}
#header .header_top ul.gnav li.cart a {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/ico_cart.png") no-repeat;
  padding-left: 24px;
}

.header_mid {
  padding-top: 14px;
}

/*search*/
.header_r {
  width:670px;
}
.header_r p.shipping {
  text-align: right;
  padding-top: 14px;
  margin-left: auto;
  margin-right: 10px;
}
.header_r p.shipping span {
  padding-left: 16px;
}

.header_r p.insta {
  width:30px;
  padding-top: 7px;
} 
.header_r p.insta img{
  width:100%;
} 

.search_area {
  margin-top: 10px;
}

.search_select_wrap {
  width:205px;
  border-radius: 24px;
  padding: 5px 0;
  background: #ffffff;
}

.search_select {
/*  -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;*/
  width:170px;
  border: none!important;
  margin: 4px 0 0 20px;
}

.search_box_wrap {
  width:450px;
  background: #ffffff;
  border-radius: 24px;
  padding: 5px 0;
}

.search_box {
  width:360px;
  border: none!important;
  margin-left: 20px; 
}


/*header_menu*/
.header_menu_wrap {
  margin-top: 22px;
}

.header_menu {
  width: 1000px;
  height: 66px;
  font-size: 16px;
  background: url("https://file001.shop-pro.jp/PA01055/261/img/header_menu_bg.png") no-repeat;
}
.header_menu a {
  color:#ffffff;
}
.header_menu ul {
  width:900px;
  margin: 0 auto;
  display: flex;
  flex-wrap:wrap;
  padding-top: 22px;
}
.header_menu ul li{

}
.header_menu ul li:nth-child(1){
  margin-left: 28px;
}
.header_menu ul li:nth-child(2){
  margin-left: 58px;
}
.header_menu ul li:nth-child(3){
  margin-left: 42px;
}
.header_menu ul li:nth-child(4){
  margin-left: 62px;
}
.header_menu ul li:nth-child(5){
  margin-left: 90px;
}
.header_menu ul li:nth-child(6){
  margin-left: 70px;
}

/*slider*/


/*header_cate*/
.header_cate {
  
}

.header_cate ul {
  width:1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap:wrap;
  justify-content: flex-start;
}

.header_cate ul li {
  border-bottom: 1px dotted #bbb7af;
  box-sizing: border-box;
}
.header_cate ul li a {
  width:200px;
  height: 80px;
  padding-left: 86px;
  color:#784b1d;
  font-weight: bold;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.header_cate ul li.kirikawa {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/header_cate_ico01.png") no-repeat;
  background-position: 20px 50%;
}
.header_cate ul li.hansai {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/header_cate_ico02.png") no-repeat;
  background-position: 20px 50%;
}
.header_cate ul li.hikaku {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/header_cate_ico03.png") no-repeat;
  background-position: 20px 50%;
}
.header_cate ul li.kougu {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/header_cate_ico04.png") no-repeat;
  background-position: 20px 50%;
}
.header_cate ul li.kokuin {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/header_cate_ico05.png") no-repeat;
  background-position: 20px 50%;
}
.header_cate ul li.senryo {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/header_cate_ico06.png") no-repeat;
  background-position: 20px 50%;
}
.header_cate ul li.kanagu {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/header_cate_ico07.png") no-repeat;
  background-position: 20px 50%;
}
.header_cate ul li.concho {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/header_cate_ico08.png") no-repeat;
  background-position: 20px 50%;
}
.header_cate ul li.buckle {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/header_cate_ico09.png") no-repeat;
  background-position: 20px 50%;
}
.header_cate ul li.belt {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/header_cate_ico10.png") no-repeat;
  background-position: 20px 50%;
}
.header_cate ul li.kawahimo {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/header_cate_ico11.png") no-repeat;
  background-position: 20px 50%;
}
.header_cate ul li.fukushizai {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/header_cate_ico12.png") no-repeat;
  background-position: 20px 50%;
}
.header_cate ul li.fastener {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/header_cate_ico13.png") no-repeat;
  background-position: 20px 50%;
}
.header_cate ul li.leather {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/header_cate_ico14.png") no-repeat;
  background-position: 20px 50%;
}
.header_cate ul li.han {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/header_cate_ico15.png") no-repeat;
  background-position: 20px 50%;
}
.header_cate ul li.karagami {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/header_cate_ico16.png") no-repeat;
  background-position: 20px 50%;
}
.header_cate ul li.books {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/header_cate_ico17.png") no-repeat;
  background-position: 20px 50%;
}
.header_cate ul li.matome {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/header_cate_ico18.png") no-repeat;
  background-position: 20px 50%;
}
.header_cate ul li.kakou {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/header_cate_ico19.png") no-repeat;
  background-position: 20px 50%;
}
.header_cate ul li.kansei {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/header_cate_ico20.png") no-repeat;
  background-position: 20px 50%;
}


/*center*/
/*new_arrival is slick-theme.css*/

.main-section h2.headline {
  font-family: 'Montserrat', sans-serif;
  color:#b8742f;
  font-size: 30px;
  font-weight: 700;
}

.main-section a {
  color: #b1671c;
}

.new_arrival {
  margin-top: 0!important;
}


#news {
  /*margin-top: 4%;*/
}

#news .news_in {
  margin-top: 1%;
  background: #f9f6f2;
  padding: 20px 0;
}


#news .news_in .scroll {
  width:85%;
  margin: 0 auto;
  overflow-y: auto;
  height: 120px;
  box-sizing: border-box;
}

#news .news_in dl {
  width:100%;
  margin: 10px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  line-height: 1.5;
}

#news .news_in dl dt {
  width:100px;
  font-weight: bold;
}
#news .news_in dl dd {
  width:500px;
}

#learning {
  margin-top: 5%;
}

#learning p.subtext {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color:#b8742f;
  text-align: center;
}

#learning .for_new {
  width:730px;
  height:65px;
  font-size: 18px;
  background: url("https://file001.shop-pro.jp/PA01055/261/img/center_menu_bg.png") no-repeat;
  background-size: contain;
  color:#ffffff;
  padding-top: 20px;
  text-align: center;
  font-weight: 700;
  margin-top: 5px;
}


  #learning p.text {
    font-weight: bold;
    width: 90%;
    margin: 1% auto;
  }

#learning ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#learning ul li {
  width:48%;
  margin-top: 3%;
}
#learning ul li img{
  width:100%;
}

#learning .holding {
  background: #fbf9f7;
  padding: 6% 4%;
  margin-top: 3%;
  border-radius:4px;
}

#learning .holding .holding_in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
}

#learning .holding .area_l {
 width:50%;  
}
#learning .holding .area_r {
 width:40%;  
}


#learning .holding .area_l p.img {
  
}

#learning .holding .area_l p.title {
  font-size: 26px;
  color:#b8742f;
  font-weight: 700;
  margin-top: 3%;
}

#learning .holding .area_l p.title span {
  font-family: 'Montserrat', sans-serif;
  color:#b8742f;
  font-size: 14px;
  font-weight: 400;
}

#learning .holding .area_l p.text {
  margin-top: 10px;
  color:#444;
}

#learning .holding .area_l p.detail_btn {
  margin-top: 30px;
}

#learning .holding .area_l p.detail_btn a {
  font-size: 16px;
  padding: 12px 40px 12px 36px;
  color:#b8742f;
  background: url("https://file001.shop-pro.jp/PA01055/261/img/arrow_right_brown.png") no-repeat;
  background-position: 92% 46%;
  border:2px solid #b8742f;
  border-radius:30px;
}


/*ranking*/
.bestseller-block ul li {
  position: relative;
}
.bestseller-block ul li:nth-child(1):before {
  width:35px;
  height: 35px;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: url("https://file001.shop-pro.jp/PA01055/261/img/no01.png") no-repeat;
  display: block;
}
.bestseller-block ul li:nth-child(2):before {
  width:35px;
  height: 35px;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: url("https://file001.shop-pro.jp/PA01055/261/img/no02.png") no-repeat;
  display: block;
}
.bestseller-block ul li:nth-child(3):before {
  width:35px;
  height: 35px;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: url("https://file001.shop-pro.jp/PA01055/261/img/no03.png") no-repeat;
  display: block;
}
.bestseller-block ul li:nth-child(4):before {
  width:35px;
  height: 35px;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: url("https://file001.shop-pro.jp/PA01055/261/img/no04.png") no-repeat;
  display: block;
}
.bestseller-block ul li:nth-child(5):before {
  width:35px;
  height: 35px;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: url("https://file001.shop-pro.jp/PA01055/261/img/no05.png") no-repeat;
  display: block;
}
.bestseller-block ul li:nth-child(6):before {
  width:35px;
  height: 35px;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: url("https://file001.shop-pro.jp/PA01055/261/img/no06.png") no-repeat;
  display: block;
}
.bestseller-block ul li:nth-child(7):before {
  width:35px;
  height: 35px;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: url("https://file001.shop-pro.jp/PA01055/261/img/no07.png") no-repeat;
  display: block;
}
.bestseller-block ul li:nth-child(8):before {
  width:35px;
  height: 35px;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: url("https://file001.shop-pro.jp/PA01055/261/img/no08.png") no-repeat;
  display: block;
}


ul.unstyled, ol.unstyled {
    margin-top: 4%;
}

/*おすすめ商品*/
.recommend-block {
  
}
.recommend-block ul.bnr_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 4% 0 8%;
}
.recommend-block ul.bnr_area li {
  width:48%;
  text-align: center;
  color:#444;
  font-weight: bold;
}
.recommend-block ul.bnr_area li img {
  width:100%;
}

.recommend-block ul.bnr_area li a {
  color:#444;
  text-decoration: none;
}
.recommend-block ul.bnr_area li:nth-child(n+3) {
  margin-top: 4%;
}
.recommend-block ul.bnr_area li p.text {
  margin-top: 1.8%;
}

.recent_check ul li img {
  width:100%;
}


/*レフト*/

#left {
  
}

#left .btn_check_cate a {
  display: block;
  width:200px;
  color:#ffffff;
  background: url("https://file001.shop-pro.jp/PA01055/261/img/arrow_right.png") no-repeat,#b1671c;
  background-size: 10px 16px;
  background-position: 94% 45%;
  padding: 6% 4%;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
}

.left_category {
  margin-top: 7%;
}

.left_category h3 {
  color:#b1671c;
  font-family: 'Montserrat', sans-serif;
}



/*left_category*/
.left_category {
  
}

.left_category ul {
  width:200px;
}

.left_category ul li {

  border-bottom: 1px dotted #bbb7af;
  
}
.left_category ul li a {
  color:#b1671c;
  font-weight: 700;
  width:200px;
  height: 60px;
  box-sizing: border-box;
  padding-left: 70px;
  display: flex;
  align-items: center;
}

.left_category ul li.kirikawa {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico01.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.hansai {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico02.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.hikaku {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico03.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.kougu {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico04.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.kokuin {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico05.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.senryo {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico06.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.kanagu {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico07.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.concho {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico08.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.buckle {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico09.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.belt {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico10.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.kawahimo {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico11.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.fukushizai {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico12.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.fastener {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico13.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.leather {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico14.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.han {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico15.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.karagami {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico16.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.books {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico17.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.matome {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico18.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.kakou {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico19.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.kansei {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico20.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.haiban {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico21.png") no-repeat;
  background-position: 0 50%;
}

.left_shop_menu {
  width:215px;
  margin-top: 8%;
}

.left_shop_menu a {
  color:#784b1d;
  font-weight: bold;
}

.left_shop_menu h3 {
   font-size: 20px;
   color:#b1671c;
  font-weight: bold;
}

.left_shop_menu p {
  background: #f2f1ee;
  padding: 2% 4%;
  margin-top: 5%;
  font-size: 16px;
}

.left_shop_menu ul {
  padding-bottom: 6%;
}

.left_shop_menu ul li {
  font-size: 16px;
  padding:5% 0 5% 16px;
  border-bottom: 1px dotted #eedccb;
}


.left_info {
  background: #f8f7f2;
  padding: 4% 2% 10% 2%;
  box-sizing: border-box;
}
.left_info .left_info_in {
  width:190px;
  margin: 0 auto;
}

.left_info  p.img {
  text-align: center;
}

.left_info  p.text {
  margin-top: 10px;
}
.left_info  p.title {
  color:#b8742f;
  font-weight: bold;
  margin-top: 15px;
}

.left_info  p.btn_info {
  margin-top: 12%;
  text-align: center;
}

.left_info  p.btn_info a {
  color:#b8742f;
  border: 2px solid #b1671c;
  border-radius:20px;
  padding: 5% 22%;
  background: url("https://file001.shop-pro.jp/PA01055/261/img/arrow_right_brown.png") no-repeat;
  background-position: 95% 48%;
  font-weight: bold;
}

#calendar {
  margin-top: 5%;
}

/*フッター*/

.bg_footer {
  background: #f0eeea;
  padding-top: 60px;
}

.footer h2 {
  color:#b9742f;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
}

.footer_info_box {

}
.footer_info_box h3 {
  color:#b9742f;
  font-weight: bold;
  font-size: 22px;
  margin-top: 6%;
}
.footer_info_box p {
   line-height: 1.5; 
}
.footer_info_box p.title_pay {
  color:#333333;
  font-weight: bold;
  margin-top: 15px;
}
.footer_info_box p.credit {
  margin-top: 1%;
}


.footer_info_box p.btn_contact {
  width:248px;
  margin-top: 3%;
}
.footer_info_box p.btn_contact a {
  display: block;
  color:#ffffff;
  border-radius:22px;
  padding: 5% 17%;
  background: url("https://file001.shop-pro.jp/PA01055/261/img/arrow_right.png") no-repeat,#3b9f65;
  background-position: 95% 48%;
  font-weight: bold;
  box-sizing: border-box;
  font-size:16px;
  text-decoration: none;
}
.footer_info_box p.btn_contact a:hover {
  opacity: 0.8;
}

.footer_nav {
  background: #f0eeea;
}

.footer_nav a {
  color:#333333;
}

.footer_nav ul {
  width:30%;
  margin: 6% auto 4%;
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  text-align: center;
}
.footer_nav ul li {
  margin-left: 3%;
}



body {
/*  background-color: #fff;
  color: #4d4d4d;*/
}

a {
  color: #4d4d4d;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

a:hover {
  /*color: #5e5e5e;*/
}

/* アイコン */
.icon {
  display: inline-block;
  padding-left: 16px;
  line-height: 1.5;
}

.icon:before {
  display: block;
  float: left;
  margin-left: -16px;
  width: 16px;
  height: 16px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-b.png);
  background-size: 16px 160px;
  background-repeat: no-repeat;
  content: "";
}

/* PC でアイコンを白にする場合 */
.icon-white .icon:before {
  background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-w.png);
}

/* アイコンの種類 */
.icon-cart:before { background-position: 0 0; }
.icon-search:before { background-position: 0 -16px; }
.icon-user:before { background-position: 0 -32px; }
.icon-down:before { margin: 5px 5px 0 0; background-position: 0 -64px; }
.icon-up:before { background-position: 0 -48px; }
.icon-right:before { background-position: 0 -80px; }
.icon-left:before { background-position: 0 -96px; }
.icon-regist:before { background-position: 0 -112px; }
.icon-login:before { background-position: 0 -144px; }
.icon-logout:before { background-position: 0 -128px; }

.text-block {
  line-height: 2;
}

.ttl-h2 {
  margin:0 0 1em 0;
  /*color: #4d4d4d;*/
  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: #4d4d4d;*/
  font-weight: normal;
  font-size: 124%;
}

#container {
  z-index: 101;
  padding-top: 40px;
}

/* スライダー */

#sliderbutton {
  position: absolute;
  left: 1%;
  z-index: 200;
  display: none;
}
.slider-btn {
  display: block;
  padding: 20px 50px;
  font-size: 20px;
}

/* ヘッダー */
#header {
  position: relative;
  z-index: 102;
/*  padding-top: 30px;*/
}

.header-headline-nav {
  font-size: 13px;
}
.header-headline-nav .icon:before {
  margin-left: -20px;
}
.header-headline-nav ul {
  margin: 7px 20px 0 0;
}
.header-headline-nav li {
  display: inline;
  margin: 0 10px;
  padding: 0;
  vertical-align: top;
  font-size: 13px;
}
  .header-headline-nav li a {
    padding-left: 20px;
    color: #4d4d4d;
    text-decoration: none;
    font-weight: normal;
  }

.btn-viewcart {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
  .btn-viewcart .icon {
    padding-left: 20px;
  }
  .btn-viewcart .icon:before {
    margin-top: 1px;
  }

.header-logo {
  float: left;
}
  .header-logo a {
    text-decoration: none;
  }
  .header-logo a:hover {
    text-decoration: underline;
  }
  .header-logo img {
    max-width: 100%;
  }

.header-global-nav {
  z-index: 100;
  float: right;
}
  .header-global-nav ul {
    margin-top: 25px;
  }
  .header-global-nav li {
    position: relative;
    display: inline;
    padding: 0 15px;
    vertical-align: top;
  }
  .header-global-nav a,
  .header-global-nav span {
    padding-bottom: 5px;
    color: #4d4d4d;
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    cursor: pointer;
  }
    .header-global-nav ul ul {
      position: absolute;
      top: -1px;
      left: 5px;
      display: none;
      vertical-align: baseline;
      width: 200px;
      border: 1px solid #e8e8e8;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
    }
      .header-global-nav ul ul li {
        display: block;
        margin: 0;
        padding: 0;
        word-break: break-all;
        *line-height: 1.3;
      }
      .header-global-nav ul ul a {
        border-bottom: 1px solid #e8e8e8;
        background: #fff;
        display: block;
        padding: 10px 10px;
        font-size: 14px;
      }
      .header-global-nav ul ul a:hover {
        background: #f9f9f9;
      }


/* スマホ用ヘッダーメニュー */
.header-nav-phone {
  z-index: 99;
  float: right;
  height: 60px;
}
.header-nav-lst-phone {
  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-phone ul {
  margin: 0;
}
.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: 20px 0;
}
.header-nav-lst-phone a:hover {
  background: #f9f9f9;
  text-decoration: none;
}


/* ----- サイドメニュー ----- */
.side-section {
  margin-bottom: 40px;
}
.side-section li {
  margin: 20px 0;
}
  .side-section li a {
    color: #4d4d4d;
    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;
  }

/* パンくずリスト */
.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,
.new_arrival,
.recommend-block,
.bestseller-block,
.free_space_block {
  margin-top: 4%;
  /*margin-bottom: 4%;*/
  padding-top: 4%;
  /*padding-bottom: 4%;*/
  word-break: break-all;
  border-top:1px dashed #eeab53;
}

.info-block {
  line-height: 1.5;
}

.news {
  padding: 4px 0;
}

.news-date {
  padding-right: 10px;
}

.main-section {
  padding-left: 3 0px;
  /*min-width: 750px;*/
}

/* 商品リスト */
.prd-lst-sort {
  margin: 20px 0;
}

.prd-lst-unit {
  margin-bottom: 2%;
  padding: 0 30px 0 10px;
}
.prd-lst-unit:hover {
  opacity: 0.8;
}

.prd-lst-img {
  width:100%;
  background: #fff;
  padding-top: 8%;
}
  .prd-lst-img:hover {
    /*opacity: 0.8;*/
  }

.prd-lst-span {
  display: block;
}
.prd-lst-name {
  margin: 10px 0 6px 0;
  padding: 0;
  font-size: 14px;
}
.prd-lst-exp {
  font-size: 14px;
}
.prd-lst-regular {
  font-size: 14px;
  text-decoration: line-through;
}
.prd-lst-price {
  color: #b1671c;
  font-size: 14px;
}
.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 #D39B49;
    background-color: #D39B49;
    color: #fff;
    text-decoration: none;
  }
  .prd-lst-pager li a:hover {
    border: 1px solid #D39B49;
    background-color: #D39B49;
  }
  .prd-lst-pager li span {
    border: 1px solid #c6c6c6;
    background-color: #fff;
    color: #c6c6c6;
  }

/* 商品のページャー タブレット スマホ */
.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;
}
.notice-wrapper {
  margin-top: 100px;
  padding: 40px 0;
  border-top: 1px solid #e8e8e8;
  background: #f9f9f9;
}
.wookmark-wrapper {
  position: relative;
}
.wookmark-item {
  padding-bottom: 20px;
  width: 24.5%;
  *width: 20.5%;
  *padding-right: 2% !important;
  *padding-left: 2% !important;
}

/* フッター背景 */
.footer-wrapper {
  /*margin-top: 8%;*/
  padding: 40px 0 0 0;
/*  border-top: 1px solid #d8d8d2;
  border-bottom: 1px solid #d8d8d2;
  background: #ebebe6;*/
}

.footer-lst {
  padding: 30px 0 0 40px;
}
  .footer-lst li {
    margin: 20px 0;
  }
  .footer-lst a {
    color: #4d4d4d;
  }

/* ショップ紹介 */
.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-left:auto;
  margin-right:auto;
  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%;
}

/* copyright */
.copyright {
  clear: both;
  margin: 0;
  padding: 4% 0;
  background: #eae8e5;
  text-align: center;
}
.powered {
  display: block;
  padding: 10px 0;
  line-height: 18px;
}
  .powered a {
    color: #a1a19f;
    text-decoration: none;
    font-size: 11px;
  }
  .powered img {
    margin-bottom: 10px;
    margin-left: 4px;
    width: 200px;
    height: 18px;
  }

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

/* 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: 1000px;
  }
}

/* ========================================
      タブレットの場合
======================================== */
@media only screen and (max-width: 980px) {
  
  .header_sp {
    background-color: #efedeb;
    padding: 0 0 4px 0!important;
  }
  
  .adjustheight {
    margin-top: 106px!important;
  }
  
  .center_in {
    width:93.33%;
    margin: 0 auto;
  }
  .header_sp .center_in .header_mid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 10px;
  }
  
  .header_sp .header_sp_c {
    width:110px;
    margin-left: 2%;
  }
  .header_sp .header_sp_c  p.shipping_text {
    font-size: 8px;
    margin-top: 4px;
  }
  
  .header_sp .center_in .header_mid .header_cart {
    width:40px;
    position: absolute;
    top:48px;
    right: 70px;
  }
  
  .header_sp .center_in .header_mid .header_cart img {
    width:100%;
  }
  
  
  .header_sp p.subtitle {
    color:#784b1d;
    text-align: center;
    border-bottom: 2px dashed #ada89f;
    padding: 6px 0;
    font-size: 10px;
  }
  .header_sp .logo {
    width:106px;
  }
  .header_sp .logo img {
    width:100%;
  }
  
  
  
.search_area {
  margin-top: 10px;
}

.search_select_wrap {
  width:100%;
  border-radius: 24px;
  padding: 6px 0 10px 2%;
  background: #ffffff;
  border: 1px solid #cccccc;
}

.search_select {
  width:95%;
  border: none!important;
  margin: 0 auto;
  -webkit-appearance: none;
  -webkit-border-radius : 0;
}

.search_box_wrap {
  position: relative;
  width:100%;
  background: #ffffff;
  border-radius: 24px;
  padding: 10px 0 10px 2%;
  border: 1px solid #cccccc;
  margin-top: 5px;
}

.search_box {
  width:80%;
  border: none!important;
  margin-left: 0; 
  font-size: 16px;
  color: #333333;
}
.search_btn {
  position: absolute;
  top:4px;
  right: 1.4%;
}

.header_cate ul {
  width:93.33%;
  margin: 20px auto 0;
  align-items:flex-start;
}
  
.header_cate ul li {
  width:25%;
  height: auto;
  margin-top: 1%;
  padding-left: 0;
  text-align: center;
  border-bottom: none;
  font-size: 12px;
  display: block;
  
}
  
.header_cate ul li a {
  width: 100%;
  height: auto;
  padding-left: 0;
  /* color: #784b1d; */
  /* font-weight: bold; */
  /* box-sizing: border-box; */
  display: flex;
  /* align-items: center; */
  display: block;
}
  
.header_cate ul li a:hover {
  text-decoration: none;
}
.header_cate ul li span {
  display: block!important;
  margin-bottom: 2%;
}

.header_cate ul li span img {
  width:100%;
}
  
.header_cate ul li.kirikawa {
  background: none;
}
.header_cate ul li.hansai {
  background: none;
}
.header_cate ul li.hikaku {
  background: none;
}
.header_cate ul li.kougu {
  background: none;
}
.header_cate ul li.kokuin {
  background: none;
}
.header_cate ul li.senryo {
  background: none;
}
.header_cate ul li.kanagu {
  background: none;
}
.header_cate ul li.concho {
  background: none;
}
.header_cate ul li.buckle {
  background: none;
}
.header_cate ul li.belt {
  background: none;
}
.header_cate ul li.kawahimo {
  background: none;
}
.header_cate ul li.fukushizai {
  background: none;
}
.header_cate ul li.fastener {
  background: none;
}
.header_cate ul li.leather {
  background: none;
}
.header_cate ul li.han {
  background: none;
}
.header_cate ul li.karagami {
  background: none;
}
.header_cate ul li.books {
  background: none;
}
.header_cate ul li.matome {
  background: none;
}
.header_cate ul li.kakou {
  background: none;
}
.header_cate ul li.kansei {
  background: none;
}

  
.hum_shop_menu {
  margin-top: 5%;
}
  
.hum_shop_menu h3 {
  color:#b8742f;
  font-weight: bold;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}
  .hum_shop_menu ul {
    margin-top: 3%!important;
  }  
  .hum_shop_menu ul li {
    color:#784b1d;
    border-bottom: 1px dotted #784b1d;
    font-weight: bold;
  }
  .hum_shop_menu ul li a{
    color:#784b1d;
    display: block;
  }
  p.close_btn {
    text-align: right;
    color:#784b1d;
    margin-top: 3%;
    margin-bottom: 5%;
  }
  
#news {
  margin-top: 5%;
}
  
  
  
#learning .for_new {
  width:100%;
  height:auto;
  font-size: 18px;
  background: url("https://file001.shop-pro.jp/PA01055/261/img/center_menu_bg.png") no-repeat;
  background-size: cover;
  color:#ffffff;
  padding: 2.6% 0;
  text-align: center;
  font-weight: 700;
  margin-top: 5px;
}
  
  
  #learning .for_new_sp {
    margin-top: 3%;
  }
  #learning .for_new_sp img{
    width:100%;
  }  
  
  
  
  #learning p.text {
    margin-top: 3%;
    font-weight: 400;
  }
  
/*ranking*/
.bestseller-block ul {

}
  
.bestseller-block ul li {
  position: relative;
}
  
#left .btn_check_cate {
  margin-top: 2%;
}

  
  
#left .btn_check_cate a {
  display: block;
  width:100%;
  color:#ffffff;
  background: url("https://file001.shop-pro.jp/PA01055/261/img/arrow_right.png") no-repeat,#b1671c;
  background-size: 10px 16px;
  background-position: 94% 45%;
  padding: 6% 4%;
  text-align: center;
  font-weight: bold;
  border-radius: 4%;
  box-sizing: border-box;
  text-decoration: none;
}


/*left_category*/
.left_category {
  margin-top: 7%;
  font-family: 'Montserrat', sans-serif;
}

.left_category h3 {
  color:#b1671c;
  text-align: left;
}  

.left_category ul {
  width:100%;
  display: block;
}

.left_category ul li {

  border-bottom: 1px dotted #bbb7af;
  box-sizing: border-box;
}
.left_category ul li a {
  width:100%;
  /*height: 60px;*/
  padding-left: 70px!important;
  display: flex;
  align-items: center;
  color:#b1671c;
  font-weight: 700;
  width: 100%;
  box-sizing: border-box;
}

.left_category ul li.kirikawa {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico01.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.hansai {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico02.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.hikaku {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico03.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.kougu {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico04.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.kokuin {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico05.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.senryo {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico06.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.kanagu {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico07.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.concho {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico08.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.buckle {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico09.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.belt {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico10.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.kawahimo {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico11.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.fukushizai {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico12.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.fastener {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico13.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.leather {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico14.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.han {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico15.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.karagami {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico16.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.books {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico17.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.matome {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico18.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.kakou {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico19.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.kansei {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico20.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.haiban {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico21.png") no-repeat;
  background-position: 0 50%;
}

.left_shop_menu {
  width:100%;
  margin-top: 8%;
}

.left_shop_menu a {
  color:#784b1d;
  font-weight: bold;
}

.left_shop_menu h3 {
   font-size: 20px;
   color:#b1671c;
  font-weight: bold;
}

.left_shop_menu p {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/minus.png"),#f2f1ee;
  background-position: 98% 49%;
  background-repeat: no-repeat;
  padding: 2% 4%;
  margin-top: 5%;
  font-size: 16px;
}
.left_shop_menu p.off {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/plus.png"),#f2f1ee;
  background-position: 98% 49%;
  background-repeat: no-repeat;

}

.left_shop_menu ul {
  padding-bottom: 6%;
}

.left_shop_menu ul li {
  font-size: 16px;
  padding:5% 0 5% 16px;
  border-bottom: 1px dotted #eedccb;
}


.left_info {
  background: #f8f7f2;
  padding: 4% 2% 10% 2%;
  box-sizing: border-box;
}
  
.left_info .left_info_in {
  width:80%;
  margin: 0 auto;
}
  
.left_info h3 {
  color:#b8742f;
  font-weight: bold;
  font-size: 5vw;
  text-align: center;
}
  

.left_info  p.img {
  text-align: center;
}

.left_info  p.text {
  margin-top: 10px;
  text-align: left;
}
.left_info  p.title {
  color:#b8742f;
  font-weight: bold;
  margin-top: 5px;
  font-size: 3.125vw;
  text-align: center;
}

.left_info  p.btn_info {
  margin-top: 12%;
  text-align: center;
}

.left_info  p.btn_info a {
  color:#b8742f;
  border: 2px solid #b1671c;
  border-radius:40px;
  padding: 5% 22%;
  background: url("https://file001.shop-pro.jp/PA01055/261/img/arrow_right_brown.png") no-repeat;
  background-position: 95% 48%;
  font-weight: bold;
  text-decoration: none;
}
  

.footer_nav ul {
  width:80%;
  margin: 6% auto 4%;
  display: block;
/*  flex-wrap:wrap;
  justify-content: space-between;*/
  text-align: center;
}
.footer_nav ul li {
  margin-left: 0;
  line-height: 1.8;
}
  
  #sliderbutton {
    left: 3%;
  }
  /* ヘッダー */
  #header {
    padding-top: 0;
  }
  .header-nav-phone {
    margin-right: 10px;
  }
  .header-nav-phone {
    margin-right: 0;
  }
  .nav-btn-phone {
    display: block;
    height: 60px;
  }
    .nav-btn-phone img {
      width: 40px;
      height: 60px;
    }
  .search-box {
    width: 55%;
  }
  .search-btn[type="submit"] {
    width: 35%;
  }
  .side-section ul li {
    margin: 0;
  }
  .side-section ul li a {
    display: block;
    padding: 10px 0;
  }
  .side-section ul li a:hover {
    text-decoration: none;
  }

  /* ========================================
        タブレットかつ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) {
  
  
#news {
  margin-top: 5%;
}
  
  
/*レザークラフト教室開催中  */
#learning {
  margin-top: 5%;
}

#learning p.subtext {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color:#b8742f;
  text-align: center;
}
  
#learning .for_new {
  width:100%;
  height:auto;
  font-size: 3.75vw;
  background: url("https://file001.shop-pro.jp/PA01055/261/img/center_menu_bg.png") no-repeat;
  background-size: cover;
  color:#ffffff;
  padding: 1.25% 0;
  text-align: center;
  font-weight: 700;
  margin-top: 5px;
}

#learning ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#learning ul li {
  width:48%;
  margin-top: 3%;
}
#learning ul li img{
  width:100%;
}

#learning .holding {
  background: #fbf9f7;
  padding: 6% 4%;
  margin-top: 3%;
  border-radius:4px;
}

#learning .holding .holding_in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
}


#learning .holding .area_l p.img {
  
}

#learning .holding .area_l p.title {
  font-size: 5vw;
  color:#b8742f;
  font-weight: 700;
  margin-top: 3%;
}

#learning .holding .area_l p.title span {
  font-family: 'Montserrat', sans-serif;
  color:#b8742f;
  font-size: 3.125vw;
  font-weight: 400;
}

#learning .holding p.text {
  font-size: 	3.75vw;
  margin-top: 3.5%;
  color:#444;
  font-weight: 400;
}

#learning .holding p.detail_btn {
  margin: 5% auto 0;
  width:80%;
}

#learning .holding p.detail_btn a {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 5vw;
  padding: 3% 4%;
  color:#b8742f;
  background: url("https://file001.shop-pro.jp/PA01055/261/img/arrow_right_brown.png") no-repeat;
  background-position: 92% 46%;
  border:2px solid #b8742f;
  border-radius:40px;
  box-sizing: border-box;
  text-decoration: none;
}
  
  
  
  
#left .btn_check_cate a {
  display: block;
  width:100%;
  color:#ffffff;
  background: url("https://file001.shop-pro.jp/PA01055/261/img/arrow_right.png") no-repeat,#b1671c;
  background-size: 10px 16px;
  background-position: 94% 45%;
  padding: 6% 4%;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 5vw;
}



  
/*left_category*/
.left_category {
  margin-top: 7%;
  font-family: 'Montserrat', sans-serif;
}

.left_category h3 {
  color:#b1671c;
  text-align: left;
}  

.left_category ul {
  width:100%;
  display: block;
}

.left_category ul li {

  border-bottom: 1px dotted #bbb7af;
  box-sizing: border-box;
}
.left_category ul li a {
  width:100%;
  /*height: 60px;*/
  padding-left: 70px!important;
  display: flex;
  align-items: center;
  color:#b1671c;
  font-weight: 700;
  width: 100%;
  box-sizing: border-box;
}

.left_category ul li.kirikawa {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico01.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.hansai {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico02.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.hikaku {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico03.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.kougu {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico04.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.kokuin {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico05.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.senryo {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico06.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.kanagu {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico07.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.concho {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico08.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.buckle {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico09.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.belt {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico10.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.kawahimo {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico11.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.fukushizai {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico12.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.fastener {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico13.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.leather {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico14.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.han {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico15.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.karagami {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico16.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.books {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico17.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.matome {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico18.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.kakou {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico19.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.kansei {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico20.png") no-repeat;
  background-position: 0 50%;
}
.left_category ul li.haiban {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/left_cate_ico21.png") no-repeat;
  background-position: 0 50%;
}

.left_shop_menu {
  width:100%;
  margin-top: 8%;
}

.left_shop_menu a {
  color:#784b1d;
  font-weight: bold;
}

.left_shop_menu h3 {
   font-size: 20px;
   color:#b1671c;
  font-weight: bold;
}

.left_shop_menu p {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/minus.png"),#f2f1ee;
  background-position: 95% 49%;
  background-repeat: no-repeat;
  padding: 2% 4%;
  margin-top: 5%;
  font-size: 16px;
}
.left_shop_menu p.off {
  background: url("https://file001.shop-pro.jp/PA01055/261/img/plus.png"),#f2f1ee;
  background-position: 95% 49%;
  background-repeat: no-repeat;

}

.left_shop_menu ul {
  padding-bottom: 6%;
}

.left_shop_menu ul li {
  font-size: 16px;
  padding:5% 0 5% 16px;
  border-bottom: 1px dotted #eedccb;
}


.left_info {
  background: #f8f7f2;
  padding: 4% 2% 10% 2%;
  box-sizing: border-box;
  text-align: center;
}
  
  .left_info h3 {
  color:#b8742f;
  font-weight: bold;
  font-size: 5vw;
  }
  
.left_info .left_info_in {
  width:80%;
  margin: 0 auto;
}

.left_info  p.img {
  text-align: center;
}

.left_info  p.text {
  margin-top: 10px;
  text-align: left;
}
.left_info  p.title {
  color:#b8742f;
  font-weight: bold;
  margin-top: 5px;
  font-size: 3.125vw;
}

.left_info  p.btn_info {
  width:248px;
  text-align: center;
  margin: 12% auto 0;
}

.left_info  p.btn_info a {
  display: block;
  color:#b8742f;
  border: 2px solid #b1671c;
  border-radius:34px;
  padding: 6% 17%;
  background: url("https://file001.shop-pro.jp/PA01055/261/img/arrow_right_brown.png") no-repeat;
  background-position: 95% 48%;
  font-weight: bold;
  text-decoration: none;
}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .icon {
    padding-left: 24px;
    line-height: 2;
  }
  .icon:before {
    margin-left: -24px;
    width: 24px;
    height: 24px;
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-b.png);
  }

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

  .icon-cart:before { background-position: 0; }
  .icon-search:before { background-position: 0 -24px; }
  .icon-user:before { background-position: 0 -48px; }
  .icon-down:before {
    margin: 5px 0 0 -20px;
    margin: 10px 0 0 -17px; margin-top: 5px;
    height: 23px;
    height: 23px;
    background-position: 0 -59px;
  }
  .icon-up:before {
    margin: 5px 0 0 -20px;
    height: 23px;
    background-position: 0 -38px;
  }
  .icon-right:before { background-position: 0 -120px; }
  .icon-left:before { background-position: 0 -144px; }

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

  .header-logo {
    padding-top: 10px;
  }
  .header-logo {
    width: 60%;
  }

  /* スライダー */
  .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 {
    width: 185px;
  }
  .search-box {
    width: 70%;
  }
  .search-btn[type="submit"] {
    width: 20%;
  }

  /* 商品 */
  .prd-lst-unit {
    margin-bottom: 30px;
    padding: 0 10px 0 10px;
  }
  .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;
  }
  .footer-wrapper {
    margin-top: 20px;
    padding: 6% 0 0 0;
    background: #f0eeea;
    text-align: center;
  }
  
  .footer .logo {
    width:30%;
    margin: 0 auto;
  }
  .footer_info_box {
    line-height: 1.3;
  }
  
  .footer_info_box p.title_pay {
    margin-top: 5%;
  }
  
.footer_info_box p.btn_contact {
  width:248px;
  margin: 3% auto 0;
}
.footer_info_box p.btn_contact a {
  display: block;
  color:#ffffff;
  border-radius:30px;
  padding: 6% 17%;
  background: url("https://file001.shop-pro.jp/PA01055/261/img/arrow_right.png") no-repeat,#3b9f65;
  background-position: 95% 48%;
  font-weight: bold;
  box-sizing: border-box;
  font-size:16px;
  text-decoration: none;
}
  
  .copyright {
    margin-top: 6%;
  }
  
  
  .manager-name {
    text-align: center;
  }
  .manager-caption {
    padding: 20px 10px;
    border-right: none;
  }
  .footer-lst {
    margin: 0 -20px;
    padding: 0;
    width: auto;
    background: #4d4d4d;
  }
    .footer-lst li {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #444444;
    }
    .footer-lst li:nth-child(odd) {
      border-right: 1px solid #444444;
    }
    .footer-lst a {
      display: block;
      padding: 12px 10px;
      color: #fff;
      text-decoration: none;
      font-size: 11px;
    }
  .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を白に */
      .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;
}
