/***************************************************

共通

***************************************************/
@media screen and (min-width: 768px) {
    .pr_pc-none {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    .pr_sp-none {
        display: none !important;
    }
}

/***************************************************

ヘッダー

***************************************************/
@media screen and (max-width: 640px) {
    .pr_bbc-header-icon-account .Icon {
        height: 18px;
        width: 18px;
    }
    .pr_bbc-header-icon-cart .Icon {
        height: 18px;
        width: 18px;
    }
}

/***************************************************

フッター

***************************************************/
.shopify-section--footer .Footer__Title {
    font-size: 14px;
}
.shopify-section--footer .Linklist__Item>.Link {
    font-size: 12px;
}
.shopify-section--footer .Footer__Content {
    font-size: 12px;
}
.shopify-section--footer .Form__Input {
    font-size: 12px;
}


/***************************************************

TOP

***************************************************/


/*―――――――――――――――――――――――――――――――――――――――――――――
/* featured section
――――――――――――――――――――――――――――――――――――――――――――――*/
.pr_bbc-top-featuredArea {
    padding: 0 30px;
    margin: 146px 0 80px;
}
.pr_bbc-top-featuredInner {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
    max-width: 890px;
    margin: 0 auto;
}
.pr_bbc-top-featuredItem {
    display: block;
    margin-bottom: 17px;
    width: 49%;
    position: relative;
}
.pr_bbc-top-featuredItem:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
}
.pr_bbc-top-featuredItem:nth-child(2n) {
    margin-left: 2%;
}
.pr_bbc-top-featuredItem:nth-child(2n+1):last-child {
    width: 100%;
}
.pr_bbc-top-featuredItem:hover {
    opacity: 0.8;
}
.pr_bbc-top-featuredImg {
    display: block;
    width: 100%;
    height: 236px;
    object-fit: cover;
}
.pr_bbc-top-featuredCont {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 0 15px;
}
.pr_bbc-top-featured-subttl {
    margin: 0 0 12px 0;
    font-size: 13px;
}
.pr_bbc-top-featured-ttl {
    margin: 0;
    font-size: 22px;
    text-align: center;
    line-height: 1.375;
}
.pr_bbc-top-featured-btn {
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    .pr_bbc-top-featuredArea {
        padding: 0 20px;
        margin: 30px 0 30px;
    }
    .pr_bbc-top-featuredInner {
        display: block;
    }
    .pr_bbc-top-featuredItem {
        width: auto;
    }
    .pr_bbc-top-featuredItem + .pr_bbc-top-featuredItem {
        margin: 17px 0 0 0;
    }
    .pr_bbc-top-featuredImg {
        display: block;
        width: 100%;
        height: 180px;
        object-fit: cover;
    }
    .pr_bbc-top-featured-subttl {
        margin: 0 0 6px 0;
        font-size: 13px;
        color: #fff;
    }
    .pr_bbc-top-featured-ttl {
        margin: 0;
        font-size: 22px;
        text-align: center;
        line-height: 1.35;
    }
    .pr_bbc-top-featured-btn {
        padding-top: 11px;
        padding-bottom: 11px;
        margin-top: 15px;
    }
}

/*―――――――――――――――――――――――――――――――――――――――――――――
/* whats new
――――――――――――――――――――――――――――――――――――――――――――――*/
.pr_bbc-top-blogArea {
    margin: 80px 0;
    padding: 0 30px;
}
.pr_bbc-top-blogArea a:hover {
    opacity: 0.8;
}
.pr_bbc-top-blogArea .pr_bbc-top-blogInner {
    width: 100%;
    max-width: 890px;
    margin: 0 auto;
    padding: 0;
}
.pr_bbc-top-blogArea .pr_bbc-top-blog-ttl {
    font-size: 24px;
}
.pr_bbc-top-blogArea .pr_bbc-top-blog-ttlBox {
    margin-bottom: 38px;
}

/* pr_bbc-top-blogList */
.pr_bbc-top-blogArea .pr_bbc-top-blogList {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 0 -15px;
    list-style: none;
}
.pr_bbc-top-blogArea .pr_bbc-top-blogitem {
    width: 25%;
    padding: 0 15px;
}
.pr_bbc-top-blogArea .pr_bbc-top-blogList-img {
    margin: 0 0 12px 0;
}
.pr_bbc-top-blogArea .pr_bbc-top-blogList-img img {
    width: 100%;
    height: 118px;
    object-fit: cover;
}
.pr_bbc-top-blogArea .pr_bbc-top-blogList-date {
    margin: 0 0 1px 0;
    font-size: 16px;
}
.pr_bbc-top-blogArea .pr_bbc-top-blogList-ttl {
    line-height: 2;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .pr_bbc-top-blogArea {
        margin: 40px 0 46px;
        padding: 0;
    }
    .pr_bbc-top-blogArea .pr_bbc-top-blog-ttl {
        font-size: 24px;
    }
    .pr_bbc-top-blog-listLinkBox {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        justify-content: flex-end;
        -ms-flex-pack: flex-end;
        -webkit-box-pack: flex-end;
        -webkit-justify-content: flex-end;
        margin: -53px 20px 7px 0;
    }
    .pr_bbc-top-blog-listLink {
        display: block;
        font-size: 13px;
    }
    .pr_bbc-top-blogArea .pr_bbc-top-blogList {
        display: block;
        margin: 0;
    }
    .pr_bbc-top-blogArea .pr_bbc-top-blogitem {
        width: 214px !important;
        padding: 0 0px 0 20px;
    }
}

