div#sub-column {
    display: none;
}

div#wrapper:has(section.tea-chart) .top-swiper {
    display: block!important;
}


.hero {
    display: grid;
    grid-template-columns: 1fr minmax(740px, 1260px) 1fr;
    gap: 34px;
    position: relative;
    padding-top: 18px
}

.hero__main, .hero__side {
    height: 525px;
    background: #ddd;
    overflow: hidden
}

.hero__main img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero__side {
    opacity: .7
}

.hero__dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px
}

.hero__dots span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #b9a995
}

.hero__dots .is-active {
    background: var(--green)
}

.quick-banners {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-top: 54px
}

.quick-banner {
    background: var(--beige);
    min-height: 180px;
    display: grid;
    grid-template-columns: auto 1fr 200px;
    align-items: center;
    padding: 22px 36px;
    gap: 24px
}

.quick-banner:nth-child(2) {
    grid-template-columns: 1fr 200px auto
}

.quick-banner img {
    width: 200px;
    height: 125px;
    object-fit: contain
}

.quick-banner small, .quick-banner b, .quick-banner em {
    display: block
}

.quick-banner b {
    font-size: var(--fs-lg);
    margin: 8px 0
}

.quick-banner em {
    font-size: var(--fs-xs);
    font-style: normal
}

.quick-banner__mark {
    color: #22a14f;
    font-size: var(--fs-2xl)
}

.product-grid {
    display: grid;
    gap: 32px
}

.product-grid--4 {
    grid-template-columns: repeat(4, 1fr)
}

.product-card {
    position: relative
}

.product-card figure {
    height: 280px;
    background: var(--cream);
    display: grid;
    place-items: center;
    padding: 24px;
    margin-bottom: 18px;
    border-radius: 6px
}

.product-card figure img {
    max-height: 100%;
    object-fit: contain
}

.product-card h3 {
    font-size: var(--fs-base);
    font-weight: 500;
    line-height: 1.6
}

.product-card p {
    font-size: var(--fs-xs);
    color: var(--muted);
    margin-top: 8px
}

.product-card b {
    display: block;
    font-family: Arial, sans-serif;
    font-size: var(--fs-xs);
    margin-top: 12px
}

.product-card__badge {
    position: absolute;
    z-index: 1;
    top: -10px;
    left: -10px;
    background: #10a554;
    color: #fff;
    font-size: var(--fs-2xs);
    border-radius: 50%;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center
}

.ranking-grid .product-card i {
    position: absolute;
    z-index: 1;
    top: -20px;
    left: -6px;
    width: 46px;
    height: 46px;
    background: var(--green);
    color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-style: normal;
    font-family: Arial, sans-serif;
    font-size: var(--fs-lg)
}

.category-section {
    background: var(--light-green);
    padding: 90px 0 100px;
    position: relative;
    margin-top: 70px
}

.vertical-label {
    position: absolute;
    top: -58px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--green);
    color: #fff;
    border-radius: 28px;
    padding: 18px 13px;
    writing-mode: vertical-rl;
    letter-spacing: .15em
}

.vertical-label small {
    font-family: Arial, sans-serif;
    font-size: var(--fs-2xs);
    margin-top: 10px
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 42px
}

.category-grid a {
    text-align: center
}

.category-grid img {
    aspect-ratio: 1;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 18px
}

.category-grid span {
    font-size: var(--fs-base)
}

.news-list {
    border-top: 1px solid var(--line)
}

.news-list li {
    display: grid;
    grid-template-columns: 120px 1fr;
    padding: 16px 6px;
    border-bottom: 1px solid var(--line);
    font-size: var(--fs-sm)
}

.news-list time {
    font-family: Arial, sans-serif;
    color: var(--muted)
}

.tea-chart__scale {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: center
}

.tea-chart__scale span {
    background: var(--cream);
    padding: 28px 18px;
    min-height: 110px;
    display: grid;
    place-items: center
}

.tea-chart__line {
    height: 8px;
    background: linear-gradient(90deg, #8fd33e, #62ca3b, #19a258, #087b4c);
    border-radius: 9px;
    margin: 32px 0 26px
}

.tea-chart__products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px
}

