@charset "UTF-8";



/******アイテム*****/
.Item {
    width: 90%;
    max-width: 930px;
    margin: 0 auto;
}

.Product__01 {
    padding-bottom: 40px;
    border-bottom: 1px solid #000;
}
/* 600px〜959px：タブレット
------------------------------ */
@media screen and (min-width:600px) {
    .Product__01 {
        padding-bottom: 50px;
    }
}

/* 600px〜959px：タブレット
------------------------------ */
@media screen and (min-width:600px) {
    .Product__01 {
        padding-bottom: 50px;
    }
}

/******INVENTORY STATUS*****/
.Item-inventory{
    margin-bottom: 50px;
}

.inventory {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
    row-gap: 1rem;
    color: #c00000;
    font-weight: 700;
}

.inventory__title {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
}

.inventory__meta{
    display: flex;
}

.inventory__update {
    background: #c00000;
    color: #fff;
    padding: 0.2rem 1.6rem;
    font-size: 1.6rem;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.inventory__date {
    display: block;
    border: 2px solid #c00000;
    padding: 0.2rem 1.6rem;
    font-size: 1.6rem;
}

.inventory__arrow {
    display: none;
}

.inventory__link {
    font-size: 1.6rem;
    color: #c00000;
    word-break: break-all;
    line-height: 1;
    text-decoration: underline;
   font-weight: 400;
   text-align: center;
}

@media screen and (min-width: 960px) {
    .Item-inventory {
        margin-bottom: 70px;
        }

    .inventory {
        flex-wrap: nowrap;
    }

        .inventory__arrow {
            display: flex;
        }

    .inventory__link {
        flex-basis: auto;
        flex: 1;
        margin-top: 0;
        text-align: left;
    }
}


/* スライダー */
.bxslider-wrap{
    padding: 50px 0;
}

.bxslider li{
    display: flex;
    justify-content: center;
    align-items: center;
}

#bx-pager {
    text-align: center;
    margin-top: -50px;
    display: flex;
    justify-content: center;

}

#bx-pager a {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 3px;
    padding: 3px;
    border: solid #ccc 1px;
}

#bx-pager a img {
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

#bx-pager a.active{
    border: solid #000 1px;
}

/* 600px〜959px：タブレット
------------------------------ */
@media screen and (min-width:600px) {
    .bxslider-wrap {
            padding-bottom: 90px;
        }

#bx-pager {
        margin-top: -30px;
    }

#bx-pager a {
        width: 100px;
        height: 100px;
    }
}


/* category menu */
.category-menu {
    width: 100%;
    max-width: 660px;
    margin: 0 auto;
    padding: 0;
}

.category-menu__list {
    row-gap: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.category-menu__item {
width: 50%;
    text-align: center;
    border-right: 1px solid #000;
}

.category-menu__item:first-child,.category-menu__item:nth-child(3) {
    border-left: 1px solid #000;
}

.category-menu__link {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #8c8c8c;
}

/* tablet */
@media screen and (min-width: 600px) {
    .category-menu__item {
            width: auto;
            flex: 1;
        }
        .category-menu__item:nth-child(3) {
            border-left: none;
        }
}

/* pc */
@media screen and (min-width: 960px) {
    .category-menu__list {
        padding: 0;
    }

    .category-menu__link {
        font-size: 2rem;
    }
}


/* タイトル */
.category-title {
    width: 100%;
    padding: 1rem 0;
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.category-title.Item__title{
    margin-top: 40px;
}

.category-title__text {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

@media screen and (min-width:600px) {

    .category-title.Item__title {
            margin-top: 60px;
        }

    .category-title__text {
        font-size: 2.6rem;
    }
}

/* product-overview */
.Item__product-overview {
    margin-top: 50px;
}

.product-overview {
    max-width: 745px;
    margin: 0 auto;
}

.product-overview__title {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin-bottom: 1.6rem;
    text-align: center;
    border-bottom: 1px solid #000;
}

.product-overview__text {
    font-size: 1.6rem;
    margin-top: 2rem;
    margin-top: 2rem;
}

.product-overview__text p:not(:first-child) {
    padding-top: 2rem;
}

@media screen and (min-width:600px) {
.product-overview {
    width: 90%;
}
}

@media screen and (min-width: 960px) {
    .Item__product-overview {
            margin-top: 70px;
        }

    .product-overview__title {
        font-size: 3.2rem;
        font-weight: bold;
    }

    .product-overview__text{
        padding-top: 3rem;
     }

}

/* specification */

.specification__title{
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
}

.specification__subtitle {
    margin-bottom: 1.2rem;
    border-bottom: 1px solid #000;
    padding-bottom: 0.8rem;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    font-weight: 400;
}

.specification__content{
    margin-top: 20px;
}

.specification__list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 2.4rem;
    margin-top: 2.4rem;
}

.specification__row {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 0.8rem;
}

.specification__label {
    background: #eaeaea;
    padding: 0.5rem 2rem;
    font-size: 1.6rem;
}

.specification__value {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.specification__text{
    font-size: 1.6rem;
    margin-top: 2rem;
}

.specification__text p:not(:first-child){
    padding-top: 2rem;
}

.specification__graph {
    margin-top: 40px;
}

.specification__graph-img {
    text-align: center;
}

@media screen and (min-width: 600px) {
    .specification__content {
            margin-top: 50px;
        }

    .specification__row {
        grid-template-columns: 38% 1fr;
        align-items: center;
        column-gap: 4rem;
    }

        .specification__text {
            margin-top: 3rem;
        }
        .specification__graph {
            margin-top: 50px;
        }
}

@media screen and (min-width: 960px) {
    .specification__content {
            margin-top: 60px;
        }

    .specification__row {
            grid-template-columns: 30% 1fr;
        }
        .specification__graph {
            margin-top: 80px;
        }
}


/***** 一覧 *****/
/* tea-intro */
.Item__tea-intro{
    margin-top: 30px;
}

.tea-intro__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 40px;
}

.tea-intro__list.tea-intro__list--door{
    justify-content: center;
    column-gap: 10%;
}

.tea-intro__item {
width: 100%;
}
.tea-intro__item.tea-intro__item--nopost{
    font-size: 1.6rem;
    text-align: center;
}

.tea-intro__link {
    display: block;
}

.tea-intro__title {
    font-size: 2.5rem;
    letter-spacing: .05em;
    border-bottom: 1px solid #000;
    text-align: center;
}

.tea-intro__lead {
    margin-top: 1.5rem;
    font-size: 1.6rem;
}

.tea-intro__image {
    margin-top: 2rem;
}

.tea-intro__cta {
    margin-top: 3rem;
}

.tea-intro__button {
    width: 150px;
    height: 30px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    padding: 0;
    font-size: 1.4rem;
    border: 1px solid #000;
    text-transform: uppercase;
}

.tea-intro__button:hover{
    background: #000;
    color: #fff;
}

/* tablet */
@media screen and (min-width: 600px) {
    .Item__tea-intro {
            margin-top: 50px;
        }
    .tea-intro__item {
        width: 45%;
    }

    .tea-intro__item.tea-intro__item--nopost {
        width: 100%;
            font-size: 1.8rem;
            text-align: center;
        }
}

/* pc */
@media screen and (min-width: 960px) {
    .Item__tea-intro {
            margin-top: 80px;
        }
    .tea-intro__list {
            row-gap: 80px;
        }
    .tea-intro__title {
            font-size: 2.8rem;
        }
}