@charset "euc-jp";


/* ========================================
      PCのみ
======================================== */

@media screen and (min-width: 1025px) {

 .cat_list img {
width: 70px!important;
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: -1;
  } 
  
 .header-logo {
    background: url(https://file003.shop-pro.jp/PA01054/447/img/shop_logo_b.png) no-repeat center top;
    background-size: contain;
    width: 95px;
    height: 300px;
    float: left;
    margin: -60px 0 40px 8%;
}
 
  .header-logo a {
    text-decoration: none;
  }

  .header-logo a:hover {
    /*text-decoration: underline;*/
  }

.seller-rank img {
    width: 60%!important;
  }  
  
  
@media only screen and (max-width: 1130px) {
  .header-logo {margin: 0 0 40px 8%; }
  }

   .instagram_logo{
    background-image: url(https://file003.shop-pro.jp/PA01054/447/img/icon_instagram_p.png);
width: 250px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 30px 0 15px 0;
  }  
  
    .facebook_logo{
    background-image: url(https://file003.shop-pro.jp/PA01054/447/img/icon_facebook_p.png);
width: 250px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 40px 0 15px 5px;
  } 
  
	.fb-container {
display:block !important;
    width:100%;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
    height:500px;
	}
  
    .lp_top_title {
    font-size: 24px;
    text-align: center;
    margin: 40px 0 20px 0;
    letter-spacing: 3px;
  }
.lp_top_txt {
    font-size: 15px;
    text-align: center;
    letter-spacing: 3px;
    line-height: 27px;
    margin: 0 0 40px 0;
  }
  
 .image-wrapper .image-box { 
  margin-left: 0.5%!important;
  } 
  
.col-news-4 {
    width: 25%;
  }

  .news-list {
    width: 50%;
    margin: 0 0 15px 0;
   -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;  
    position: relative;    
  }
  
  .news-list:hover {
    background: #f5ebeb;
  }  
  
  .news-list img {
    width: 40%!important;
    float: left;
    margin: 0 15px 0 -1%;
  } 
  
  .news-list .prd-lst-name {
  color: #690505;
  }

  .prd-lst-detail{
    font-size: 11px;
    color: #690505;
    text-align: right;
    clear: both;
    bottom: 0px;
    right: 3%;
    position: absolute;
}
  
.notice-wrapper table { 
    width: 100%;
    border: 1px solid #eee;
    margin: 10px 0;
}

  .notice-wrapper tr {
}
.notice-wrapper td {
    padding: 3px 10px;
  }
.notice-wrapper tr:nth-child(odd) td {
	background: #d4d4d4;
}  

 .order_sample {
    width: 300px!important;
    margin: 10px 0!important;
  }
  

.col-lg-3{
    width: 30%;
} 
  
.col-lg-5 {
    width: 100%;
    *: ;
    width: 100%;
}

.product-spec-block {
    margin-bottom: 3em;
    float: right;
    width: 100%;
    margin: 50px 0;
}

.product-spec-block table {
    width: 100%;
    margin: 20px auto;
}

.product-info-lst {
    margin: 0!important;
    width: 100%;
}

[type="submit"].btn-block, [type="reset"].btn-block, [type="button"].btn-block {
    width: 100%;
    margin: 20px auto;
}

ul.unstyled, ol.unstyled {
    width: 93%;
}

.thumb {
    border: 1px solid #eaeaea;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border-radius: 6px;
    width: 100%;
    height: 90px!important;
    object-fit: cover;    
}

.thumb:hover {
    border: 1px solid #eaeaea;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    opacity:0.5;
}


.cat_nav {
    width: 100%!important;
}

#pagetop {
    bottom: 20px!important;
}
  
  
  
  
}

/* ========================================
      タブレットのみ
======================================== */
@media screen and (min-width: 768px) and (max-width: 1024px) {

 .cat_list img {
width: 70px!important;
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: -1;
} 
  
.header-logo {
    background: url(https://file003.shop-pro.jp/PA01054/447/img/shop_logo_b.png) no-repeat center top;
    background-size: contain;
    width: 25%;
    height: 240px;
    float: left;
    margin: 0;
}

 .instagram_logo{
    background-image: url(https://file003.shop-pro.jp/PA01054/447/img/icon_instagram_p.png);
width: 250px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 30px 0 15px 0;
  }  
  
    .facebook_logo{
    background-image: url(https://file003.shop-pro.jp/PA01054/447/img/icon_facebook_p.png);
width: 250px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    margin:40px 0 15px 5px;
  } 
 	.fb-container {
display:block !important;
    width:100%;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
    height:500px;
	} 
  
 .seller-rank img {
    width: 60%!important;
  }  
  
 
 .image-wrapper .image-box { 
  margin-left: 0.5%!important;
  } 
  
.col-news-4 {
    width: 25%;
  }

  .news-list {
    width: 50%;
    margin: 0 0 15px 0;
   -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;  
    position: relative;    
    height: 130px!important;
  }
  
  .news-list:hover {
    background: #f5ebeb;
  }  
  
  .news-list img {
    width: 30%!important;
    float: left;
    margin: 0 10px 0 -1%;
  } 
  
  .news-list .prd-lst-name {
  color: #690505;
  }

  .prd-lst-detail{
    font-size: 11px;
    color: #690505;
    text-align: right;
    margin: 5px 0 0 0;
}
  
.notice-wrapper table { 
    width: 100%;
    border: 1px solid #eee;
    margin: 10px 0;
}

  .notice-wrapper tr {
}
.notice-wrapper td {
    padding: 3px 10px;
  }
.notice-wrapper tr:nth-child(odd) td {
	background: #d4d4d4;
}  

 .order_sample {
    width: 300px!important;
    margin: 10px 0!important;
  }

.container {
    width: 96% !important;
    padding: 0 !important; 
}

  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.6666667%;
  }
  .col-md-10 {
    width: 83.3333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.6666667%;
  }
  .col-md-7 {
    width: 58.3333333%;
  }
  .col-md-6 {
    width: auto;
  }
  .col-md-5 {
    width: 41.6666667%;
  }
  .col-md-4 {
    width: 33.3333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.6666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  [class*="col-md-"] {
    padding-right: 1%;
    padding-left: 1%;
    float: left;
    min-height: 1px;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }


.thumb {
border: 1px solid #eaeaea;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border-radius: 6px;
    width: 100%;
    height: 8vh!important;
    object-fit: cover;
}



#controls-wrapper {
    position: absolute;
}

.col-sm-12 {
    float: right!important;
}

#slide-list {
    position: absolute;
    bottom: 0px;
}

.product-spec-block table {
    width: 50%;
    margin: 0 auto;
}

.product-info-lst {
margin: 0 auto!important;
    width: 75%;
}

[type="submit"].btn-block, [type="reset"].btn-block, [type="button"].btn-block {
    width: 100%;
    margin: 0 auto;
}

.notice-wrapper .blank {
    background: url(https://file003.shop-pro.jp/PA01054/447/img/f_b_link_icon.png) 95% 2px no-repeat;
    background-size: 10%;
    padding-right: 22px;
}

.notice-wrapper .blank:hover {
    background: url(https://file003.shop-pro.jp/PA01054/447/img/f_b_link_icon.png) 95% 2px no-repeat;
}

  .lp_top_title {
    font-size: 24px;
    text-align: center;
    margin: 40px 0 20px 0;
    letter-spacing: 3px;
  }
.lp_top_txt {
    font-size: 15px;
    text-align: center;
    letter-spacing: 3px;
    line-height: 27px;
    margin: 0 0 40px 0;
  }

.cat_nav {
    width: 100%!important;
}

#pagetop {
    bottom: 20px!important;
}

.product-spec-block {
    margin-bottom: 3em;
    width: 75%;
    margin: 50px auto 20px auto;
}

.product-spec-block table {
    width: 100%;
    margin: 20px auto;
} 
  
} 



/* ========================================
      スマホのみ
======================================== */
@media only screen and (max-width: 767px) {


 
 /* スマホ用メニュー */
#con-list {
    position: absolute;
    z-index: 50;
    width: 100%;
  }

.con-list-nav {
    width: 100%;
    background-color: #fff;
    height: 100vh;
    top: 54px;
    position: fixed;
    display: none;
      overflow: scroll;
  }

.con-open-s {
    display: none!important;
  }
  
  .list-open-s {
    display: block!important;
  }
  
  .header-headline-con-list {
    position: fixed;
    top: 0;
    right: 0;
    display: table;
   z-index: 100;
}
  
  #nav_toggle {
    display: block;
    width: 34px;
    height: 34px;
    position: relative;
    top: 0;
    z-index: 100;
    background-color: #fff;
    padding: 10px;
    right: 0;
}

#nav_toggle div {
    position: relative;
}

#nav_toggle span {
  display: block;
    height: 3px;
    background: #7d0022;
    position: absolute;
    width: 100%;
    left: 0;
    border-radius: 6px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;	
}

#nav_toggle span:nth-child(1) {
    top:6px;
}

