/* 大切なお知らせ */

#important {
    padding: 20px 0;
}

#important .center {
    max-width: 1040px;
    width: 95vw;
}

#important h3 {
    margin-bottom: 8px;
}

#important p {
    line-height: 1.7;
}

@media screen and (max-width: 769px) {
    #important p {
        font-size: .75rem;
    }
}

/* pickup */

#pickup {
    margin-bottom: 100px;
    background: no-repeat top 2% left 18% url('https://aokisadaharu.itembox.design/item/ph-cho-b-wasabi.png'), no-repeat top 5% right 29%/150px url('https://aokisadaharu.itembox.design/item/ph-mac-citron.png');
    padding-top: 100px;
}

#pickup h1::after {
    content: url('https://aokisadaharu.itembox.design/item/txt-pickup.png');
}

.pickup-flex {
    justify-content: space-around;
}

.pickup-flex a {
    max-height: 454px;
    flex: 0 1 33%;
    min-width: 230px;
}

.pickup-flex a img {
    width: 100%;
}

.pickup-flex p {
    bottom: 15px;
    width: 100%;
}

@media screen and (max-width: 769px) {
    #pickup {
        background: none;
    }
    #pickup>span {
        background: no-repeat top 20% left 0%/30vw url(https://aokisadaharu.itembox.design/item/ph-cho-b-wasabi.png), no-repeat top 24% right 7%/24vw url(https://aokisadaharu.itembox.design/item/ph-mac-citron.png);
    }
    .pickup-flex a {
        flex: 0 1 49%;
        min-width: auto;
        margin-bottom: 1px;
    }
    .pickup-flex p {
        font-size: 12px;
    }
}

/* おすすめ商品システムスライドカスタマイズ追記 */

#pickup .fs-c-productListCarousel__list__item {
    max-width: 363px;
    margin: 0 1px;
}

#pickup .fs-c-productImage a:hover img {
    opacity: .7;
    transition: .3s;
}

#pickup .fs-c-productListCarousel__ctrl.slick-disabled {
    display: none!important;
}

#pickup .fs-c-productListCarousel__ctrl {
    display: none!important;
}

#pickup .fs-c-productPrice {
    display: none;
}

#pickup .fs-c-productName__name {
    text-align: center;
}

@media screen and (max-width: 769px) {
    #pickup {
        width: 100%;
    }
    #pickup .fs-c-productListCarousel__list__item {
        max-width: 200px;
        margin: 0 1px;
    }
}

/* category */

#category {
    max-width: 1000px;
    margin-bottom: 100px;
}

#category h1::before {
    content: url('https://aokisadaharu.itembox.design/item/ph-florentine.png');
    display: block;
}

#category h1::after {
    content: url('https://aokisadaharu.itembox.design/item/txt-category.png');
    margin-bottom: 50px;
}

.category-flex {
    justify-content: flex-start;
}

.category-flex a {
    flex: 0 1 460px;
    margin-bottom: 20px;
}

.cat-img img {
    width: 100%;
}

.cat-txt {
    vertical-align: top;
    max-width: 255px;
    line-height: 1.5;
    margin-left: 10px;
}

.cat-txt h3 {
    padding-bottom: 20px;
}

@media screen and (max-width: 916px) {
    #category {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 769px) {
    #category {
        max-width: 90%;
    }
    .category-flex a {
        display: flex;
        flex: inherit;
        justify-content: center;
    }
    .cat-img {
        flex-shrink: 0;
    }
    .cat-img img {
        max-width: 100px;
        margin-right: 10px;
    }
    .cat-txt {
        margin-left: 0;
        max-width: inherit;
    }
    .cat-txt h3 {
        font-size: 1.125rem;
        padding-bottom: 5px;
    }
}

/* サダハルアオキとは？ */

#aboutsadaharu {
    background-image: url('https://aokisadaharu.itembox.design/item/bg-grayline.png');
    border-radius: 15px;
    box-sizing: border-box;
    margin: 0 auto 125px;
    max-width: 90vw;
    padding: 20px;
    width: 1100px;
    height: auto;
}

#aboutsadaharu h3::before {
    content: url('https://aokisadaharu.itembox.design/item/txt-sadaharuAoki.png');
    display: block;
}

#about-img {
    float: left;
}

.about-img {
    max-width: 480px;
    width: 46%;
}

.about-img img {
    width: 100%;
    vertical-align: bottom;
}

.about-txt {
    display: inline-block;
    max-width: 530px;
    margin-left: 20px;
    vertical-align: top;
    width: 50%;
}

