@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
共通用CSS
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*--------------------------
色設定
---------------------------*/
:root {
    --text-color: #654929;
    --background-color: #E0BCA0;
    --green-color: #71AC4E;
    --orange-color: #FE9437;
    --green02-color: #489122;
}

/*--------------------------
共通
---------------------------*/
.fs-l-page {
    margin: 0;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    color: #654929;
    color: var(--text-color);
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    line-height: 1.5;
    word-wrap: break-word;
    font-size: 1.7rem;
    overflow-x: hidden;
}

ul {
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
    padding-start: 0px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

a {
    text-decoration: none;
    transition: 0.2s;
}

a:link,
a:visited,
a:hover,
a:active {
    color: #654929;
    color: var(--text-color);
}

a:hover {
    opacity: 0.7;
}

.xxlfont {
    font-size: 5.2rem;
}

.largefont {
    font-size: 3.6rem;
}

.middlefont {
    font-size: 2.4rem;
}

.smallfont {
    font-size: 1.2rem;
}

.quick {
    font-family: 'Quicksand', sans-serif;
}

.pagelink-wrap {
    position: relative;
}

.pagelink {
    position: absolute;
    top: -100px;
    left: 0;
}

@media screen and (max-width:768px) {
    .pagelink {
        top: -130px;
    }

    body {
        font-size: 1.6rem;
    }

    .xxlfont {
        font-size: 3.6rem;
    }

    .largefont {
        font-size: 2.4em;
    }

    .middlefont {
        font-size: 2rem;
    }
}

/*--------------------------
共通パーツ
---------------------------*/
.flex {
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}

.inner {
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}

.inner02 {
    width: 100%;
    max-width: 1000px;
    padding: 0 20px;
    margin: 0 auto;
}

.content-title_v1 {
    font-size: 5.2rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 2.6px;
}

.content-title {
    position: relative;
    text-align: center;
    margin-top: 2em;
    font-size: 5rem;
    letter-spacing: 2.6px;
    font-weight: 600;
}

/* ---- 20230419 追記 ---- */

.content-title .content-subtitle {
    display: block;
    font-size: 1.8rem;
    margin-top: 5px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (max-width: 768px) {
    .content-title .content-subtitle {
        font-size: 1.6rem;
    }
}

/* ------- ここまで ------- */

.content-title:before,
.content-title:after {
    position: absolute;
    top: calc(50% - 6px);
    width: 30%;
    height: 3px;
    content: '';
    border-top: solid 4px #489122;
    border-bottom: solid 2px #489122;
}

.content-title:before {
    left: 0;
}

.content-title:after {
    right: 0;
}

.bipet-btn {
    color: #654929;
    color: var(--text-color);
    font-weight: bold;
    border-radius: 50px;
    font-size: 1.7rem;
    position: relative;
    display: block;
    background-color: #FFF;
    padding: 8px 8px;
    border-color: #654929;
    border-color: var(--text-color);
    border: 2px solid;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}

.bipet-btn a {
    display: block;
}

.bipet-btn.allow::after {
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-color: transparent transparent #654929 #654929;
    border-color: transparent transparent var(--text-color) var(--text-color);
    transform: rotate(225deg);
    content: "";
    display: inline-block;
    position: absolute;
    right: 7%;
    margin: auto;
    top: 0;
    bottom: 0;
}

.bipet-btn:hover {
    opacity: 0.7;
}

.fs-p-scrollingCartButton {
    bottom: 25%;
}

/*--------------------------
パンくず
---------------------------*/
.fs-c-breadcrumb__list {
    width: 95%;
    margin: 20px auto;
    max-width: 1200px;
}

/*--------------------------
sp
---------------------------*/
@media screen and (max-width:768px) {
    .inner {
        padding: 0 15px;
    }

    .inner02 {
        padding: 0 15px;
    }

    .content-title {
        font-size: 3.6rem;
        letter-spacing: 3.6px;
        margin: 0;
    }

    .content-title:before,
    .content-title:after {
        width: 18%;
    }

    .content-title_v1 {
        font-size: 3.6rem;
        letter-spacing: 3.6px;
    }

    .bipet-btn {
        max-width: 100%;
        font-size: 1.6rem;
        font-weight: normal;
    }
}

@media screen and (max-width:320px) {

    .content-title:before,
    .content-title:after {
        width: 12%;
    }
}

/*--------------------------
ブランド
---------------------------*/
.brand-list {
    flex-wrap: wrap;
    max-width: 765px;
    margin: 20px auto;
    justify-content: center;
}

.brand-list li {
    width: 176px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 0;
}

.brand-list li:nth-child(4n) {
    margin-right: 0;
}

@media screen and (max-width:810px) {
    .brand-list li {
        width: 22.5%;
    }
}

/*--------------------------
sp
---------------------------*/
@media screen and (max-width:768px) {
    .brand-list li {
        width: 48%;
        margin-right: 10px;
        margin-bottom: 15px;
        font-size: 0;
    }

    .brand-list li:nth-child(4n) {
        margin-right: 10px;
    }

    .brand-list li:nth-child(2n) {
        margin-right: 0;
    }
}

/*--------------------------
背景
---------------------------*/
body {
    background-attachment: fixed !important;
    background-size: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    background: url(https://bipet6530.itembox.design/item/img/common/bg_pc.jpg)repeat-y;
    z-index: -1;
}

/*--------------------------
sp
---------------------------*/
@media screen and (max-width:768px) {
    body {
        background: none;
    }

    body::before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100vh;
        background: url(https://bipet6530.itembox.design/item/img/common/bg_sp.jpg) center repeat-y;
        background-size: 100% auto;
        background: none;
    }
}
/*--------------------------
任意商品表示パーツ
---------------------------*/
.fs-c-productListCarousel__list{
    margin: 50px 0;
}
.fs-c-productListCarousel__list span.fs-c-productPrice__main{
    color: var(--text-color);
    font-size: 2.4rem;
}
.fs-c-productListCarousel__list span.fs-c-productName__copy {
    margin-bottom: 8px;
}
.fs-c-productListCarousel__list .fs-c-productListItem__control.fs-c-buttonContainer {
    justify-content: flex-start;
    gap: 10px;
}
.fs-c-productListCarousel__list .fs-c-productListItem__control.fs-c-buttonContainer form{
    width: calc(100% - 22px - 10px);
}
.fs-c-productListCarousel__list .fs-c-productListItem__control > *:last-child{
    margin-left: 0;
}
.fs-c-productListCarousel__list .fs-c-button--plain.fs-c-button--addToCart--list::before{
    display: none;
}
.fs-c-productListCarousel__list .fs-c-button--plain{
    color: var(--text-color);
    border-radius: 50px;
    font-size: 1.4rem;
    position: relative;
    padding: 8px 8px;
    text-align: center;
    background-color: var(--orange-color);
    width: 100%;
}
.fs-c-productListCarousel__list span.fs-c-productName__name {
    font-size: 1.6rem;
    font-weight: bold;
}
@media screen and (max-width:768px) {
    .fs-c-productListCarousel__list .fs-c-productListItem__control.fs-c-buttonContainer {
        flex-direction: column;
    }
    .fs-c-productListCarousel__list .fs-c-productListItem__control.fs-c-buttonContainer form{
        width: 100%;
    }
    .fs-c-productListCarousel__list span.fs-c-productPrice__main{
        font-size: 1.6rem;
    }
    .fs-c-productListCarousel__list span.fs-c-productName__name {
        font-size: 1.4rem;   
    }
    .fs-c-productListCarousel__list .fs-c-button--plain{
        font-size: 1.2rem;
        border-radius: 30px;
        font-weight: normal;
        padding: 4px 0;
    }
    .fs-c-productListCarousel__list .fs-c-productListItem__control > *:last-child {
        margin-left: auto;
    }
}



/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
デバイスごと
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
@media screen and (min-width:769px) {
    .sp {
        display: none !important;
    }

    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

@media screen and (max-width:768px) {
    .pc {
        display: none !important;
    }
}