.tea-chart__products a {
    border: 1px solid var(--line);
    padding: 18px;
    text-align: center;
    border-radius: 8px
}

.tea-chart__products img {
    height: 230px;
    object-fit: contain;
    margin: auto
}

.column-section {
    position: relative;
    background: var(--cream);
    padding: 110px 0
}

.vertical-label--brown {
    background: #a97945
}

.column-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px
}

.column-grid article {
    background: white;
    border: 1px solid #e6ded4;
    border-radius: 7px;
    overflow: hidden
}

.column-grid img {
    width: 100%;
    height: 270px;
    object-fit: cover
}

.column-grid small, .column-grid h3 {
    display: block;
    padding-inline: 20px
}

.column-grid small {
    color: #1fac66;
    font-family: Arial, sans-serif;
    font-size: var(--fs-2xs);
    margin-top: 16px
}

.column-grid h3 {
    font-size: var(--fs-base);
    font-weight: 500;
    padding-bottom: 22px
}

.contact-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding-bottom: 80px
}

.contact-strip a {
    border: 1px solid var(--line);
    padding: 24px;
    text-align: center
}


@media(max-width:900px) {

    .hero {
        grid-template-columns: 1fr;
        padding-top: 0
    }

    .hero__side {
        display: none
    }

    .hero__main {
        height: auto;
        aspect-ratio: 16/9
    }

    .quick-banners, .product-grid--4, .category-grid, .tea-chart__scale, .tea-chart__products, .column-grid, .site-footer__main, .calendar-area__inner {
        grid-template-columns: 1fr 1fr
    }

    .quick-banner {
        grid-template-columns: 1fr;
        padding: 20px
    }

    .quick-banner:nth-child(2) {
        grid-template-columns: 1fr
    }

    .quick-banner img {
        width: 100%
    }

    .renewal-section {
        padding: 70px 0
    }

    .section-heading h2 {
        font-size: var(--fs-3xl)
    }

    .product-card figure {
        height: 220px
    }

    .contact-strip {
        grid-template-columns: 1fr
    }
}

@media(max-width:600px) {
    .hero__main {
        aspect-ratio: 4/3
    }

    .quick-banners, .product-grid--4, .category-grid, .tea-chart__scale, .tea-chart__products, .column-grid, .site-footer__main {
        grid-template-columns: 1fr
    }

    .product-grid--4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px 14px
    }

    .product-card figure {
        height: 170px;
        padding: 14px
    }

    .category-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 26px 14px
    }

    .tea-chart__scale {
        grid-template-columns: repeat(2, 1fr)
    }

    .tea-chart__products {
        grid-template-columns: repeat(2, 1fr)
    }

    .button-row {
        flex-direction: column
    }

    .primary-button, .secondary-button {
        width: 100%
    }

    .section-heading h2 {
        font-size: var(--fs-2xl)
    }

    .news-list li {
        grid-template-columns: 82px 1fr
    }

    .column-grid img {
        height: 220px
    }
}

.top-swiper {
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px;
}

.swiper-wrapper {
    padding-bottom: 2vw;
}

.top-swiper .swiper-slide {
    width: 60%;
    max-width: 1250px;
    overflow: hidden;
    opacity: 0.55;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}

.top-swiper .swiper-slide-active {
    opacity: 1;
}

.top-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-swiper .swiper-pagination {
    bottom: 15px;
}

.top-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 8px !important;
    background: #4c493f;
    opacity: 1;
}

.top-swiper .swiper-pagination-bullet-active {
    transform: scale(1.5);
    background: transparent;
    border: 1px solid #d5aa55;
    box-sizing: border-box;
}

@media (max-width: 767px) {

    .top-swiper {
        padding-bottom: 40px;
    }

    .top-swiper .swiper-slide {
        width: 84vw;
    }

    .top-swiper .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        margin: 0 4px !important;
    }

}

.feature-slider {
    position: relative;
    margin: 60px auto;
    width: 95%;
    max-width: var(--main-width);
}

