@charset "utf-8";

/***** ↓フューチャーショップ既存CSS上書き↓ *****/

body {
    font-family: 'Noto Serif JP', serif;
}

.fs-l-main {
    width: 100%;
    max-width: 1080px;
    padding: 0 8px;
    margin: 0 auto;
}

#fs_Top .fs-l-main {
    width: 100%;
    max-width: none;
    padding: 0;
}

.fs-l-pageMain {
    width: 840px;
}

#fs_Top .fs-l-pageMain {
    width: 100%;
    max-width: none;
}

.fs-clientInfo.is-ready {
    display: inline-block;
    width: auto;
}

/**
@media screen and (max-width: 768px) {
	.fs-clientInfo.is-ready {
		width: 100%;
	}
}
**/
/***** ↑フューチャーショップ既存CSS上書き↑ *****/

/***** ↓共通部品↓ *****/
.nopc {
    display: none;
}

/***** ↑共通部品↑ *****/


header {
    width: 100%;
    font-size: 14px;
    margin: 0 auto;
}

#header_1 {
    width: min(100%, 1080px);
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 112px;
}

header ul.header_menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

header ul.header_menu:after {
    content: "";
    width: 100%;
}

header ul.header_menu li {
    /*padding: 0 23px;*/
    padding: 0 15px;
    margin-bottom: 5px;
}

header ul.header_menu li:not(:nth-last-child(2)):not(:nth-child(3)):not(.header_menu__search) {
    border-right: 1px solid #ccc;
}

header ul.header_menu li:nth-child(n + 4) {
    order: 1;
}

header ul.header_menu li:nth-last-child(2) {
    position: relative;
}

header ul.header_menu li:nth-last-child(2) a {
    display: block;
    width: 22px;
}

header ul.header_menu li:nth-last-child(2) a img {
    display: block;
    position: absolute;
    width: 22px;
    bottom: 0;
}

header ul.header_menu li a {
    color: #000;
}

.logout.my-false {
    display: none;
}

.login.my-true {
    display: none;
}

.category-menu {
    background-image: url(https://kitanitea.itembox.design/item/images/top2/bg_beige.png);
    padding: 38px 0;
    margin-bottom: 20px;
}

#fs_Top .category-menu {
    margin-bottom: 0;
}


ul.category__list--wrap {
    display: flex;
    justify-content: space-between;
}

ul.category__list--wrap li {
    display: flex;
    justify-content: space-between;
    width: 216px;
    border-right: 1px solid #000;
    justify-content: center;
}

ul.category__list--wrap li:first-child {
    border-left: 1px solid #000;
}

ul.category__list--wrap li a {
    display: flex;
    gap: 20px;
}

ul.category__list--wrap li a:hover {
    text-decoration: none;
}

ul.category__list--wrap li a img {
    margin-top: 10px;
    height: 100%;
}

ul.category__list--wrap li a p {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rls;
    width: 1rem;
    font-size: 19px;
    color: #000;
}

#fs_Top .fs-l-main a {
    color: #000;
    text-decoration: none;
    opacity: 1;
    transition: 0.2s;
}


.inner {
    width: min(100%, 1080px);
    margin: 0 auto;
}

.inner_wide {
    width: min(100%, 1240px);
    margin: 0 auto;
}

.inner_wide .bnr_box {
    flex-wrap: wrap;
    gap: 20px 10px;
    margin-bottom: 100px;
}

.inner_wide .bnr_box a {
    width: 49%;
}

