/* -----------------------------------------------------------------------------
**
** SP ヘッダー用CSS
**
----------------------------------------------------------------------------- */

body:has(.TOL-header-SP) {
    max-width: unset;
}

body:has(.TOL-header-SP).no-scroll {
    overflow-y: hidden;
}

.TOL-header-SP * {
    font-family: "roboto",Noto Sans JP,noto-sans-cjk-jp;
}

.TOL-header-SP {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background: white;
}
/* マケプレのみ必要 */
.header-footer-area-sp24 {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background: white;
}

.TOL-header-SP-title-contents * {
    box-sizing: content-box;
    vertical-align: middle;
}
.TOL-header-SP-inner {
    height: auto;
}

.TOL-header-SP-title-contents {
    display: flex;
    box-sizing: border-box;
    height: 49px;
    background: var(--tr-yellow);
    border-bottom: solid 1.5px var(--tr-red);
    position: relative;
}

.TOL-header-SP-menu-btn {
    width: auto;
    padding: 13px 0px 0px 0px;
    transform: scale(1.1, 1.1);
    right: 10px;
    position: absolute;
}

    .TOL-header-SP-menu-btn button {
        color: var(--tr-red) !important;
    }

    .TOL-header-SP-title {
        width: 200px;
        padding: 4px 0px 0px 0px;
        /* タイトルロゴ位置調整、エミュレータと実機で表示が異なる？ */
        margin-left: 16px;
        display: flex;
        align-items: center;
        margin-top: -2px;
    }

    .TOL-header-SP-title a {
        display: inline-block;
    }

    .TOL-header-SP-title img {
        width: 155px;
        height: 23px;
        display: block;
    }

.TOL-header-SP-title-icon {
    width: 40px;
}

    .TOL-header-SP-title-icon a {
        display: inline-block;
    }

    .TOL-header-SP-title-icon img {
        height: 30px;
        width: auto;
        display: inline-block;
    }


/* ログイン前表示エリア */
.TOL-header-SP-login-before-area {
    width: 50%;
    height: auto;
    position: absolute;
    right: 0;
}