.feature-swiper {
    overflow: hidden;
}

.feature-swiper .swiper-wrapper {
    align-items: stretch;
}

.feature-swiper .swiper-slide {
    height: auto;
}

.feature-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 202px;
    align-items: center;

    min-height: 186px;
    height: 100%;

    padding: 26px 34px 26px 38px;

    background: #f4f0e9;
    color: #443f37;
    text-decoration: none;

    box-sizing: border-box;
}

.feature-card__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
}

.feature-card__label {
    margin-bottom: 15px;
    color: #159345;
    font-family: "Jost", sans-serif;
    font-size: var(--fs-xs);
    line-height: 1;
}

.feature-card__title {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: var(--fs-md);
    font-weight: 600;
    line-height: 1.65;
    letter-spacing: 0.04em;
}

.feature-card__link {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 38px;
    font-size: var(--fs-xs);
    font-weight: 500;
}

.feature-card__link-icon {
    display: grid;
    place-items: center;
    width: 14px;
    height: 14px;
    border: 1px solid #8d887f;
    border-radius: 50%;
    font-family: sans-serif;
    font-size: var(--fs-sm);
    line-height: 1;
}

.feature-card__link img {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.feature-card__image {
    width: 100%;
    aspect-ratio: 1.48 / 1;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
}

.feature-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-swiper-button {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    transform: translateY(-50%);
}

.feature-swiper-button--prev {
    left: -22px;
}

.feature-swiper-button--next {
    right: -22px;
}

.feature-swiper-button img {
    display: block;
    width: 100%;
    height: auto;
}

.feature-swiper-button.swiper-button-disabled {
    opacity: .4;
}

/* =========================
   SP
========================= */

@media screen and (max-width: 767px) {

    .feature-swiper-button {
        width: 22px;
        height: 22px;
    }

    .feature-swiper-button--prev {
        left: -11px;
    }

    .feature-swiper-button--next {
        right: -11px;
    }

    .feature-slider {
        width: calc(95% - 22px);
        margin: 0 auto;
    }

    .feature-card {
        display: flex;
        padding: 1em 2em;
        min-height: unset;
    }

    .feature-card__label {
        margin-bottom: 0.5em;
    }

    .feature-card__title {
        font-size: var(--fs-sm);
    }

    .feature-card__image {
        width: 30%;
        border-radius: 5px;
    }

    .feature-card__body {
        width: 70%;
    }

    .feature-card__link {
        margin-top: 1em;
    }

}

/* ========================================
   季節のおすすめ 見出し
======================================== */

:where(.pickup, .ranking, .news, .tea-chart__inner, .recentlyViewed__inner)>h2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    margin: 0 0 30px;
    padding: 0;

    background: none;
    border: 0;

    color: #4c4638;

    font-family: var(--font-round), serif;
    font-size: var(--fs-6xl);
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: .08em;

    text-align: left;
}

/* SEASONAL RECOMMEND */
.pickup>h2::before {
    content: "SEASONAL RECOMMEND";

    display: block;

    width: max-content;
    margin-bottom: 4px;
    padding: 5px 32px 5px 21px;

    background-image:
        url("/szk_img/szk_mokumoku-before.png"),
        url("/szk_img/szk_mokumoku-after.png");

    background-repeat:
        no-repeat,
        no-repeat;

    background-position:
        left center,
        right center;

    background-size:
        13px 26px,
        28px 36px;

    color: #d2aa55;

    font-family: "Jost", sans-serif;
    font-size: var(--fs-xl);
    font-weight: 600;
    line-height: 26px;
    letter-spacing: .12em;

    box-sizing: border-box;
}

/* RANKING */
.ranking>h2::before {
    content: "RANKING";

    display: block;

    width: max-content;
    margin-bottom: 4px;
    padding: 5px 32px 5px 21px;

    background-image:
        url("/szk_img/szk_mokumoku-before.png"),
        url("/szk_img/szk_mokumoku-after.png");

    background-repeat:
        no-repeat,
        no-repeat;

    background-position:
        left center,
        right center;

    background-size:
        13px 26px,
        28px 36px;

    color: #d2aa55;

    font-family: "Jost", sans-serif;
    font-size: var(--fs-xl);
    font-weight: 600;
    line-height: 26px;
    letter-spacing: .12em;

    box-sizing: border-box;
}