.info {
    background-image: url(https://kitanitea.itembox.design/item/images/top/info.png);
    padding: 75px 0;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    letter-spacing: 0.2rem;
}

.info a {
    font-size: 22px;
    color: #fff;
    margin-bottom: 1rem;
    display: inline-block;
}

.info p {
    line-height: 2;
}

.info h3 {
    font-size: 26px;
    margin-bottom: 50px;
}

.info address span {
    font-size: 22px;
    display: inline-block;
    margin-bottom: 20px;
}

.info address {
    font-size: 15x;
    margin-bottom: 1rem;
}

footer {
    background-color: #dcdbca;
    padding: 63px 0 40px;
}

.footerbox {
    width: min(100%, 895px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footerbox h3 {
    font-size: 18px;
    margin-bottom: 23px;
}

.footerbox a {
    display: block;
    line-height: 2;
}

.footersns {
    display: flex;
    gap: 20px;
}

.footernavilist {
    display: flex;
    width: fit-content;
    margin: 70px auto 0;
}

.footernavilist li {
    padding: 0 20px;
}

.footernavilist li:not(:last-child) {
    border-right: 1px solid #fff;
}

.footernavilist li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

.copyright {
    text-align: center;
    padding: 40px 0;
    font-size: 12px;
}


/* =========================
   検索パネル
   ========================= */

/* 検索ボタン（メニュー内） */
.header_menu__search {
    display: flex;
    align-items: center;
    padding: 0 10px !important;
    border-right: none !important;
}

/* SP用検索ボタン（PC版では非表示） */
.header_search_sp {
    display: none;
}

.search-trigger {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #333;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    line-height: 1;
}

.search-trigger:hover {
    opacity: 0.7;
}

.search-trigger svg {
    display: block;
    width: 22px;
    height: 22px;
}

/* 検索パネル本体 */
.search-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999;
    pointer-events: none;
    visibility: hidden;
}

.search-panel.is-open {
    pointer-events: auto;
    visibility: visible;
}

/* オーバーレイ */
.search-panel__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.search-panel.is-open .search-panel__overlay {
    opacity: 1;
}

/* パネルコンテンツ */
.search-panel__content {
    background: #fff;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    position: relative;
}

.search-panel.is-open .search-panel__content {
    transform: translateY(0);
}

.search-panel__inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 24px 20px;
    position: relative;
}

/* 検索フォーム */
.search-panel__form {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.search-panel__input {
    flex: 1;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    font-family: inherit;
}

.search-panel__input:focus {
    outline: none;
    border-color: #5a8a3a;
}

.search-panel__submit {
    padding: 12px 20px;
    background: #5a8a3a;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-panel__submit:hover {
    background: #4a7a2a;
}

.search-panel__submit svg {
    display: block;
    stroke: #fff;
}

/* 注目のキーワード */
.search-panel__keywords-title {
    font-size: 12px;
    color: #666;
    margin-bottom: 8px;
}

.search-panel__keywords-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-panel__keywords-list li a {
    display: inline-block;
    padding: 6px 14px;
    background: #f5f5f5;
    border-radius: 20px;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    transition: background 0.2s;
}

.search-panel__keywords-list li a:hover {
    background: #e0e0e0;
}

/* 閉じるボタン */
.search-panel__close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: none;
    border: none;
    font-size: 32px;
    color: #999;
    cursor: pointer;
    line-height: 1;
    padding: 4px 8px;
}

.search-panel__close:hover {
    color: #333;
}


/*******************************/
/********** 768px以下 **********/
/*******************************/
@media screen and (max-width: 868px) {

    img {
        width: 100%;
    }

    .nopc {
        display: block;
    }

    .nosp {
        display: none !important;
    }

    .fs-l-page {
        margin-top: 110px;
    }

    header {
        height: 50px !important;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999999;
    }

    #header_1 {
        height: auto;
        padding: 5px 20px;
        margin: 0;
    }

    #header_1 h1 {
        width: 120px;
    }

    header ul.header_menu li:first-child a {
        display: inline-block;
        border: solid 1px #999;
        padding: 0 20px;
        margin-bottom: 10px;
    }

    header ul.header_menu li:nth-last-child(2) a img {
        display: none;
    }

    header ul.header_menu li:last-child a img {
        width: 90%;
        max-width: 400px;
        margin: 20px auto;
    }

    /***
.header_cart_sp {
    position: absolute;
    width: 26px;
    right: 50px;
    top: 18px;
}
.header_user_sp {
    position: absolute;
    width: 26px;
    right: 90px;
    top: 19px;
}
.openbtn {
    position: absolute;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    top: 13px;
    right: 10px;
    z-index: 999;
}
***/

    .header_user_sp {
        width: 26px;
        margin-top: 7px;
    }

    .header_cart_sp {
        width: 26px;
        margin-top: 7px;
        margin-left: 10px;
    }

    .header_logout_sp {
        width: 26px;
        margin-top: 7px;
        margin-left: 10px;
    }

    .openbtn {
        cursor: pointer;
        width: 40px;
        height: 40px;
        position: relative;
        z-index: 99999999;
    }

    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 2px;
        border-radius: 2px;
        background: #4a4a4a;
        width: 45%;
    }

    .openbtn span:nth-of-type(1) {
        top: 12px;
    }

    .openbtn span:nth-of-type(2) {
        top: 20px;
    }

    .openbtn span:nth-of-type(3) {
        top: 28px;
    }

    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }


    .header_menu {
        width: 100%;
        font-size: 14px;
        margin: 0 auto 0;
        position: fixed;
        top: 0;
        background-color: #fff;
        z-index: 100;
        padding: 20% 0;
        right: -800px;
        transition: all 0.4s;
        opacity: 0.5;
        overflow: auto;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    header ul.header_menu li:not(:last-child):not(:nth-child(3)) {
        border-right: none;
    }

    .header_menu.open {
        right: 0;
        transition: all 0.4s;
        opacity: 1;
    }

    header ul.header_menu {
        justify-content: center;
    }

    header ul.header_menu li {
        width: 100%;
        font-size: 18px;
        line-height: 2;
        text-align: center;
        padding: 0;
    }

    /*header ul.header_menu li:last-child {*/
    header ul.header_menu li:nth-last-child(2) {
        position: relative;
        display: none;
    }

    #header_1 #header_icon_sp {
        position: absolute;
        right: 10px;
        top: 5px;
        display: flex;
    }


    .category-menu {
        padding: 5px 0;
        position: fixed;
        top: 50px;
        left: 0;
        z-index: 99;
        width: 100%;
    }

    ul.category__list--wrap {
        padding: 0 2%;
    }

    ul.category__list--wrap li {
        width: 20%;
    }

    ul.category__list--wrap li:first-child {
        border-left: none;
    }

    ul.category__list--wrap li:last-child {
        border-right: none;
    }

    ul.category__list--wrap li a {
        display: flex;
        gap: 5px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    ul.category__list--wrap li a img {
        margin-top: 0;
        height: auto;
        width: 30px;
    }

    ul.category__list--wrap li a p {

        width: 100%;
        font-size: 10px;
    }

    /* test */



    .footernavilist {
        /*display: none;*/
        width: fit-content;
        margin: 70px auto 0;
        flex-wrap: wrap;
        align-items: stretch;
    }

    .footernavilist li {
        width: 33.33%;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }

    .footernavilist li:nth-child(3n) {
        border-right: none;
    }


    .footerbox {
        width: 100%;
        padding: 0 2%;
    }

    /* =========================
       検索パネル（SP）
       ========================= */

    /* SP: ヘッダーアイコンエリアの検索ボタン */
    .header_search_sp {
        display: flex;
        width: 28px;
        margin-top: 5px;
        margin-right: 10px;
        align-items: center;
    }

    .header_search_sp svg {
        display: block;
        width: 28px;
        height: 28px;
    }

    /* SP: ハンバーガーメニュー内の検索ボタンは非表示 */
    .header_menu__search {
        display: none !important;
    }

    .search-panel__inner {
        padding: 50px 16px 24px;
    }

    .search-panel__input {
        font-size: 16px;
    }

    .search-panel__close {
        top: 8px;
        right: 8px;
    }

}