.TOL-header-SP-login-before {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
    /* 人型ボタン */
    .TOL-header-SP-login {
        position: absolute;
        top: 9px;
        right: 75px;
        text-align: center;
    }

/* ログイン後表示エリア */
.TOL-header-SP-login-after-area {
    width: 50%;
    position: absolute;
    right: 30px;
}
    .TOL-header-SP-login-after {
        width: 93%;
        height: 70%;
        display: flex;
        justify-content: flex-end;
        margin-left: auto;
    }
    .TOL-header-SP-user_icon {
        position: absolute;
        top: 9px;
        right: 43px;
        text-align:center;
    }
    .TOL-header-SP-bell_icon {
        position: absolute;
        top: 4px;
        right: 97px;
        text-align:center;
    }
    .TOL-header-SP-login-blank {
        width: 22px;
        height: 47.5px;
    }

/* 共通のものを微修正 */
/* カート */
.TOL-header-SP-common-icon-cart {
    position: absolute;
    top: 9px;
    right: 40px;
    text-align: center;
}

/* カートの数字 */
.TOL-header-SP-common-icon-cart-num {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 8px;
    top: 2px;
    height: 15px;
    width: 15px;
    font-size: 11px !important;
    color: var(--tr-black) !important;
    font-weight: bold;
    line-height: 1;
}

/* カートの「＋」マーク */
.TOL-header-SP-common-icon-cart-plus {
    display: flex;
    font-size: 8px;
    align-self: baseline;
    position: absolute;
    top: 0;
    right: 6px;
    color: var(--tr-black) !important;
    font-weight: bold;
}

    /* 検索アイコン */
    .TOL-header-SP-common-icon-search-before {
        position: absolute;
        top: 9px;
        right: 120px;
        text-align: center;
    }

    .TOL-header-SP-common-icon-search-after {
        position: absolute;
        top: 9px;
        right: 130px;
        text-align: center;
    }

/* ログイン後の検索アイコンは画面幅が360px未満になったら非表示にする仕様 */
@media (max-width: 359px) {
    .TOL-header-SP-common-icon-search-after {
        display: none;
    }
}

/* ポイント残高 */
.TOL-header-SP-point-area {
    width: 100%;
    background: var(--tr-yellow);
    border-bottom: solid 1.5px var(--tr-red);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .TOL-header-SP-point-area img {
        width: 8.5px;
        height: 8.5px;
        margin-right: 4px;
        margin-left: 4px;
    }

.TOL-header-SP-point,
.TOL-header-SP-wantlist {
    height: 20px;
    display: flex;
    align-items: center;
    margin-right: 8px;
    padding-top: .5px;
}

    .TOL-header-SP-point p {
        white-space: nowrap;
    }

    .TOL-header-SP-point a {
        text-decoration: none;
        color: var(--tr-black);
        display: flex;
        align-items: center;
    }

    .TOL-header-SP-point span {
        margin-right: 4px;
    }

.TOL-header-PC-point-color {
}

.TOL-header-PC-point-top {
    margin-top: -1px;
}

/* 検索エリア */
.TOL-header-SP-search-area {
    background: var(--tr-yellow);
    height: 55px;
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    position: static;
    /* border-bottom: solid 1.5px var(--tr-red); */
}

/* 詳細検索表示（１１月リリース） */
/* 検索ボックスエリア */
.TOL-header-SP-search-area-box {
        width: calc(100% - 80px);
        padding-left:15px;
        padding-right:15px;
    } 
.TOL-header-SP-search-area-detail-btn {
        width: auto;
        padding-left:10px;
        padding-top: 1px;
        padding-right:10px;
    }

/* デザイン崩れ対応 */
.TOL-header-SP-search-area-box .search-holder {
    background: unset;
    padding: unset;
    margin: unset;
}

/* 検索ボックス（共通のデザインを微調整） */
.TOL-header-SP-header-search-box {
    position: relative;
    width: 100%;
}

    .TOL-header-SP-header-search-box ::placeholder {
        color: var(--tr-deep-gray);
        font-size: 12px;
        font-family: Noto Sans JP,"noto-sans-cjk-jp";
        opacity: 0.7;
    }

.TOL-header-SP-header-search-box-input {
    border: none;
    border-radius: 3px;
    width: 100%;
    height: 34px;
    box-sizing: border-box;
    padding: 16px 20px;
}

.header-search-box-input {
    /*outline:none;*/
}

.TOL-header-SP-header-search-box-button {
    position: absolute;
    right: 2px;
    top: 0;
    padding: 10px;
}
/* 詳細検索ボタン */
.TOL-header-SP-search-detail-btn img {
    width: 40px;
    margin-top: 0.5px;
}
/* 詳細検索ボタン領域の高さを検索ボックスに合わせる */
.TOL-header-SP-search-detail {
    height: 34px;
}

.TOL-header-SP-search-detail-btn {
    position: relative;
    width: 45px;
    margin-right:10px;
}

/* 詳細検索✕ボタン */
.TOL-header-SP-search-area-detail-close {
    width: 68px;
    height: 70px;
    padding-left: 25px;
    padding-top: 13px;
}

    .TOL-header-SP-search-area-detail-close span {
        color: var(--tr-black);
        font-size: 27px;
        font-weight: bold;
    }
/* バナーエリア */
.TOL-header-SP-search-area-bunner {
    background: var(--tr-gray);
    padding: 8px 16px 8px 16px;
    display: flex;
    justify-content: center;
    height: auto;
    box-sizing: border-box;
}

    .TOL-header-SP-search-area-bunner img {
        width: 100%;
        height: auto;
    }

.TOL-header-SP-search-area-bunner-flex {
    display: flex;
}


/* ハンバーガーメニュー */
.TOL-header-SP-main-menu * {
    font-family: "roboto",Noto Sans JP,noto-sans-cjk-jp;
}

.TOL-header-SP-main-menu img {
    width: auto;
}

.TOL-header-SP-main-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0%;
    background-color: white;
    overflow: auto;
    z-index: 1005;
    /* 初期表示時に一瞬映るの防止のためのインラインスタイル上書き */
    display: block !important;
    /* メニュー開閉用実装 */
    transform: translateX(100%);
    transition: transform .5s;
}
    /* メニュー開閉用実装 */
    .TOL-header-SP-main-menu.active {
        transform: translateX(0);
        transition: transform .5s;
    }
    /* メニュー下幅 */
    .TOL-header-SP-main-menu ul {
        margin-bottom: 40px;
    }

        .TOL-header-SP-main-menu ul li:not(.has-accordion),
        .TOL-header-SP-main-menu a.hr-item,
        .TOL-header-SP-main-menu .accordion-btn {
            border-bottom: 1px solid #ddd;
        }

        .TOL-header-SP-main-menu ul li span:not(.icon):not(.retbtn) {
            position: absolute;
            right: 18px;
            top: 50%;
            transform: translate(-0%, -50%);
        }

        .TOL-header-SP-main-menu ul li:not(.has-accordion) {
            list-style: none;
            display: flex;
            position: relative;
        }

        /* すべてのアコーディオン（1段目：親直下の子） */
        .acc-panel > div > a,
        .acc-panel > div > .menu-link,
        .nested-accordion .accordion-btn {
        margin-left: 40px; /* 既定の子インデント */
        padding-left:0 !important;
        padding-right: 46px;
        width: calc(100% - 40px);
    }

    /* ネスト（2段目：孫） */
    .nested-accordion .acc-panel > div > a,
    .nested-accordion .acc-panel > div > .menu-link {
        margin-left: 52px; /* 孫はさらに深く */
        padding-left:0 !important;
        padding-right:34px;
        width: calc(100% - 52px);
    }

            .TOL-header-SP-main-menu ul li a, .TOL-header-SP-main-menu ul li .retbtn {
                display: block;
                width: 100%;
                font-size: 14px;
                box-sizing: border-box;
                color: #000000;
                text-decoration: none;
                padding: 18px 66px 18px 30px;
            }

/* ×ボタンエリア */
.TOL-header-SP-ham-close {
    height: 65px;
    width: 100%;
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background: white;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .TOL-header-SP-ham-close button {
        line-height: 65px;
        padding-right: 20px;
        font-size: 30px;
        width: 50px;
        color: var(--tr-deep-gray);
    }
/* TOP */
.TOL-header-SP-ham-top, TOL-header-SP-ham-ret {
    width: 100%;
    position: relative;
    margin-left: -16px;
    font-size: 18px;
}

    .TOL-header-SP-ham-top img, .TOL-header-SP-ham-ret img {
        height: 20px !important;
        width: auto;
    }

    .TOL-header-SP-ham-top a, .TOL-header-SP-ham-ret a {
        line-height: 53px;
        padding-left: 20px;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
/* メニュー項目 */
.TOL-header-SP-ham-category {
    height: 48px;
    width: 100%;
    background-color: #ebebeb;
}

    .TOL-header-SP-ham-category p {
        line-height: 48px;
        padding-left: 15px;
    }

/* 矢印調整用 */
.TOL-header-SP-main-menu .hr-item:has(.pc) .icon:before {
    right: 20px;
    top: 23px;
    height: 17px;
    width: 14px;
    transform: scale(0.8);
}

.TOL-header-SP-main-menu .hr-item:has(.pc) .icon:before {
    background-image: url(/item/img/pc_icon.png);
    background-size: 17px;
    background-position: unset;
}

.TOL-header-SP-main-menu .hr-item:has(.arrow-red) .icon:before {
    background-image: url(/item/img/arrow-red-right_icon_medium.svg);
    background-size: auto;
    background-position: initial;
    right: 20px;
}

.TOL-header-SP-main-menu .hr-item:has(.new-window) .icon:before {
    background-image: url(/item/img/header_new-window.svg);
    background-size: auto;
    background-position: initial;
    right: 20px;
}

/* ラベル用 */
.TOL-header-SP-main-menu .hr-item:has(.TOL-header-SP-ham-nolink) a {
    pointer-events: none;
}

    .TOL-header-SP-main-menu .hr-item:has(.TOL-header-SP-ham-nolink) a:before {
        display: none;
    }

.TOL-header-SP-ham-nolink {
    font-weight: bold;
    line-height: 13px;
    margin-left: -16px;
}

.TOL-header-SP-ham-TOP-menu {
    font-weight: bold;
    margin-left: -16px;
    font-size: 14px;
}

/* SPハンバーガーメニューFY25による追加CSS */

/* ドリルダウン スタック（横スライド） */
.TOL-header-SP-main-menu .stack-wrap {
    position: relative;
    overflow: hidden;
}

.panel-stack {
    display: flex;
    width: 100%;
    transition: transform .25s ease;
    will-change: transform;
}

.panel {
    flex: 0 0 100%;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-right: 1px solid var(--border);
}

    .panel.is-current {
        box-shadow: -12px 0 18px rgba(0,0,0,.10);
    }

/* li要素にbuttonを使う箇所があるので新しく定義 */
.TOL-header-SP-main-menu ul li button {
    display: block;
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
    color: #000000;
    text-decoration: none;
    padding: 18px 66px 18px 30px;
    text-align: left;
}

.TOL-header-SP-main-menu ul li .back-btn {
    padding: 0 0 0 20px;
    font-weight: bold;
}

/* リスト */

.accordion-btn {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    background: #fff;
    color: var(--ink);
    text-decoration: none;
    font-size: 15px;
    appearance: none;
    border: 0;
    text-align: left;
    cursor: pointer;
}

    .accordion-btn:active {
        background: #f6f6f6;
    }

    /* プラス/マイナスの見た目（アコーディオン） */
    .accordion-btn .icon::before {
        content: '＋';
        font-weight: 700;
        color: var(--tr-red);
    }

    .has-accordion .accordion-btn .icon {
        bottom: 15px;
        left: 40px;
    }

    .nested-accordion .accordion-btn .icon {
        bottom: 15px;
        left: 0px;
    }

    .accordion-btn[aria-expanded="true"] .icon::before {
        content: '－';
    }

/* 折りたたみ（スムーズアコーディオン） */
.acc-panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .22s ease;
    background: #fafafa;
}

    .acc-panel[aria-hidden="false"] {
        grid-template-rows: 1fr;
    }

    .acc-panel > div {
        overflow: hidden;
    }

    .acc-panel .menu-link {
        border-top: 1px dashed #ececec;
    }

/* ネストされたアコーディオン見た目 */
.nested-accordion .accordion-btn {
    padding-left: 24px;
    background: #fafafa;
}

.menu-link.depth2 {
    padding-left: 36px;
    background: #f7f7f7;
}

.drawer-footer {
    margin-top: auto;
    padding: 12px 16px 18px;
    border-top: 1px solid var(--border);
    font-size: 12px;
    color: var(--ink-weak);
}

.back-btn {
    appearance: none;
    border: 0;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 8px 10px;
    cursor: pointer;
    font-size: 14px;
}

    .back-btn:focus-visible,
    .menu-link:focus-visible,
    .drill-link:focus-visible,
    .accordion-btn:focus-visible {
        outline: 2px solid var(--accent);
        outline-offset: -2px;
    }



/* パネルの水平方向移動（レベル0~9に対応） */
.panel-stack[data-level="0"] {
    transform: translateX(0%);
}

.panel-stack[data-level="1"] {
    transform: translateX(-100%);
}

.panel-stack[data-level="2"] {
    transform: translateX(-200%);
}

.panel-stack[data-level="3"] {
    transform: translateX(-300%);
}

.panel-stack[data-level="4"] {
    transform: translateX(-400%);
}

.panel-stack[data-level="5"] {
    transform: translateX(-500%);
}

.panel-stack[data-level="6"] {
    transform: translateX(-600%);
}

.panel-stack[data-level="7"] {
    transform: translateX(-700%);
}

.panel-stack[data-level="8"] {
    transform: translateX(-800%);
}

.panel-stack[data-level="9"] {
    transform: translateX(-900%);
}

/* ここまで */



/* 未ログインメニュー 吹き出し*/
.TOL-header-SP-login-before-menu * {
    font-family: "roboto",Noto Sans JP,noto-sans-cjk-jp;
}

.TOL-header-SP-login-before-menu {
    position: absolute;
    /* 初期表示時に一瞬映るの防止のためのインラインスタイル上書き */
    display: inline-block !important;
    margin: 1.5em 0;
    width: 287px;
    height: 157px;
    color: #555;
    font-size: 16px;
    background: white;
    right: 7px;
    top: 36px;
    z-index: 1001;
    border-radius: 3px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    /* メニュー開閉用実装 */
    visibility: hidden;
    opacity: 0;
    transform: translateY(4px);
    transition: transform 0.15s, opacity 0.15s, visibility 0s 0.15s;
}

    .TOL-header-SP-login-before-menu:before {
        content: "";
        position: absolute;
        top: -26px;
        right: 71px;
        border: 15px solid transparent;
        border-bottom: 15px solid #ffffff;
    }
    /* メニュー開閉用実装 */
    .TOL-header-SP-login-before-menu.active {
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
        transition: transform 0.15s, opacity 0.15s, visibility 0s;
    }

.TOL-header-SP-login-before-btn-area {
    display: grid;
    justify-items: center;
    padding-top: 18px;
}

    .TOL-header-SP-login-before-btn-area button {
        margin: 7px;
        width: 85%;
        height: 46px;
        border: 2px;
    }

    .TOL-header-SP-login-before-btn-area button img {
        height: 18px;
        width: 18px;
        margin-right: 8px;
    }

/* ログイン後メニュー */
.TOL-header-SP-login-after-menu * {
    font-family: "roboto",Noto Sans JP,noto-sans-cjk-jp;
}

.TOL-header-SP-login-after-menu {
    position: absolute;
    display: inline-block !important;
    margin: 1.5em 0;
    width: 96%;
    height: max-content;
    color: #555;
    font-size: 16px;
    background: white;
    right: 7px;
    top: 36px;
    z-index: 1000;
    border-radius: 3px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    /* メニュー開閉用実装 */
    visibility: hidden;
    opacity: 0;
    transform: translateY(4px);
    transition: transform 0.15s, opacity 0.15s, visibility 0s 0.15s;
}

    .TOL-header-SP-login-after-menu img {
        height: 9px;
    }

.TOL-header-SP-login-after-menu:before {
    content: "";
    position: absolute;
    top: -26px;
    right: 76px;
    border: 15px solid transparent;
    border-bottom: 15px solid #ffffff;
}
.TOL-header-SP-login-after-menu.active {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    transition: transform 0.15s, opacity 0.15s, visibility 0s;
}

.TOL-header-SP-login-after-close {
    height: 20%;
    text-align: right;
    padding-right: 20px;
}
.TOL-header-SP-login-after-close button {
    line-height: 62px;
    font-size: 30px;
}

/* ログイン後新メニュー */
.TOL-header-SP-login-after-menu .header {
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid var(--border);
    margin: 0;
}

    .TOL-header-SP-login-after-menu .header::after {
        background: none;
    }

    .TOL-header-SP-login-after-menu .header .hello {
        font-weight: bold;
        font-size: 15px;
        flex: 1;
        margin: 24px 0 24px 20px;
    }

    .TOL-header-SP-login-after-menu .header .menu-close {
        width: 24px;
        height: 24px;
        position: relative;
        flex: 0 0 24px;
        margin: 24px 20px 24px 0;
    }

        .TOL-header-SP-login-after-menu .header .menu-close::before,
        .TOL-header-SP-login-after-menu .header .menu-close::after {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            width: 28px;
            height: 2px;
            background: #9b9b9f;
            transform-origin: center;
        }

        .TOL-header-SP-login-after-menu .header .menu-close::before {
            transform: translate(-50%,-50%) rotate(45deg);
        }

        .TOL-header-SP-login-after-menu .header .menu-close::after {
            transform: translate(-50%,-50%) rotate(-45deg);
        }

/* 新規：ポイント枠の外側（グレー背景） */
.TOL-header-SP-login-after-menu .points-wrap {
    background: var(--tr-gray);
    padding: 20px;
}

.TOL-header-SP-login-after-menu .points {
    background: #ffffff;
    border-radius: 10px;
    padding: 24px;
    /* border:1px solid var(--tr-light-gray); */
}


.TOL-header-SP-login-after-menu .points-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.TOL-header-SP-login-after-menu .points-link-wrapper {
    display: block;
    width: 100%;
    height: 100%;
}

.TOL-header-SP-login-after-menu .points-link {
    display: block;
    color: inherit;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

    .TOL-header-SP-login-after-menu .points-link:visited,
    .TOL-header-SP-login-after-menu .points-link:active,
    .TOL-header-SP-login-after-menu .points-link:hover {
        color: inherit;
        text-decoration: none;
    }

.TOL-header-SP-login-after-menu .points-title-value-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: var(--tr-black);
    line-height: 1;
}

.TOL-header-SP-login-after-menu .points-title {
    font-weight: 700;
}

.TOL-header-SP-login-after-menu .points-value {
    font-weight: 800;
    font-size: 22px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.TOL-header-SP-login-after-menu .points-border {
    margin-top: 14px;
    margin-bottom: 14px;
    border: 1px solid var(--tr-gray);
}

.TOL-header-SP-login-after-menu .points-value small {
    font-weight: 600;
    font-size: 16px;
    color: #777;
}

.TOL-header-SP-login-after-menu .points-bottom {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* color:#777; */
    font-size: 12px;
    /* border-top: 1px solid; */
}

.TOL-header-SP-login-after-menu .expiry-point-info {
    white-space: nowrap;
    color: #535353;
    font-size: 13px;
    -webkit-text-size-adjust: 100% !important;
    margin-top: 12px;
    margin-right: 20px;
}

/* 有効期限ポイント */
.TOL-header-SP-login-after-menu .flexTitle {
    display: flex;
    justify-content: space-between;
    line-height: 1;
}

/* アイコンメニュー 4つ */
.TOL-header-SP-login-after-menu .quick {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
    padding: 20px 20px 20px 20px;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background: #fff;
}

    .TOL-header-SP-login-after-menu .quick .item {
        text-align: center;
        font-size: 12px;
        color: #444;
    }

    /*クイックメニューの文字高さを調整*/
    .TOL-header-SP-login-after-menu .quick .message {
        line-height: 1;
        /*iOSで6文字以上だと折り返されてしまうので、折り返しを禁止する*/
        white-space: nowrap;
    }

    .TOL-header-SP-login-after-menu .quick .iconlist {
        width: 60px;
        height: 40px;
        margin: 0 auto 6px;
        display: grid;
        place-items: center;
    }

        .TOL-header-SP-login-after-menu .quick .iconlist .message {
            font-size: 10px;
            font-weight: bold;
            color: var(--tr-black);
            padding-top: 10px;
        }



.TOL-header-SP-login-after-menu .iconlist .iconlist-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

    .TOL-header-SP-login-after-menu .iconlist .iconlist-link:visited,
    .TOL-header-SP-login-after-menu .iconlist .iconlist-link:active,
    .TOL-header-SP-login-after-menu .iconlist .iconlist-link:hover {
        color: inherit;
        text-decoration: none;
    }

.TOL-header-SP-login-after-menu .iconlist .iconimg {
    display: block;
    margin: 0 auto;
}

.TOL-header-SP-login-after-menu .iconlist .message {
    margin: 0;
    padding: 0;
    text-align: center;
}

.TOL-header-SP-login-after-menu .section_gray {
    height: 7px;
    background-color: var(--tr-gray);
}

.TOL-header-SP-login-after-menu .list-wrap {
    padding: 14px;
    background-color: var(--tr-white);
}

.TOL-header-SP-login-after-menu .list-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    border-radius: 4px;
}

.TOL-header-SP-login-after-menu .list-left-yellow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    background: var(--tr-yellow);
    border-radius: 8px;
}

.TOL-header-SP-login-after-menu .list-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    margin: 8px;
}

