#productlist {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) {
  #productlist {flex-wrap: wrap;}
  #productlist #main {width: 100%;}
}
@media (max-width: 767px) {
  #productlist {
    flex-direction: column-reverse;
  }
  .sp-w100_impt {width: 100%;}
  .sp-maw290 {max-width: 290px!important;}
}

.title {
  margin-bottom: 20px;
  max-width: 690px;
  width: 100%;
}

/*
#side{
	float:left;
	width:250px;
	
}
#side>ul{
	list-style:none;
}
#side>ul>li{
	height:100px;
}
#side>ul>li>a{
	display:block;
}


#login_area{
	background:url(https://img06.shop-pro.jp/PA01019/759/etc/side_kaiin.jpg?20130827143302) no-repeat;
	width:250px;
	height:263px;
	margin:0 0 20px 0;
	position:relative;
}
#login_area>a{
	display:block;
	text-align:center;
}

a#login{
	background:#40220F;
	color:#ffffff;
	width:205px;
	line-height:36px;
	text-decoration:none;
	position:absolute;
	left:21px;
	top:66px;
	


}
a#sinki{
	background:#C30D23;
	color:#ffffff;
	width:205px;
	line-height:36px;
	text-decoration:none;
	position:absolute;
	left:21px;
	top:184px;
	
	
}
a#mail_maga{
	text-decoration:underline;
	font-size:12px;
	position:absolute;
	left:42px;
	top:230px;
	color:#40220F;
}
a#mail_maga:hover{
	color:#ff0000;
}
*/


/*商品一覧
---------------------------------------------------------------------------*/
.product_list_wrap {
  margin-bottom: 50px;
}
.product_item img { 
  border: none;
}
@media (min-width: 768px) {
  .product_item .name {
    font-size: 12px;
  }
}

/*
.product_list {
  float: left;
  padding: 15px 10px 15px;
  text-align: center;
  width: 100%;
}
.product_item { 
  text-align: center;
  width: 100%;
}
.product_item img {
  border: 5px;
  padding: 1px;
  width: 100%;
}
.product_item .name {
  line-height: 120%;
  margin: 10px 0 5px;
  font-size: 12px;
  font-weight: bold;
  width: 165px;
  width: auto;
  height: 40px;
  height: auto;
	text-align:left;
}

.product_item .name img {
  vertical-align: middle;
}
.product_item .price {
  color: #FFF;
  background-color: #cc0000;
  margin: 5px 0 0;
  text-align: right;
  font-size: 13px;
  margin-top: auto;
}
*/

/*
ul#item_erabi{
  background:url(https://img06.shop-pro.jp/PA01019/759/etc/side_item.jpg?20130828174055) no-repeat;
  width:230px;
  height:181px;
  margin:20px 0;
  padding:110px 0 0 20px;
  list-style:none;
}
ul#item_erabi li{
  height:19px;
  margin:0 0 20px 0;
}
ul#item_erabi li>a{
  display:block;
}
*/

/* グループページ：レターパック（送料無料）のページ ここから*/
.group_desc--free_shipping {
  display: block!important;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .group_desc--free_shipping {
    margin-left: 10px;
  }
}

.group_desc--free_shipping .group_desc_box {
  margin-bottom: 50px;
}
.group_desc--free_shipping .group_desc_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
}

.group_desc--free_shipping .group_desc_subtitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
}
.group_desc--free_shipping .free_shipping_desc_wrap {
  margin-bottom: 20px;
}
.group_desc--free_shipping .free_shipping_desc_box {
  background-color: #FFF;
  border: solid 2px #000;
  padding: 10px;
}
.group_desc--free_shipping .free_shipping_desc_title {
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 5px;
}

.group_desc--free_shipping .check-text-list {
  margin-bottom: 10px;
}
.group_desc--free_shipping .check-text-list >* {
  font-size: 14px;
  padding-left: 1.2em;
  position: relative;
}
.group_desc--free_shipping .check-text-list >*::before {
  content: '';
  display: inline-block;
  height: 5px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 0.4em; left: 0;
  transform: rotate(-45deg);
  width: 10px;
}
.group_desc--free_shipping .red {
  color: #bc1a25;
}
/* グループページ：レターパック（送料無料）のページ ここまで*/

.mozuku_link {
  display: block!important;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  margin: 1em;
}


