    /* === Reset === */
    body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas {
        margin: 0;
        padding: 0;
    }
    article, aside, figure, figcaption, footer, h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section {
        display: block;
    }
    html,body {
        height: 100%;
        width: 100%;
        overflow-x: hidden;
    }
    a {
        color: #101010;
        -webkit-font-smoothing: antialiased;
        transition: opacity 0.3s ease, color 0.3s ease;
    }
    a:link, a:visited {
        text-decoration: none;
    }
    a:hover, a:active {
        text-decoration: none;
        opacity: 0.6;
    }
    h1, h2, h3, h4, h5, h6 {
        font-size: 100%;
    }
    li {
        list-style: none;
    }
    fieldset {
        border: none;
    }
    input, textarea, select, label {
        font-family: inherit;
        font-size: 100%;
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 0;
        padding-top: 0;
        vertical-align: middle;
    }
    textarea {
        overflow: auto;
    }
    legend {
        display: none;
    }
    img {
        border: none;
        vertical-align: top;
    }
    object {
        outline: none;
        vertical-align: middle;
    }
    em, strong {
        font-style: normal;
        font-weight: bold;
    }
    small {
        font-size: 100%;
    }
    abbr, acronym {
        border: none;
        font-variant: normal;
    }
    * {
        box-sizing: border-box;
    }

    /* === Base / i18n === */
    .boxRight {
        float: right !important;
    }
    #i18 {
        z-index: 2005;
        left: 10px;
        position: fixed;
        top: calc(var(--information-banner-height, 0px) + 10px);
    }
    #i18 .lang {
        float: left;
        margin: 0 5px 0 0;
        position: relative;
    }
    #i18 .currency {
        float: left;
        position: relative;
    }
    #i18 select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 50px;
        color: #101010;
        cursor: pointer;
        font-family: inherit;
        font-size: 11px;
        line-height: 18px;
        min-width: inherit;
        padding: 5px 25px 5px 10px;
        vertical-align: middle;
    }

    /* === Legal pages === */
    #privacy,
    #law {
        background-color: #fff;
        box-sizing: border-box;
        font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
        font-size: 14px;
        line-height: 1.8;
        margin: 0 auto;
        padding: 40px;
        text-align: left;
        max-width: 800px;
        width: 100%;
    }
    #privacy h2,
    #law h2 {
        font-size: 20px;
        font-weight: 700;
        margin: 24px 0 0;
        padding: 0 0 16px;
        letter-spacing: 0.05em;
    }
    #privacy h3,
    #privacy dt {
        font-weight: bold;
        margin: 15px 0 8px;
    }
    #privacy .privacy_intro {
        margin: 0 0 20px;
    }
    #law h3 {
        font-weight: bold;
        margin: 20px 0 5px;
    }
    #law .law_attention {
        padding: 16px;
        margin-top: 16px;
        line-height: 1.6;
        background-color: #fafafa;
        border-radius: 8px;
    }
    #law .atobaraiTerm {
        margin: 20px 0;
    }
    #law .atobaraiTerm .atobaraiTerm__title {
        margin-bottom: 8px;
    }
    #law .atobaraiTerm .atobaraiTerm__body {
        padding-left: 20px;
    }
    #law .atobaraiTerm p {
        font-size: 100%;
        line-height: 1.5;
        margin: 0 0 10px;
    }

    /* === Colorbox (static styles) === */
    .itemCb #cboxContent button {
        border: none;
    }
    .itemCb:focus {
        outline: none;
    }
    a.cboxElement:focus {
        outline: none;
    }

    /* === Utilities === */
    .clearfix {
        zoom: 1;
    }
    .clearfix:after {
        clear: both;
        content: "";
        display: block;
    }
    .show {
        display: block !important;
    }
    .hide {
        display: none !important;
    }
    .overlayBackground {
        background-color: rgba(0, 0, 0, 0.4);
        cursor: pointer;
        display: none;
        height: 100%;
        left: 0;
        overflow: hidden;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
    }

    /* === BASE Menu (top-right) === */
    /* === BASEメニュー（固定カートボタン） === */
    #baseMenu {
        display: none !important;
        box-sizing: border-box;
        position: fixed;
        right: 20px;
        top: calc(var(--information-banner-height, 0px) + 16px);
        z-index: 2002;
        transition: top 0.3s ease;
    }
    #baseMenu > ul > li {
        float: left;
        list-style: none;
    }
    #baseMenu > ul > li.base {
        display: none !important;
    }
    /* ページ上部：白アイコン・背景なし */
    #baseMenu > ul > li a {
        background-color: transparent;
        border-radius: 50px;
        box-shadow: none;
        cursor: pointer;
        display: block;
        -webkit-font-smoothing: antialiased;
        margin: 0;
        padding: 10px;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    #baseMenu > ul > li a img {
        filter: brightness(0) invert(1);
        transition: filter 0.3s ease;
    }
    #baseMenu > ul > li a:hover {
        opacity: 0.8;
    }
    /* スクロール後：ダーク背景・白アイコン */
    #baseMenu.scrolled {
        top: 16px;
    }
    #baseMenu.scrolled > ul > li a {
        background: #101010;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
        padding: 10px;
    }
    #baseMenu.scrolled > ul > li a img {
        filter: brightness(0) invert(1);
    }
    #baseMenu.scrolled > ul > li a:hover {
        background: #333;
        opacity: 1;
    }
    .cart {
        position: relative;
    }
    .cart-badge {
        display: block!important;
    }
    .cart-qty {
        position: absolute;
        top: -2px;
        right: -2px;
        padding: 0 1px;
        min-width: 16px;
        background: #4ebcc0;
        border-radius: 50%;
        color: #fff;
        font-size: 10px;
        font-weight: 700;
        line-height: 16px;
        text-align: center;
        transition: background 0.3s ease;
    }
    #baseMenu.scrolled .cart-qty {
        background: #4ebcc0;
    }

    /* === Icon fonts === */
    @font-face {
        font-family: "baseicon";
        font-style: normal;
        font-weight: normal;
        src: url("https://static.thebase.in/font/v1/baseicon.eot?317xhh");
        src: url("https://static.thebase.in/font/v1/baseicon.eot?317xhh#iefix") format("embedded-opentype"),
            url("https://static.thebase.in/font/v1/baseicon.ttf?317xhh") format("truetype"),
            url("https://static.thebase.in/font/v1/baseicon.woff?317xhh") format("woff"),
            url("https://static.thebase.in/font/v1/baseicon.svg?317xhh#baseicon") format("svg");
    }
    @font-face {
        font-family: "shopicon";
        font-style: normal;
        font-weight: normal;
        src: url("https://static.thebase.in/font/v1/shopicon.eot?317xhh");
        src: url("https://static.thebase.in/font/v1/shopicon.eot?317xhh#iefix") format("embedded-opentype"),
            url("https://static.thebase.in/font/v1/shopicon.ttf?317xhh") format("truetype"),
            url("https://static.thebase.in/font/v1/shopicon.woff?317xhh") format("woff"),
            url("https://static.thebase.in/font/v1/shopicon.svg?317xhh#baseicon") format("svg");
    }
    [class^="icon-"],
    [class*=" icon-"] {
        font-family: "baseicon" !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        speak: none;
        text-transform: none;
    }
    .icon-cart:before { content: "\e900"; }
    .icon-search:before { content: "\e912"; }
    .icon-information:before { content: "\e919"; }
    .icon-tipi:before { content: "\e922"; }
    .icon-pin:before { content: "\e929"; }

    /* ============================================
       AquaFlask-inspired Theme
       Minimal, modern, premium feel
       ============================================ */

    #reportBtn a.cboxElement button {
        cursor: pointer;
    }

    #fixedHeader ul li {
        float: left;
    }

    #fixedHeader li.topRightNavLi a {
        background-color: #fff;
        border-radius: 50px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        display: block;
        -webkit-font-smoothing: antialiased;
        margin: 1px 0 0;
        padding: 5px 15px;
        transition: box-shadow 0.2s ease;
    }

    #fixedHeader li.topRightNavLi a:hover {
        box-shadow: 0 2px 12px rgba(0,0,0,0.15);
    }

    #fixedHeader li.topRightNavLi.base {
        margin: 0 10px 0 0;
    }

    /* === Body / Global === */
    body.shop {
        color: #101010;
        font-size: 14px;
        line-height: 1.7;
        -webkit-text-size-adjust: none;
        word-break: break-all;
    }
    body {
        background-color: #ffffff;
        font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
        line-height: 1.6;
        -webkit-font-smoothing: antialiased;
        -webkit-text-size-adjust: 100%;
    }
    h1, h2, h3, h4, h5, h6 {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 500;
        line-height: 1.3;
    }
    img {
        max-width: 100%;
    }

    body.shop .wrapper {
        margin: 0 auto 60px;
        padding: 0 20px;
        max-width: 1200px;
    }

    @media(min-width: 769px) {
        body.shop .wrapper {
            width: 100%;
            max-width: 1200px;
            padding: 0 40px;
        }
    }

    body.shop #mainHeader {
        margin: 0;
        padding: 0;
        max-width: 100%;
        width: 100%;
        background: linear-gradient(135deg, #4ebcc0 0%, #3a9ea2 40%, #2a7d80 70%, #1a6b6e 100%);
        position: sticky;
        top: 0;
        z-index: 3000;
    }

    body.shop #mainHeader.wrapper {
        max-width: 100%;
        padding: 0;
    }

    body.shop #fixedHeader {
        padding: 5px 10px;
        position: fixed;
        right: 0;
        top: 0;
    }

    /* === Shipping Message Bar === */
    .shipping-bar {
        background: #1a1a1a;
        text-align: center;
        padding: 8px 16px;
    }
    .shipping-bar p {
        color: #fff;
        font-size: 12px;
        letter-spacing: 0.05em;
        margin: 0;
        font-family: "Noto Sans JP", sans-serif;
    }
    .shipping-bar strong {
        color: #ff8c42;
        font-weight: 700;
    }

    /* === Shop Header / Logo === */
    .shopHeader__top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto;
        padding: 12px 40px;
    }
    .header-cart {
        color: #fff;
        display: flex;
        align-items: center;
        transition: opacity 0.3s;
    }
    .header-cart:hover {
        opacity: 0.7;
    }
    .header-cart svg {
        width: 24px;
        height: 24px;
    }

    body.shop #shopHeader h1 {
        display: block;
        font-size: 24px;
        letter-spacing: 0.2em;
        text-align: left;
        font-weight: 700;
        margin: 0;
    }

    body.shop #shopHeader h1 a {
        display: inline-block;
    }

    body.shop #shopHeader h1 img {
        max-width: 200px;
        width: 100%;
        vertical-align: top;
    }


    @media(max-width: 768px) {
        .shopHeader__top {
            padding: 10px 16px;
        }
        body.shop #shopHeader h1 img {
            max-width: 150px;
        }
    }

    /* === Navigation === */
    body.shop #shopHeader nav {
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        border-bottom: none;
        border-top: none;
        margin: 0;
        padding: 12px 0;
        background-color: #fff;
        border-bottom: 1px solid #e8e8e8;
    }

    body.shop #shopHeader nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        gap: 0;
    }

    body.shop #shopHeader nav ul li {
        display: block;
        width: auto;
        height: auto;
        line-height: 1;
        text-align: center;
    }

    body.shop #shopHeader nav ul li.itemSearch {
        width: 100%;
        padding: 12px 16px 0;
    }

    body.shop #shopHeader nav ul li.itemSearch form {
        box-sizing: border-box;
        border: 1px solid #ddd;
        border-radius: 50px;
        display: inline-block;
        padding: 0 40px 0 0;
        position: relative;
        width: 100%;
        max-width: 300px;
        height: 36px;
    }

    body.shop #shopHeader nav ul li.itemSearch form input {
        width: 100%;
        background-color: transparent;
        box-sizing: border-box;
        box-shadow: none;
        border: none;
        display: inline-block;
        margin: auto;
        padding: 0 0 0 16px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 34px;
        font-size: 12px;
        letter-spacing: 0.08em;
        border-radius: 50px;
    }

    body.shop #shopHeader nav ul li.itemSearch form input:focus {
        outline: none;
    }

    body.shop #shopHeader nav ul li.itemSearch form .itemSearch__btn {
        background-color: transparent;
        border-style: none;
        display: block;
        font-size: 14px;
        position: absolute;
        top: 0;
        right: 8px;
        bottom: 0;
        width: auto;
        cursor: pointer;
    }

    @media(min-width: 769px) {
        body.shop #shopHeader nav ul li.itemSearch form {
            width: 200px;
        }
    }

    body.shop #shopHeader nav ul li:hover {
        border-bottom: none;
        height: auto;
    }

    body.shop #shopHeader nav ul li a {
        display: block;
        padding: 8px 24px;
        color: #101010;
        transition: opacity 0.3s ease;
    }

    body.shop #shopHeader nav ul li a:hover {
        opacity: 0.4;
    }

    @media(min-width: 481px) {
        body.shop #shopHeader nav ul {
            flex-wrap: nowrap;
            justify-content: center;
        }
        body.shop #shopHeader nav ul li {
            flex: none;
            width: auto;
        }
    }

    /* === Search result === */
    .titleForSearchResult {
        font-size: 16px;
        font-weight: 400;
        margin: 0 auto;
        padding: 0 0 40px;
        text-align: center;
        width: 100%;
        letter-spacing: 0.05em;
    }

    @media(min-width: 769px) {
        .titleForSearchResult {
            max-width: 1200px;
        }
    }

    /* === Footer === */
    body.shop #mainFooter {
        font-size: 12px;
        font-weight: 400;
        margin: 80px auto 40px;
        padding-top: 40px;
        border-top: 1px solid #e8e8e8;
    }

    body.shop #mainFooter .footerMenu ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0;
    }

    body.shop #mainFooter .footerMenu ul li {
        width: 100%;
        margin-bottom: 12px;
        color: #888;
        font-size: 11px;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
        vertical-align: middle;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

    body.shop #mainFooter .footerMenu ul li a {
        color: #888;
    }

    body.shop #mainFooter .footerMenu li.boxRight > div {
        display: flex;
        justify-content: center;
    }

    body.shop #mainFooter .footerMenu .twitter {
        margin: 0 0 0 8px;
    }

    @media(min-width: 769px) {
        body.shop #mainFooter .footerMenu ul {
            flex-wrap: nowrap;
            justify-content: center;
            gap: 32px;
        }
        body.shop #mainFooter .footerMenu ul li {
            width: auto;
            margin-right: 0;
            margin-bottom: 0;
        }

        body.shop #mainFooter .footerMenu li.boxRight {
            flex: none;
        }

        body.shop #mainFooter .footerMenu li.boxRight > div {
            justify-content: center;
        }
    }

    /* === Pinned Blog === */
    .pinnedBlog {
        padding: 0 0 40px;
    }

    .pinnedBlog .pinnedBlog_title {
        font-size: 13px;
        text-align: center;
        letter-spacing: 0.05em;
    }

    .pinnedBlog .pinnedBlog_title::before {
        content: "\e919";
        font-family: "shopicon";
        padding: 0 5px 0 0;
    }

    .pinnedBlog .pinnedBlog_title a {
        color: inherit;
        display: inline;
    }

    .publish_date.blog_pinned::before {
        content: "\e929";
        font-family: "shopicon";
        padding: 0 2px 0 0;
    }

    /* ============================================
       Item List (共通：トップページ・カテゴリページ)
       ============================================ */
    /* 「すべて見る」ボタン */
    .view-all-wrap {
        text-align: center;
        margin: 0 auto 80px;
        padding: 0 20px;
    }
    .view-all-btn {
        display: inline-block;
        padding: 14px 48px;
        border: 2px solid #1a6b6e;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.1em;
        color: #1a6b6e;
        font-family: "Noto Sans JP", sans-serif;
        transition: all 0.3s;
    }
    .view-all-btn:hover {
        background: #1a6b6e;
        color: #fff;
    }

    body.shop .itemList {
        margin: 60px auto 40px !important;
        overflow: hidden !important;
        width: 100% !important;
        max-width: 1000px !important;
        padding: 0 20px !important;
        box-sizing: border-box !important;
        display: grid !important;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important;
        gap: 24px 16px !important;
        justify-content: center !important;
    }

    body.shop .itemList .item.part {
        box-sizing: border-box !important;
        text-align: center !important;
        width: 100% !important;
        float: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    @media(min-width: 481px) and (max-width: 768px) {
        body.shop .itemList {
            grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)) !important;
        }
    }

    @media(min-width: 769px) {
        body.shop .itemList {
            grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)) !important;
            gap: 32px 20px !important;
            padding: 0 40px !important;
        }
    }

    body.shop .itemList .item .itemTitle {
        margin: 14px 0 4px !important;
        padding: 0 4px !important;
        text-align: left !important;
    }

    body.shop .itemList .item a {
        color: #101010 !important;
    }

    body.shop .itemList .item .itemTitle h2 {
        display: block !important;
        font-size: 13px !important;
        font-weight: 400 !important;
        margin: 0 auto !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        letter-spacing: 0.03em !important;
        width: 100% !important;
    }

    body.shop .itemList .item .itemImg {
        box-sizing: border-box !important;
        margin: auto !important;
        overflow: hidden !important;
        padding: 0 !important;
        border-radius: 12px !important;
        background-color: #f5f5f5 !important;
    }

    body.shop .itemList .item:hover .itemImg {
        border: none !important;
        padding: 0 !important;
        box-shadow: 0 8px 30px rgba(0,0,0,0.08) !important;
    }

    body.shop .itemList .item:hover a {
        color: #101010 !important;
        opacity: 0.85;
    }

    body.shop .itemList .item .itemImg a {
        display: block !important;
        position: relative !important;
        overflow: hidden !important;
    }

    body.shop .itemList .item .itemImg a::before {
        content: '' !important;
        display: block !important;
        padding-top: 100% !important;
    }

    body.shop .itemList .item .itemImg img.image-resize {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        border-radius: 12px !important;
        transition: transform 0.4s ease;
    }

    body.shop .itemList .item:hover .itemImg img.image-resize {
        transform: scale(1.03);
    }

    body.shop .itemList .item .itemImg a .soldout_cover {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background-color: rgba(255, 255, 255, 0.85) !important;
        bottom: 0 !important;
        left: 0 !important;
        position: absolute !important;
        right: 0 !important;
        top: 0 !important;
        border-radius: 12px !important;
    }

    body.shop .itemList .item .itemImg a .soldout_cover p {
        color: #101010 !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        text-align: center !important;
        letter-spacing: 0.15em !important;
        text-transform: uppercase !important;
    }

    body.shop .itemList .item .itemDetail .itemPrice {
        font-size: 14px !important;
        letter-spacing: 0.05em !important;
        text-align: left !important;
        padding: 0 4px !important;
        color: #555 !important;
        font-family: "Noto Sans JP", sans-serif !important;
    }

    body.shop .itemList .item .itemDetail .discountPrice {
        color: #c0392b !important;
        margin: 0 !important;
    }

    body.shop .itemList .item .itemDetail .discountPrice__ratio {
        border: 1px solid #c0392b !important;
        display: inline-block !important;
        font-size: 10px !important;
        font-weight: 700 !important;
        line-height: 18px !important;
        margin-right: 5px !important;
        padding: 0 6px !important;
        border-radius: 2px !important;
    }

    body.shop .itemList .item .itemDetail .discountPrice__calcPrice {
        font-size: 12px !important;
        font-weight: 500 !important;
        letter-spacing: 0.05em !important;
        line-height: 1.8 !important;
        white-space: nowrap !important;
    }

    body.shop .itemList .item .comingSoon {
        color: #64ccc9 !important;
        font-size: 11px !important;
        margin-top: 8px !important;
        font-weight: 500 !important;
        letter-spacing: 0.1em !important;
        text-transform: uppercase !important;
    }

    body.shop .itemList .item .preOrder, body.shop .itemList .item .lottery, body.shop .itemList .item .takeout, body.shop .itemList .item .community {
        border: 1px solid #101010 !important;
        border-radius: 50px !important;
        color: #101010 !important;
        display: inline-block !important;
        font-size: 10px !important;
        font-weight: 500 !important;
        padding: 2px 10px !important;
        margin-top: 6px !important;
        letter-spacing: 0.05em !important;
    }

    body.shop .itemList .item .community {
        background-color: #101010 !important;
        border: 1px solid #101010 !important;
        color: #fff !important;
    }

    /* ============================================
       Item Detail Page
       ============================================ */
    body#shopDetailPage #mainContent {
        background-color: #fff;
        margin-bottom: 50px;
        box-sizing: border-box;
        max-width: 100%;
        overflow-x: hidden;
        padding: 0 20px;
    }

    body#shopDetailPage .item.clearfix {
        display: block;
        max-width: 100%;
    }

    body#shopDetailPage .itemImg {
        display: flex;
        width: 100%;
        height: auto;
        max-height: 500px;
    }

    body#shopDetailPage .itemImgSlide {
        flex: 1;
        max-width: 100%;
    }

    body#shopDetailPage #slideImg .imgBox {
        border-radius: 12px;
        text-align: center;
        background-color: #f8f8f8;
        overflow: hidden;
        max-width: 100%;
    }

    body#shopDetailPage #slideImg .imgBox img {
        width: 100%;
        max-width: 100%;
        vertical-align: middle;
        object-fit: contain;
    }

    body#shopDetailPage #slideImg .imgBox img.label_image {
        width: auto;
    }

    body#shopDetailPage #slideImgPager {
        float: left;
        overflow: hidden;
        padding: 0 0 0 10px;
        width: 64px;
    }

    body#shopDetailPage #slideImgPager li + li {
        margin-top: 10px;
    }

    body#shopDetailPage #slideImgPager .smallImgBox {
        height: 64px;
        line-height: 64px;
        text-align: center;
        width: 64px;
        border-radius: 6px;
        overflow: hidden;
        background-color: #f8f8f8;
    }

    body#shopDetailPage #slideImgPager .smallImgBox img {
        max-height: 64px;
        max-width: 64px;
        vertical-align: middle;
    }

    body#shopDetailPage #slideImgPager .mCSB_inside > .mCSB_container {
        margin: 0;
    }

    body#shopDetailPage #mainContent .purchase {
        border-bottom: none;
        border-top: none;
        box-sizing: border-box;
        max-width: 100%;
        overflow: hidden;
    }

    body#shopDetailPage header h1.itemTitle {
        color: #101010;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 24px;
        letter-spacing: 0.05em;
        line-height: 1.4;
    }

    body#shopDetailPage #purchase_form {
        color: #101010;
        margin-bottom: 35px;
    }

    body#shopDetailPage #purchase_form select {
        cursor: pointer;
    }

    body#shopDetailPage #purchase_form #purchaseSelect {
        margin: 0;
    }

    body#shopDetailPage #purchase_form .purchaseElement {
        margin: 5px 0 15px;
        overflow: hidden;
    }

    body#shopDetailPage #purchase_form input,
    body#shopDetailPage #purchase_form select {
        width: 100%;
        display: block;
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        border: 1px solid #ddd;
        border-radius: 6px;
        padding: 8px 12px;
        font-size: 14px;
    }

    body#shopDetailPage #purchase_form #itemSelect input::placeholder {
        font-size: 14px;
        color: #bbb;
    }

    body#shopDetailPage #purchase_form label {
        font-size: 12px;
        margin: 16px 0 8px 0;
        line-height: 1em;
        display: block;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #888;
    }

    body#shopDetailPage #purchase_form .itemOptionElement, #variationSelectWrap {
        max-width: 100%;
    }

    body#shopDetailPage #purchase_form .itemOption__caption {
        font-size: 12px;
        margin: 8px 0 8px 0;
        line-height: 1.5em;
        display: block;
    }

    body#shopDetailPage #purchase_form .itemOption__bottomCaptionBlock {
        overflow: hidden;
    }

    body#shopDetailPage #purchase_form .itemOption__caption--error {
        float: left;
        font-size: 12px;
        line-height: 1em;
        display: block;
        color: #c0392b;
        transform-style: preserve-3d;
    }

    body#shopDetailPage #purchase_form .itemOption__count {
        float: right;
        font-size: 12px;
        line-height: 1em;
        display: block;
        color: #888;
    }

    body#shopDetailPage #purchase_form .itemOption__count--error {
        color: #c0392b;
    }

    body#shopDetailPage #purchase_form #itemSelect .itemOption__input[data-dirty="true"][data-has-error="true"] {
        border: #c0392b 1px solid;
    }

    body#shopDetailPage #purchase_form #itemSelect select.itemOption__select,
    body#shopDetailPage #purchase_form #itemSelect #valiationSelect,
    body#shopDetailPage #purchase_form #itemSelect #amountSelect {
        height: auto;
        white-space: normal;
        max-width: 100%;
        min-height: 2.1em;
        appearance: none;
        padding-right: 1em;
        line-height: initial;
        background-repeat: no-repeat;
        background-position: right 0.35em center;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fafafa%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%20%20filter%3A%20url(%23filter)%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%20%20%3Cfilter%20id%3D%22filter%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2210%22%20height%3D%226%22%20filterUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%20%20%3CfeFlood%20result%3D%22flood%22%20flood-color%3D%22%23333%22%20flood-opacity%3D%220.50%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20result%3D%22composite%22%20operator%3D%22in%22%20in2%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20result%3D%22blend%22%20mode%3D%22multiply%22%20in2%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20id%3D%22icon-arrow-down%22%20class%3D%22cls-1%22%20d%3D%22M5%2C6l5-6H0Z%22%2F%3E%0A%3C%2Fsvg%3E");
    }

    body#shopDetailPage #purchase_form #amountSelect {
        width: auto;
        max-width: 375px;
    }

    body#shopDetailPage #purchase_form .purchaseElement label {
        color: #888;
        font-size: 12px;
        margin-right: 10px;
    }

    body#shopDetailPage .report {
        text-align: left;
    }

    body#shopDetailPage .report a {
        color: #bbb;
        display: block;
        font-size: 11px;
        margin-right: 15px;
        padding-top: 3px;
        text-align: right;
    }

    body#shopDetailPage .report a:hover {
        text-decoration: underline;
    }

    /* === Price display === */
    body#shopDetailPage .itemPrice h2 {
        display: grid;
        gap: 20px;
        color: #101010;
        font-weight: 400;
        letter-spacing: 0.05em;
        margin: 24px 0;
        text-align: left;
    }

    body#shopDetailPage .itemPrice h2 .price {
        display: grid;
        gap: 8px;
    }

    body#shopDetailPage .itemPrice h2 .price[data-proper] {
        gap: 12px;
    }

    body#shopDetailPage .itemPrice h2 .price__row {
        white-space: nowrap;
    }

    body#shopDetailPage .itemPrice h2 .price__row > *:not(wbr) {
        display: inline-block;
        vertical-align: middle;
    }

    body#shopDetailPage .itemPrice h2 .price__row > span:not(:first-child) {
        margin-left: 4px;
    }

    body#shopDetailPage .itemPrice h2 .price[data-proper] .price__row > span:not(:first-child) {
        margin-left: 8px;
    }

    body#shopDetailPage .itemPrice h2 .price__discountRate {
        border: 1px solid #c0392b;
        color: #c0392b;
        display: inline-block;
        font-size: 11px;
        font-weight: 700;
        line-height: 17px;
        padding: 0 8px;
        border-radius: 2px;
    }

    body#shopDetailPage .itemPrice h2 .price__label {
        font-weight: 400;
        line-height: 1.2;
    }

    body#shopDetailPage .itemPrice h2 .price__value {
        font-weight: 400;
        line-height: 1.2;
    }

    body#shopDetailPage .itemPrice h2 .price__mainLabel {
        font-size: 16px;
    }

    body#shopDetailPage .itemPrice h2 .price__mainValue {
        font-size: 24px;
    }

    body#shopDetailPage .itemPrice h2 .price__subLabel {
        font-size: 12px;
    }

    body#shopDetailPage .itemPrice h2 .price__subValue {
        font-size: 14px;
    }

    body#shopDetailPage .itemPrice h2 .price__properLabel {
        font-size: 14px;
    }

    body#shopDetailPage .itemPrice h2 .price__properValue {
        font-size: 16px;
    }

    body#shopDetailPage .itemPrice h2 .price__subProperLabel {
        font-size: 12px;
    }

    body#shopDetailPage .itemPrice h2 .price__subProperValue {
        font-size: 14px;
    }

    body#shopDetailPage .itemPrice h2 .price__value.price__value--proper {
        text-decoration: line-through;
        color: #aaa;
    }

    body#shopDetailPage .itemPrice h2 .price__value.price__value--discount {
        color: #c0392b;
    }

    body#shopDetailPage .itemPrice[data-soldout] h2 .price__value {
        text-decoration: line-through;
        color: #aaa;
    }

    body#shopDetailPage .itemPrice h2 .price__tax {
        font-size: 11px;
        color: #aaa;
    }

    body#shopDetailPage .purchase .soldout {
        color: #999;
        display: block;
        font-size: 13px;
        margin-top: -12px;
        margin-bottom: 20px;
        letter-spacing: 0.15em;
        text-transform: uppercase;
    }

    body#shopDetailPage .purchase .comingSoon {
        color: #64ccc9;
        font-size: 14px;
        margin: 0 0 20px;
        letter-spacing: 0.1em;
    }

    body#shopDetailPage .preOrder, body#shopDetailPage .lottery, body#shopDetailPage .takeout, body#shopDetailPage .community {
        margin: 16px 0;
    }

    body#shopDetailPage .preOrder__label, body#shopDetailPage .lottery__label, body#shopDetailPage .takeout__label {
        border: 1px solid #101010;
        border-radius: 50px;
        color: #101010;
        display: inline-block;
        font-size: 11px;
        font-weight: 500;
        padding: 4px 12px;
        margin: 0 0 4px 0;
        letter-spacing: 0.05em;
    }

    body#shopDetailPage .preOrder__data, body#shopDetailPage .lottery__data {
        font-size: 12px;
        color: #555;
    }

    body#shopDetailPage .takeout .takeout__data  {
        font-size: 12px;
        margin-top: 4px;
        display: block;
    }

    body#shopDetailPage .lottery > * {
        margin-bottom: 8px;
    }

    body#shopDetailPage #itemAttention {
        color: #888;
        font-size: 12px;
        line-height: 1.6;
        margin-bottom: 24px;
    }

    body#shopDetailPage #itemAttention .attention a {
        color: #888;
    }

    body#shopDetailPage #itemAttention .attention a:hover {
        text-decoration: underline;
    }

    body#shopDetailPage #itemAttention .attention.deliveryShortestDay {
        border: 1px solid #64ccc9;
        border-radius: 50px;
        color: #64ccc9;
        display: inline-block;
        font-size: 11px;
        font-weight: 500;
        margin-bottom: 24px;
        padding: 6px 16px;
        width: 100%;
        text-align: center;
    }

    body#shopDetailPage #itemAttention .attention.free {
        font-weight: 500;
    }

    body#shopDetailPage #itemAttention .attention.free .free__text {
        color: #64ccc9;
        font-weight: 500;
    }

    body#shopDetailPage #itemAttention .takeout__text {
        color: #101010;
        cursor: pointer;
        font-weight: 500;
        margin: 0 3px;
        text-decoration: underline;
    }

    body#shopDetailPage #itemAttention .attention.salesPeriod--term {
        background: #f0faf9;
        border: 1px solid #64ccc9;
        color: #64ccc9;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.7;
        margin-bottom: 24px;
        padding: 12px 16px;
        border-radius: 8px;
    }

    body#shopDetailPage #itemAttention .attention.salesPeriod--willStart {
        background: #f0faf9;
        border: 1px solid #64ccc9;
        color: #64ccc9;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.7;
        margin-bottom: 24px;
        padding: 12px 16px;
        text-align: center;
        border-radius: 8px;
    }

    body#shopDetailPage #itemAttention .attention.salesPeriod--finish {
        border: 1px solid #ddd;
        color: #999;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.7;
        margin-bottom: 24px;
        padding: 12px 16px;
        text-align: center;
        border-radius: 8px;
    }

    body#shopDetailPage .itemDescription {
        margin: 48px 0 24px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    body#shopDetailPage .itemDescription p {
        line-height: 2;
        font-size: 14px;
        color: #333;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    body#shopDetailPage .itemDescription img {
        max-width: 100%;
        height: auto;
    }

    body.shop #embedded-tag {
        font-size: 14px;
        letter-spacing: 0.03em;
        line-height: 1.8;
        padding: 20px 0 0;
    }

    body#shopDetailPage #embedded-tag p {
        color: #333;
        margin: 0 0 5px;
    }

    body#shopDetailPage #embedded-tag textarea {
        border: 1px solid #ddd;
        border-radius: 8px;
        color: #888;
        padding: 8px;
        width: 100%;
    }

    /* === Purchase Button (AquaFlask-style rounded) === */
    body#shopDetailPage #purchase_form .purchaseButton {
        margin: 24px 0 0;
        text-align: center;
    }

    body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn {
        background: #101010;
        border: none;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: block;
        font-size: 13px;
        font-weight: 500;
        outline: none;
        padding: 16px 0;
        text-align: center;
        text-decoration: none;
        transition: opacity 0.3s ease;
        width: 100%;
        border-radius: 50px;
        letter-spacing: 0.15em;
        text-transform: uppercase;
    }

    body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn.purchaseButton__btn--outOfStock {
        color: #fff;
        background: #ccc;
    }

    body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn:hover {
        cursor: pointer;
        opacity: 0.7;
    }

    body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn.purchaseButton__btn--comingSoonStay:disabled {
        cursor: not-allowed;
        opacity: 1;
    }

    body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn.purchaseButton__btn--comingSoonStay {
        background: #f0f0f0;
        color: #bbb;
        cursor: not-allowed;
        opacity: 1;
    }

    body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn.purchaseButton__btn--notApplying:disabled {
        cursor: not-allowed;
        opacity: 1;
    }

    body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn:disabled {
        background: #f0f0f0;
        color: #bbb;
        cursor: not-allowed;
        opacity: 1;
    }

    body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn--disabled {
        background: #f0f0f0;
        color: #bbb;
        cursor: not-allowed;
        opacity: 1;
    }

    body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn:disabled:hover {
        opacity: 1;
    }

    body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn--disabled:hover {
        opacity: 1;
    }

    body#shopDetailPage .shareButtons {
        display: flex;
        margin-top: 24px;
    }

    body#shopDetailPage .shareButtons > div {
        margin-right: 4px;
    }

    /* === Detail page desktop layout === */
    @media(min-width: 769px) {
        body#shopDetailPage #mainContent {
            padding: 60px 40px;
            max-width: 1120px;
            width: 100%;
        }

        body#shopDetailPage #mainContent .item {
            float: left;
            position: relative;
            width: 55%;
        }

        body#shopDetailPage #mainContent .purchase {
            margin: 0 0 0 60%;
            width: 36%;
        }

        body#shopDetailPage header h1.itemTitle {
            font-size: 24px;
            margin-bottom: 32px;
        }

        body#shopDetailPage #mainContent .item .itemImg {
            height: 450px;
        }

        body#shopDetailPage #mainContent .item .itemImgSlide {
            float: left;
            width: calc(100% - 74px);
            max-width: 400px;
        }

        body#shopDetailPage #mainContent .item .bx-wrapper {
            float: left;
            width: calc(100% - 74px);
            max-width: 400px;
        }

        body#shopDetailPage #slideImg .imgBox {
            border-radius: 12px;
            height: 400px;
            line-height: 400px;
            text-align: center;
            width: 100%;
            max-width: 400px;
        }

        body#shopDetailPage #slideImg .imgBox img {
            max-height: 400px;
            max-width: 100%;
            vertical-align: middle;
            object-fit: contain;
        }

        body#shopDetailPage #slideImgPager {
            float: left;
            height: 400px;
            overflow: hidden;
            padding: 0 0 0 10px;
            width: 83px;
        }
    }

    #widget {
        margin: 0 !important;
    }
    #reportBtn {
        padding-bottom: 20px;
    }

    #twitter-widget-0 {
        width: 75px;
    }

    #twitter-widget-1 {
        width: 75px;
    }

    body.shop #mainFooter .footerMenu li .fb-like {
        margin-top: -5px;
    }

    /* === About page === */
    .main {
        background: #fff;
        height: auto;
        margin: 0 auto;
        text-align: left;
        max-width: 1200px;
        width: 100%;
    }

    .main #about {
        color: #333;
        margin: 0 auto;
        padding: 80px 40px;
        max-width: 800px;
    }

    .main #about h2 {
        color: #101010;
        font-size: 20px;
        letter-spacing: 0.15em;
        margin-bottom: 40px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 500;
    }

    @media(min-width: 769px) {
        .main #about h2 {
            font-size: 28px;
            margin-bottom: 60px;
        }
    }

    .main #about h3 {
        font-size: 20px;
        font-weight: 500;
    }

    .main #about p {
        font-size: 14px;
        line-height: 2;
    }

    .main #about .social {
        margin: 48px 0 0;
        text-align: center;
        width: 100%;
    }

    .main #about .social > ul {
        display: inline-flex;
        gap: 16px;
    }

    .main #about .social ul li {
        float: none;
        margin-right: 0;
    }

    .main #about .social ul li:last-child {
        margin-right: 0;
    }

    .main #about .social ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background-color: #f5f5f5;
        transition: background-color 0.3s ease;
    }

    .main #about .social ul li a:hover {
        background-color: #e8e8e8;
        opacity: 1;
    }

    body.shop #mainFooter .footerMenu ul .social_btn {
        float: right;
        width: 215px;
    }

    body.shop #mainFooter .footerMenu ul .social_btn li {
        margin: 0;
    }

    body.shop #mainFooter .footerMenu ul .social_btn li.twitter {
        margin: -5px 0 0 0;
    }

    /* === Contact / Inquiry === */
    .inquirySection {
        padding: 60px 20px;
    }

    .inquirySection h1 {
        color: #101010;
        font-size: 24px;
        letter-spacing: 0.15em;
        line-height: 1.3;
        margin: 0 0 16px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 500;
    }

    .inquirySection p {
        color: #555;
        font-size: 14px;
        line-height: 1.6;
        text-align: center;
    }

    .inquirySection form {
        width: 100%;
    }

    @media(min-width: 769px) {
        .inquirySection form {
            margin: 40px auto 0;
            width: 600px;
        }
    }

    .inquirySection dl {
        text-align: left;
    }

    .inquirySection dl dt {
        color: #101010;
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 8px;
        letter-spacing: 0.05em;
    }

    .inquirySection dl dt span {
        color: #c0392b;
        font-size: 11px;
        line-height: 11px;
        margin-left: 5px;
        vertical-align: baseline;
    }

    .inquirySection dl dd {
        margin-bottom: 20px;
    }

    .inquirySection dl dd input {
        box-sizing: border-box;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 10px 16px;
        width: 100%;
        font-size: 14px;
        transition: border-color 0.3s ease;
    }

    .inquirySection dl dd input:focus {
        outline: none;
        border-color: #101010;
    }

    .inquirySection dl dd textarea {
        box-sizing: border-box;
        border: 1px solid #ddd;
        border-radius: 8px;
        height: 160px;
        padding: 12px 16px;
        width: 100%;
        font-size: 14px;
        transition: border-color 0.3s ease;
    }

    .inquirySection dl dd textarea:focus {
        outline: none;
        border-color: #101010;
    }

    @media(min-width: 769px) {
        .inquirySection dl dd input {
            width: 100%;
        }

        .inquirySection dl dd textarea {
            width: 100%;
        }
    }

    .inquirySection .control-panel input#buttonLeave {
        background-color: #101010;
        border: none;
        color: #fff;
        display: block;
        font-size: 13px;
        -webkit-font-smoothing: antialiased;
        font-weight: 500;
        letter-spacing: 0.15em;
        margin: 40px auto 0;
        padding: 16px 0;
        transition: opacity 0.3s ease;
        width: 280px;
        border-radius: 50px;
        cursor: pointer;
        text-transform: uppercase;
    }

    .inquirySection .control-panel input#buttonLeave:hover {
        opacity: 0.7;
    }

    #inquiryConfirmSection p {
        color: #333;
        font-size: 14px;
        line-height: 1.6;
    }

    #inquiryConfirmSection dd {
        font-size: 13px;
        padding-left: 15px;
    }

    #inquiryCompleteSection p {
        line-height: 1.6;
        margin: 30px 0 0;
    }

    #inquiryCompleteSection a {
        background-color: #101010;
        color: #fff;
        display: block;
        font-size: 13px;
        -webkit-font-smoothing: antialiased;
        font-weight: 500;
        letter-spacing: 0.15em;
        margin: 35px auto 0;
        padding: 16px 0;
        text-align: center;
        transition: opacity 0.3s ease;
        width: 280px;
        border-radius: 50px;
        text-transform: uppercase;
    }

    #inquiryCompleteSection a:hover {
        opacity: 0.7;
    }

    /* === Responsive === */
    @media(max-width: 769px) {
        .main,
        #privacy,
        #law {
            width: 92%;
            margin: 0 auto;
            padding: 20px;
        }

        .main #about,
        .main .inquirySection {
            width: 100%;
            padding: 40px 0;
        }
    }

    /* === Category menu === */
    .template #category-menu {
        display: block;
    }

    .template #category-menu span {
        cursor: pointer;
    }

    .template #category-menu .category-list {
        display: none;
    }

    .template #category-menu:hover .category-list {
        display: block;
        padding: 12px 0 0;
        position: absolute;
        z-index: 9999;
    }

    .template #category-menu .category-list ul {
        background-color: #fff;
        border: 1px solid #e8e8e8;
        border-radius: 8px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        cursor: pointer;
        margin: 0;
        max-width: 250px;
        padding: 8px 0;
    }

    .template #category-menu .category-list ul li {
        border: none;
        float: none;
        height: auto;
        line-height: 1.4;
        margin: 0;
        padding: 0;
        position: relative;
        text-align: left;
        width: 100%;
    }

    .template #category-menu .category-list ul li a {
        display: inline;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0.05em;
        line-height: 1.4;
        white-space: nowrap;
    }

    .template #category-menu .category-list ul li a:hover {
        border-bottom: none;
        text-decoration: none;
        opacity: 0.6;
    }

    body.shop #shopHeader nav ul#appsItemCategoryTag {
        display: block;
    }

    body.template #category-menu span {
        display: block;
        -webkit-font-smoothing: antialiased;
        padding: 8px 16px;
        text-transform: uppercase;
        transition: opacity 0.3s ease;
    }

    body.template #category-menu:hover .category-list ul {
        border: 1px solid #e8e8e8;
        border-radius: 8px;
        padding: 8px 0;
    }

    body.template #category-menu:hover .category-list ul li:hover {
        background-color: #f8f8f8;
        border-bottom: none;
        height: auto;
    }

    body.template #category-menu:hover .category-list ul li a {
        display: block;
        margin: 0;
        max-width: 250px;
        overflow: hidden;
        padding: 10px 20px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.template #category-menu:hover .category-list ul li a:hover {
        text-decoration: none;
    }

    .template
    #category-menu
    .appsItemCategoryTag_child
    .appsItemCategoryTag_lowerchild {
        display: none;
    }

    @media(min-width: 769px) {
        .template #category-menu .appsItemCategoryTag_child .appsItemCategoryTag_lowerchild {
            display: none;
            left: 99%;
            position: absolute;
            top: 0;
            z-index: -1;
        }

        .template #category-menu .appsItemCategoryTag_lowerchild:hover,
        .template #category-menu .appsItemCategoryTag_child:hover .appsItemCategoryTag_lowerchild {
            display: block;
        }
    }

    .categoryTitle01 {
        font-size: 28px !important;
        font-weight: 700 !important;
        line-height: 1.3 !important;
        margin: 0 !important;
        padding: 40px 20px !important;
        text-align: center !important;
        letter-spacing: 0.08em !important;
        max-width: 100%;
        background: linear-gradient(135deg, #ff8c42 0%, #e96b6b 50%, #f7a4a4 100%) !important;
        color: #fff !important;
        -webkit-text-fill-color: #fff !important;
        text-transform: uppercase;
    }

    .childCategoryList01 {
        padding: 24px 20px 0 !important;
        text-align: center !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 10px !important;
        max-width: 1000px;
        margin: 0 auto;
    }

    .childCategoryList01_child {
        display: inline-block !important;
        font-size: 13px !important;
        letter-spacing: normal !important;
    }

    .childCategoryList01_link {
        display: inline-block !important;
        letter-spacing: 0.05em !important;
        line-height: 1 !important;
        padding: 10px 20px !important;
        border: 1.5px solid #e0e0e0 !important;
        border-radius: 50px !important;
        transition: all 0.3s !important;
        color: #555 !important;
        font-weight: 500 !important;
    }

    .childCategoryList01_link:hover {
        text-decoration: none !important;
        background: linear-gradient(135deg, #ff8c42 0%, #e96b6b 100%) !important;
        color: #fff !important;
        border-color: transparent !important;
        box-shadow: 0 4px 12px rgba(233, 107, 107, 0.3);
    }

    body.template .etc-menu span {
        display: block;
        -webkit-font-smoothing: antialiased;
        text-transform: uppercase;
        transition: opacity 0.3s ease;
    }

    #appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_description {
        font-size: 14px;
    }

    /* === Community === */
    @media(max-width: 768px) {
        .main .communityMain {
            width: 100%;
            padding: 0;
        }

        .main .communityMain .communityTitle {
            font-size: 18px;
        }

        .main .communityMain #limitedItem,
        .main .communityMain #limitedUrl {
            width: 100%;
        }

        .main .communityMain .communityItems,
        .main .communityMain #productsLimitedUrl {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .main .communityMain .communityItems .communityItem {
            width: 31%;
            margin: 0 0 12px 0;
        }

        .main .communityMain .communityItems .communityItem .communityImageContainer {
            position: relative;
            width: 100%;
            height: auto;
        }
        .main .communityMain .communityItems .communityItem .communityImageContainer::before {
            content: '';
            display: block;
            padding-top: 100%;
        }

        .main .communityMain .communityItems .communityItem .communityImageContainer .communityImageResize {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            object-fit: contain;
        }

        .main .communityMain #productsLimitedUrl .urlBox {
            width: 44%;
            margin: 0 0 12px 0 !important;
        }
    }

    @media(max-width: 480px) {
        .main .communityMain .communityContent {
            flex-direction: column;
        }
        .main .communityMain .communityContent .communityOverview,
        .main .communityMain .communityContent .communityNav {
            width: 100%;
            margin: 0;
        }

        .main .communityMain .communityItems .communityItem {
            width: 49%;
        }
        .main .communityMain #productsLimitedUrl .urlBox {
            width: 100%;
            margin: 0 0 12px 0 !important;
        }
    }
    /* ============================================
       New Components (from preview.html)
       ============================================ */

    /* === Hero Section === */
    .hero {
        width: 100%;
        line-height: 0;
        overflow: hidden;
    }
    .hero__video {
        position: relative;
        width: 100%;
        height: calc(100vh - var(--header-height, 90px) - var(--ribbon-height, 30px));
        overflow: hidden;
    }
    .hero__video iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 177.77vh;
        min-height: 100%;
        width: 100vw;
        height: 56.25vw;
        border: none;
        pointer-events: none;
    }
    @media(max-width: 768px) {
        .hero__video iframe {
            min-width: 300%;
            width: 300%;
            height: 100%;
        }
    }
    @media(min-width: 769px) and (max-width: 1024px) {
        .hero__video iframe {
            min-width: 200%;
            width: 200%;
            height: 100%;
        }
    }
    .hero__img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center;
    }

    /* === Ribbon Banner === */
    .ribbon-banner {
        width: 100%;
        line-height: 0;
    }
    .ribbon-banner__img {
        width: 100%;
        height: auto;
        display: block;
    }

    /* === Info Bar === */
    .info-bar {
        background: #fafafa;
        padding: 36px 40px;
        margin: 0;
    }
    .info-bar__inner {
        max-width: 1200px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
        text-align: center;
    }
    .info-bar__item-icon {
        margin-bottom: 8px;
        color: #64ccc9;
        display: flex;
        justify-content: center;
    }
    .info-bar__item-icon svg {
        width: 34px;
        height: 34px;
        stroke-width: 1.5;
    }
    .info-bar__item-title {
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: #101010;
        margin-bottom: 4px;
        font-family: "Noto Sans JP", sans-serif;
    }
    .info-bar__item-text {
        font-size: 14px;
        color: #888;
        line-height: 1.5;
    }
    @media(max-width: 768px) {
        .info-bar__inner {
            grid-template-columns: repeat(2, 1fr);
            gap: 12px;
        }
        .info-bar { padding: 24px 20px; }
    }

    /* === Section Heading === */
    .section-heading {
        text-align: center;
        padding: 72px 20px 40px;
    }
    .section-heading__label {
        font-size: 10px;
        letter-spacing: 0.35em;
        text-transform: uppercase;
        color: #aaa;
        margin-bottom: 8px;
        font-family: "Noto Sans JP", sans-serif;
    }
    .section-heading__title {
        font-size: clamp(20px, 3vw, 32px);
        font-weight: 700;
        letter-spacing: 0.04em;
        color: #101010;
    }
    .section-heading__line {
        width: 40px;
        height: 1px;
        background: #101010;
        margin: 20px auto 0;
    }

    /* === Feature Banner === */
    .feature-banner {
        max-width: 1400px;
        margin: 80px auto;
        padding: 0 40px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 24px;
    }
    .feature-banner__card {
        position: relative;
        border-radius: 16px;
        overflow: hidden;
        height: 320px;
        display: flex;
        align-items: flex-end;
        padding: 40px;
        cursor: pointer;
        transition: box-shadow 0.3s ease;
    }
    .feature-banner__card:hover {
        box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    }
    .feature-banner__card--dream {
        background: url('https://basefile.akamaized.net/aquaflaskjp-official-ec/69bf178dc048d/Dream_Collection_E285A3_banner.jpg') center/cover no-repeat;
    }
    .feature-banner__card--earth {
        background: url('https://basefile.akamaized.net/aquaflaskjp-official-ec/69bf17d18f107/Earth_Collection_banner.jpg') center/cover no-repeat;
    }
    .feature-banner__card--regular {
        background: url('https://basefile.akamaized.net/aquaflaskjp-official-ec/69bf18174b62c/New_regular_color_collection_banner.jpg') center/cover no-repeat;
    }
    .feature-banner__card::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.1) 50%, transparent 100%);
        z-index: 1;
        border-radius: 16px;
    }
    .feature-banner__text {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        background: rgba(0, 0, 0, 0.3);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        padding: 20px 24px;
        border-radius: 0 0 16px 16px;
    }
    .feature-banner__label {
        font-size: 10px;
        letter-spacing: 0.25em;
        text-transform: uppercase;
        color: rgba(255,255,255,0.7);
        margin-bottom: 8px;
        font-family: "Noto Sans JP", sans-serif;
    }
    .feature-banner__title {
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 0.08em;
        color: #fff;
        margin-bottom: 0;
        text-shadow: 0 1px 4px rgba(0,0,0,0.3);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    @media(max-width: 768px) {
        .feature-banner {
            grid-template-columns: 1fr;
            padding: 0 20px;
            margin: 48px auto;
        }
        .feature-banner__card {
            height: 240px;
            padding: 28px;
        }
    }



    /* === Rich Footer === */
    .site-footer {
        max-width: 100%;
        margin: 0;
        padding: 0;
        background: linear-gradient(135deg, #4ebcc0 0%, #3a9ea2 40%, #2a7d80 70%, #1a6b6e 100%);
        color: #fff;
    }
    .site-footer__inner {
        max-width: 1400px;
        margin: 0 auto;
        padding: 48px 40px 24px;
    }
    .site-footer__top {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding-bottom: 32px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .site-footer__brand {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.2em;
        color: #fff;
    }
    .site-footer__brand span {
        display: block;
        font-size: 10px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.7);
        letter-spacing: 0.1em;
        margin-top: 4px;
    }
    .site-footer__links {
        display: flex;
        gap: 32px;
    }
    .site-footer__col h4 {
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        margin-bottom: 12px;
        color: #fff;
    }
    .site-footer__col ul li {
        margin-bottom: 8px;
    }
    .site-footer__col ul li a {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.75);
        transition: color 0.3s;
    }
    .site-footer__col ul li a:hover {
        color: #fff;
        opacity: 1;
    }
    .site-footer__social {
        display: flex;
        gap: 12px;
        margin-top: 16px;
    }
    .site-footer__social a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.15);
        color: #fff;
        font-size: 14px;
        transition: background 0.3s;
    }
    .site-footer__social a:hover {
        background: rgba(255, 255, 255, 0.3);
        opacity: 1;
    }
    .site-footer__bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.85);
        letter-spacing: 0.08em;
    }
    .site-footer__payment {
        display: flex;
        gap: 10px;
        padding-top: 32px;
        margin-top: 32px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .site-footer__payment span {
        padding: 6px 14px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 6px;
        font-size: 11px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.8);
        letter-spacing: 0.05em;
    }
    @media(max-width: 768px) {
        .site-footer__inner { padding: 32px 20px 16px; }
        .site-footer__top {
            flex-direction: column;
            gap: 28px;
        }
        .site-footer__links {
            flex-direction: column;
            gap: 24px;
        }
        .site-footer__bottom {
            flex-direction: column;
            gap: 12px;
            text-align: center;
        }
    }

    /* === About Info === */
    .about-info {
        max-width: 1400px;
        margin: 80px auto;
        padding: 0 40px;
    }
    .about-info__heading {
        text-align: center;
        margin-bottom: 40px;
    }
    .about-info__label {
        font-size: 10px;
        letter-spacing: 0.35em;
        text-transform: uppercase;
        color: #aaa;
        margin-bottom: 8px;
        font-family: "Noto Sans JP", sans-serif;
    }
    .about-info__title {
        font-size: clamp(20px, 3vw, 32px);
        font-weight: 700;
        letter-spacing: 0.04em;
        color: #101010;
    }
    .about-info__line {
        width: 40px;
        height: 1px;
        background: #101010;
        margin: 20px auto 0;
    }
    .about-info__content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 48px;
        align-items: center;
    }
    .about-info__image img {
        width: 100%;
        height: auto;
        border-radius: 12px;
    }
    .about-info__text h3 {
        font-size: 28px;
        font-weight: 500;
        letter-spacing: 0.08em;
        margin-bottom: 20px;
        color: #101010;
    }
    .about-info__text p {
        font-size: 22px;
        line-height: 2;
        color: #555;
    }

    @media(max-width: 768px) {
        .about-info {
            padding: 0 20px;
            margin: 48px auto;
        }
        .about-info__content {
            grid-template-columns: 1fr;
            gap: 28px;
        }
        .about-info__text h3 {
            font-size: 24px;
        }
        .about-info__text p {
            font-size: 18px;
        }
    }