/* INFORMATION */
.news>h2::before {
    content: "INFORMATION";

    display: block;

    width: max-content;
    margin-bottom: 4px;
    padding: 5px 32px 5px 21px;

    background-image:
        url("/szk_img/szk_mokumoku-before.png"),
        url("/szk_img/szk_mokumoku-after.png");

    background-repeat:
        no-repeat,
        no-repeat;

    background-position:
        left center,
        right center;

    background-size:
        13px 26px,
        28px 36px;

    color: #d2aa55;

    font-family: "Jost", sans-serif;
    font-size: var(--fs-xl);
    font-weight: 600;
    line-height: 26px;
    letter-spacing: .12em;

    box-sizing: border-box;
}

/* TEA CHART */
.tea-chart__inner>h2::before {
    content: "TEA CHART";

    display: block;

    width: max-content;
    margin-bottom: 4px;
    padding: 5px 32px 5px 21px;

    background-image:
        url("/szk_img/szk_mokumoku-before.png"),
        url("/szk_img/szk_mokumoku-after.png");

    background-repeat:
        no-repeat,
        no-repeat;

    background-position:
        left center,
        right center;

    background-size:
        13px 26px,
        28px 36px;

    color: #d2aa55;

    font-family: "Jost", sans-serif;
    font-size: var(--fs-xl);
    font-weight: 600;
    line-height: 26px;
    letter-spacing: .12em;

    box-sizing: border-box;
}

.recentlyViewed__inner>h2::before {
    content: "CHECKED";

    display: block;

    width: max-content;
    margin-bottom: 4px;
    padding: 5px 32px 5px 21px;

    background-image:
        url("/szk_img/szk_mokumoku-before.png"),
        url("/szk_img/szk_mokumoku-after.png");

    background-repeat:
        no-repeat,
        no-repeat;

    background-position:
        left center,
        right center;

    background-size:
        13px 26px,
        28px 36px;

    color: #d2aa55;

    font-family: "Jost", sans-serif;
    font-size: var(--fs-xl);
    font-weight: 600;
    line-height: 26px;
    letter-spacing: .12em;

    box-sizing: border-box;
}

section:has(.pickup, .ranking, .news), section.tea-chart, section.recentlyViewed {
    max-width: var(--main-width);
    width: 95%;
    margin: auto;
}

section:has(.pickup) .column-set {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}

section:has(.pickup) .column-set>section.column5 {
    width: calc((100% - 1em*3)/4);
    font-family: var(--font-jp);
    position: relative;
}

section:has(.pickup, .ranking) .column-set>section.column5 .item-list-span-img>img, .recent-item p.item-img>img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
}

section:has(.pickup, .ranking) .column-set>section.column5 h3, .recent-item p.item-name {
    font-size: var(--fs-xl);
    font-weight: 400;
    margin: 1.5em 0 1em;
}

section:has(.pickup, .ranking) .column-set>section.column5 .itemThumb, .recent-item p.item-img {
    background: #FFFAF1;
    border-radius: 25px;
    padding: 1em;
}

section:has(.pickup, .ranking) .column-set>section.column5 span.badge {
    position: absolute;
    left: 1em;
    top: 1em;
}

section:has(.pickup, .ranking) .column-set>section.column5 span.selling_price,
section:has(.pickup, .ranking) .column-set>section.column5 span.selling_price>span.taxin,
.recent-item p.item-price>span.selling_price {
    color: var(--text) !important;
    font-size: var(--fs-xl);
    font-weight: 300;
}

.view_more.pickup_page {
    border-top: solid 1px #4C4638;
    margin: 2em auto 0;
    padding: 1em;
    width: 95%;
    max-width: var(--main-width);
}

.view_more.pickup_page>a {
    font-family: var(--font-en);
    display: flex;
    align-items: center;
    justify-content: right;
    font-size: var(--fs-xl);
    gap: .5em;
}