#nav_toggle span:nth-child(2) {
    top:16px;
}

#nav_toggle span:nth-child(3) {
    top:26px;
}
	
/* open時 */
.open  span:nth-child(1) {
   top: 17px!important;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}

.open span:nth-child(2) {
    top: 17px!important;
    height: 0px!important;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }

.open span:nth-child(3) {
    top: 17px!important;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
} 

  .side-section-lst, .side-checked-lst {
    margin: 0 2%!important;
}
  
 .ttl-st {
   padding: 8px 0!important;
    color: #fff!important;
    text-align: center!important;
    background: #701111!important;
    width: 104%;
    margin: 10px 0 20px -2%!important;
   border: none!important;
}
  
#cat-list .list-nav ul li:last-child {
    margin: 0 0 200px 0!important;
  }
  
.con-list-ban {
    width: 96%;
    margin: 0 auto;
    font-size: 0;
}

 .con-list-ban .btn-account {
    width: 48%;
    height: 30px;
    margin: 35px 1% 10px 1%;
    background-color: #6f6f6f;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    padding: 20px 0 14px 0;
  }
 .con-list-ban .btn-account a { 
  color:#fff;
   text-decoration:none;
  }
  
  .con-list-ban .btn-cart {
    width: 48%;
    height: 30px;
    margin: 35px 1% 10px 1%;
    background-color: #7d0022;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    padding: 20px 0 14px 0;
  } 
  .con-list-ban .btn-cart a { 
  color:#fff;
   text-decoration:none;
  }
  
   .con-list-ban .btn-list-cat {
    width: 97.5%;
    margin: 0 0 0 1%;
    background-color: #fff;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #b5b5b5;
  } 
  
