@charset "utf-8";
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  商品一覧categoryCSS
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
.fs-l-main{
    padding: 0;
    margin: 0 auto 100px;
    max-width: 100%;
}
.fs-l-pageMain{
    max-width: 100%;
}
/*--------------------------
category
---------------------------*/
.category-header-block{
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
}
.inunotameno-midashi{
    background: url(https://bipet6530.itembox.design/item/img/category/fv_dog_pc.jpg)no-repeat;
    background-position: center 0;
    background-size: cover;
}
.nekonotameno-midashi{
    background: url(https://bipet6530.itembox.design/item/img/category/fv_cat_pc.jpg)no-repeat;
    background-position: center 0;
    background-size: cover;
}
.category-header-text{
    margin: 0;
    font-size: 5.2rem;
    line-height: 2;
    font-weight: bold;
    text-shadow: 2px 2px 2px #ffffff, -2px 2px 2px #ffffff, 2px -2px 2px #ffffff, -2px -2px 2px #ffffff, 2px 0px 2px #ffffff, 0px 2px 2px #ffffff, -2px 0px 2px #ffffff, 0px -2px 2px #ffffff;
}
.category-header-text span{
    padding-left: 10px;
}
.category-header-wrap{
    max-width: 448px;
}
.category-header-wrap img{
    height: 35px;
}
.category-header-wrap p{
    font-size: 2.4rem;
    text-align: right;
    font-weight: bold;
    letter-spacing: 1.2px;
    text-shadow: 2px 2px 2px #ffffff, -2px 2px 2px #ffffff, 2px -2px 2px #ffffff, -2px -2px 2px #ffffff, 2px 0px 2px #ffffff, 0px 2px 2px #ffffff, -2px 0px 2px #ffffff, 0px -2px 2px #ffffff;

}
.category-header-wrap p span{
    padding-left: 10px;
}
/*--------------------------
sp
---------------------------*/
@media screen and (max-width:768px){
    .fs-l-main{
        margin: 0 auto 0;
    }
    .category-header-block{
        display: flex;
        align-items: flex-end;
        height:250px;
    }
    .category-header-wrap{
        margin-bottom: 10%;
    }
    .inunotameno-midashi{
        background: url(https://bipet6530.itembox.design/item/img/category/fv_dog_sp.jpg)no-repeat;
        background-position: center 0;
        background-size: cover;
    }
    .nekonotameno-midashi{
        background: url(https://bipet6530.itembox.design/item/img/category/fv_cat_sp.jpg)no-repeat;
        background-position: center 0;
        background-size: cover;
    }
    .category-header-text{
        font-size: 3.6rem;
        line-height: 1;
    }
    .category-header-wrap p{
        font-size: 1.2rem;
    }
}
/*--------------------------
商品リスト
---------------------------*/
.category-list{
    margin-top: 100px;
}
.product-list {
    margin-top: 30px;
    justify-content: center;
}
.bipet-btn.product-list-btn {
    background-color: #FE9437;
    border: none;
    width: 320px;
}
.product-list li{
    width: 50%;
    position: relative;
    height: 0;
    padding-top: 48%
}
.product-list-allwrap{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0%;
    margin: auto;
    width: 100%;
    height: 100%;
}
.product-list-inunotame01{
    background: url(https://bipet6530.itembox.design/item/img/category/dog_gohan.jpg)no-repeat;
    background-position: center 0;
    background-size: contain;
    margin-right: 40px;
}
.product-list-inunotame02{
    background: url(https://bipet6530.itembox.design/item/img/category/dog_oyatsu.jpg)no-repeat;
    background-position: center 0;
    background-size: contain;
}
.product-list-nekonotame01{
    background: url(https://bipet6530.itembox.design/item/img/category/cat_gohan.jpg)no-repeat;
    background-position: center 0;
    background-size: contain;  
}
.product-list-nekonotame02{
    background: url(https://bipet6530.itembox.design/item/img/category/cat_oyatsu.jpg)no-repeat;
    background-position: center 0;
    background-size: contain;  
}
.product-list-wrap {
    width: 93%;
    max-width: 540px;
    position: absolute;
    bottom: 36px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 20px;
    background-color: rgb(255 255 255 / 81%);
    padding: 35px 0 30px;
}
.product-list-title{
    font-size: 3.6rem;
    text-align: center;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 1.8px;
}
.product-list-title {
    margin-bottom: 0;
}
.product-list-sub{
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 1.2px;
    font-weight: bold;
    margin: 5px auto 25px;
    line-height: 1;
}
.bipet-btn.product-list-btn:hover{
    opacity: 0.7;
}
/*--------------------------
sp
---------------------------*/
@media screen and (max-width:768px){
    .product-list{
        display: block;
        margin-bottom: 50px;
    }
    .category-list{
        margin-top: 45px;
        margin-bottom: 45px;
    }
    .product-list li{
        width: 100%;
        padding-top: 100%;
        margin-bottom: 20px;
    }
    .product-list-inunotame01{
        margin-right: 0;
    }
    .product-list-title {
        font-size: 2.4rem;
    }
    .product-list-wrap {
        width: 95%;
        max-width: 540px;
        position: absolute;
        bottom: 6%;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 10px;
        background-color: rgb(255 255 255 / 81%);
        padding: 15px 0 15px;
    }
    .product-list-title{
        font-size: 2.4rem;
    }
    .product-list-sub{
        font-size: 1.6rem;
    }
    .bipet-btn.product-list-btn {
        width: 90%;
    }

}
