        /* =========================================
           メインカラーCSS
           ========================================= */
        /* ページメインカラー */
        body.shop {
            background: #f6f1eb;
            /* 文字 */
            color: #676767;
        }

        /* PC時のサイドバー */
        body.shop::after {
            background: #fbf9f6;
        }

        /* トップページ */
        #shopTopPage {
            background: #f6f1eb;
        }

        /* ヘッダーの文字 */
        #mobileHeader .header-logo span {
            color: #676767 !important;
        }

        /* ヘッダーのカートアイコン */
        #baseMenu a {
            color: #968d8d;
        }

        /* ハンバーガーメニューアイコン */
        .menu-line {
            background-color: #968d8d;
        }

        /* 商品パーツの背景 */
        body#shopTopPage .item {
            background: #fff;
        }

        /* 各セクションのタイトル */
        .sectionTitle,
        .blog-section-title {
            color: #4a4a4a;
        }

        /* 各セクションのタイトルのハートマーク */
        .sectionTitle i,
        .blog-section-title i {
            color: #ec9ba2;
        }

        /* キャッチコピー／ヘッドライン */
        .topSectionTitle {
            color: #676767;
        }

        .topSectionDescription {
            color: #676767;
        }

        /* フッター */
        body.shop #mainFooter {
            background: #fbf9f6;
        }

        /* 商品ページのメインカラー */
        #shopDetailPage {
            /* 指定しない場合、ページメインカラーと同じ */
        }

        /* 商品ページの購入に関する注意点、ショップ評価ヘッダー */
        .purchase-notice-header,
        .purchase-notice-content,
        .review-header {
            /* 指定しない場合、ページメインカラーと同じ */
        }

        body#shopDetailPage .itemDescription p {
            font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", sans-serif;
            font-weight: 400;
            line-height: 1.8;
        }


        body#shopTopPage .item a .itemTitle h2,
        body#shopDetailPage header h1.itemTitle {
            font-family: "M PLUS 1p", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", sans-serif;
            font-weight: 500;
            font-size: 14px;
        }


        body#shopTopPage .item .itemDetail .itemPrice,
        body#shopTopPage .item .itemDetail .discountPrice__calcPrice {
            font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", sans-serif;
            font-size: 10px;
            letter-spacing: 1px;
        }


        body#shopTopPage .item .comingSoon {
            color: #7ed6c3;
            font-family: 'Noto Sans JP', sans-serif;
            font-size: 14px;
            font-weight: bold;
            margin-top: 8px;
        }


        #body,
        body {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
            letter-spacing: .05em;
            line-height: 2;
            overflow-wrap: break-word;
        }

        body#shopTopPage .item a .itemTitle h2 {
            width: 100%;
            white-space: normal;
            overflow: visible;
            word-break: break-all;
            line-height: 1.3;
            height: auto;
        }

        body#shopTopPage .item a .itemTitle h2.limit-lines {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

        @media (max-width: 767px) {
            body#shopTopPage .item .itemTitle {
                margin: 12px 0 5px;
            }

        }

        @media (min-width: 768px) {
            body#shopTopPage .item a .itemTitle h2 {
                padding: 0 4px;

            }
        }

        /* =========================================
           トップ画像
           ========================================= */
        #heroBackground {
            position: relative;
            width: 80%;
            max-width: 850px;
            height: 400px;
            overflow: hidden;
            margin: 0 auto;
            padding: 0;
            border-radius: 300px;
            margin-top: 60px;
            margin-bottom: 30px;
            filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.04));
            pointer-events: none;
            z-index: 0;
        }

        .hero-background {
            width: 100%;
            height: 100%;
        }

        .slideshow-container {
            width: 100%;
            height: 100%;
            position: relative;
        }

        .slide {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            transition: opacity 1s ease-in-out;
        }

        .slide.active {
            opacity: 1;
        }

        .slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            border-radius: 300px;
            box-sizing: border-box;
            border: 13px solid #fff;
        }

        .fade {
            animation-name: fade;
            animation-duration: 1s;
        }

        .hero-background img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        @keyframes fade {
            from {
                opacity: 0.4
            }

            to {
                opacity: 1
            }
        }

        @media (max-width: 485px) {
            #heroBackground {
                width: 90%;
                height: 180px;
                border-radius: 200px;
                margin-bottom: 20px;
                margin-top: 34px;
            }

            .slide img {
                border-radius: 200px;
                border: 9px solid #fff;
            }
        }

        @media (min-width: 486px) and (max-width: 1024px) {
            #heroBackground {
                width: 85%;
                height: 300px;
                border-radius: 200px;
                margin-bottom: 25px;
                margin-top: 60px;
            }

            .slide img {
                border-radius: 200px;
                border: 9px solid #fff;
            }
        }

        /* =========================================
           キャッチコピー／ヘッドライン
           ========================================= */
        #topTextSection {
            text-align: center;
            padding: 40px 20px 50px;
            max-width: 800px;
            margin: 0 auto;
            position: relative;
        }

        #topTextSection a {
            font-size: 15px;
        }

        #topTextSection a:hover {
            opacity: 0.7;
        }

        @media (max-width: 769px) {
            #topTextSection {
                margin: 0 auto;
            }

            #topTextSection a {
                font-size: 11px;
            }

            .paw-anchor i {
                font-size: 25px;
            }
        }

        .paw-animation {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 1;
        }

        .paw-anchor {
            position: absolute;
            top: 40%;
            left: 70%;
            transform: translate(-50%, -50%);
        }

        .paw-anchor i {
            font-size: 30px;
            color: #e0dad6;
        }

        .paw {
            display: block;
            opacity: 0;
            animation: pawWalk 6s ease-out infinite;
        }

        @keyframes pawWalk {

            0%,
            10% {
                transform: translate(0, 0) rotate(225deg);
                opacity: 1;
            }

            11%,
            20% {
                opacity: 0;
            }

            25%,
            35% {
                transform: translate(-50px, 28px) rotate(240deg);
                opacity: 1;
            }

            36%,
            45% {
                opacity: 0;
            }

            50%,
            60% {
                transform: translate(-100px, 70px) rotate(230deg);
                opacity: 1;
            }

            61%,
            70% {
                opacity: 0;
            }

            71%,
            100% {
                opacity: 0;
            }
        }

        .topSectionTitle {
            font-family: 'Noto Sans JP', sans-serif;
            font-weight: 600;
            font-size: 36px;
            margin-bottom: 25px;
            letter-spacing: 0.1em;
            text-align: center;
        }

        .topSectionDescription {
            font-family: 'Noto Sans JP', sans-serif;
            font-weight: 500;
            font-size: 15px;
            line-height: 2.3;
            margin: 0 auto;
            text-align: center;
        }

        .topSectionTitle,
        .topSectionDescription {
            position: relative;
            z-index: 2;
        }

        @media (min-width: 630px) and (max-width: 1023px) {
            .topSectionTitle {
                font-size: 28px;
                margin-bottom: 18px;
            }

            .topSectionDescription {
                font-size: 16px;
                line-height: 2.1;
            }
        }

        @media (min-width: 520px) and (max-width: 635px) {
            .topSectionTitle {
                font-size: 25px;
                margin-bottom: 18px;
            }

            .topSectionDescription {
                font-size: 14px;
                line-height: 2.1;
            }
        }

        @media (max-width: 519px) {
            #topTextSection {
                padding: 25px 15px 20px;
            }

            .topSectionTitle {
                font-size: 18px;
                margin-bottom: 18px;

            }

            .topSectionDescription {
                font-size: 12px;
                line-height: 2.1;
            }
        }

        /* =========================================
           PC,モバイルで改行部を分けたい場合
           ========================================= */
        .sp-break {
            display: none;

        }

        @media (max-width: 767px) {
            .sp-break {
                display: block;

            }
        }

        @media(min-width: 769px) {
            body#shopDetailPage .item {
                display: grid;
                grid-template-columns: 60% 35%;
                grid-template-rows: auto auto;
                gap: 5%;
                align-items: start;
            }

            body#shopDetailPage .itemImg {
                grid-column: 1;
                grid-row: 1;
                margin-bottom: 20px;
            }

            body#shopDetailPage .itemDescription {
                grid-column: 1;
                grid-row: 2;
            }

            body#shopDetailPage .purchase {
                grid-column: 2;
                grid-row: 1 / 3;
                padding-top: 40px;
            }
        }

        @media(max-width: 768px) {
            body#shopDetailPage .item {
                display: flex;
                flex-direction: column;
                width: 100%;
                margin: 0;
                padding: 0;

            }

            body#shopDetailPage .itemImg,
            body#shopDetailPage .purchase,
            body#shopDetailPage .itemDescription {
                width: 100% !important;

                max-width: 100%;

                float: none;
                margin-left: 0 !important;

                margin-right: 0 !important;

                position: static;
                box-sizing: border-box;

            }

            body#shopDetailPage .itemImg {
                order: 1;
                margin-bottom: 20px;
            }

            body#shopDetailPage .purchase {
                order: 2;
                padding: 0 10px;

            }

            body#shopDetailPage .itemDescription {
                order: 3;
                margin: 0 !important;
                padding: 0 10px;
            }


            body#shopDetailPage .purchase header {
                position: static !important;
                width: 100%;
                margin-bottom: 15px;
            }

            body#shopDetailPage .purchase header h1.itemTitle {
                position: static !important;
                margin: 0 0 15px 0;
                font-size: 18px;
            }
        }

        /* =========================================
           ヘッダー
           ========================================= */
        .header-content::before {
            content: '';
            position: absolute;
            bottom: -250px;
            left: 0;
            width: 100%;
            height: 380px;
            filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.04));
            pointer-events: none;
            z-index: 0;
            background:
                radial-gradient(circle at 0% 0%, white 150px, transparent 151px),
                radial-gradient(circle at 6.25% 0%, white 150px, transparent 151px),
                radial-gradient(circle at 12.5% 0%, white 150px, transparent 151px),
                radial-gradient(circle at 18.75% 0%, white 150px, transparent 151px),
                radial-gradient(circle at 25% 0%, white 150px, transparent 151px),
                radial-gradient(circle at 31.25% 0%, white 150px, transparent 151px),
                radial-gradient(circle at 37.5% 0%, white 150px, transparent 151px),
                radial-gradient(circle at 43.75% 0%, white 150px, transparent 151px),
                radial-gradient(circle at 50% 0%, white 150px, transparent 151px),
                radial-gradient(circle at 56.25% 0%, white 150px, transparent 151px),
                radial-gradient(circle at 62.5% 0%, white 150px, transparent 151px),
                radial-gradient(circle at 68.75% 0%, white 150px, transparent 151px),
                radial-gradient(circle at 75% 0%, white 150px, transparent 151px),
                radial-gradient(circle at 81.25% 0%, white 150px, transparent 151px),
                radial-gradient(circle at 87.5% 0%, white 150px, transparent 151px),
                radial-gradient(circle at 93.75% 0%, white 150px, transparent 151px),
                radial-gradient(circle at 100% 0%, white 150px, transparent 151px);
        }


        body.shop {
            margin-top: 130px;
        }

        @media (min-width: 1024px) and (max-width: 1399px) {
            .header-content::before {
                height: 370px;
                background:
                    radial-gradient(circle at 0% 0%, white 150px, transparent 151px),
                    radial-gradient(circle at 12.5% 0%, white 150px, transparent 151px),
                    radial-gradient(circle at 25% 0%, white 150px, transparent 151px),
                    radial-gradient(circle at 37.5% 0%, white 150px, transparent 151px),
                    radial-gradient(circle at 50% 0%, white 150px, transparent 151px),
                    radial-gradient(circle at 62.5% 0%, white 150px, transparent 151px),
                    radial-gradient(circle at 75% 0%, white 150px, transparent 151px),
                    radial-gradient(circle at 87.5% 0%, white 150px, transparent 151px),
                    radial-gradient(circle at 100% 0%, white 150px, transparent 151px);
            }

            body.shop {
                margin-top: 140px;
            }
        }

        @media (min-width: 630px) and (max-width: 1023px) {
            .header-content::before {
                height: 370px;
                background:
                    radial-gradient(circle at 0% 0%, white 150px, transparent 151px),
                    radial-gradient(circle at 16.6% 0%, white 150px, transparent 151px),
                    radial-gradient(circle at 33.3% 0%, white 150px, transparent 151px),
                    radial-gradient(circle at 50% 0%, white 150px, transparent 151px),
                    radial-gradient(circle at 66.6% 0%, white 150px, transparent 151px),
                    radial-gradient(circle at 83.3% 0%, white 150px, transparent 151px),
                    radial-gradient(circle at 100% 0%, white 150px, transparent 151px);
            }

            body.shop {
                margin-top: 140px;
            }

        }

        @media (min-width: 520px) and (max-width: 635px) {
            .header-content::before {
                height: 380px;
                background:
                    radial-gradient(circle at 10% 0%, white 150px, transparent 151px),
                    radial-gradient(circle at 30% 0%, white 150px, transparent 151px),
                    radial-gradient(circle at 50% 0%, white 150px, transparent 151px),
                    radial-gradient(circle at 70% 0%, white 150px, transparent 151px),
                    radial-gradient(circle at 90% 0%, white 150px, transparent 151px);
            }

            body.shop {
                margin-top: 120px;
            }

        }

        @media (max-width: 519px) {
            .header-content::before {
                height: 317px;
                background:
                    radial-gradient(circle at 10% 0%, white 80px, transparent 81px),
                    radial-gradient(circle at 30% 0%, white 80px, transparent 81px),
                    radial-gradient(circle at 50% 0%, white 80px, transparent 81px),
                    radial-gradient(circle at 70% 0%, white 80px, transparent 81px),
                    radial-gradient(circle at 90% 0%, white 80px, transparent 81px);
            }


            body.shop {
                margin-top: 100px;
            }
        }

        #mobileHeader {
            display: block;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 60px;
            background: #fff;
            z-index: 2020;
        }

        #mobileHeader .header-content {
            display: flex;
            align-items: center;
            height: 100%;
            padding: 0 15px 0 20px;
        }

        #mobileHeader .header-logo {
            max-height: 30px;
            max-width: 200px;
            z-index: 2021;
        }

        #mobileHeader .header-logo img {
            max-height: 30px;
            max-width: 100%;
            object-fit: contain;
            z-index: 2021;
            padding-top: 5px;
        }

        #mobileHeader .header-logo a {
            display: inline-block;
            font-size: 18px;
            text-decoration: none;
            font-family: 'Raleway', 'Noto Sans JP', sans-serif;
        }


        @media(max-width: 768px) {
            #mobileHeader {
                display: block;
            }

            #mobileMenuToggle {
                top: calc(var(--information-banner-height, 0px) + 14px);
                z-index: 2024;
            }

            body#shopDetailPage #mainContent {
                margin-top: -10px;
            }
        }

        @media (max-width: 769px) {

            .main,
            #privacy,
            #law {
                width: 92%;
                margin: 0 auto;
                padding: 0;
                padding-top: 15px !important;
            }
        }

        .review01 {
            margin-top: 0px !important;
        }

        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%;
        }

        a {
            color: #676767;
            -webkit-font-smoothing: antialiased;
            -webkit-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
        }

        a:link,
        a:visited {
            text-decoration: none;
        }

        a:hover,
        a:active {
            text-decoration: none;
        }

        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;
        }

        .boxRight {
            float: right !important;
        }

        #i18 {
            z-index: 2005;
            left: 10px;
            top: calc(var(--information-banner-height, 0px) + 10px);
            position: static;
            left: auto;
            top: auto;
            z-index: auto;
            margin: 15px 0 10px 0;
            display: block;
        }

        #i18 .lang {
            float: left;
            margin: 0 5px 0 0;
            position: relative;
        }

        #i18 .currency:before,
        #i18 .lang:before {
            content: "▼";
            font-size: 8px;
            color: #a08f86;
            position: absolute;
            right: 13px;
            top: 9px;
            width: 10px;
        }

        #i18 .currency {
            float: left;
            position: relative;
        }


        #i18 select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background-color: transparent;
            border: 1px solid #a08f86;
            border-radius: 4px;
            color: #a08f86;
            cursor: pointer;
            font-family: inherit;
            font-size: 11px;
            line-height: 18px;
            min-width: inherit;
            padding: 5px 25px 5px 10px;
            vertical-align: middle;
        }

        #i18 select option {
            background-color: #fff;
            color: #a08f86;
        }

        #privacy,
        #law {
            box-sizing: border-box;
            font-family: Arial, Helvetica, "Hiragino Kaku Gothic ProN",
                "ヒラギノ角ゴ Pro W3", "Meiryo", sans-serif;
            font-size: 13px;
            line-height: 1.6em;
            margin: 0 auto;
            padding: 30px 40px 40px;
            text-align: left;
            width: 960px;
        }

        #privacy h2,
        #law h2 {
            font-size: 18px;
            font-weight: bold;
            margin: 20px 0 0;
            padding: 0 0 20px;
        }

        #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: 10px;
            margin-top: 12px;
            line-height: 1.5;
            background-color: #f8f9fa;
        }

        @media(min-width: 769px) {
            #law .law_attention {
                padding: 16px;
                margin-top: 16px;
                line-height: 1.6;
            }
        }

        #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;
        }

        .itemCb #cboxPrevious {
            background: url("{BASEURL}/i/controls.png") no-repeat 0 0;
            bottom: 0;
            height: 20px;
            left: 0;
            overflow: visible;
            text-indent: -9999px;
            width: 20px;
        }

        .itemCb #cboxNext {
            background: url("{BASEURL}/i/controls.png") no-repeat -22px 0;
            bottom: 0;
            height: 20px;
            left: 30px !important;
            overflow: visible;
            text-indent: -9999px;
            width: 20px;
        }

        .itemCb #cboxClose {
            background: url("{BASEURL}/i/controls.png") no-repeat -52px 0;
            height: 20px;
            overflow: visible;
            text-indent: -9999px;
            width: 20px;
        }

        .itemCb #cboxContent button {
            border: none;
        }

        .itemCb:focus {
            outline: none;
        }

        a.cboxElement:focus {
            outline: none;
        }

        .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.5);
            cursor: pointer;
            display: none;
            height: 100%;
            left: 0;
            overflow: hidden;
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 2000;
        }

        #baseMenu {
            box-sizing: border-box;
            position: fixed;
            right: 55px;
            left: auto;
            top: calc(var(--information-banner-height, 0px) + 17px);
            z-index: 2021;
            transform: scale(0.8);
            transform-origin: right top;
        }

        #baseMenu .fa-bag-shopping {
            font-size: 30px;
        }

        #baseMenu>ul>li {
            float: left;
            list-style: none;
        }

        #baseMenu>ul>li.base {
            margin: 0 10px 0 0;
        }

        #baseMenu>ul>li a {
            border-radius: 3px;
            cursor: pointer;
            display: block;
            -webkit-font-smoothing: antialiased;
            margin: 1px 0 0;
            padding: 3px 10px;
            font-size: 12px;
            text-decoration: none;
            -webkit-transition-duration: 0.2s;
            -moz-transition-duration: 0.2s;
            -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
        }

        @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";
        }

        #reportBtn a.cboxElement button {
            cursor: pointer;
        }

        #fixedHeader ul li {
            float: left;
        }

        #fixedHeader li.topRightNavLi a {
            background-color: #fff;
            border-radius: 5px;
            box-shadow: 0 1px 0 2px rgba(150, 150, 150, 0.4);
            display: block;
            -webkit-font-smoothing: antialiased;
            margin: 1px 0 0;
            padding: 5px 15px;
            -webkit-transition-duration: 0.2s;
            -moz-transition-duration: 0.2s;
            -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
        }

        #fixedHeader li.topRightNavLi a:hover {
            box-shadow: 0 0 0 1px rgba(150, 150, 150, 0.2);
            padding: 6px 15px 4px;
        }

        #fixedHeader li.topRightNavLi.base {
            margin: 0 10px 0 0;
        }

        body.shop {
            font-size: 13px;
            line-height: 1.5;
            -webkit-text-size-adjust: none;
            word-break: break-all;
        }

        body {
            font-family: 'Noto Sans JP', sans-serif;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            letter-spacing: .05em;
            line-height: 2;
        }

        body.shop .wrapper {
            margin: 0 auto 45px;
            padding: 0 15px;
        }

        @media(min-width: 769px) {
            body.shop .wrapper {
                margin: 0 auto 60px;
            }
        }

        body.shop #fixedHeader {
            padding: 5px 10px;
            position: fixed;
            right: 0;
            top: 0;
        }

        body.shop #shopHeader nav {
            font-size: 12px;
            font-weight: bold;
        }

        body.shop #shopHeader nav {
            margin: 0 7px;
        }

        body.shop #shopHeader nav ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            width: 100%;
        }

        body.shop #shopHeader nav ul li {
            display: block;
            width: max(33%, min(33%));
            height: 40px;
            line-height: 20px;
            text-align: center;
        }

        body.shop #shopHeader nav ul li.itemSearch {
            width: 100%;
            padding: 0 16px;
        }

        body.shop #shopHeader nav ul li.itemSearch form {
            box-sizing: border-box;
            border: none;
            display: inline-block;
            padding: 0 30px 0 0;
            position: relative;
            width: 100%;
            height: 40px;
        }

        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 8px;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            height: 20px;
        }

        body.shop #shopHeader nav ul li.itemSearch form .itemSearch__btn {
            background-color: transparent;
            border-style: none;
            display: block;
            font-size: 15px;
            position: absolute;
            top: 0;
            right: 5px;
            bottom: 0;
            width: auto;
            cursor: pointer;
        }

        @media(min-width: 769px) {
            body.shop #shopHeader nav ul li.itemSearch form {
                width: 65px;
            }

        }

        body.shop #shopHeader nav ul li:hover {
            border-bottom: solid 2px #000;
            height: 38px;
        }

        body.shop #shopHeader nav ul li a {
            display: block;
            padding: 10px;
        }


        .titleForSearchResult {
            font-size: 14px;
            font-weight: 400;
            margin: -20px auto 0;
            padding: 0 0 30px;
            text-align: center;
            width: 100%;
        }

        @media(min-width: 769px) {
            .titleForSearchResult {
                width: 960px;
            }

        }

        /* =========================================
           SNSボタン
           ========================================= */
        .unified-sns-buttons {
            display: flex;
            margin-top: 0;
            flex-wrap: wrap;
            align-items: center;
        }

        .unified-sns-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 33px;
            height: 33px;
            text-decoration: none;
            font-size: 18px;
            transition: all 0.3s ease;
        }

        .unified-sns-btn i {
            font-size: 20px;
        }

        .unified-sns-btn.twitter {
            color: #9cb8c9;
        }

        .unified-sns-btn.instagram {
            color: #cb9fa5;
        }

        .base:hover,
        .unified-sns-btn.instagram:hover,
        .unified-sns-btn.twitter:hover {
            opacity: 0.7;
        }

        @media (max-width: 768px) {
            .unified-sns-buttons {
                gap: 2px;
            }

            .unified-sns-btn {
                width: 30px;
                height: 30px;
                font-size: 14px;
            }
        }

        .base {
            padding: 7px;
            filter: brightness(1.5);
        }

        .base img {
            height: 20px;
        }

        /* =========================================
           フッター
           ========================================= */
        body.shop #mainFooter {
            position: relative;
            margin: 100px 0 10px 0;
            padding: 50px 20px 50px;
            width: 100%;
            max-width: none;
            box-sizing: border-box;
            overflow: visible;
            z-index: 3;
        }

        body.shop #mainFooter .footerMenu,
        body.shop #mainFooter .copyright {
            position: relative;
            z-index: 4;
            max-width: 960px;
            margin: 0 auto;
            width: 100%;
            box-sizing: border-box;
        }

        body.shop #mainFooter .footerMenu .shop-icon .logoText {
            color: #fff !important;
            font-weight: bold;
        }

        @media (max-width: 768px) {
            body.shop #mainFooter {
                margin: 50px 0 10px 0;
                padding-bottom: 100px;
            }

            body.shop #mainFooter .footerMenu {
                display: flex;
                justify-content: space-between;
                align-items: flex-start;
                max-width: 960px;
                margin: 0 auto;
                position: relative;
                gap: 20px;
            }

            body.shop #mainFooter .footer-left {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                gap: 15px;
                flex: 1;
            }

            body.shop #mainFooter .footerMenu .shop-icon {
                margin-bottom: 0;
            }

            body.shop #mainFooter .footerMenu .shop-icon img {
                max-height: 65px;
                width: auto;
            }

            body.shop #mainFooter .footerMenu .footer-sns {
                display: flex;
                margin-bottom: 0;
            }

            body.shop #mainFooter .footerMenu .footer-left-links {
                display: flex;
                flex-direction: column;
                gap: 8px;
                align-items: flex-start;
                width: 100%;
            }

            body.shop #mainFooter .footerMenu .footer-left-links a {
                color: #a08f86;
                font-size: 10px;
                line-height: 16px;
                text-align: left;
                transition: color 0.3s ease;
            }

            body.shop #mainFooter .footerMenu .footer-left-links a:hover {
                color: #ccc;
            }

            body.shop #mainFooter .footer-right {
                display: flex;
                flex-direction: column;
                align-items: flex-end;
                gap: 0;
                flex: 1;
            }

            body.shop #mainFooter .footerMenu .footer-navigation {
                display: flex;
                flex-direction: column;
                gap: 8px;
                align-items: flex-end;
                text-align: right;
                width: 100%;
                padding-top: 20px;
            }

            body.shop #mainFooter .footerMenu .footer-navigation a {
                color: #a08f86;
                font-size: 12px;
                line-height: 16px;
                text-align: left;
                font-weight: normal;
                width: 100%;
                transition: color 0.3s ease;
            }

            body.shop #mainFooter .footerMenu .footer-navigation a:hover {
                color: #ccc;
            }

            body.shop #mainFooter .copyright {
                margin-top: 15px;
                text-align: left;
            }

            body.shop #mainFooter .copyright p {
                font-size: 9px;
            }

            body.shop #mainFooter .footerMenu ul {
                display: none;
            }
        }

        @media (min-width: 769px) {
            body.shop #mainFooter .footerMenu {
                display: flex;
                justify-content: space-between;
                align-items: flex-start;
                max-width: 960px;
                margin: 0 auto;
                position: relative;
            }

            body.shop #mainFooter .footerMenu .footer-left {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                gap: 20px;
                flex: 1;
            }

            body.shop #mainFooter .footerMenu .footer-right {
                display: flex;
                flex-direction: column;
                align-items: flex-end;
                gap: 16px;
                flex: 1;
            }

            body.shop #mainFooter .footerMenu .shop-icon {
                margin-bottom: 10px;
            }

            body.shop #mainFooter .footerMenu .shop-icon img {
                max-height: 100px;
                width: auto;
            }

            body.shop #mainFooter .footerMenu .shop-icon .logoText {
                font-size: 20px;
            }

            body.shop #mainFooter .footerMenu .footer-sns {
                display: flex;
                margin-bottom: 5px;
            }

            body.shop #mainFooter .footerMenu .footer-left-links {
                display: flex;
                flex-direction: column;
                gap: 12px;
                align-items: flex-start;
            }

            body.shop #mainFooter .footerMenu .footer-left-links a {
                color: #a08f86;
                font-size: 12px;
                line-height: 20px;
                text-align: left;
                transition: color 0.3s ease;
            }

            body.shop #mainFooter .footerMenu .footer-left-links a:hover {
                color: #ccc;
            }

            body.shop #mainFooter .footerMenu .footer-navigation {
                display: flex;
                flex-direction: column;
                gap: 16px;
                align-items: flex-end;
                text-align: right;
                padding-top: 20px;
            }

            body.shop #mainFooter .footerMenu .footer-navigation a {
                color: #a08f86;
                font-size: 14px;
                line-height: 20px;
                text-align: left;
                font-weight: 500;
                width: 100%;
                transition: color 0.3s ease;
            }

            body.shop #mainFooter .footerMenu .footer-navigation a:hover {
                color: #ccc;
            }

            body.shop #mainFooter .copyright {
                margin-top: 30px;
                text-align: left;
            }

            body.shop #mainFooter .footerMenu ul {
                display: none;
            }
        }

        body#shopTopPage .itemList {
            margin: 0 auto;
            overflow: hidden;
            width: calc(100% - 32px);
            padding: 10px 16px 5px 16px;
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
            margin-bottom: 30px;
        }

        body#shopTopPage .item {
            box-sizing: border-box;
            float: none;
            text-align: left;
            width: calc(50% - 8px);
            margin-right: 0;
            border-radius: 28px;
            overflow: hidden;
            position: relative;
            display: flex;
            flex-direction: column;
            padding: 8px 8px 10px 8px;
            box-shadow: 0 2px 0 rgba(0, 0, 0, 0.04);
        }

        body#shopTopPage .item:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
        }

        body#shopTopPage .item .itemImg {
            position: relative;
            width: 100%;
            padding-top: 100%;
            height: 0;
            overflow: hidden;
            border-radius: 25px;
        }

        body#shopTopPage .item .itemImg a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: block;
        }

        body#shopTopPage .item .itemImg img.image-resize {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }


        body#shopTopPage .item .itemDetail .discountPrice__ratio {
            background: #e75c5c;
            color: white;
            display: inline-block;
            font-size: 12px;
            font-weight: bold;
            line-height: 18px;
            margin-right: 8px;
            padding: 2px 6px;
            border-radius: 4px;
            border: none;
        }


        body#shopTopPage .item .itemDetail .discountPrice {
            color: #e75c5c;
            margin: 0;
        }


        body#shopTopPage .item .itemTitle {
            position: relative;
            bottom: auto;
            left: auto;
            right: auto;
            margin: 10px 0 0 0;
            text-align: center;
            background: transparent;
            z-index: 1;
        }

        body#shopTopPage .item a .itemTitle h2 {
            display: block;
            font-size: 12px;
            font-weight: 600;
            margin: 0 !important;
            line-height: 1.4;
            color: #676767;
            white-space: normal;
            overflow: visible;
            word-break: break-all;
            height: auto;
            text-align: center;
        }


        body#shopTopPage .item .itemDetail {
            position: relative;
            bottom: auto;
            left: auto;
            right: auto;
            padding: 0;
            margin: 0;
            background: transparent;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;

        }

        body#shopTopPage .item .itemDetail .itemPrice {
            font-size: 10px;
            color: #676767;
            letter-spacing: normal;
            text-align: center;
        }


        body#shopTopPage .item .itemDetail .discountPrice__calcPrice {
            font-size: 10px;
            font-weight: bold;
            color: #676767;
            letter-spacing: normal;
        }


        body#shopTopPage .item .soldoutText,
        body#shopTopPage .item .comingSoon,
        body#shopTopPage .item .preOrder,
        body#shopTopPage .item .lottery,
        body#shopTopPage .item .takeout,
        body#shopTopPage .item .community {
            position: static !important;
            display: block !important;
            text-align: center !important;
            margin: 2px 0 0 0 !important;
            width: 100% !important;
        }

        body#shopTopPage .item .soldoutText {
            color: #f08492 !important;
            font-size: 10px;
            font-weight: bold;
            text-align: center;
            margin-top: 5px;
            margin-bottom: 10px;
        }

        body#shopTopPage .item .comingSoon,
        body#shopTopPage .item p.comingSoon {
            color: #7ed6c3 !important;
            font-size: 10px;
        }


        body#shopTopPage .item a p.preOrder,
        body#shopTopPage .item a p.lottery,
        body#shopTopPage .item a p.takeout,
        body#shopTopPage .item a p.community {
            font-weight: bold !important;
            color: #FFCC33 !important;
            font-size: 10px;
            box-sizing: border-box !important;
            line-height: 1.5 !important;
        }

        @media (max-width: 767px) {

            #baseMenu {
                box-sizing: border-box;
                position: fixed;
                z-index: 2021;
            }

            #baseMenu>ul>li a {
                font-size: 8px;
            }

            body#shopTopPage .itemList {
                gap: 12px;
                padding: 10px 12px 5px 12px;
                margin-bottom: 10px;
            }

            body#shopTopPage .item {
                width: calc(50% - 6px);
                margin-right: 0;
            }

            body#shopTopPage .item:nth-child(2n) {
                margin-right: 0;
            }

            body#shopTopPage .item .itemImg {
                padding-top: 100%;
                height: 0;
            }

            body#shopTopPage .item a .itemTitle h2 {
                font-size: 10px;
                margin: 0 auto;
                padding: 0 4px;
            }

            body#shopTopPage .item .itemDetail .itemPrice {
                font-size: 9px;
            }

            body#shopTopPage .item .itemDetail .discountPrice__calcPrice {
                font-size: 9px;
            }

            body#shopTopPage .item .soldoutText,
            body#shopTopPage .item .comingSoon,
            body#shopTopPage .item p.comingSoon {
                font-size: 9px;
            }

            body#shopTopPage .item a p.preOrder,
            body#shopTopPage .item a p.lottery,
            body#shopTopPage .item a p.takeout,
            body#shopTopPage .item a p.community {
                font-size: 10px;
            }
        }

        /* =========================================
           TOP 商品リスト
           ========================================= */
        @media(min-width: 481px) and (max-width:759px) {
            body#shopTopPage .item {
                width: calc(50% - 8px);
            }

            .blog-section,
            body#shopTopPage .itemList {
                width: 400px;
            }
        }

        @media(min-width: 760px) and (max-width: 1079px) {
            body#shopTopPage .item {
                width: calc((100% - (16px * 2)) / 3);
            }

            .blog-section,
            body#shopTopPage .itemList {
                width: 700px;
            }
        }

        @media(min-width: 1079px) {
            body#shopTopPage .item {
                width: calc(25% - 12px);
            }

            .blog-section,
            body#shopTopPage .itemList {
                width: 800px;
            }
        }

        @media (min-width: 769px) {
            body#shopTopPage .itemList {
                gap: 16px;
                padding: 10px 16px 5px 16px;
            }

            body#shopTopPage .item {
                padding: 10px 10px 20px 10px;
                border-radius: 37px;
            }

            body#shopTopPage .item .itemImg {
                border-radius: 35px;
            }

            body#shopTopPage .item a .itemTitle h2 {
                margin-top: 10px;
            }

            body#shopTopPage .item .itemDetail {
                margin-top: 2px;
                gap: 6px;
            }
        }

        .itemImgSlide {
            position: relative;
        }


        .custom-slider-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: transparent;
            color: #fff;
            border: none;
            border-radius: 20%;
            font-size: 60px;
            cursor: pointer;
            z-index: 10;
            transition: background 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .custom-slider-btn:hover {
            color: #676767;
        }

        .custom-slider-prev {
            left: 10px;
            padding-bottom: 3px;
        }

        .custom-slider-next {
            right: 10px;
            padding-bottom: 3px;
        }


        #slideImg li {
            transition: opacity 0.3s ease-in-out;
        }


        @media (max-width: 768px) {
            .custom-slider-btn {
                font-size: 40px;
                padding: 20px;
            }

            .custom-slider-prev {
                left: 5px;
            }

            .custom-slider-next {
                right: 5px;
            }
        }


        #slideImgPager {
            display: none !important;
        }


        body#shopDetailPage .itemImgSlide {
            width: 100% !important;
            height: 100% !important;
            position: relative !important;
            display: block !important;
        }


        @media(min-width: 769px) {
            body#shopDetailPage #mainContent .item .itemImgSlide {
                width: 100% !important;
                float: none !important;
            }

            body#shopDetailPage #mainContent .item .bx-wrapper {
                width: 100% !important;
                float: none !important;
            }

            body#shopDetailPage .itemImgSlide {
                width: 100% !important;
                height: auto !important;
                min-height: 400px !important;
            }

            body#shopDetailPage #slideImg .imgBox {
                width: 100% !important;
                height: auto !important;
                min-height: 400px !important;
            }


            body#shopDetailPage #slideImg .imgBox img {
                max-width: 100%;
                height: auto;
            }
        }


        .image-counter {
            position: absolute;
            bottom: 5px;
            left: 50%;
            transform: translateX(-50%);
            background: rgba(0, 0, 0, 0.2);
            color: white;
            padding: 5px 12px;
            border-radius: 15px;
            font-size: 12px;
            font-weight: bold;
            z-index: 15;
            pointer-events: none;
        }

        @media (max-width: 768px) {
            .image-counter {
                bottom: 4px !important;
            }

            body#shopDetailPage .itemImgSlide {
                width: 100% !important;
                height: auto !important;
                min-height: 340px !important;
            }
        }

        .purchase-notice-page {
            background: #fff;
            margin: 0 auto;
            padding: 60px 40px 80px;
            max-width: 800px;
            font-family: 'Noto Sans JP', sans-serif;
            line-height: 1.8;
        }

        .purchase-notice-page h1 {
            font-size: 28px;
            font-weight: 500;
            margin-bottom: 50px;
            color: #333;
            letter-spacing: 0.1em;
        }

        .purchase-notice-page h2 {
            font-size: 20px;
            font-weight: 500;
            margin: 40px 0 20px;
            color: #333;
            border-bottom: 1px solid #333;
            padding-bottom: 8px;
        }

        .purchase-notice-page h3 {
            font-size: 18px;
            font-weight: 500;
            margin: 30px 0 15px;
            color: #333;
        }

        .purchase-notice-page p {
            margin: 30px 0;
            color: #555;
            font-size: 14px;
        }

        .purchase-notice-page ul {
            margin: 20px 0;
            padding-left: 0;
        }

        .purchase-notice-page li {
            list-style: none;
            margin: 12px 0;
            padding-left: 20px;
            position: relative;
            color: #555;
            font-size: 14px;
        }

        .purchase-notice-page li::before {
            content: "•";
            color: #333;
            font-weight: bold;
            position: absolute;
            left: 0;
        }


        @media (max-width: 767px) {
            .purchase-notice-page {
                padding: 0px 20px 90px;
            }

            .purchase-notice-page h1 {
                font-size: 20px;
                margin-bottom: 10px;
            }

            .purchase-notice-page h2 {
                font-size: 15px;
                margin: 30px 0 15px;
            }

            .purchase-notice-page h3 {
                font-size: 13px;
                margin: 25px 0 12px;
            }

            .purchase-notice-page p,
            .purchase-notice-page li {
                font-size: 13px;
            }
        }

        .copyright {
            margin-top: 20px;
        }

        .copyright p {
            font-size: 11px;
            color: #a08f86;
            opacity: 0.8;
            margin: 0;
        }

        body#shopDetailPage #mainContent {
            margin-bottom: 50px;
        }


        body#shopDetailPage .itemImg {
            display: flex;
            height: calc(100vw - 80px);
        }

        body#shopDetailPage .itemImgSlide {
            flex: 1;
        }

        body#shopDetailPage #slideImg .imgBox {
            border-radius: 10px;
            text-align: center;
        }

        body#shopDetailPage #slideImg .imgBox img {
            width: 100%;
            vertical-align: middle;
            border-radius: 10px;
            border: 20px solid #ffffff;
            box-sizing: border-box;
            border-radius: 30px;
            opacity: 0;
            transition: opacity 0.3s;
        }

        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;
        }

        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 {
            box-sizing: border-box;
        }

        body#shopDetailPage header h1.itemTitle {
            color: #676767;
            font-size: 16px;
            font-weight: bold;
        }

        body#shopDetailPage #purchase_form {
            color: #000;
            margin-bottom: 35px;
        }

        body#shopDetailPage #purchase_form select {
            cursor: pointer;
        }

        body#shopDetailPage #purchase_form #purchaseSelect {
            margin: 0;
        }

        body#shopDetailPage #purchase_form .purchaseElement {
            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;
        }

        body#shopDetailPage #purchase_form #itemSelect input::placeholder {
            font-size: 14px;
            color: #676767;
        }

        #itemSelect select {
            outline: none;
            border: 2px solid #e9e2db
        }

        #itemSelect select:focus {
            outline: none;
            border: 2px solid #d5c3ba;
        }

        body#shopDetailPage #purchase_form .purchaseElement {
            padding: 0 3px;
        }

        body#shopDetailPage #purchase_form label {
            font-size: 14px;
            margin: 16px 0 8px 0;
            line-height: 1em;
            display: block;
        }

        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: #F07F7F;
            transform-style: preserve-3d;
        }

        body#shopDetailPage #purchase_form .itemOption__count {
            float: right;
            font-size: 12px;
            line-height: 1em;
            display: block;
            color: #777777;
        }

        body#shopDetailPage #purchase_form .itemOption__count--error {
            color: #F07F7F;
        }

        body#shopDetailPage #purchase_form #itemSelect .itemOption__input[data-dirty="true"][data-has-error="true"] {
            border: #F07F7F 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%22https%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22https%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: #676767;
            font-size: 12px;
            margin-right: 10px;
        }

        body#shopDetailPage .report {
            text-align: left;
        }

        body#shopDetailPage .report a {
            color: #aaa;
            display: block;
            font-size: 11px;
            margin-right: 15px;
            padding-top: 3px;
            text-align: right;
        }

        body#shopDetailPage .report a:hover {
            text-decoration: underline;
        }

        body#shopDetailPage .itemPrice h2 {
            color: #676767;
            font-size: 16px;
            font-weight: normal;
            letter-spacing: 1px;
            margin: 15px 0;
            text-align: left;
        }

        body#shopDetailPage .itemPrice .discountPrice__default {
            color: #676767;
            display: inline-block;
            font-size: 16px;
            line-height: 20px;
            margin-right: 10px;
            text-decoration: line-through;
            vertical-align: top;
        }

        body#shopDetailPage .itemPrice .discountPrice__ratio {
            border: 1px solid #e75c5c;
            color: #e75c5c;
            display: inline-block;
            font-size: 12px;
            font-weight: bold;
            line-height: 18px;
            padding: 0 5px;
            vertical-align: top;
        }

        body#shopDetailPage .itemPrice .discountPrice__calcPrice {
            color: #e75c5c;
            display: block;
            font-weight: bold;
            line-height: 1.3;
            padding: 10px 0 0;
        }

        body#shopDetailPage .purchase .itemPrice_soldout {
            margin-top: 15px;
        }

        body#shopDetailPage .purchase .itemPrice_soldout h2 {
            display: block;
            margin: 0;
            text-decoration: line-through;
        }

        body#shopDetailPage .purchase .itemPrice_soldout>span {
            color: #f08492;
            display: block;
            margin-top: 2px;
            margin-bottom: 20px;
        }

        body#shopDetailPage .purchase .comingSoon {
            color: #7ed6c3 !important;
            margin: 0 0 15px;
        }

        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 #252525;
            border-radius: 2px;
            color: #252525;
            display: inline-block;
            font-size: 12px;
            font-weight: bold;
            padding: 4px 6px 4px;
            margin: 0 0 4px 0;
        }

        body#shopDetailPage .preOrder__data,
        body#shopDetailPage .lottery__data {
            font-size: 12px;
            color: #252525;
        }

        body#shopDetailPage .takeout .takeout__data {
            font-size: 12px;
            margin-top: 4px;
            display: block;
        }

        body#shopDetailPage .lottery>* {
            margin-bottom: 8px;
        }

        body#shopDetailPage #itemAttention {
            color: #868686;
            font-size: 11px;
            line-height: 1.5em;
            margin-bottom: 10px;
        }

        body#shopDetailPage #itemAttention .attention a {
            color: #868686;
        }

        body#shopDetailPage #itemAttention .attention a:hover {
            text-decoration: underline;
        }

        body#shopDetailPage #itemAttention .attention.deliveryShortestDay {
            border: 1px solid #11BEAE;
            border-radius: 2px;
            color: #11BEAE;
            display: inline-block;
            font-size: 10px;
            font-weight: bold;
            margin-bottom: 25px;
            padding: 5px;
            width: 100%;
            text-align: center;
        }

        body#shopDetailPage #itemAttention .attention.free {
            font-weight: bold;
        }

        body#shopDetailPage #itemAttention .attention.free .free__text {
            color: #11BEAE;
            font-weight: bold;
        }

        body#shopDetailPage #itemAttention .takeout__text {
            color: #252525;
            cursor: pointer;
            font-weight: bold;
            margin: 0 3px;
            text-decoration: underline;
        }

        body#shopDetailPage #itemAttention .attention.salesPeriod--term {
            background: #ceefeb;
            border: 1px solid #11beae;
            color: #11beae;
            font-size: 13px;
            font-weight: bold;
            line-height: 1.7;
            margin-bottom: 36px;
            padding: 10px;
        }

        body#shopDetailPage #itemAttention .attention.salesPeriod--willStart {
            background: #ceefeb;
            border: 1px solid #11beae;
            color: #11beae;
            font-size: 13px;
            font-weight: bold;
            line-height: 1.7;
            margin-bottom: 30px;
            padding: 10px;
            text-align: center;
        }

        body#shopDetailPage #itemAttention .attention.salesPeriod--finish {
            border: 1px solid #999;
            color: #999;
            font-size: 13px;
            font-weight: bold;
            line-height: 1.7;
            margin-bottom: 36px;
            padding: 10px;
            text-align: center;
        }

        body#shopDetailPage .itemDescription {
            margin: 0 0 35px 25px;
        }

        body#shopDetailPage .itemDescription p {
            line-height: 24px;
        }

        body.shop #embedded-tag {
            font-size: 14px;
            letter-spacing: 1px;
            line-height: 24px;
            padding: 20px 0 0;
        }

        body#shopDetailPage #embedded-tag p {
            color: #000;
            margin: 0 0 5px;
        }

        body#shopDetailPage #embedded-tag textarea {
            border: 1px solid #e2e2e2;
            border-radius: 5px;
            color: #838383;
            padding: 5px;
            width: 100%;
        }

        body#shopDetailPage #purchase_form .purchaseButton {
            margin: 30px 0 0;
            text-align: center;
        }

        body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn {
            background: #4a4a4a;
            border: none;
            box-sizing: border-box;
            color: #fff;
            cursor: pointer;
            display: block;
            font-size: 12px;
            font-weight: bold;
            outline: none;
            padding: 14px 0;
            text-align: center;
            text-decoration: none;
            -webkit-transition-duration: 0.2s;
            -moz-transition-duration: 0.2s;
            -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
            width: 100%;
            border-radius: 10px;
        }

        body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn.purchaseButton__btn--outOfStock {
            color: #fff;
            background: #888;
        }

        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: #eeeeee;
            color: #999999;
            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: #eeeeee;
            color: #999999;
            cursor: not-allowed;
            opacity: 1;
        }

        body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn--disabled {
            background: #eeeeee;
            color: #999999;
            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: 35px;
        }

        body#shopDetailPage .shareButtons>div {
            margin-right: 4px;
        }



        @media(min-width: 769px) {
            body#shopDetailPage #mainContent {
                width: 830px;
            }

            body#shopDetailPage header h1.itemTitle {
                font-size: 19px;
            }

            body#shopDetailPage #mainContent .item .itemImg {
                height: 400px;
            }

            body#shopDetailPage #mainContent .item .itemImgSlide {
                float: left;
                width: 400px;
            }

            body#shopDetailPage #mainContent .item .bx-wrapper {
                float: left;
                width: 400px;
            }

            body#shopDetailPage #slideImg .imgBox {
                border-radius: 10px;
                height: 400px;
                line-height: 400px;
                text-align: center;
                width: 400px;
            }

            body#shopDetailPage #slideImg .imgBox img {
                max-height: 400px;
                max-width: 400px;
                vertical-align: middle;
                object-fit: contain;
            }

            body#shopDetailPage #slideImgPager {
                float: left;
                height: 400px;
                overflow: hidden;
                padding: 0 0 0 10px;
                width: 83px;
            }
        }

        @media(max-width: 768px) {
            body#shopDetailPage .itemImg {
                height: auto !important;
                min-height: auto !important;
                display: block;
                overflow: hidden;
                order: 1;
                margin-bottom: 20px;
            }

            body#shopDetailPage #slideImg .imgBox {
                height: auto !important;
                line-height: normal !important;
                min-height: auto !important;
            }

            body#shopDetailPage #slideImg .imgBox img {
                width: 100%;
                height: auto !important;
                max-height: none !important;
                object-fit: contain;
                display: block;
                margin: 0 auto;
                border: 15px solid #ffffff;
                border-radius: 25px;
            }

            body#shopDetailPage .itemImgSlide {
                height: auto !important;
                min-height: auto !important;
            }
        }

        #widget {
            margin: 0 !important;
        }

        #reportBtn {
            padding-top: 15px;
            padding-bottom: 45px;
        }

        #reportBtn a {
            color: #868686;
        }

        #twitter-widget-0 {
            width: 75px;
        }

        #twitter-widget-1 {
            width: 75px;
        }

        body.shop #mainFooter .footerMenu li .fb-like {
            margin-top: -5px;
        }

        .main {
            height: auto;
            margin: 0 auto;
            text-align: left;
            width: 960px;
        }

        /* =========================================
           ABOUT
           ========================================= */
        .main #about {
            color: #676767;
            margin: 0 auto;
            width: 720px;
            padding: 20px 0 0 0;
        }

        .main #about h2 {
            color: #676767;
            font-size: 20px;
            letter-spacing: 3px;
            margin-bottom: 24px;
            text-align: left;
        }

        @media(min-width: 769px) {
            .main #about h2 {
                font-size: 28px;
                margin-bottom: 60px;
            }
        }

        .main #about h3 {
            font-size: 28px;
        }

        .main #about p {
            font-size: 12px;
            line-height: 1.6em;
        }

        .back-home {
            text-align: right;
            margin-top: 25px;
        }

        .main #about .back-home a {
            font-size: 12px;
            line-height: 1.6em;
            text-decoration: underline;
            color: #676767;
        }

        .back-home a:hover {
            opacity: 0.8;
        }

        .main #about .social {
            display: none;
        }

        /* =========================================
           CONTACT
           ========================================= */
        .inquirySection {
            padding: 60px;
        }

        .inquirySection h1 {
            color: #676767;
            font-size: 28px;
            letter-spacing: 3px;
            line-height: 35px;
            margin: 0 0 20px;
            text-align: center;
            text-transform: uppercase;
        }

        @media(max-width: 768px) {

            .purchase-notice-page,
            #about,
            .inquirySection h1 {
                font-size: 20px;
                margin: 0 0 5px;
            }

            .main #about h2,
            .inquirySection h1 {
                font-family: 'Raleway', sans-serif;
            }

            purchase-notice-page,
            #about,
            .inquirySection {
                padding: 0 10px !important;
                width: calc(100% - 20px) !important;
                margin: 0 auto !important;
                box-sizing: border-box !important;
            }

            .inquirySection .control-panel input#buttonLeave {
                width: 200px !important;
            }
        }

        .inquirySection p {
            color: #676767;
            font-size: 12px;
            line-height: 12px;
            text-align: center;
        }

        .inquirySection form {
            width: 100%;
            margin: 20px auto 0;
        }

        @media(min-width: 769px) {
            .inquirySection form {
                margin: 40px auto 0;
                width: 652px;
            }
        }

        .inquirySection dl {
            text-align: left;
        }

        .inquirySection dl dt {
            color: #676767;
            font-size: 16px;
            line-height: 16px;
            margin-bottom: 10px;
            padding-left: 20px;
        }

        @media(max-width: 768px) {
            .inquirySection dl dt {
                font-size: 13px;
            }
        }

        .inquirySection dl dt span {
            color: #fb7c8a;
            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: 2px solid #e9e2db;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 20px;
            padding: 10px 14px;
            width: 100%;
        }

        .inquirySection dl dd textarea {
            box-sizing: border-box;
            border: 2px solid #e9e2db;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 20px;
            height: 135px;
            padding: 10px 14px;
            width: 100%;
        }

        .inquirySection input:focus,
        .inquirySection textarea:focus {
            outline: none;
            border: 3px solid #d5c3ba;
        }

        @media(min-width: 769px) {
            .inquirySection dl dd input {
                width: 630px;
            }

            .inquirySection dl dd textarea {
                width: 630px;
            }
        }

        @-moz-document url-prefix() {
            .inquirySection dl dd textarea {
                font-size: 11px;
            }
        }

        .inquirySection .control-panel input#buttonLeave {
            background-color: #968d8d;
            border: none;
            color: #fff;
            display: inherit;
            font-size: 12px;
            -webkit-font-smoothing: antialiased;
            font-weight: bold;
            letter-spacing: 5px;
            margin: 55px auto 0;
            padding: 14px 0;
            -webkit-transition-duration: 0.2s;
            -moz-transition-duration: 0.2s;
            -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
            -webkit-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
            width: 290px;
            border-radius: 50px;
        }

        .inquirySection .control-panel input#buttonLeave:hover {
            cursor: pointer;
            -ms-filter: "alpha(opacity=70)";
            filter: alpha(opacity=70);
            -moz-opacity: 0.7;
            -khtml-opacity: 0.7;
            opacity: 0.7;
        }


        #inquiryConfirmSection p {
            color: #000;
            font-size: 13px;
            line-height: 13px;
        }

        #inquiryConfirmSection dd {
            font-size: 12px;
            padding-left: 15px;
        }

        #inquiryCompleteSection p {
            line-height: 1.4em;
            margin: 30px 0 0;
        }

        #inquiryCompleteSection a {
            background-color: #000;
            color: #ccc;
            display: block;
            font-size: 12px;
            -webkit-font-smoothing: antialiased;
            font-weight: bold;
            letter-spacing: 5px;
            margin: 35px auto 0;
            padding: 14px 0;
            text-align: center;
            -webkit-transition-duration: 0.2s;
            -moz-transition-duration: 0.2s;
            -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
            -webkit-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
            width: 290px;
        }

        #inquiryCompleteSection a:hover {
            -ms-filter: "alpha(opacity=70)";
            filter: alpha(opacity=70);
            -moz-opacity: 0.7;
            -khtml-opacity: 0.7;
            opacity: 0.7;
        }



        @media(max-width: 769px) {

            .main,
            #privacy,
            #law {
                width: 92%;
                margin: 0 auto;
                padding: 0;
            }

            .main #about,
            .main .inquirySection {
                width: 100%;
                padding: 0;
            }
        }

        .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: 20px 0 0;
            position: absolute;
            z-index: 9999;
        }

        .template #category-menu .category-list ul {
            background-color: #fff;
            border: 1px solid #ccc;
            border-radius: 5px;
            box-shadow: 0 1px 3px rgb(100, 100, 100);
            cursor: pointer;
            margin: 0;
            max-width: 250px;
            padding: 10px;
        }

        .template #category-menu .category-list ul li {
            border: none;
            float: none;
            height: auto;
            line-height: 26px;
            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: normal;
            letter-spacing: 1px;
            line-height: 18px;
            white-space: nowrap;
        }

        .template #category-menu .category-list ul li a:hover {
            border-bottom: none;
            text-decoration: underline;
        }

        body.shop #shopHeader nav ul#appsItemCategoryTag {
            display: block;
        }

        body.template #category-menu span {
            display: block;
            -webkit-font-smoothing: antialiased;
            padding: 10px;
            text-transform: uppercase;
            -webkit-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
        }

        body.template #category-menu:hover .category-list ul {
            border: inherit;
            border-radius: inherit;
            padding: 0;
        }

        body.template #category-menu:hover .category-list ul li:before {
            padding-top: 15px;
        }

        body.template #category-menu:hover .category-list ul li:after {
            padding-bottom: 15px;
        }

        body.template #category-menu:hover .category-list ul li:hover {
            background-color: #b3b3b3;
            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: 20px;
            font-weight: bold;
            line-height: 1.1;
            margin: 38px 0 0;
            text-align: center;
        }

        .childCategoryList01 {
            padding: 17px 0 0;
            text-align: center;
        }

        .childCategoryList01_child {
            display: inline-block;
            font-size: 14px;
            letter-spacing: -0.4em;
        }

        .childCategoryList01_link {
            display: inline-block;
            letter-spacing: normal;
            line-height: 2;
            padding: 0 15px;
        }

        .childCategoryList01_link:hover {
            text-decoration: underline;
        }

        body.template .etc-menu span {
            display: block;
            -webkit-font-smoothing: antialiased;
            text-transform: uppercase;
            -webkit-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
        }

        #appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_description {
            font-size: 13px;
        }

        @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;
            }
        }