@charset "UTF-8";

#p_category {
    background: var(--be);
}

.category_item_box {
    background: #fff;
    margin: 0 12px 16px;
    padding: 15px;
    border-radius: 1em;
    -webkit-filter: drop-shadow(0px 3px 5px rgba(126, 82, 31, 0.1));
    filter: drop-shadow(0px 0px 5px rgba(126, 82, 31, 0.1));
}

.category_item_box .item_img {
    max-width: 110px;
}

.category_item_box .item_txt {
    width: calc(100% - 125px);
}

.category_item_box .title {
    font-size: 16px;
    margin: 1em auto .6em;
}

.category_item_box .comment {
    font-size: 13px;
    color: #333;
}

.category_kv {
    margin: 0 auto 50px
}

.category_kv_title {
    max-width: 460px;
    min-width: 437px;
    background: var(--be);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 80px;
    text-align: center;
}

.category_kv_title .title {
    color: #27682f;
    font-size: 30px;
    letter-spacing: .1em;
    margin-bottom: 1em
}

.category_kv_img {
    width: calc(100% - 441px);
}

.category_kv_icon {
    width: 126px;
    height: auto;
    margin: 0 auto;
}

.category_read {
    max-width: 800px;
    margin: 0 auto 50px;
    font-size: 18px;
    line-height: 2;
}

.p-category_nav {
    background: var(--gn);
    margin-bottom: 24px;
}

.p-category_nav li a {
    color: #fff;
    padding: 1em 2.5vw 1.2em;
    font-size: calc(16 / 1420 * 100vw);
    position: relative;
}

.p-category_nav li.active a,
.p-category_nav li a:hover {
    background: #76ad08;
    font-weight: bold;
}
.p-category_nav li.active a:before{
    content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}




/*カテゴリ改修*/
.fs-c-subgroupList {
  display: flex;
  flex-wrap: wrap;
}
	
.fs-c-subgroupList > * {
  width: calc(100% / 4 - 1.6em);
}
	
.fs-c-subgroupList__item{
	background: #fff;
	margin: 0 12px 16px;
	padding: 15px;
	border-radius: 1em;
	-webkit-filter: drop-shadow(0px 3px 5px rgba(126, 82, 31, 0.1));
	filter: drop-shadow(0px 0px 5px rgba(126, 82, 31, 0.1));
}
.fs-c-subgroupList .fs-c-subgroupList__image {
	max-width: 110px;
}
.fs-c-subgroupList .fs-c-subgroupList__label {
	width: calc(100% - 125px);
}
.fs-c-subgroupList .fs-c-subgroupList__label {
	font-size: 16px;
	margin: 1em auto .6em;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.fs-c-subgroupList .comment {
	font-size: 13px;
	color: #333;
}

.fs-c-subgroupList__link::after{
	content: none;
}

.fs-c-subgroupList__link{
	border: none;
	background: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fs-body-category .fs-c-heading,
.fs-body-category .fs-c-subgroup{
  background: var(--be);
  margin: 0 -12%;
  padding: 20px 12%;
}

#p-side+.fs-l-pageMain .fs-c-heading,
#p-side+.fs-l-pageMain .fs-c-subgroup{
  background: var(--be);
  margin: 0 3%;
  padding: 20px;
}



/*パンクズ*/
.fs-c-breadcrumb__list {
    max-width: 1280px;
    margin: 0 auto 10px;
}

/*商品カード*/
.fs-c-productList__list__item {
    width: calc(100% / 4 - 16px);
    margin: 0 16px 32px 0;
    border: 0;
    padding: 0;
}

.fs-c-productList__list__item:hover .fs-c-productListItem__productName {
    text-decoration: underline
}

.fs-c-productList__list__item:hover img {
    opacity: .7;
}

.fs-c-productList__list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

span.fs-c-productName__copy {
    display: none;
}

.fs-body-category .fs-c-productListItem__imageContainer {
    width: 100%;
    text-align: center;
}

.fs-body-category .fs-c-productListItem__image__image {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
}

.fs-c-productListItem__viewMoreImageButton {
    display: none;
}

.fs-c-productListItem__productName {
    font-size: 15px;
    min-height: 3.2em;
}

.fs-c-productPrice__main {
    font-size: 16px;
}

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #000;
}

.fs-c-button--plain {
    border-radius: 2px;
    color: #0b3810;
    padding: 0.5em;
    font-size: 14px;
    text-align: center;
    border: 1px solid #0b3810;
    transition: .2s;
}

.fs-c-button--plain:hover {
    background: var(--gn);
    color: #fff;
    text-decoration: none;
}

.Home_delivery,
.Mail_service,
.fs-c-mark--subscription {
    background: #cfb074;
    display: inline-block;
    font-size: 12px;
    padding: 2px;
    color: #fff;
    line-height: 1;
}

.Mail_service {
    background: #417e48;
}

.fs-c-mark--subscription {
    background: #09A
}