.about-txt h3 {
    margin-bottom: 25px;
}

.about-txt>p {
    line-height: 2.2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(95%, rgba(0, 0, 0, 0)), color-stop(95%, #a99b95), to(#a99b95));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 95%, #a99b95 95%, #a99b95 100%);
    background-size: 100% 2.2rem
}

.about-txt a {
    margin-top: 80px;
}

@media screen and (max-width: 916px) {
    .about-txt a {
        margin-top: 20px;
    }
    #aboutsadaharu h3::before {
        content: '';
        display: block;
        width: 360px;
        height: 60px;
        background-image: url(https://aokisadaharu.itembox.design/item/txt-sadaharuAoki.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
        vertical-align: middle;
    }
}

@media screen and (max-width: 916px) {
    #aboutsadaharu {
        min-width: 100%;
    }
}

@media screen and (max-width: 769px) {
    #aboutsadaharu {
        display: none;
    }
}

.about-txt a p {
    margin: 10px 0 0 0;
}

/* 人気商品 */

#bestseller {
    padding-top: 20px;
    background: url(https://aokisadaharu.itembox.design/item/ph-gat-Viebergamote.png) no-repeat top left 22%;
}

@media screen and (max-width: 916px) {
    #bestseller {
        padding-top: 160px;
        background: url(https://aokisadaharu.itembox.design/item/ph-gat-Viebergamote.png) no-repeat top center;
    }
}

@media screen and (max-width: 769px) {
}

#bestseller h1::after {
    content: url('https://aokisadaharu.itembox.design/item/txt-bestseller.png');
    margin-bottom: 50px;
}

/* 人気商品システムスライドカスタマイズ追記 */

#bestseller h1 {
    margin-bottom: 30px;
}

#bestseller .fs-c-productListCarousel__list .slick-slide::before {
    position: absolute;
    color: #000;
    text-align: center;
    font-family: "Century Gothic";
    font-size: 2rem;
    margin-left: 180px;
}

#bestseller .fs-c-productListCarousel__list .slick-slide:first-of-type::before {
    content: "No.1";
}

#bestseller .fs-c-productListCarousel__list .slick-slide:nth-of-type(2)::before {
    content: "No.2";
}

#bestseller .fs-c-productListCarousel__list .slick-slide:nth-of-type(3)::before {
    content: "No.3";
}

#bestseller .fs-c-productListCarousel__list .slick-slide:nth-of-type(4)::before {
    content: "No.4";
}

#bestseller .fs-c-productListCarousel__list .slick-slide:nth-of-type(5)::before {
    content: "No.5";
}

#bestseller .fs-c-productListCarousel__list .slick-slide:nth-of-type(6)::before {
    content: "No.6";
}

#bestseller .fs-c-productListCarousel__list .slick-slide:nth-of-type(7)::before {
    content: "No.7";
}

#bestseller .fs-c-productListCarousel__list .slick-slide:nth-of-type(8)::before {
    content: "No.8";
}

#bestseller .fs-c-productListCarousel__list .slick-slide:nth-of-type(9)::before {
    content: "No.9";
}

#bestseller .fs-c-productListCarousel__list .slick-slide:nth-of-type(10)::before {
    content: "No.10";
}

.fs-c-productListCarousel__ctrl .fs-c-button--carousel {
    display: none;
}

.fs-c-productListCarousel__list__item .fs-c-productMarks {
    display: none;
}

.fs-c-productListCarousel__list__item .fs-c-button--addToWishList--icon {
    display: none;
}

.fs-c-productListCarousel__ctrl.slick-disabled {
    display: none!important;
}

.fs-c-productListCarousel__ctrl {
    display: none!important;
}

.fs-c-productListCarousel__list__item {
    flex-basis: 200px;
    max-width: 355px;
    min-width: 25%;
    margin: 0 8px;
}

.fs-c-productListCarousel__list__item .fs-c-productPrice__main__price {
    font-size: 1.2rem;
}

@media screen and (max-width: 769px) {
    .fs-c-productListCarousel__list__item {
        flex-basis: 200px;
        max-width: 200px;
        min-width: 25%;
        margin: 0 8px;
    }
    #bestseller .fs-c-productListCarousel__list .slick-slide::before {
        font-size: 1.6rem;
        margin-left: 80px;
    }
}

@media screen and (max-width: 600px) {
    .bestseller-flex {
        display: flex;
        flex-flow: row wrap;
        margin: 0 auto;
        width: 97vw;
    }
}

/* 検索 */