.TOL-header-SP-login-after-menu .list-arrow {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    margin: 14px
}

.TOL-header-SP-login-after-menu .list-border {
    border: 1px solid var(--tr-gray);
}

.TOL-header-SP-login-after-menu .list {
    background: #ffffff;
    border-radius: 10px;
    padding: 12px;
}

/* マイメニューの画像エリア */
.TOL-header-SP-login-after-menu .list-image {
    width: 60px;
    margin-right: 8px;
}

/* マイメニューのポイント残高の矢印 */
.TOL-header-SP-login-after-menu .points-value img {
    margin-left: 10px;
}

/* マイメニューの画像（矢印） */
.TOL-header-SP-login-after-menu .list-wrap .list-arrow img {
    width: auto;
    max-width: unset;
}

/* マーケットプレイスTOP の画像 */
.TOL-header-SP-login-after-menu .list-wrap .list-left-yellow .list-image .image {
    width: 60px;
    height: 40px;
    display: block;
    margin: 0 auto;
}

/* マイショップ、マケプレで探す の画像 */
.TOL-header-SP-login-after-menu .list-wrap .list-left .list-image .image {
    width: 30px;
    height: 40px;
    display: block;
    margin: 0 17px 0 13px;
}

/* マーケットプレイスTOP のフォントサイズ */
.TOL-header-SP-login-after-menu .list-wrap .list-left-yellow .list-mes {
    font-size: 13px;
}