.fs-c-sortItems {
    border: none;
    font-size: 18px;
}

.fs-c-sortItems__list__item__label:link {
    color: inherit;
    padding: 4px 1.5em;
}

.fs-c-sortItems__list__item__label:link,
.fs-c-sortItems__list__item__label:visited {
    color: #8d8d8d;
}

.fs-c-sortItems__list__item__label {
    border-right: 1px solid #d4d4d4;
}

.fs-c-sortItems__list__item__label:link:hover {
    color: #000;
}

.fs-c-sortItems__list__item.is-active {
    color: #000;
    background: none;
}

.fs-c-sortItems__label {
    background: #000;
    font-size: 90%;
    color: #fff;
}

.fs-c-productList__controller {
    margin-bottom: 2em;
}

.fs-c-heading--page,
.fs-c-subgroup,
.fs-c-productList,
.fs-l-cart__contentsArea {
    margin-right: 8%;
    margin-left: 8%;
}

.fs-c-heading--page {
    border-bottom: none;
    color: #000000;
    font-weight: normal;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    letter-spacing: .1em;
    font-size: 32px;
    padding-bottom: 1em;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 2em;
}

.fs-c-productPrice__main__price .fs-c-price__currencyMark::before {
    font-size: .7em;
}

.fs-c-productPrice__addon {
    font-size: .6em;
}

.fs-c-productListItem__prices.fs-c-productPrices {
    line-height: 1;
    margin-bottom: 6px;
}

.review_button a {
    text-decoration: underline;
    font-size: .9em;
}

.review_button a img {
    display: none;
}

.fs-c-price__value {
    font-weight: bold;
}

/*カートページ*/
#p_header_nav_top.p-cart {
    height: auto;
}

.p-cart .p_header_nav_top_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1008px;
    width: 100%;
}

.p-cart .site_logo {
    margin: 20px auto 10px;
}

.p-cart .p_header_nav_top_left .ico-wrap {
    width: 100%;
    justify-content: center;
}

.p-cart_bnr {
    width: 48%;
    margin: 0 1%;
}

.fs-c-cartTableContainer {
    background: #fff
}

.fs-body-cart .fs-l-cart__sideColumn {
    background: #f5f5f5;
    border: none;
}

.fs-c-continueShopping {
    text-align: center;
}

/*.fs-c-button--standard:visited {
    background: #fff;
    color: #000;
}*/

.fs-c-button--standard span.fs-c-button__label {
    font-size: 16px;
    width: 300px;
    display: block;
    padding: 7px;
}

#Footer2 {
    text-align: center;
    font-size: 12px;
    border-top: 1px solid #eee;
    margin: 30px auto 10px;
    padding-top: 20px
}

#Footer2 a {
    padding: 0 0 20px 0;
}

#Footer2 p.copyrignt {
    font-size: 10px;
}

.fs-c-wishlistProduct {
    display: none
}

.fs-l-page #wrapper th,
.fs-l-page #wrapper td {
    text-align: center;
}
#category-comment5 {
    padding-bottom: 30px;
    border-bottom: 1px solid #c9c9c9;
}
.fs-body-category #p_top_ranking{
    margin: 80px auto;
}
@media screen and (min-width: 1600px) {
    .p-category_nav li a{
        font-size: 16px;
        padding: 1em 2em 1.2em;
    }
    
}
@media screen and (max-width: 1500px) {
    #p_header_nav_top.p-cart {
        height: auto;
    }

    .fs-l-pageMain {
        padding-top: 40px;
    }
}