.ranking,.recentlyViewed {
    position: relative;
}

.ranking-swiper__nav,.recentlyViewed-swiper__nav {
    position: absolute;
    top: 0;
    right: 0;
}



/* =========================
   SP
========================= */

@media screen and (max-width: 767px) {

    .pickup {
        margin-top: 3em;
    }

    :where(.pickup, .ranking, .news, .tea-chart__inner, .recentlyViewed__inner)>h2 {
        font-size: var(--fs-xl);
    }

    :where(.pickup, .ranking, .news, .tea-chart__inner, .recentlyViewed__inner)>h2::before {
        font-size: var(--fs-2xs) !important;
        background-size: 6.5px 13px, 14px 18px !important;
        padding: 2.5px 16px 2.5px 10.5px !important;
        margin-bottom: 0 !important;
        line-height: 1 !important;
    }

    section:has(.pickup, .news, .tea-chart__inner) .column-set>section.column5 {
        width: calc((100% - 1em*1)/2);
    }

    section:has(.pickup, .ranking, .news, .tea-chart__inner) .column-set>section.column5 span.badge {
        width: 3em;
    }

    section:has(.pickup, .ranking, .news, .tea-chart__inner) .column-set>section.column5 h3, .recent-item p.item-name {
        font-size: var(--fs-sm);
        margin: .5em 0 0;
    }

    section:has(.pickup, .ranking, .news, .tea-chart__inner) .column-set>section.column5 span.selling_price, section:has(.pickup, .ranking, .news, .tea-chart__inner) .column-set>section.column5 span.selling_price>span.taxin, .recent-item p.item-price>span.selling_price {
        font-size: var(--fs-sm);
    }

    section:has(.pickup, .ranking, .news, .tea-chart__inner) .column-set>section.column5 .itemThumb,.recent-item p.item-img {
        border-radius: 12px;
    }

    .view_more.pickup_page>a {
        font-size: var(--fs-sm);
    }

    .view_more.pickup_page>a>img {
        height: 1.5em;
    }

    .ranking-swiper__nav>button>img,
    .recentlyViewed-swiper__nav>button>img {
        width: 3em;
        object-fit: contain;
        object-position: center;
    }

}




/* =========================
   CATEGORY
========================= */

.top-category {
    position: relative;
    margin: 13em 0 10em;
    background: #9ef077;
}

.top-category__inner {
    width: 95%;
    max-width: var(--main-width);
    margin: 0 auto;
    padding: 340px 0 100px;
}


/* 見出し
------------------------- */

.top-category__heading, .top-column__heading {
    position: absolute;
    top: -12%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.top-category__badge, .top-column__badge {
    position: relative;
    width: 91px;
    height: 275px;
    margin: 0 auto;
}

.top-category__badge-bg, .top-category__badge-bg {
    display: block;
}

.top-category__badge span, .top-column__badge span {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    writing-mode: vertical-rl;
    color: #fff;
    font-size: var(--fs-6xl);
    line-height: 1;
    letter-spacing: .15em;
    font-family: var(--font-round);
}

.top-category__title, p.top-column__en {
    margin: 1.5em 0 0;
    color: #3e4438;
    font-size: var(--fs-xl);
    font-weight: 700;
    letter-spacing: .08em;
    font-family: var(--font-en);
}


/* カテゴリ一覧
------------------------- */

.top-category__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 35px;
    list-style: none;
}

.top-category__item {
    min-width: 0;
}

.top-category__item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;

    color: #333;
    text-decoration: none;
}

.top-category__item img {
    display: block;
    width: 100%;
    max-width: 270px;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;

    transition:
        transform .3s ease,
        opacity .3s ease;
}

.top-category__item span {
    font-size: var(--fs-3xl);
    line-height: 1.4;
}


/* hover
------------------------- */

@media (hover: hover) {

    .top-category__item a:hover img {
        transform: scale(1.05);
        opacity: .85;
    }

}


/* =========================
   SP
========================= */