/* マイメニュー内のクイックメニューの画像サイズ */
.TOL-header-SP-login-after-menu .quick .iconlist .iconimg {
    width: 40px;
    height: 30px;
}

.TOL-header-SP-login-after-menu .list-mes {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    color: var(--tr-black);
}

.TOL-header-SP-login-after-menu .mpp-link {
    display: flex;
    align-items: center;
    margin: 12px;
}

.TOL-header-SP-login-after-menu .menu-logout {
    text-align: center;
    padding: 4px;
}

.TOL-header-SP-login-after-menu .menu-logout-text {
    font-size: 14px;
    color: var(--tr-blue-hover);
    cursor: pointer;
}

/* マイページ */
.TOL-header-SP-ham-mypage {
    height: 48px;
    width: 100%;
    background-color: #ebebeb;
}

    .TOL-header-SP-ham-mypage p {
        line-height: 48px;
        padding-left: 15px;
    }
/* 三角 */
.TOL-header-SP-login-after-menu ul li img {
    height: 12px;
    width: 14px;
    margin-left: auto;
}

.TOL-header-SP-login-after-menu ul li {
    list-style: none;
    display: flex;
    text-decoration: none;
    position: relative;
}

.TOL-header-SP-login-after-menu li a {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
    color: #000000;
    text-decoration: none;
    position: relative;
    padding: 20px 15px 20px 30px;
}