@media screen and (max-width: 819px) {
    .fs-l-pageMain {
        padding-top: 0;
    }

    .fs-body-cart .fs-l-cart__sideColumn {
        padding: 20px
    }

    .fs-c-button--standard span.fs-c-button__label {
        width: 100%;
        font-size: 14px
    }

    .fs-c-continueShopping {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .fs-c-purchaseHere__message p {
        text-align: center;
        font-size: 15px;
        font-weight: bold;
    }

    .floating_bnr_phone {
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 10;
        width: 100%;
        background: url(https://sugamo.itembox.design/item/renewal/img/ham_contents_contact.jpg)no-repeat;
        background-size: cover;
        text-align: center;
        font-size: 10px;
        padding: 10px 0;
        line-height: 1;
    }

    .num_phone {
        position: relative;
        font-size: 20px;
        padding-left: 45px;
        padding-bottom: 5px;
        top: 5px
    }

    .num_phone:before {
        position: relative;
        display: inline-block;
        width: 26px;
        height: 26px;
        content: " ";
        background: url(https://sugamo.itembox.design/item/images/icon_free.jpg) no-repeat;
        background-size: 26px;
        margin: 0 5px -11px -40px;
    }

    .floating_bnr_phone_txt {
        text-align: left;
    }

    .floating_bnr_phone_txt .title {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .fs-c-accountService__page {
        margin: 8px;
    }

    .fs-c-accountService {
        justify-content: center;
    }

    li.fs-c-accountService__page.fs-c-accountService__page--accountDelete {
        display: flex;
        justify-content: center;
        align-items: center;
    }

}

@media screen and (max-width: 1280px) {
    .category_item_list.l-row.l-row__4 > * {
        width: calc(100% / 3 - 1.6em);
    }

    .fs-c-productList__list__item {
        width: calc(100% / 3 - 16px);
    }

    .fs-c-heading--page,
    .fs-c-subgroup,
    .fs-c-productList,
    .fs-l-cart__contentsArea {
        margin-right: 3%;
        margin-left: 3%;
    }
}

@media screen and (max-width: 819px) {
    .category_item_list.l-row.l-row__4 > * {
        width: calc(100% / 2 - 24px);
    }
	
.fs-c-subgroupList > * {
  width: calc(100% / 2 - 24px);
}
	

    .category_kv {
        margin: 0 calc(50% - 50vw) 20px;
        width: 100vw;
    }

    .category_kv_title {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
        padding: 40px;
    }

    .category_kv_img {
        width: 100%;
    }

    .category_kv_title .title {
        font-size: 27px;
        margin-bottom: 0;
    }

    .category_kv_icon {
        display: none;
    }

    .category_read {
        margin: 0 auto 20px;
        font-size: 14px;
        line-height: 1.8;
    }

    .category_read .l-row.l-row__2 > * {
        width: 100%
    }

    .p-category_nav {
        display: none;
    }

    .fs-c-sortItems {
        font-size: 11px;
    }

    .fs-c-button--plain {
        font-size: 14px;
    }

    .fs-c-listControl {
        flex-direction: initial;
        justify-content: space-between;
    }

    .fs-c-heading--page {
        font-size: 24px
    }

    .fs-c-productList {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 640px) {

    .fs-c-productListItem__productName {
        font-size: 1.4rem;
        min-height: auto;
    }

    .Home_delivery,
    .Mail_service {
        font-size: 12px;
    }


    .fs-c-productList__list__item {
        width: 100%;
        margin: 0 auto 16px;
    }

    .fs-body-category .fs-c-productListItem__imageContainer,
    .fs-c-productListItem__imageContainer {
        width: 90px;
        float: left;
        margin-right: 10px
    }

    button.fs-c-button--addToCart--list.fs-c-button--plain {
        position: absolute;
        right: 41px;
    }

    .fs-c-productListItem__outOfStock.fs-c-productListItem__notice.fs-c-productStock {
        background: #bfbfbf;
        border: none;
        width: calc(100% - 100px);
        text-align: center;
        margin: 0 0 0 auto;
    }

    a.fs-c-button--viewProductDetail.fs-c-button--plain {
        position: absolute;
        right: 41px;
        min-width: 131px;
    }
}

@media screen and (max-width: 500px) {
    #p_category .l-inner_l {
        width: 100%;
    }

    .category_item_list {
        border-top: 1px solid #dadada;
    }

    .category_item_list.l-row.l-row__4 > * {
        width: 100%
    }

    .category_item_box {
        margin: 0 auto;
        padding: 0;
        border-bottom: 1px solid #dadada;
        border-radius: 0;
        -webkit-filter: drop-shadow(0px 0px 0px rgba(126, 82, 31, 0.1));
        filter: drop-shadow(0px 0px 0px rgba(126, 82, 31, 0.1));
    }

    .category_item_box .item_img {
        max-width: 90px;
    }

    .category_item_box .item_txt {
        width: calc(100% - 100px);
        padding-right: 16px;
    }

    .category_item_box .comment {
        font-size: 11px;
    }
	
	.fs-c-subgroupList {
 border-top: 1px solid #dadada;
}
	
.fs-c-subgroupList > * {
  width: 100%
}
	
.fs-c-subgroupList__item{
	margin: 0 auto;
        padding: 0;
        border-bottom: 1px solid #dadada;
        border-radius: 0;
        -webkit-filter: drop-shadow(0px 0px 0px rgba(126, 82, 31, 0.1));
        filter: drop-shadow(0px 0px 0px rgba(126, 82, 31, 0.1));
}
.fs-c-subgroupList .fs-c-subgroupList__image {
	max-width: 90px;
}
.fs-c-subgroupList .fs-c-subgroupList__label {
	width: calc(100% - 100px);
        padding-right: 16px;
}
.fs-c-subgroupList .fs-c-subgroupList__label {
	font-size: 16px;
	margin: 1em auto .6em;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.fs-c-subgroupList .comment {
	font-size: 13px;
	color: #333;
}

.fs-c-subgroupList__link::after{
	content: none;
}

.fs-c-subgroupList__link{
	border: none;
	background: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
	


#p-side+.fs-l-pageMain .fs-c-heading,
#p-side+.fs-l-pageMain .fs-c-subgroup,
.fs-body-category .fs-c-heading,
.fs-body-category .fs-c-subgroup{
  background: var(--be);
  margin: 0;
  padding: 20px 3%;
}
	
	
}