/*―――――――――――――――――――――――――――――――――――――――――――――
/* select-category
――――――――――――――――――――――――――――――――――――――――――――――*/
.pr_bbc-top-catArea{
    margin: 102px 0 80px;
    padding: 0 30px;
}
.pr_bbc-top-catInner {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
    max-width: 890px;
    margin: 0 auto;
}
.pr_bbc-top-catHeader {
    margin-bottom: 48px;
    font-size: 24px;
    text-align: center;
}
.pr_bbc-top-catItem {
    display: block;
    width: 49%;
    margin-bottom: 17px;
    position: relative;
}
.pr_bbc-top-catItem:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
}
.pr_bbc-top-catItem:nth-child(2n) {
    margin-left: 2%;
}
.pr_bbc-top-catItem:nth-child(2n+1):last-child {
    width: 100%;
}
.pr_bbc-top-catItem:hover {
    opacity: 0.8;
}
.pr_bbc-top-catImg {
    display: block;
    width: 100%;
    height: 236px;
    object-fit: cover;
}
.pr_bbc-top-catCont {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.pr_bbc-top-cat-subttl {
    margin: 0 0 12px 0;
    font-size: 13px;
}
.pr_bbc-top-cat-ttl {
    margin: 0;
    font-size: 22px;
    text-align: center;
    line-height: 1.375;
}

@media screen and (max-width: 767px) {
    .pr_bbc-top-catArea{
        margin: 60px 0 20px;
        padding: 0 20px;
    }
    .pr_bbc-top-catInner {
        display: block;
    }
    .pr_bbc-top-catHeader {
        margin: 0 0 20px 0;
        font-size: 24px;
    }
    .pr_bbc-top-catItem {
        width: auto;
    }
    .pr_bbc-top-catItem:nth-child(2n) {
        margin-left: 0;
    }
    .pr_bbc-top-catImg {
        height: 144px;
    }
    .pr_bbc-top-cat-subttl {
        margin: 0 0 10px 0;
        font-size: 13px;
    }
}

/***************************************************

ブログ

***************************************************/
.pr_bbc-blog-firstCont {
    margin-top: 18px;
}

.pr_bbc-blog-firstCont .SectionHeader__Heading {
    margin-top: 5px;
}
@media screen and (min-width: 640px){
.ArticleList--withFeatured .Grid__Cell:first-child {
    margin-bottom: 80px;
}
}

/***************************************************

コレクションページ

***************************************************/

/*―――――――――――――――――――――――――――――――――――――――――――――
/* ソート
――――――――――――――――――――――――――――――――――――――――――――――*/
[data-value="title-ascending"],
[data-value="title-descending"] {
    display: none;
}


/***************************************************

商品詳細

***************************************************/
.Product__InfoWrapper {
    padding-top: 50px;
}
.ProductMeta__Title {
    font-size: 22px;
    color: #333333;
    line-height: 1.5;
}
.ProductMeta__PriceList {
    margin-top: 0;
}
.ProductMeta__Price {
    font-size: 22px;
    color: #333333;
}
.ProductMeta__Price--notax {
    font-size: 13px;
    color: #333333;
}

.pr_bbc-product-btns {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
}
.pr_bbc-product-btns .ProductForm__AddToCart {
    display: block;
    flex: 1;
    width: 50%;
    border: solid 1px #01A1DD;
    border-radius: 2px;
    font-size: 14px;
    color: #01A1DD;
}
.pr_bbc-product-btns .shopify-payment-button {
    display: block;
    width: 50%;
    margin: 0 0 0 15px;
}
.pr_bbc-product-btns .shopify-payment-button .shopify-payment-button__button {
    display: block;
    background-color: #01A1DD;
    border: solid 1px #01A1DD;
    border-radius: 2px;
    font-size: 13px;
    height: 51px;
}

.ProductForm__QuantitySelector .QuantitySelector__Button {
    padding: 6px 15px;
}
.ProductForm__QuantitySelector svg {
    width: 9px;
    height: 9px;
}

.ProductMeta__Description {
    border-top: solid 1px #BFBFBF !important;
    margin-top: 36px;
    padding-top: 14px !important;
}

@media screen and (max-width: 1006px) {
    .Product__SlideshowMobileNav {
        margin: 11px 24px 0 24px;
    }
    .Product__Gallery {
        margin-bottom: 18px;
        padding: 0 20px;
    }
    .Product__InfoWrapper {
        padding-top: 0px;
    }
    .ProductMeta__Title {
        text-align: left;
        font-size: 19px;
    }
    .ProductMeta__PriceList {
        text-align: left;
    }
    .ProductMeta__Price {
        font-size: 19px;
    }
    .ProductMeta__Price--notax {
        font-size: 11px;
    }
    .ProductForm__QuantitySelector {
        text-align: left;
    }
    .ProductForm {
        margin-top: 10px;
    }

    .pr_bbc-product-btns {
        display: block;
    }
    .pr_bbc-product-btns .ProductForm__AddToCart {
        width: 100%;
        font-size: 12px;
    }
    .pr_bbc-product-btns .shopify-payment-button {
        width: 100%;
        margin: 15px 0 0 0;
    }
    .pr_bbc-product-btns .shopify-payment-button .shopify-payment-button__button {
        font-size: 12px;
        height: auto;
    }
    .Product__Info .Container {
        padding: 0 20px;
    }
    .ProductMeta__Description {
        margin-top: 26px;
        padding-top: 18px !important;
    }
}