.TOL-header-SP-login-after-menu-li.isleft {
    padding: 20px 15px 20px 15px;
}

.TOL-header-SP-login-after-menu-li.is-main {
    font-size: 15px;
}
/* ボタンエリア */
.TOL-header-SP-login-after-btn-area {
    display: grid;
    justify-items: center;
    padding-top: 18px;
}
.TOL-header-SP-login-after-btn-area button {
    margin: 7px;
    width: 85%;
    height: 46px;
}

/*ハンバーガーメニューのログイン前、ログイン後、カートの文字高さを調整*/
.TOL-header-SP-login-before .menu-label,
.TOL-header-SP-login-after .menu-label,
.TOL-header-SP-common-icon-cart .menu-label {
    line-height: 1;
    font-size: 9px;
    color: #d6000f;
    display: block;
    padding-top: 2px;
}

/*マイメニューのみ文字間隔を調整する*/
.TOL-header-SP-user_icon .menu-label {
    letter-spacing: -1px;
}

/*アイコンの高さを調整する*/
.TOL-header-SP-login-before-area img,
.TOL-header-SP-login-after-area img,
.TOL-header-SP-common-icon-cart img {
    height: 24.75px;
    width: unset;
}

/* ログイン前後メニューボタン */
.TOL-header-SP-common-main-button {
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    width: 100%;
}

    .TOL-header-SP-common-main-button.is-light-red {
        background: white;
        border: 1.5px solid var(--tr-red)
    }

    .TOL-header-SP-common-main-button.is-black {
        background: white;
        border: 1.5px solid var(--tr-black)
    }

    .TOL-header-SP-common-main-button.is-multi-lines {
        flex-direction: column;
        padding: 7px 14px;
        white-space: nowrap;
    }