@media screen and (max-width: 767px) {

    .top-category {
        font-size: var(--fs-2xl);
        margin-top: 6em;
        margin-bottom: 3em;
    }

    .top-category__badge,
    .top-category__badge span,
    .top-category__inner,
    .top-column__badge,
    .top-column__badge span,
    .top-column__inner {
        font-size: var(--fs-2xl);
    }

    .top-category__title,
    p.top-column__en {
        font-size: var(--fs-base);
    }

    .top-category__badge,
    .top-column__badge {
        height: 8em;
    }

    .top-category__badge-bg,
    .top-column__badge-bg {
        width: 100%;
        height: 100%;
    }

    .top-category__inner {
        padding: 9em 0 3em;
    }

    .top-category__list {
        display: flex;
        flex-wrap: wrap;
        gap: 1em;
        width: 95%;
        justify-content: center;
        margin: auto;
    }

    .top-category__item {
        width: calc((100% - 2em) / 3);
    }

    .top-category__item span {
        font-size: var(--fs-base);
    }

}


/* =========================
   NEWS
========================= */

.news {
    margin: 13em 0 0;
}

dl.news-box {
    margin: 0;
}

dl.news-box>dd {
    margin: 0;
    padding: .8em;
    border-bottom: dotted 1px #4C4638;
}

dl.news-box a {
    color: #0070c9;
}

.news-contents {
    font-size: var(--fs-xl);
    height: 30em;
    overflow-y: auto;
}


/* =========================
   SP
========================= */

@media screen and (max-width: 767px) {

    .news {
        margin: 5em 0 0;
    }


    .news-contents {
        font-size: var(--fs-sm);
    }
}

/* =========================
   TEA CHART
========================= */

section.tea-chart {
    margin: 13em auto 0;
}

.tea-chart__body {
    display: flex;
    justify-content: space-between;
    font-family: var(--font-round);
}

.tea-chart__taste-label {
    inset: 0;
    writing-mode: vertical-rl;
    line-height: 1;
    letter-spacing: .15em;
    width: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(0, -2.5em);
}

.tea-chart__taste-label>img {
    position: absolute;
    z-index: 1;
}

.tea-chart__taste-label>span {
    z-index: 2;
    color: #4C4638;
    font-size: var(--fs-sm);
}

.tea-chart__taste-label.tea-chart__taste-label--bitter>span {
    color: #fff;
}

.scroll_wrap {
    width: calc(100% - 3em * 2);
    font-size: var(--fs-lg);
}

ul.tea-chart__list {
    display: flex;
    align-items: start;
    gap: 1em;
}

li.tea-chart__item {
    width: calc((100% - 1em*3)/4);
}

.tea-chart__description {
    background: #FCF7EF;
    border-radius: 20px;
    padding: 2em 1em;
    text-align: center;
    display: grid;
    grid-template-rows: 1fr 3fr;
    gap: 1.5em;
    position: relative;
    margin: auto;
    margin-bottom: 2em;
    width: 90%;
}

.tea-chart__number {
    color: #03673F;
    font-size: var(--fs-6xl);
    line-height: 1;
    font-family: var(--font-en);
}

.tea-chart__description::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -3em;
    border-style: solid;
    border-width: 1.5em 1em;
    border-color: #fcf7ef transparent transparent transparent;
    width: 1em;
}

li.tea-chart__item>span.bar {
    width: 100%;
    height: .6em;
    display: block;
}

li.tea-chart__item:nth-child(1)>span.bar {
    background: #9EF077;
}

li.tea-chart__item:nth-child(2)>span.bar {
    background: #6EC300;
}

li.tea-chart__item:nth-child(3)>span.bar {
    background: #01AE67;
}

li.tea-chart__item:nth-child(4)>span.bar {
    background: #03673F;
}

.tea-chart__product {
    border: solid 1px #4C4638;
    border-radius: 20px;
    width: 90%;
    margin: 1.5em auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 4em 0 2em;
}

span.tea-chart__badge {
    position: absolute;
    left: 1em;
    top: 1em;
}