/* サブカテゴリのタブ */
@media (min-width: 768px) {
  .tabs_block {
    /*margin: 0 10px 20px;*/
    display: flex;
    justify-content: space-around;
    grid-column-gap: 2%;
  }
}
@media (max-width: 767px) {
  .tabs_block {
    /*margin: 20px 5px;*/
  }
}
.tabs {}
.tabs .tab {
  background-color: #c1e0b0;
  color: #63b239;
  position: relative;
  text-align: center;
}

.tabs .tab.brown::before {
	background-color: #6a360a!important;
}

.tabs .current-brown {background-color: #c8af8f;}
.tabs .tab.current {
  background-color: #009245;
  color: #FFF;
  
}

.current-brown {background-color: #67431e;}
.tabs .tab a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 10px 5px;
  width: 100%;
}
.tabs .tab .tab__title {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.tabs .tab .tab__title img {
  max-height: 38px;
  width: auto;
}
@media (max-width: 640px) {
  .tabs .tab .tab__title img {
    max-height: 16px;
    max-width: 200px;
  }
}

@media (min-width: 768px) {
  .tabs {
    display: flex;
    width: 48%;
    margin-bottom: 20px;
  }
  .tabs .tab {
    flex:1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tabs .tab a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tabs .tab:first-of-type {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .tabs .tab:last-of-type {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .tabs .tab:not(:first-of-type)::before {
    content: '';
    background-color: #63b239;
    display: block;
    height: calc(100% - 10px);
    position: absolute;
    top: 5px; right: calc(100% - 1px);
    width: 2px;
    z-index: 2;
  }
  .tabs .tab.current::before {
    content:none;
  }
  .tabs .tab:nth-of-type(1).current ~ .tab:nth-of-type(2)::before {
    content:none;
  }
  .tabs .tab:nth-of-type(2).current ~ .tab:nth-of-type(3)::before {
    content:none;
  }
}
@media (max-width: 767px) {
  .tabs .tab {
    border-radius: 5px;
    margin-bottom: 15px;
  }
  .tabs .tab a {
    padding: 15px 5px;
  }
}


/*グループページ*/
.group_list_box {
  margin: 30px 0px 0px 15px;
}
@media (min-width: 768px) {
  .group_list_box {
    margin: 30px 0px 0px 0px;
  }
}

.group_list .group_item {
  /*background-color: #CCA37A;*/
  background-color: #c1e0b0;
  border-radius: 5px;
  /*color: #6A3609;*/
  color: #63b239;
}
.group_item {
  background-color: #c1e0b0;
  border-radius: 5px;
  color: #63b239;
}
.group_list .group_item.current {
  /*background-color: #6A3609;*/
  background-color: #009245;
  color: #FFF;
  position: relative;
}
.group_item.current {
  background-color: #009245;
  color: #FFF;
  position: relative;
}
.group_list .group_item.current::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0; left: 0;
  width :calc(100% - 10px);
  height: calc(100% - 10px);
  border: solid 5px #C30D22;
  border-radius: 5px;
  z-index: 2;
}
.group_item.current::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0; left: 0;
  width :calc(100% - 10px);
  height: calc(100% - 10px);
  border: solid 5px #C30D22;
  border-radius: 5px;
  z-index: 2;
}
.group_list .group_item a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 10px 5px;
  text-align: center;
  width: 100%;
}
.group_item a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 10px 5px;
  text-align: center;
  width: 100%;
}

.group_list .group_item .group_item__title img {
  max-height: 40px;
}
.group_item .group_item__title img {
  max-height: 40px;
}

@media (min-width: 768px) {
  .group_list {
    display: flex;
  }
  .group_list .group_item {
    display: flex;
    margin: 0 20px 0 0;
    width: calc(50% - 10px / 2);
  }
  .group_item {
    display: flex;
    margin: 0 20px 0 0;
    width: calc(50% - 10px / 2);
  }
  .group_list .group_item:nth-child(even) {
    margin-right: 0;
  }
  .group_item:nth-child(even) {
    margin-right: 0;
  }
  .group_list .group_item a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .group_item a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .group_list .group_item {
    margin-bottom: 15px;
  }
  .group_list .group_item a {
    padding: 15px 5px;
  }
  .group_list .group_item.current::after {
    width :calc(100% - 14px);
    height: calc(100% - 14px);
    border: solid 7px #C30D22;
  }
  .group_list .group_item .group_item__title img {
    max-height: 70px;
    max-width: 250px;
    width: auto;
  }
  .group_list .group_item a {
    position: relative;
  }
  .group_list .group_item a::after {
    content: '';
    width: 0.5em;
    height: 0.5em;
    border-top: solid 2px #63b239;
    border-right: solid 2px #63b239;
    position: absolute;
    top: 50%;right: 1.5em;
    transform: translateY(-50%) rotate(135deg);
  }
  .group_list .group_item.current a::after {
    border-top-color: #FFF;
    border-right-color: #FFF;
  }
}
@media (max-width: 640px) {
  .group_list .group_item .group_item__title img {
    max-height: 40px;
  }
}

.tabs .tab.current_grp {
  position: relative;
}
.tabs .tab.current_grp::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0; left: 0;
  width :calc(100% - 10px);
  height: calc(100% - 10px);
  border: solid 5px #C30D22;
  z-index: 2;
}
@media (min-width: 768px) {
  .tabs .tab:first-of-type::after {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .tabs .tab:last-of-type::after {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
@media (max-width: 767px) {
  .tabs .tab.current_grp::after {
    border-radius: 5px;
    width :calc(100% - 14px);
    height: calc(100% - 14px);
    border: solid 7px #C30D22;
  }
}
@media (max-width: 767px) {
	.hide-sp {display: none!important;}
  .second-button-sp {margin-top: 25px;margin-bottom: 15px;}
}
@media (min-width: 768px) {
  .hide-pc {display: none;}
  .width-full-pc {width:97.5%;}
}

/* 2024.04.26 ADD LAYOUT */

@media (min-width: 768px) {
  .fk_group_wrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    margin-bottom:25px;
  }
}
.fk_group_wrapper {margin-bottom:25px;}

.fk_group_wrapper .fk_box {
  border-radius: 7px;
  background-color: #C1E0B0;
  width: 100%;
  height: 108px;
  margin-top: 25px;
  
  &.h128 {height: 128px;}
  
  &.current {
    background-color: #009245;
    /*& .w-full:before {background-color: #fff;}*/
  }
  
  & .w-full, & .w-full-right {
    display: block;
    width: 100%;
    padding: 13px 0;
    position: relative;
    
    &:before {
        content: "";
        width: 95%;
        height: 2px;
        background-color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;}
  }
  
  & .shipping-wide-01{
  	 max-width: 220px;
    margin:auto;
  }
  & .shipping-wide-01 img {width: 100%;}
  & .shipping-wide-02{
  	 max-width: 168px;
    margin:auto;
  }
  & .shipping-wide-02 img {width: 100%;}
  
  & .under-content {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    justify-content: space-around;
    position: relative;
    
    &:before {
      content: "";
      width: 2px;
      height: 90%;
      background-color: #fff;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
    }
  }
  & .under-content img {width: 100%;}
  & .shipping-left {
    max-width: 108px;
    width: 50%;
    padding: 9px 34px;
    margin: 4px 6px;
    
    &.current {background-color: #C1E0B0;}
  }
  & .shipping-right {
    max-width: 128px;
    width: 50%;
    padding: 8px 28px;
    margin: 4px 6px;
    &.current {background-color: #C1E0B0;}
  }
  & .gosen-left {
    max-width: 91px;
    width: 50%;
    padding: 8px 42px;
    /* padding: 6px 47px;*/
    margin: 4px 6px;
    &.current {background-color: #C1E0B0;}
  }
  & .gosen-right {
    max-width: 108px;
    width: 50%;
    /*padding: 6px 16px;*/
    padding: 19px 38px;
    margin: 4px 6px;
    &.current {background-color: #C1E0B0;}
  }
}
@media (min-width: 768px) {
  
  .fk_group_wrapper .fk_box {
    border-radius: 7px;
    height: 120px;
    margin-top: 0;
    width: calc(328% / 6.90);
    &.h128 {height: 120px;}
    
    & .w-full {padding: 22px 0;}
    & .w-full-right {padding: 10px 0;}
    
    & .shipping-left {
      padding: 6px 22px;
      /*padding: 9px 9.2vw;*/
      margin: 4px 6px;
    }
    & .shipping-right {
      padding: 6px 12px;
      margin: 4px 6px;
    }
    
    & .gosen-left {
      max-width: 91px;
      padding: 6px 30px;
      margin: 4px 6px;
    }
    & .gosen-right {
      max-width: 110px;
      padding: 17px 21px;
      margin: 4px 6px;
    }
  }
}

  #productlist_tabheader {
      display: block;
      padding-top: 180px;
      margin-top: -180px;
  }
@media (min-width: 768px) {
  #productlist_tabheader {
      display: block;
      padding-top: 0px;
      margin-top: 0px;
  }
}