.con-list-ban .btn-list-cat .list-header-sp {
    width: 97.5%;
    height: 60px;
    margin: 5px 1%;
    color: #000;
    font-size: 20px;
    display: inline-block;
    border-radius: 5px;
    text-align: left;
    padding: 30px 0px 0px 0;
    background: #fff url(https://file003.shop-pro.jp/PA01054/447/img/items.jpg) no-repeat;
    background-size: 45%;
    background-position: right center;
    letter-spacing: 2px;
    text-indent: 12%;
  } 
.con-list-ban .btn-list-cat .list-header-sp a { 
  color:#000;
   text-decoration:none;
  } 
  
 .con-list-sp {

    display: none;
    width: 290px;
    margin: 10px auto;
    list-style: none;
    font-size: 0;
  }

  
 
/* リンク先 */
.con-list-nav-sp ul li {
  float: left;
  opacity:1;
    font-size: 0;
  }
  
 .con-list-sp .umeboshi {
    background-image: url(https://file003.shop-pro.jp/PA01054/447/img/cat_icon/cat_umeboshi.jpg?3);
  }
  
 .con-list-sp .umeshu {
    background-image: url(https://file003.shop-pro.jp/PA01054/447/img/cat_icon/cat_umeshu.jpg);
  } 
 
 .con-list-sp .neriume {
    background-image: url(https://file003.shop-pro.jp/PA01054/447/img/cat_icon/cat_neriume.jpg);
  }   

 .con-list-sp .umezu {
    background-image: url(https://file003.shop-pro.jp/PA01054/447/img/cat_icon/cat_umezu.jpg);
  } 
 
 .con-list-sp .umeshou {
    background-image: url(https://file003.shop-pro.jp/PA01054/447/img/cat_icon/cat_umeshou.jpg);
  }   
 
 .con-list-sp .syrup {
    background-image: url(https://file003.shop-pro.jp/PA01054/447/img/cat_icon/cat_syrup.jpg);
  } 
 
 .con-list-sp .extract {
    background-image: url(https://file003.shop-pro.jp/PA01054/447/img/cat_icon/cat_extract.jpg);
  }   

 .con-list-sp .furikake {
    background-image: url(https://file003.shop-pro.jp/PA01054/447/img/cat_icon/cat_furikake.jpg);
  }     
 
 .con-list-sp .sweets {
    background-image: url(https://file003.shop-pro.jp/PA01054/447/img/cat_icon/cat_sweets.jpg);
  }    
 
 .con-list-sp .etc {
    background-image: url(https://file003.shop-pro.jp/PA01054/447/img/cat_icon/cat_etc.jpg);
  }    
  
 .con-list-sp .gift {
    background-image: url(https://file003.shop-pro.jp/PA01054/447/img/cat_icon/cat_gift.jpg);
  }
  
  .con-list-sp .sale {
    background-image: url(https://file003.shop-pro.jp/PA01054/447/img/cat_icon/cat_sale_s.jpg);
  } 
  
  .con-list-sp .yoyaku_aoume {
    background-image: url(https://file003.shop-pro.jp/PA01054/447/img/cat_icon/cat_yoyaku_aoume.jpg);
  } 

   .con-list-sp .yoyaku_aoume {
    background-image: url(https://file003.shop-pro.jp/PA01054/447/img/cat_icon/cat_yoyaku_aoume.jpg);
  }  
  
 .con-list-sp .panel_l {
background-size: contain;
    width: 288px;
    height: 129px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
   margin: 5px 0 0 0;
} 
  
 .con-list-sp .panel_s {
    background-size: contain;
    width: 140px;
    height: 140px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: 0 2px -6px 2px;
}
 
  .con-list-sp .panel_close {
    width: 250px;
    height: 30px;
    text-align: center;
    display: block;
    font-size: 17px;
    margin: 20px 18px;
    background-color: #7d0022;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    letter-spacing: 2px;
}  
  
  
  
.con-list-ban .btn-b4 {
    width: 48%;
    height: 30px;
    margin: 10px 1% 0 1%;
    background-color: #542a36;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    padding: 20px 0 14px 0;
  }
  
 .con-list-ban .btn-b4 a { 
  color:#fff;
   text-decoration:none;
  }
  
.con-list-serch {
    width: 94%;
    margin:0 auto;
}
  
.con-list-serch form {
    margin:0!important;
}  

.con-list-serch .search-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 13px;
    padding: 0px 40px 0px 15px!important;
    background: #fff url(https://file003.shop-pro.jp/PA01054/447/img/ios_select_down.png) no-repeat;
    background-size: 25px;
    background-position: right center;
}
  
  .con-list-address {
    width: fit-content;
    margin: 40px auto;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 25px;
}
  
.con-list-address a {
    color: #dc4836;
    text-decoration: none;
    padding: 0 5px;
}

  
  
  
  
  
  
  
  
  
.header-logo {
    background: url(https://file003.shop-pro.jp/PA01054/447/img/shop_logo_b.png) no-repeat center top;
    background-size: 100%;
    width: 17%;
    height: 35vh;
    position: absolute;
    top: 130px;
    left: 30px;
}
  
.header-logo img {
  width: 100%;
  margin: 0;
}  


  /* 商品 */
  .prd-lst-unit {
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .prd-lst-sort {
    text-align: center;
    margin: 30px 0;
  }

.prd-lst-name a {
  font-size: 13px;
  text-decoration:none;
}

.prd-lst-name {
  margin: 10px 0 5px 0;
    padding: 0;
    font-size: 13px;
    display: block;
}

.prd-lst-exp {
    font-size: 12px;
    color: #666;
  display: block;
}

.prd-lst-regular {
  font-size: 13px;
  text-decoration: line-through;
}
.prd-lst-price {
color: #464646;
    font-size: 11px;
    display: block;
}
.prd-lst-discount {
  color: #b81717;
}

.prd-lst-soldout {
  color: #b81717;
}

.more-prd {
  clear: both;
} 


/* パンくずリスト */
.topicpath-nav {
    margin: 0px;
    font-size: 11px;
    display: inline-block;
}  
  

.seller-rank {
display: inline-flex;
  }
  
.seller-rank.prd_lst_link {
    border: none!important;
  width:80%;
  }  
  
.seller-rank li {
    position: relative;
    border: none!important;
    width: 33.3%;
    text-align: left!important;
  }  
 
  
.seller-rank li:nth-child(1):before{
content: "";
    position: absolute;
    background-image: url(https://file003.shop-pro.jp/PA01054/447/img/rank_1.png);
    width: 40px;
    height: 40px;
    top: 3px;
    left: 3px;
    background-size: 100%;
    background-repeat: no-repeat;
  }  
 
.seller-rank li:nth-child(2):before{
content: "";
    position: absolute;
    background-image: url(https://file003.shop-pro.jp/PA01054/447/img/rank_2.png);
    width: 40px;
    height: 40px;
    top: 3px;
    left: 3px;
    background-size: 100%;
    background-repeat: no-repeat;
  }   

.seller-rank li:nth-child(3):before{
content: "";
    position: absolute;
    background-image: url(https://file003.shop-pro.jp/PA01054/447/img/rank_3.png);
    width: 40px;
    height: 40px;
    top: 3px;
    left: 3px;
    background-size: 100%;
    background-repeat: no-repeat;
  }   
 
 .instagram_logo{
    background-image: url(https://file003.shop-pro.jp/PA01054/447/img/icon_instagram_p.png);
width: 250px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 30px 0 15px 5px;
  }

  .facebook_logo{
    background-image: url(https://file003.shop-pro.jp/PA01054/447/img/icon_facebook_p.png);
width: 250px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 40px 0 15px 5px;
  } 

 	.fb-container {
display:block !important;
    width:100%;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
    height:500px;
  }
  
  .lp_top_title {
    font-size: 24px;
    text-align: center;
    margin: 40px 0 20px 0;
    letter-spacing: 3px;
  }
.lp_top_txt {
    font-size: 15px;
    text-align: left;
    letter-spacing: 3px;
    line-height: 27px;
    margin: 0 0 40px 0;
  }  
  
  
}




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





.d_none {
  display: none!important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.border-none {
  border: none!important;
}

.border-b-none {
  border-bottom: none!important;
}

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

.btn {
  border: 1px solid #dc4836!important;
  background-color: #dc4836!important;
    color: #fff!important;
}

.btn:hover {
    border: 1px solid #5d5d5d!important;
  background-color: #5d5d5d!important;
}


.muted {
  color: #999;
}

a.muted:hover,
a.muted:focus {
  color: #694545;
}

.text-warning {
  color: #c09853;
}

.orange {
  color: #eb6001;
}

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

.col-md-6 {
    width: 33.3%!important;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

.btn-01 {
  border: 1px solid <{$btn_01_bgcolor}>;
  background-color: <{$btn_01_bgcolor}>;
  color: <{$btn_01_font_color}>;
  *background-color: <{$btn_01_bgcolor}>;
}

.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  border: 1px solid <{$btn_01_bgcolor_hover}>;
  background-color: <{$btn_01_bgcolor_hover}>;
  color: <{$btn_01_font_color}>;
  *background-color: <{$btn_01_bgcolor_hover}>;
}

.btn-02 {
  border: 1px solid <{$btn_02_bgcolor}>;
  background-color: <{$btn_02_bgcolor}>;
  color: <{$btn_02_font_color}>;
  *background-color: <{$btn_02_bgcolor}>;
}

.btn-02:focus,
.btn-02:active,
.btn-02.active,
.btn-02.disabled,
.btn-02[disabled] {
  border: 1px solid <{$btn_02_bgcolor_hover}>;
  background-color: <{$btn_02_bgcolor_hover}>;
  color: <{$btn_02_font_color}>;
  *background-color: <{$btn_02_bgcolor_hover}>;
}

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

.btn-03 {
  border: 1px solid <{$btn_03_bgcolor}>;
  background-color: <{$btn_03_bgcolor}>;
  color: <{$btn_03_font_color}>;
  *background-color: <{$btn_03_bgcolor}>;
}

.btn-03:hover,
.btn-03:focus,
.btn-03:active,
.btn-03.active,
.btn-03.disabled,
.btn-03[disabled] {
  border: 1px solid <{$btn_03_bgcolor_hover}>;
  background-color: <{$btn_03_bgcolor_hover}>;
  color: <{$btn_03_font_color}>;
  *background-color: <{$btn_03_bgcolor_hover}>;
}

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

.pull-right {
    width: 74%;
}

.pull-right-h {
  float:right;
}

.cat_nav {
    margin: 0 0 5px -8px;
    list-style: none;
    padding: 0;
}

.img_visible {
  display:block!important;
}

.f-head {
    font-weight: bold;
    padding: 25px 10px 5px 10px;
    text-align: center;
    color: #000000;
    margin: 0 0 -5px 0;
    border-bottom: 4px double #921c0d;
}

.sidecat_lst {
  list-style-type:none;
  margin: 15px 0;
    font-weight: bold;
}
.sidescat_lst {
  list-style-type:square;
  margin: 15px 0;
    font-weight: normal;
}

.sidescat_lst a:hover {
    color: #eb6001;
    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;
}

.flw_pc_btn a {
    color: #fff;
    background-color: #dc4836!important;
    border-color: #dc4836!important;
}  
 
.flw_pc_btn a:hover {
    color: #fff;
    background-color: #333!important;
    border-color: #333!important;
}  


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

nav-btn-phone {
    cursor: pointer;
}


#pagetop {
  height: 54px;
  padding: 0;
  display: none;
  overflow: hidden;
}
#pagetop a {
  display: block;
  padding: 10px;
}
#pagetop img {
  width: 20px;
  height: auto;
}


/* ========================================
      PCの場合
======================================== */

body {
  background-color: <{$page_bgcolor}>;
  color: #333333;
}

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

a:hover {
  color: #CC6600;
}


.freepage .tutorial {
    background-color: #f7eeeb;
    padding: 9px;
    border-bottom: 3px solid #ab9898!important;
    border-radius: 4px;
    margin: -20px 0 10px 0;
    border: 1px solid #ab9898;
}

.freepage .fa-arrow-down {
  color: #ab9898;
  margin: 0px 0 30px 0;
}


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



.col-fl-1 {
  width:100%;
  text-align: center;
}


.footer-lst ul {
  text-align: center;
  list-style: none;
  margin:0!important;
    font-size: 13px;
}

.footer_list li {
    margin: 10px 4px!important;
    display: inline-block;
}

.footer_list a {
    color: #4d4d4d;
    text-decoration: none;
    padding: 2px 8px;
    border-radius: 7px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
      white-space: nowrap;
}

.footer_list a:hover {
  background-color: #4d4d4d;
    color: #fff;
  text-decoration:none;
}

.footer_copy {
    font-size: 12px;
  }

.f_logo {
background-image: url(https://file003.shop-pro.jp/PA01054/447/img/shop_logo_s.png);
background-size: contain;
width: 80px;
height: 160px;
margin: 80px auto 45px auto;
background-repeat: no-repeat;
background-position: center;
  }


/* ヘッダーバナーエリア */
.header_banner_area {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.header_banner_area ul {
    float: right;
}

.header_banner_area li {
    display: inline-block;
    height: auto;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.header_banner_area li:hover {
  opacity:0.6;
}

/* フリーページの制御 */
.freepage {
line-height: 25px;
}

.freepage .size_pre {
  width:auto!important;
  max-width:100%;
}

.freepage img {
  margin:10px 0;
}
.freepage a {
    color: #dc4836;
    border: 1px solid #fff0;
    text-decoration: none;
    padding: 0 5px;
    border-radius: 7px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    white-space: nowrap;
}

.freepage a:hover {
  background-color: #dc4836;
    color: #fff;
  text-decoration:none;
}

.freepage img:hover  {
  background-color: none!important;
}

.freepage .blank {
    background: url(https://file003.shop-pro.jp/PA01054/447/img/f_b_link_icon.png) 95% 4px no-repeat;
    background-size: 1.2vw;
    padding-right: 30px;
    padding-top: 2px;
}

.freepage .blank:hover {
    background: url(https://file003.shop-pro.jp/PA01054/447/img/f_b_link_icon_on.png) 95% 4px no-repeat;
  background-color: #dc4836;
    background-size: 1.2vw;
    padding-right: 30px;
    padding-top: 2px;
  color:#fff;
}


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

/* アイコンの種類 */
.icon-search:before { background-position: 0 -16px; }
.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: 10px 0;
    color: #4d4d4d;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  font-family: 'Noto Serif SC', serif;
      font-weight: bold;
}

.ttl-h3 {
    padding: 30px 8px 10px 8px;
    background: #ffffff;
    color: #000000;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    border-top: 3px double #701111;
    border-bottom: 1px dashed #dcbaba;
}

.ttl-h3-top {
    padding: 0px 8px 10px 8px;
    background: #ffffff;
    color: #000000;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px dashed #dcbaba;
    margin: 10px 0 0 0;
}


.ttf-h3 {
    padding: 30px 8px 10px 0px;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    border-top: 1px dashed #701111;
}

.ttl-h4 {
    margin: 10px 0;
    color: #4d4d4d;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  font-family: 'Noto Serif SC', serif;
}

.ttl-h5 {
    margin: 10px 0;
    background: #dc4836;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    width: fit-content;
    color: #fff;
    padding: 7px;
}

.tts-h5 {
    margin: 35px 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
}


.h2s {
    font-size: 14px;
    border-radius: 7px;
    padding: 4px 5px;
    text-decoration: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.h2s:hover {
  background-color: #4d4d4d;
    color: #fff;
  text-decoration:none;
}

.ttl-pn {
    margin: 10px 0;
    color: #4d4d4d;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  font-family: 'Noto Serif SC', serif;
}

#container {
  position: relative;
  z-index: 1;
  padding-top: 0px;
}



/* ヘッダー */
#header {
  position: relative;
  z-index: 102;
  height:60px;
  margin-top: 62px;
}

 #header-wrapper {
    width: 100%;
    position: relative;
    z-index: 2;
    height: 62px;
}

.header-headline-nav {
  font-size: 13px;
}
.header-headline-nav .icon:before {
  margin-left: -20px;
}
.header-headline-nav ul {
  margin: 0 10px 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: <{$header_link}>;
    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-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: <{$header_link}>;
    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: 10000;
    right: 30px;
  top:50px;
    position: fixed;
    width: 100%;
}

.header-nav-lst-phone {
    position: absolute;
    left: 50%;
    display: none;
    margin-left: -50%;
    width: 108%;
    top: -60px;
    background: #fff;
    height: 100vh;
    opacity: 0.95;
    z-index: 0;
    padding: 100px 0 0 0;
}
.header-nav-lst-phone ul {
  margin: 0;
}
.header-nav-lst-phone li {
  padding: 0;
  border-bottom: 1px dashed #dcbaba ;
  text-align: center;
}
.header-nav-lst-phone li:last-child {
  border-bottom: none;
}
.header-nav-lst-phone a {
  display: block;
  padding: 20px 0;
  text-decoration: none;
}
.header-nav-lst-phone a:hover {
  background: #f9f9f9;
  text-decoration: none;
}

.header-nav-lst-phone .nav-footer-logo {
background-image: url(https://file003.shop-pro.jp/PA01054/447/img/shop_logo_s.png);
    background-size: contain;
    width: 60px;
    height: 110px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 30px;
    left: 50px;
}
/* ----- サイドメニュー ----- */
.side-section {
    margin: 0 0 25px 0;
}
.side-section li {
    margin: 15px 0;
    border-bottom: 1px #dcbaba dashed;
    padding: 11px 5px;
    text-align: center;
    position: relative;
}

.side-section li:last-child {
    border-bottom: none;
}

  .side-section li a {
    color: <{$side_link}>;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    transition: color 0.1s linear;
    border-radius: 10px;
}

.side-section li:hover {
  color: #eb6001;
  text-decoration:none;
  }

  .search-select {
    margin: 10px 0 0 0;
  }
  .search-box {
    float: left;
    width: 76%;
    border-radius: 4px;
    padding: 7px 5px;
    margin: 10px 0;
  }
  .search-btn[type="submit"] {
    float: right;
    padding: 7px 0;
    width: 15%;
    background-image: url(https://file003.shop-pro.jp/PA01054/447/img/search.png);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    margin: 10px 0 0 0;
}
  .side-category-name,
  .side-group-name {
display: block;
    margin: 0px -40px 10px -5px;
  }

/* パンくずリスト */
.topicpath-nav {
  margin: 8px 0px;
  font-size: 84.615%;
}
  .topicpath-nav li {
    display: inline;
    margin-right: .2em;
    font-size: 13px;
}
  .topicpath-nav li a {
    margin-left: .2em;
    color: #444;
    text-decoration: none;
  }
  .topicpath-nav li a:hover {
    /*text-decoration: underline;*/
  }

  .topicpath-nav li:last-child {
    font-weight: bold;
  }


/* 囲み */
.container-section {
  margin-bottom: 0;
  word-break: break-all;
 display: inline-block;
}

.eyecatch-block,
.info-block,
.recommend-block,
.bestseller-block,
.free_space_block {
margin: 0 0 25px 0!important;
    padding-bottom: 40px;
    word-break: break-all;
    width: 100%;
    float: right;
}

.news a {
  text-decoration:none;
}

.news {
  padding: 4px 0;
}




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

.main-section {
  padding-left: 20px;
  padding-top: 10px;
}


/* 商品のページャー 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 10px;
    border: 1px solid #921c0d;
    color: #921c0d;
  }
  .prd-lst-pager li a {
    border: 1px solid <{$btn_02_bgcolor}>;
    background-color: <{$btn_02_bgcolor}>;
    color: <{$btn_02_font_color}>;
    text-decoration: none;
  }
  .prd-lst-pager li a:hover {
    border: 1px solid <{$btn_02_bgcolor_hover}>;
    background-color: <{$btn_02_bgcolor_hover}>;
  }
  .prd-lst-pager li span {
    border: 1px solid #921c0d;
    background-color: #921c0d;
    color: #fff;
  }

/* 商品のページャー タブレット スマホ */
.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: 40px;
    position: fixed;
    right: 10px;
    bottom: 200px;
    z-index: 1;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 20px;
    height: 40px;
    opacity: 0.8;
}
#pagetop a {
  padding-right: 10px;
}
.notice-wrapper {
    padding: 60px 0;
}

.notice-wrapper a {
    color: #dc4836;
    border: 1px solid #dc4836;
    text-decoration: none;
    padding: 0 5px;
    border-radius: 7px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
      white-space: nowrap;
}

.notice-wrapper a:hover {
  background-color: #dc4836;
    color: #fff;
  text-decoration:none;
}

.notice-wrapper .blank {
    background: url(https://file003.shop-pro.jp/PA01054/447/img/f_b_link_icon.png) 95% 4px no-repeat;
    background-size: 10%;
    padding-right: 22px;
}

.notice-wrapper .blank:hover {
    background-image: url(https://file003.shop-pro.jp/PA01423/341/img/f_b_link_icon_on.png) ;
  background-position:95% 4px;
}

.notice-wrapper .simple_a {
  border:none!important;
}

.simple_a_tutorial {
    color: #dc4836;
    border: 1px solid #dc4836;
    text-decoration: none;
    padding: 0px 20px;
    border-radius: 3px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    white-space: nowrap;
    font-size: 30px;
    font-weight: bold;
  line-height: 50px;
}

.wookmark-wrapper {
  position: relative;
}
.wookmark-item {
  padding-bottom: 20px;
  width: 33%;
  *width: 20.5%;
  *padding-right: 2% !important;
  *padding-left: 2% !important;
}

/* フッター背景 */
.footer-wrapper {
    padding: 40px 0;
}

.footer-lst {
  padding: 0;
}
  .footer-lst li {
    margin: 20px 0;
  }
  .footer-lst a:hover {
    text-decoration:none;
  }

/* ショップ紹介 */
.manager-name {
  margin: 0 0 20px 0;
  font-size: 20px;
}

.manager-caption {
  padding: 0 40px 0 20px;
  border-right: 1px solid #dbdbdb;
}

/* カレンダー */
.tbl_calendar {
  margin-bottom: 20px;
  max-width: 260px;
  width: 100%;
  font-size: 84.615%;
}
  .tbl_calendar caption {
    text-align: center;
  }
  .tbl_calendar th {
    padding: .3em 0;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }
  .tbl_calendar td {
    padding: .5em 0;
    width: 14.2%;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }
.cal_memo {
  margin-top: 1em;
  font-size: 84.615%;
}

.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: 20px 0 5px 0;
    font-weight: bold;
}
.def-lst-dd {
  margin: 0;
  padding-bottom: 1em;
  border-bottom: 1px #dcbaba dashed;
  line-height: 2;
}
  .def-lst-dd img {
    display:none;
    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;
  }

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
 
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media (min-width: 1025px) {
  .container {
    max-width: 1170px;
  }
}

/* パンくずの改行消し */
.topicpath-nav .br_none {
  display:none;
}

/* fontawesome 補助 */
.fa-flg {
    font-size: 23px!important;
    vertical-align: -2px;
    color: #7d0022;
    margin: 0 9px 0 -22px;
}


/* IE用 */
.ie_wrapper .container {
  width: 1170px;
}


/* カテゴリー用アイコン画像 */

.side-group-name .cat_umeboshi {
    background-image: url(https://file003.shop-pro.jp/PA01054/447/img/side_icon_umeboshi.png);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    margin: -15px 1px -30px -5px;
    height: 50px;
    width: 69px;
    display: block;
  mix-blend-mode: multiply;
}

.side-group-name .cat_umeshu {
    background-image: url(https://file003.shop-pro.jp/PA01054/447/img/side_icon_umeshu.png);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    margin: -5px 1px -45px -5px;
    height: 50px;
    width: 69px;
    display: block;
  mix-blend-mode: multiply;
}

.side-group-name .cat_neriume {
    background-image: url(https://file003.shop-pro.jp/PA01054/447/img/side_icon_neriume.png);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    margin: -5px 1px -45px -5px;
    height: 50px;
    width: 69px;
    display: block;
  mix-blend-mode: multiply;
}

.side-group-name .cat_umezu {
    background-image: url(https://file003.shop-pro.jp/PA01054/447/img/side_icon_umezu.png);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    margin: -15px 1px -30px -5px;
    height: 50px;
    width: 69px;
    display: block;
  mix-blend-mode: multiply;
}

.side-group-name .cat_umeshou {
    background-image: url(https://file003.shop-pro.jp/PA01054/447/img/side_icon_umeshou.png);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    margin: -5px 1px -45px -5px;
    height: 50px;
    width: 69px;
    display: block;
  mix-blend-mode: multiply;
}

.side-group-name .cat_syrup {
    background-image: url(https://file003.shop-pro.jp/PA01054/447/img/side_icon_syrup.png);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    margin: -15px 1px -30px -5px;
    height: 50px;
    width: 69px;
    display: block;
  mix-blend-mode: multiply;
}

.side-group-name .cat_extract {
    background-image: url(https://file003.shop-pro.jp/PA01054/447/img/side_icon_extract.png);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    margin: -15px 1px -30px -5px;
    height: 50px;
    width: 69px;
    display: block;
  mix-blend-mode: multiply;
}

.side-group-name .cat_sweets {
    background-image: url(https://file003.shop-pro.jp/PA01054/447/img/side_icon_sweets.png);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    margin: -5px 1px -45px -5px;
    height: 50px;
    width: 69px;
    display: block;
  mix-blend-mode: multiply;
}

.side-group-name .cat_furikake {
    background-image: url(https://file003.shop-pro.jp/PA01054/447/img/side_icon_furikake.png);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    margin: -15px 1px -30px -5px;
    height: 50px;
    width: 69px;
    display: block;
  mix-blend-mode: multiply;
}

.side-group-name .cat_gift {
    background-image: url(https://file003.shop-pro.jp/PA01054/447/img/side_icon_gift.png);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    margin: -15px 1px -30px -5px;
    height: 50px;
    width: 69px;
    display: block;
  mix-blend-mode: multiply;
}

.side-group-name .cat_etc {
    background-image: url(https://file003.shop-pro.jp/PA01054/447/img/side_icon_etc.png);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    margin: -15px 1px -30px -5px;
    height: 50px;
    width: 69px;
    display: block;
  mix-blend-mode: multiply;
}

.side-group-name .cat_sale {
    background-image: url(https://file003.shop-pro.jp/PA01054/447/img/side_icon_sale.png);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    margin: -15px 1px -30px -5px;
    height: 50px;
    width: 69px;
    display: block;
  mix-blend-mode: multiply;
}

.side-group-name .cat_yoyaku_aoume {
    background-image: url(https://file003.shop-pro.jp/PA01054/447/img/side_icon_yoyaku_aoume.png);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    margin: -15px 1px -30px -5px;
    height: 50px;
    width: 69px;
    display: block;
  mix-blend-mode: multiply;
}




.color_ca2424 {
  color:#ca2424;
}

.red {
  color:#cc0000;
}

.d_line {
  margin:0!important;
}

.incart-delivery li {
  border:none!important;
}

.incart-delivery li:last-child {
  display:none;
}

.seller-rank .new_mark_img1 {
  display:none!important;
}

.seller-rank .new_mark_img2 {
  display:none!important;
}