@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 topページ
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
.fs-l-main {
    padding: 0;
    margin: 0 auto;
    max-width: 100%;
}

.fs-l-pageMain {
    max-width: 100%;
}

/*--------------------------
FV
---------------------------*/
.topfv {
    width: 100%;
    position: relative;
    background: url(https://bipet6530.itembox.design/item/img/top/fv_pc.jpg)no-repeat;
    background-position: top center;
    background-size: cover;
    height: 0;
    padding-top: 40.65%;
}

.topfv-wrap {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.topcatch {
    max-width: 560px;
    width: 35%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.topcatch img {
    width: 100%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    /* top: 0; */
    bottom: 10%;
}

/*--------------------------
sp
---------------------------*/
@media screen and (max-width:768px) {
    .topfv {
        background: url(https://bipet6530.itembox.design/item/img/top/fv_sp.jpg)no-repeat;
        padding-top: 105.33333333333333%;
        background-position: top center;
        background-size: cover;
    }

    .topcatch {
        width: 75%;
    }
}

/*--------------------------
NEWS
---------------------------*/
.news_area {
    background: url(https://bipet6530.itembox.design/item/img/common/bg_dot.png);
    background-position: center;
    background-color: #F4DECE;
    padding: 50px 0 36px;
}

.news_list {
    padding: 20px;
    /* max-width: 960px; */
    margin: 0 auto;
    width: 100%;
    border-radius: 10px;
    background-color: #FFF;
    max-height: 240px;
    overflow-y: scroll;
    border-color: #654929;
    border: 1px dashed;
}

.news_area .fs-pt-list {
    display: flex;
    flex-wrap: wrap;
}

.fs-p-dateList>li {
    width: 100%;
    border: none;
    border-color: #654929;
    border-bottom: 1px dashed;
    margin-top: 8px;
    display: flex;
    align-items: center;
    padding-bottom: 8px;
}

.fs-p-dateList>li:last-child {
    padding-bottom: 8px;
    border-bottom: 1px dashed;
}

.fs-p-dateList>li .newsdate {
    font-family: 'Quicksand', sans-serif;
    background: none;
    color: #654929;
    font-weight: bold;
    width: 138px;
    align-self: end;
}

.fs-p-dateList>li a {
    display: flex;
    width: 100%;
}

.newstext {
    width: 100%;
}

/*--------------------------
sp
---------------------------*/
@media screen and (max-width:768px) {

    .fs-p-dateList>li,
    .fs-p-dateList>li a {
        display: block;
    }

    .fs-p-dateList>li .newsdate {
        display: block;
        width: 100%;
    }
}

/*--------------------------
イベント
---------------------------*/
.event_bnr_wrap {
    padding: 60px 0;
    background-color: #FFF;
    width: 100%;
}

.eventblock {
    flex-wrap: wrap;
}

.eventblock li {
    width: 23%;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 0;
}

.eventblock li:nth-child(4n) {
    margin-right: 0;
}

@media screen and (max-width:800px) {
    .eventblock li:nth-child(4n) {
        margin-right: 20px;
    }
}

/*--------------------------
sp
---------------------------*/
@media screen and (max-width:768px) {
    .eventblock {
        padding: 0;
    }

    .eventblock li {
        width: 50%;
        margin: 0;
    }

    .eventblock li:nth-child(4n) {
        margin-right: 0;
    }

    .event_bnr_wrap {
        padding: 0;
    }
}

/*--------------------------
コンセプト
---------------------------*/
.concept_area {
    background: url(https://bipet6530.itembox.design/item/img/common/bg_dot.png);
    background-position: center;
    background-color: #E0BCA0;
    padding: 100px 0 60px;
    position: relative;
}

.concept_area::before {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 10px;
    background: url(https://bipet6530.itembox.design/item/img/top/concept_bg_pc.png)no-repeat;
    background-position: center 30px;
    background-size: 1200px auto;
}

.concept-wrap {
    text-align: center;
    margin: 0 auto;
}

.concept-text {
    max-width: 418px;
    margin: 0 auto;
}

.concept-text p {
    font-size: 1.7rem;
    line-height: 2;
}

.topaboutus {
    margin-top: 40px;
}

.concept-menulist {
    margin-top: 66px;
}

.concept-menulist li {
    position: relative;
    width: 25%;
    margin-right: 25px;
    box-shadow: 2px 4px 9px 1px rgb(0 0 0 / 30%);
    font-size: 0;
    border-radius: 10px;
}

.concept-menulist li:last-child {
    margin-right: 0;
}

.concept-menulist li .text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #FFF;
    font-size: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-shadow: 3px 1px 2px rgb(0 0 0 / 70%);
}

@media screen and (max-width:1119px) {
    .concept_area::before {
        background-size: contain;
    }
}

@media screen and (max-width:866px) {
    .concept-menulist {
        flex-wrap: wrap;
        justify-content: center;
    }

    .concept-menulist li {
        width: 30%;
        margin-bottom: 20px;
    }

    .concept-menulist li:nth-child(3n) {
        margin-right: 0;
    }

    .concept-menulist li:last-child {
        margin-right: auto;
        margin-left: 2%;
    }
}

/*--------------------------
sp
---------------------------*/
@media screen and (max-width:768px) {
    .concept_area::before {
        top: 0;
        background: url(https://bipet6530.itembox.design/item/img/top/concept_bg_sp.png)no-repeat;
        background-position: center 0;
        background-size: contain;
    }

    .topaboutus {
        margin-top: 20px;
    }

    .concept-text p {
        font-size: 1.4rem;
    }

    .concept-menulist {
        margin-top: 40px;
        display: block;
    }

    .concept-menulist li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 11px;
        box-shadow: 2px 4px 5px 1px rgb(0 0 0 / 23%);
    }

    .concept-menulist li:last-child {
        margin-left: 0;
    }
}


/*--------------------------
HOWTO
---------------------------*/
.howtoarea {
    padding: 60px 0;
}
.howto-bnr {
    width: 47%;
    margin-left: 5%;
}
.howto-bnr:nth-of-type(1){
  margin-left: 0;
}
.howto-bnr a {
    font-size: 0;
    display: block;
}
@media screen and (min-width: 769px){
.pcflex {
    display: flex;
    align-items: center;
    justify-content: center;
}
}
@media screen and (max-width: 768px){
.howto-bnr {
    width: 100%;
    margin-left: 0;
  margin-top:25px
}
  .howto-bnr:nth-of-type(1){
  margin-top:0;
}
}




/*--------------------------
商品、ブランドリスト
---------------------------*/
.product_area {
    padding: 60px 0;
    width: 100%;
}

.product-list {
    margin-top: 30px;
}

.bipet-btn.product-list-btn {
    background-color: #FE9437;
    border: none;
    width: 250px;
}

.product-list li {
    width: 50%;
    position: relative;
    height: 0;
    padding-top: 35%
}

.product-list-allwrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0%;
    margin: auto;
    width: 100%;
    height: 100%;
}

.product-list-inunotame {
    background: url(https://bipet6530.itembox.design/item/img/top/pro_dog_pc.png)no-repeat;
    background-position: center 0;
    background-size: contain;
    margin-right: 40px;
}

.product-list-nekonotame {
    background: url(https://bipet6530.itembox.design/item/img/top/pro_cat_pc.png)no-repeat;
    background-position: center 0;
    background-size: contain;
}

.product-list-wrap {
    width: 90%;
    max-width: 250px;
    position: absolute;
    bottom: 36px;
    left: 0;
    right: 0;
    margin: auto;
}

.product-list-title {
    font-size: 3.6rem;
    text-align: center;
    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;
}

/*--------------------------
sp
---------------------------*/
@media screen and (max-width:768px) {
    .product-list {
        display: block;
        margin-bottom: 50px;
    }

    .product-list li {
        width: 100%;
        padding-top: 71.16666%;
    }

    .product-list-inunotame {
        background: url(https://bipet6530.itembox.design/item/img/top/pro_dog_sp.png)no-repeat;
        background-position: center 0;
        background-size: contain;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .product-list-nekonotame {
        background: url(https://bipet6530.itembox.design/item/img/top/pro_cat_sp.png)no-repeat;
        background-position: center 0;
        background-size: contain;
    }

    .product-list-title {
        font-size: 2.4rem;
    }

    .bipet-btn.product-list-btn {
        width: 90%;
    }

    .product-list-wrap {
        bottom: 10%;
    }
}


@media screen and (max-width:768px) {
    .concept-menulist.sp-flex {
        display: flex;
        justify-content: space-between;
    }

    .concept-menulist li:last-child {
        margin-left: 2%;
        margin-right: 0;
    }

    .concept-menulist li .text {
        font-size: 2.0rem;
        padding: 10px;
        border: 2px solid #FFF;
        border-radius: 10px;
    }

    .concept-menulist li {
        width: 49%;
    }

    .concept-menulist li a img {
        object-fit: cover;
        border-radius: 10px;
        height: 140px;
    }
}