/* メニュー表示時の背景マスク */
.TOL-header-SP-mask {
    display: none;
}

.TOL-header-SP-mask.active {
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    display: block;
}


.TOL-search-detail-SP * {
    font-family: Noto Sans JP,noto-sans-cjk-jp, Noto Sans JP, Roboto,"acumin-pro-extra-condensed";
}

.TOL-search-detail-SP-wrapper {
    position: absolute;
    height: 100vh;
    width: 100vw;
    background: white;
    right: 0;
    top: -11px;
    overscroll-behavior-y: contain;
}

/* SPヘッダーカスタマイズエリア */
#headerCustomArea01 {
    display: flex;
}

#headerCustomArea01SP img {
    max-width: max-content;
}

/* 商品詳細ヘッダーのみ対応が必要(現在はJSで対応)
.TOL-header-SP-ham-top img[src="/img24/home_icon.svg"] {
    content: url('/item/img/home_icon.svg');
    height: 20px !important;
    width: 20px;
} */

/* マイメニューが見切れる場合、スクロール可能とする */
.TOL-header-SP-login-after-menu-scroll {
    /* メニュー上部のヘッダー相当の高さ分を差し引くオフセット */
    --menu-scroll-offset: 75px;
    /* dvh 非対応ブラウザ向けフォールバック */
    max-height: calc(100vh - var(--menu-scroll-offset));
    /* 対応ブラウザでは dvh で上書きしてアドレスバー表示変化に追従 */
    max-height: calc(100dvh - var(--menu-scroll-offset));
    overflow-y: auto;
    /* スクロールの挙動に関して古いiOSバージョン(iOS 12 iPhone 5s,iPhone 6,iPhone 6 Plus等)との互換性を維持 */
    -webkit-overflow-scrolling: touch;
}