#contents > .innerBox {
    padding-top: 80px;
/*    padding-bottom: 80px;*/
}
/* ////////// PC ////////// */
@media print,
screen and (min-width: 1200px) {
    main {
/*        padding-top: 30px;*/
/*        margin-left: 160px;*/
    }
}

.h1Box .h1_sub {
    display: inline-block;
    padding-bottom: .5em;
    margin-bottom: .8em;
    position: relative;
    min-width: 80px;
}
.h1Box .h1_sub:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    background: #778899;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.category_name {
/*    font-family: 'hypatia-sans-pro',-apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;*/
    font-size: 2.4rem;
/*    margin: 30px 0;*/
}
.search_title {
    font-family: 'hypatia-sans-pro',-apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 2.4rem;
    margin: 30px 0;
}
/*====================================================
     //class fs-c-productList 並び替え
====================================================*/
.fs-c-productList__controller,
.fs-c-sortItems ,
.fs-c-productList .fs-c-sortItems__list ,
.fs-c-sortItems__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.fs-c-productList__controller {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0
}
.fs-c-sortItems {
    font-size: 1.1rem;
}
.fs-c-sortItems__label {
    font-size: 1.06rem;
    border: solid 1px;
    border-right: 0;
    height: 20px;
    padding: 0 4px 0 10px;
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1.2em;
    position: relative;
    color: #888;
/*    overflow-y: hidden;*/
}
.fs-c-sortItems__label:before  {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    border: solid 1px;
    border-color: #888;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-top: 0;
    border-left: 0;
    top: 0;
    bottom: 0;
    right: -7px;
    margin: auto;
}
.fs-c-sortItems__list li a {
    margin: 0 .5em;
    border-bottom: dotted 1px;
    border-color: #888;
}
.fs-c-sortItems__list__item__label {
    margin: 0 .5em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    .fs-c-productList__controller {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        text-align: center;
    }
    .fs-c-sortItems {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .fs-c-listControl {
        width: 100%;
        margin-bottom: 5px;
    }
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

/*====================================================
     //class .fs-c-productList__list 一覧
====================================================*/
.fs-c-productList__list ,
.fs-c-productPrice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.fs-c-productList__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fs-c-productList__list__item form {
    position: relative;
    height: 100%;
/*
    overflow: hidden;
    cursor: pointer;
*/
}
.fs-c-productList__list__item form {
    width: 100%;
    max-width: 200px;
    margin: auto;
}
.fs-c-productList__list__item form {
    position: relative;
    width: 100%;
    padding-bottom: 2.5em;
}
.fs-c-productList__list__item form:before {
    content:"";
    display: block;
    padding-top: 100%; /* 高さを幅の75%に固定 */
    background: url(https://pawsliving.itembox.design/item/img/product/nophoto.png) no-repeat top center;
    background-size: contain;
    margin-bottom: 8px;
}
.fs-c-productListItem__image {
    -webkit-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out;
    position: absolute;
    top: 0;
    background: #fff;
}
.fs-c-productListItem__image a {
    display: block;
}
.fs-c-productListItem__image img:hover {
    opacity: .7;
}
.fs-c-button--viewMoreImage ,
.fs-c-productListItem__control .fs-c-button--viewProductDetail {
    display: none;
}

.fs-c-productListItem__productName {
    font-family: 'hypatia-sans-pro',-apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 1.3rem;
    text-align: left;
}
.fs-c-productListItem__productName a {
/*    pointer-events: none;*/
    display: block;
    padding-bottom: .5em;
    height: 100%;
/*    min-height: 4.5em;*/
/*    border: solid;*/
}
.fs-c-productName__copy {
    font-size: 1.1rem;
    display: block;
    font-weight: normal;
    margin: 5px 0;
}
.fs-c-productPrice__main__label {
    display: none;
}
.fs-c-productListItem__prices {
    position: absolute;
    bottom: 0;
    right: 0;
/*    pointer-events: none;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
/*
.fs-c-productListItem__productName:hover + .fs-c-productListItem__prices {
    color: #c0c0c0;
}
*/
.fs-c-productPrice {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.fs-c-productPrice--listed + .fs-c-productPrice--selling .fs-c-productPrice__main__price {
    margin-left: .5em;
}

.fs-c-productPrice--listed {
/*    display: none;*/
}
/*
.fs-c-productPrices .fs-c-productPrice__addon__label {
    position: relative;
    display: inline-block;
    font-size: .8em;
    padding: 0em 1em;
}
.fs-c-productPrices .fs-c-productPrice__addon__label:before ,
.fs-c-productPrices .fs-c-productPrice__addon__label:after {
    position: absolute;
    top: 0; 
}
.fs-c-productPrices .fs-c-productPrice__addon__label:before {
    content: '\FF08';
    left: 0;
}
.fs-c-productPrices .fs-c-productPrice__addon__label:after {
    content: '\FF09';
    right: 0;
}
*/
.fs-c-button--viewProductDetail ,
.fs-c-button--addToCart--list {
    display: none;
}

.fs-c-noImage {
    display: none;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    .fs-c-productList__list__item {
        width: calc(100% / 2 - 30px);
        margin: 20px 15px;
    }
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
    .fs-c-productList__list__item {
        width: calc(100% / 3 - 30px);
        margin: 20px 15px;
    }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
    .fs-c-productList__list__item {
        width: calc(100% / 3 - 30px);
    }
}

@media screen and (min-width:1200px) {
    .fs-c-productList__list__item {
        width: calc(100% / 4 - 30px);
    }
}

/*====================================================
     //class .fs-c-productStock 在庫切れ
====================================================*/
.fs-c-productStock {
    font-size: 11px;
    background: #789;
    display: inline-block;
    padding: 4px 6px;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 0;
    
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

/*====================================================
     
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}