#search {
    /* background: no-repeat top 17% left 3% url('https://aokisadaharu.itembox.design/item/ph-croissant.png');*/
    padding: 225px 0 145px;
    overflow: hidden;
}

#search form {
    border: 2px solid #cbcbcb;
    max-width: 885px;
    min-height: 291px;
    padding: 20px 40px 15px;
    width: 90vw;
}

#search form::before {
    content: url('https://aokisadaharu.itembox.design/item/ph-croissant.png');
    position: absolute;
    top: -120px;
    left: -230px;
}

#search form::after {
    content: url('https://aokisadaharu.itembox.design/item/ph-cak-m-macha.png');
    position: absolute;
    bottom: -90px;
    right: -130px;
}

#search h3 {
    margin-bottom: 60px;
    padding-top: 45px;
}

#search h3::after {
    content: url('https://aokisadaharu.itembox.design/item/txt-search.png');
    display: block;
    margin: -5px 0;
}

#search button[type="submit"] {
    width: 150px;
    height: 60px;
    line-height: 60px;
    background-color: #c9c4c4;
    border: 2px solid #959595;
    border-radius: 10px;
}

#search button[type="submit"]:hover {
    cursor: pointer;
    background-color: #eeeeee;
}

#search button[type="submit"]:focus {
    outline: none;
}

#search button[type="submit"]::before {
    content: url('https://aokisadaharu.itembox.design/item/ico-search.png');
    position: relative;
    top: 5px;
    right: 15px;
}

.search-right {
    flex: 0 1 70%;
}

.search-right .searchColTitle {
    margin: 15px auto 20px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
    font-weight: 600;
}

.search-right ul li:nth-child(n+2) {
    margin: 30px auto 40px;
}

#search .divider {
    display: block;
    height: auto;
    width: 2px;
    background-color: #c9c4c4;
}

#search input[type="checkbox"] {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    margin-right: 5px;
    border-left-color: pink;
}

@media screen and (max-width: 769px) {
    #search {
        background: none;
        overflow: hidden;
        padding: 125px 0 125px;
    }
    #search form::before {
        content: url('https://aokisadaharu.itembox.design/item/ph-croissant.png');
        position: absolute;
        top: -100px;
        left: -10px;
        transform: scale(0.7);
    }
    #search form::after {
        bottom: -150px;
        right: -50px;
        transform: scale(0.7);
    }
    #search form {
        display: block;
        padding: 10px;
    }
    .search-left {
        display: block;
    }
    .search-right {
        display: block;
        flex: inherit;
        margin: 10px 0;
    }
    .search-right ul {
        margin-bottom: 30px;
    }
    .search-right .searchColTitle {
        margin: 15px auto 0;
    }
    .search-right ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .search-right ul li:nth-child(n+2) {
        margin: 15px 10px 0 0;
        font-size: 14px;
    }
    #search button[type="submit"] {
        margin: 15px auto 0;
    }
    #search input[type="checkbox"] {
        width: 20px;
        height: 20px;
        position: relative;
        top: 3px;
        margin-right: 3px;
        border-left-color: pink;
    }
}

/* 新着情報 */

#news {
    padding: 25px 0 35px;
    margin-bottom: 20px;
}

#news .center::after {
    content: url('https://aokisadaharu.itembox.design/item/ph-cho-b-myrtille.png');
    position: absolute;
    bottom: -90px;
    left: -60px;
}

#news .center {
    max-width: 1090px;
}

#news h3 {
    margin-top: 50px;
    margin-right: 20px;
}

#news h3::before {
    content: url('https://aokisadaharu.itembox.design/item/txt-news.png');
    display: block;
    margin-bottom: 5px;
}

.news-list {
    height: 250px;
}

.news-list li {
    border-bottom: 1px solid #c9c4c4;
    max-width: 930px;
    width: 80vw;
}

.news-list li:last-child {
    border-bottom: none;
}

.news-date {
    margin: 10px 0;
}

.news-title {
    margin: 0 0 5px 0;
}

.news-content {
    margin-bottom: 15px;
    line-height: 1.5;
}

@media screen and (max-width: 769px) {
    #news {
        margin-bottom: 150px;
    }
    #news h3 {
        margin-top: 0;
        vertical-align: middle;
    }
    #news h3::before {
        display: inline-block;
        margin: 0 20px 15px;
    }
    .news-list {
        display: block;
        margin: 0 auto;
        width: 90vw;
    }
    .news-list li {
        width: 100%;
        margin: 0 auto;
    }
    #news .center::after {
        bottom: -130px;
        left: 30vw;
    }
}