/*******************************/
/********** 425px以下 **********/
/*******************************/
@media screen and (max-width: 425px) {

    .info h3 {
        font-size: 22px;
        margin-bottom: 50px;
    }

    .info a {
        font-size: 16px;
        color: #fff;
        margin-bottom: 1rem;
        display: inline-block;
    }

    .info address {
        font-size: 10px;
        margin-bottom: 1rem;
    }

    .info address span {
        font-size: 16px;
    }

    .info p {
        line-height: 2;
        font-size: 10px;
    }

    footer {
        padding: 30px 0 0 0;
    }

    .footerbox h3 {
        width: 180px;
    }

    .footernavilist {
        margin: 20px auto 0;
    }

    .copyright {
        padding: 20px 0;
    }

}

/* マルチカートが崩れたので臨時で追加しておく 2025-01-07 */

@media screen and (max-width: 768px) {
    .fs-c-checkout-productAllocation__product {
        display: flex;
        align-items: center;
        /* 必要に応じて調整 */
    }

    .fs-c-checkout-productAllocation__productImage {
        flex: 0 0 33%;
        /* 33%の幅を固定 */
        max-width: 33%;
        /* 最大幅を制限 */
        box-sizing: border-box;
        /* パディングやボーダーを含めて計算 */
    }

    .fs-c-checkout-productAllocation__productInfo {
        flex: 1;
        /* 残りのスペースを占有 */
        max-width: 67%;
        /* 最大幅を制限 */
        box-sizing: border-box;
        /* パディングやボーダーを含めて計算 */
    }
}



/* =========================
   フローティングスクロールボタン
   ========================= */

.floating-scroll-btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    color: #fff;
    background: #4a7c59;
    border: none;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(74, 124, 89, 0.4);
    cursor: pointer;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.floating-scroll-btn:hover {
    background: #3d6b4a;
    transform: scale(1.1);
}

.floating-scroll-btn.is-visible {
    display: flex;
}

/* スマホ対応 */
@media (max-width: 768px) {
    .floating-scroll-btn {
        bottom: 16px;
        right: 16px;
    }
}

/* スクロール位置調整（ヘッダー対策） */
.fs-c-productQuantityAndWishlist {
    scroll-margin-top: 80px;
}