a.tea-chart__product-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1em;
    gap: .5em;
    line-height: 1;
    text-decoration: underline 1px;
}


.tea-chart__buttons {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 95%;
    max-width: 1100px;
    margin: 2em auto;
    font-size: var(--fs-2xl);
}

a.tea-chart__button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3em;
    padding: 1em 3em;
    gap: .5em;
}

a.tea-chart__button.tea-chart__button--primary {
    background: #03673F;
    color: #fff;
}

a.tea-chart__button.tea-chart__button--secondary {
    border: solid 1px #03673F;
    color: #03673F;
}

a.tea-chart__button>svg {
    width: 1.5em;
}

a.tea-chart__button>img {
    height: 1.2em;
}



/* =========================
   SP
========================= */

@media screen and (max-width: 767px) {

    section.tea-chart {
        margin: 6em auto 0;
    }

    ul.tea-chart__list {
        width: 200vw;
        font-size: var(--fs-xs);
    }

    .scroll_wrap {
        overflow-x: scroll;
    }

    .tea-chart__number {
        font-size: var(--fs-4xl);
    }

    .tea-chart__description {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .tea-chart__buttons {
        flex-direction: column;
        font-size: var(--fs-sm);
        gap: 1em;
    }

}


/* ========================================
   COLUMN
======================================== */

section.top-column {
    position: relative;
    margin: 20em 0 10em;
    background: #FCF7EF;
}

.top-column__inner {
    width: 95%;
    max-width: var(--main-width);
    margin: 0 auto;
    padding: 18em 0 10em;
}

ul.top-column__list {
    display: flex;
    font-size: var(--fs-xl);
    gap: 1em;
}

li.top-column__item {
    width: calc((100% - 2em)/3);
    border: solid 1px #4C4638;
    background: #fff;
    border-radius: .5em;
    display: flex;
    flex-direction: column;
    padding: 2em;
    gap: 1em;
    height: auto;
    position: relative;
}

a.top-column__link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

img.top-column__image {
    aspect-ratio: 1;
    object-fit: cover;
}

.top-column__meta {
    display: flex;
    justify-content: space-between;
    font-size: var(--fs-base);
    font-family: var(--font-en);
}

span.top-column__new {
    color: #01AE67;
    border: solid 1px;
    display: flex;
    line-height: 1;
    justify-content: center;
    align-items: center;
    padding: 0 .8em;
    border-radius: 3em;
}

time.top-column__date {
    color: #85968B;
}

.szk_btn {
    border: solid 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: .5em 3em;
    border-radius: 3em;
    margin: auto;
    gap: .5em;
    font-size: var(--fs-2xl);
    font-weight: 500;
}

.szk_btn>img {
    height: 1.4em;
}

a.top-column__more.szk_btn {
    margin-top: 3em;
    color: #4C4638;
}

.top-column__swiper {
    overflow: visible;
}

.top-column__list {
    display: flex;
    gap: 30px;
}

.top-column__item {
    position: relative;
    width: calc((100% - 60px) / 3);
    flex-shrink: 0;
}


/* =========================
   SP
========================= */

@media screen and (max-width: 767px) {

    .top-column__swiper {
        overflow: hidden;
    }

    .top-column__list {
        gap: 0;
    }

    .top-column__item {
        width: auto;
    }

    section.top-column {
        margin: 10em 0 5em;
    }

    .top-column__inner {
        padding: 10em 0 2em;
    }

    .top-column__heading {
        top: -6%;
    }

    .top-column__meta {
        font-size: var(--fs-xs);
    }

    li.top-column__item {
        padding: 1em;
    }

    ul.top-column__list {
        font-size: var(--fs-sm);
    }

    .szk_btn {
        font-size: var(--fs-sm);
    }

    a.top-column__more.szk_btn {
        margin-top: 1.5em;
    }



}


/* =========================
   最近チェックした商品
========================= */




/* =========================
   SP
========================= */

@media screen and (max-width: 767px) {}

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

/* =========================
   SP
========================= */

@media screen and (max-width: 767px) {}

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

/* =========================
   SP
========================= */

@media screen and (max-width: 767px) {}