/*====================

  全体

====================*/
article {
    position: relative;
    background-color: #f2eee3;

}

article section {
    padding: 50px 0;
}

.inner {
    padding: 0 3%
}


.area-title_box {
    margin-bottom: 50px;
    text-align: center;
}

.area-title,
.bottom_slider h2 {
    font-size: 2.4rem;
    position: relative;
    margin-bottom: 10px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    text-align: center;
}


.area-title span {
    font-size: 1.4rem;
    font-weight: 500;
    display: block;
}


.area-lead-box {
    padding: 40px 20px 0;
    text-align: center;
}

.area-lead {
    font-family: "Noto Serif JP", serif;
    display: block;
    line-height: 2;
}

.btn-box {
    background-color: #4C2E30;
    width: 100%;
    max-width: 600px;
    text-align: center;
    position: relative;
    margin: 20px auto 0;
    border: 2px solid #4C2E30;
}

.btn-box .btn {
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    width: 100%;
    padding: 10px;
    display: block;
}

.btn-box .btn span {
    display: block;
    font-size: 1rem;
}

.btn-box::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url('/images/icon-arrow-right-wh.svg');
    background-size: 100%;
    width: 7px;
    height: 12px;
    top: 50%;
    right: 3%;
    margin: auto;
    transform: translate(-50%, -50%);
}

.btn-box:hover {
    border: 2px solid #4C2E30;
    background-color: #fff;
    transition: 0.5s;
}

.btn-box:hover::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url('/images/icon-arrow-right-br.svg');
    background-size: 100%;
    width: 7px;
    height: 12px;
    top: 50%;
    right: 3%;
    margin: auto;
    transform: translate(-50%, -50%);
}

.btn-box:hover .btn {
    color: #4C2E30;
}



@media only screen and (min-width: 768px) {


    .inner {
        position: relative;
        max-width: 1100px;
        margin: 0 auto;
        padding: 35px 50px !important;
    }

    .sp_only {
        display: none;
    }

    .sp_hidden {
        display: block;
    }

    .area-title {
        font-size: 4rem;
    }

    .area-lead {
        font-size: 1.8rem;
    }

    .btn-box {
        margin: 60px auto 0;
        max-width: 400px;
    }

    .btn-box .btn {
        font-size: 1.5rem;
        color: #fff;
        font-weight: bold;
    }
}



/*====================

  メイン画像

====================*/
.mainvisual-area {
    padding: 0;
}

.mainvisual-area-pic {
    width: 100%;
}


/*====================

メインリード

====================*/
.main-lead-area {
    text-align: center;
    padding: 30px 0 0
}

.main-lead-area .area-title:before {
    display: none;
}

/*====================

商品部分

====================*/
.product {
    background-color: #fff;
}

.product-item.hayawari .product-pic:hover {
    opacity: 1;
}

.product-pic-box {
    position: relative;
    margin-bottom: 5px;
}


.product-detail {
    padding: 10px;
}

.product-detail-name {
    font-weight: bold;
    margin-bottom: 5px;
}

.product-detail-price-box {
    display: flex;
    margin-bottom: 5px;
}

.product-detail-discount_rate {
    background-color: #ff0000;
    color: #fff;
    font-weight: bold;
    padding: 0 10px;
    width: fit-content;
    margin-right: 5px;
}

.product-detail-price {
    font-weight: bold;
}

.product-detail-price:before {
    content: "¥";
}

.product-detail-price.discount_price {
    color: #ff0000;
}

.product-detail-txt {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {

    .product-slider .swiper-wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .product-slider .swiper-wrapper .product-item {
        width: 18%;
    }

    .product-slider .swiper-button-next,
    .product-slider .swiper-button-prev,
    .product-slider .swiper-pagination {
        display: none;
    }
}

/*====================

アイコン群

====================*/

.product-pic-icon-shipping {
    position: absolute;
    background-color: #333;
    padding: 0 10px;
    color: #fff;
    bottom: 5%;
    width: fit-content;
}

.product-detail-utility {
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
}

/*====================

カテゴリで選ぶ

====================*/

.category-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}

.category-box {
    width: 48%;
    margin-right: 4%;
    background-color: #fff;
}

.category-box:nth-of-type(2n) {
    margin-right: 0;
}


.category-item-text_box {
    padding: 10px 8px;
}

.category-item-text_box-name {
    margin-bottom: 5px;
    text-align: center;
    font-size: 3.25vw;
    font-weight: bold;
}

.category-item-text_box-txt {
    font-size: 2.75vw;
}

@media screen and (min-width: 768px) {
    .category-list {
        justify-content: space-between
    }

    .category-box {
        width: 32%;
        margin-right: 0;
    }

    .category-box:nth-of-type(2n) {
        margin-right: 0;
    }


    .category-item-text_box-name {
        font-size: 15px;
    }

    .category-item-text_box-txt {
        font-size: 12px;
    }

}

/*====================

価格で選ぶ

====================*/


.price-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}

.price-box {
    width: 48%;
}

.price-box .btn-box {
    margin: 0 auto;
}



@media screen and (min-width: 768px) {
    .price-box {
        width: 23%;
    }

}

/*====================

コラム・豆知識

====================*/

/* .tips-area h2 {
    font-size: 2.8rem;
    font-weight: 700;
    display: flex;
    line-height: 1.3;
    justify-items: center;
    flex-direction: column;
    align-items: center;
    color: #333;
    margin-bottom: 20px;
}

.tips-area h2 span {
    font-size: 1.5rem;
    font-family: "Noto Sans JP", sans-serif;
} */

.tips-block {
    justify-self: center;
}

.tips-box {
    margin-bottom: 2rem;
    padding: 20px;
    color: #444;
    background-color: #fff;
}

.tips-box h3 {
    position: relative;
    margin-bottom: 2.4rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #4C2E30;
    font-weight: 500;
    font-size: 1.8rem;
    font-weight: bold;
}

/*---------------

スワイパー設定

------------------*/
.swiper-container.product-slider-container {
    position: relative;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: none !important;
}

.swiper-button-next {
    background-image: url(/cmn/images/arrow.svg);
    right: -10px;
}

.swiper-button-prev {
    background-image: url(/cmn/images/arrow.svg);
    transform: scale(-1, 1);
    left: -10px;
}

.swiper-pagination {
    position: relative;
    margin-top: 10px;
}

.swiper-pagination-bullet-active {
    background-color: #4C2E30;
}