/* ===========================================
   Dynamic Tape Theme - BASE CSS
   リセット / CSS変数 / プリセット / ヘッダー / ナビ
   フッター / 設定パネル / 商品グリッド / カード / 詳細ページ等
   BASE ファイルアップローダーにアップロードして使用
=========================================== */

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: var(--dt-text, #2c2c2c);
    -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;
    position: fixed;
    top: calc(var(--information-banner-height, 0px) + 10px);
}
#i18 .lang {
    float: left;
    margin: 0 5px 0 0;
    position: relative;
}
#i18 .lang:before {
    background: url("{BASEURL}/img/shop/arrow.gif") no-repeat;
    background-size: 10px 7px;
    content: "";
    height: 7px;
    position: absolute;
    right: 13px;
    top: 12px;
    width: 10px;
}
#i18 .currency {
    float: left;
    position: relative;
}
#i18 .currency:before {
    background: url("{BASEURL}/img/shop/arrow.gif") no-repeat;
    background-size: 10px 7px;
    content: "";
    height: 7px;
    position: absolute;
    right: 13px;
    top: 12px;
    width: 10px;
}
#i18 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #000;
    cursor: pointer;
    font-family: inherit;
    font-size: 11px;
    line-height: 18px;
    min-width: inherit;
    padding: 5px 25px 5px 10px;
    vertical-align: middle;
}
#privacy,
#law {
    background-color: #fff;
    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: 9999;
}
#baseMenu {
    box-sizing: border-box;
    position: fixed;
    right: 25px;
    top: calc(var(--information-banner-height, 0px) + 5px);
    z-index: 2002;
}
#baseMenu > ul > li {
    float: left;
    list-style: none;
}
#baseMenu > ul > li.base {
    margin: 0 10px 0 0;
}
#baseMenu > ul > li a {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 0 1px rgba(150, 150, 150, 0.4);
    cursor: pointer;
    display: block;
    -webkit-font-smoothing: antialiased;
    margin: 1px 0 0;
    padding: 5px 15px;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
#baseMenu > ul > li a:hover {
    box-shadow: 0 0 0 1px rgba(150, 150, 150, 0.2);
    padding: 6px 15px 4px;
}
.cart {
    position: relative;
}
.cart-badge {
    display: block!important;
}
.cart-qty {
    position: absolute;
    top: 4px;
    right: 5px;
    padding: 0 1px;
    min-width: 14px;
    background: #fa5171;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
}
@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 {
    color: #000;
    font-size: 13px;
    line-height: 1.5;
    -webkit-text-size-adjust: none;
    word-break: break-all;
}
/* ===== DYNAMIC TAPE テーマ カラー変数 ===== */
:root {
    --dt-header-bg: #1a1a2e;
    --dt-header-text: #ffffff;
    --dt-accent: #c8102e;
    --dt-accent-hover: #a00d24;
    --dt-body-bg: #f4f4f4;
    --dt-content-bg: #ffffff;
    --dt-text: #2c2c2c;
    --dt-text-light: #666666;
    --dt-border: #e0e0e0;
    --dt-footer-bg: #1a1a2e;
    --dt-footer-text: #cccccc;
    --dt-nav-hover: rgba(255,255,255,0.15);

    /* ===== デザインパーツ制御変数 ===== */
    /* ▼ ヘッダースタイル: dt-header-style = flat / shadow / border */
    --dt-header-shadow: 0 2px 8px rgba(0,0,0,0.35);
    --dt-header-border-bottom: none;

    /* ▼ カードスタイル: 角丸 */
    --dt-card-radius: 4px;
    --dt-card-shadow: 0 1px 4px rgba(0,0,0,0.08);
    --dt-card-bg: #ffffff;

    /* ▼ ボタンスタイル: radius */
    --dt-btn-radius: 3px;

    /* ▼ ナビホバースタイル */
    --dt-nav-hover-bg: var(--dt-accent);
    --dt-nav-active-indicator: none;

    /* ▼ フォントサイズスケール */
    --dt-font-base: 13px;
    --dt-font-item-title: 14px;
    --dt-font-item-price: 12px;
}

/* ========================================
   デザインパーツ プリセット
   BASE管理画面 > デザイン設定 でスタイルを切替
   data-dt-style 属性で制御（JS injection）
======================================== */

/* --- プリセット: MINIMAL (ミニマル) --- */
[data-dt-style="minimal"] {
    --dt-header-bg: #ffffff;
    --dt-header-text: #1a1a2e;
    --dt-accent: #1a1a2e;
    --dt-accent-hover: #333366;
    --dt-body-bg: #f9f9f9;
    --dt-footer-bg: #222222;
    --dt-footer-text: #aaaaaa;
    --dt-header-shadow: 0 1px 0 #e0e0e0;
    --dt-card-radius: 0px;
    --dt-btn-radius: 0px;
    --dt-nav-hover-bg: #f0f0f0;
    --dt-header-text-nav: #1a1a2e;
}
[data-dt-style="minimal"] body.shop #shopHeader nav ul li a {
    color: #1a1a2e;
}
[data-dt-style="minimal"] body.shop #shopHeader nav ul li a:hover {
    background-color: #f0f0f0;
    color: #1a1a2e;
}
[data-dt-style="minimal"] body.shop #mainHeader {
    border-bottom: 1px solid #e0e0e0;
}

/* --- プリセット: BOLD (ボールド) --- */
[data-dt-style="bold"] {
    --dt-header-bg: #c8102e;
    --dt-header-text: #ffffff;
    --dt-accent: #1a1a2e;
    --dt-accent-hover: #0d0d1a;
    --dt-body-bg: #f5f5f5;
    --dt-footer-bg: #c8102e;
    --dt-footer-text: rgba(255,255,255,0.85);
    --dt-card-radius: 8px;
    --dt-btn-radius: 24px;
}

/* --- プリセット: DARK (ダーク) --- */
[data-dt-style="dark"] {
    --dt-header-bg: #0d0d0d;
    --dt-header-text: #ffffff;
    --dt-accent: #e63946;
    --dt-accent-hover: #c1121f;
    --dt-body-bg: #1a1a1a;
    --dt-content-bg: #242424;
    --dt-text: #e0e0e0;
    --dt-text-light: #999999;
    --dt-border: #333333;
    --dt-footer-bg: #0d0d0d;
    --dt-footer-text: #888888;
    --dt-card-bg: #242424;
    --dt-card-shadow: 0 2px 8px rgba(0,0,0,0.4);
}
[data-dt-style="dark"] body.shop {
    background-color: #1a1a1a;
    color: #e0e0e0;
}
[data-dt-style="dark"] body#shopTopPage .item .itemImg,
[data-dt-style="dark"] body#shopDetailPage #mainContent {
    background-color: #242424;
}

/* --- プリセット: NATURE (ナチュラル) --- */
[data-dt-style="nature"] {
    --dt-header-bg: #2d4a22;
    --dt-header-text: #f5f0e8;
    --dt-accent: #8b6914;
    --dt-accent-hover: #6b5010;
    --dt-body-bg: #f5f0e8;
    --dt-footer-bg: #2d4a22;
    --dt-footer-text: #c8b89a;
    --dt-card-radius: 6px;
    --dt-btn-radius: 4px;
}

/* ===== CATEGORY ドロップダウン ===== */
.dt-has-dropdown {
    position: relative;
}
.dt-caret {
    display: inline-block;
    font-size: 8px;
    margin-left: 4px;
    vertical-align: middle;
    transition: transform 0.2s;
    line-height: 1;
}
.dt-has-dropdown:hover .dt-caret,
.dt-has-dropdown.open .dt-caret {
    transform: rotate(180deg);
}
.dt-dropdown-menu {
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.15);
    display: none;
    left: 0;
    min-width: 180px;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    z-index: 9999;
    border-top: 3px solid var(--dt-accent);
}
.dt-has-dropdown:hover .dt-dropdown-menu,
.dt-has-dropdown.open .dt-dropdown-menu {
    display: block;
}
/* BASEカテゴリアプリのリンクをドロップダウン内に適用 */
.dt-dropdown-menu ul,
.dt-dropdown-menu .appsItemCategoryTag_categories {
    list-style: none;
    margin: 0;
    padding: 0;
}
.dt-dropdown-menu a,
.dt-dropdown-menu .appsItemCategoryTag_link {
    color: #2c2c2c !important;
    display: block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 10px 20px;
    text-decoration: none;
    transition: background-color 0.15s, color 0.15s;
    white-space: nowrap;
}
.dt-dropdown-menu a:hover,
.dt-dropdown-menu .appsItemCategoryTag_link:hover {
    background-color: #f5f5f5;
    color: var(--dt-accent) !important;
}
/* カテゴリヘッダーエリア（コンテンツ上部） */
.dt-category-header {
    padding: 16px 0 0;
}

/* モバイル時ドロップダウンはアコーディオン */
@media(max-width: 768px) {
    .dt-has-dropdown .dt-dropdown-menu {
        box-shadow: none;
        border-radius: 0;
        border-top: none;
        background-color: rgba(255,255,255,0.06);
        position: static;
        width: 100%;
        padding: 0;
    }
    .dt-has-dropdown .dt-dropdown-menu a,
    .dt-has-dropdown .dt-dropdown-menu .appsItemCategoryTag_link {
        color: rgba(255,255,255,0.75) !important;
        padding: 10px 32px;
        font-size: 12px;
    }
    .dt-has-dropdown .dt-dropdown-menu a:hover {
        color: #fff !important;
        background-color: rgba(255,255,255,0.1);
    }
}

/* ========================================
   設定パネル（3タブ）
======================================== */
#dt-panel {
    background: rgba(18,18,32,0.97);
    border-radius: 0 10px 10px 0;
    box-shadow: 4px 0 24px rgba(0,0,0,0.4);
    color: #fff;
    font-size: 12px;
    left: 0;
    max-height: 88vh;
    overflow-y: auto;
    padding: 0 0 16px;
    position: fixed;
    top: 50%;
    transform: translateX(-100%) translateY(-50%);
    transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
    width: 210px;
    z-index: 9999;
}
#dt-panel.open {
    transform: translateX(0) translateY(-50%);
}
#dt-panel-trigger {
    background: var(--dt-header-bg, #1a1a2e);
    border: none;
    border-radius: 0 6px 6px 0;
    box-shadow: 3px 0 12px rgba(0,0,0,0.3);
    color: #fff;
    cursor: pointer;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 14px 8px;
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: left 0.3s cubic-bezier(0.4,0,0.2,1), background 0.2s;
    writing-mode: vertical-rl;
    z-index: 10000;
}
#dt-panel-trigger:hover { background: var(--dt-accent); }
body.dt-panel-open #dt-panel-trigger { left: 210px; }

/* タブバー */
.dt-panel-tabs {
    display: flex;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    margin-bottom: 12px;
    position: sticky;
    top: 0;
    background: rgba(18,18,32,0.99);
    z-index: 1;
}
.dt-tab-btn {
    background: none;
    border: none;
    color: rgba(255,255,255,0.45);
    cursor: pointer;
    flex: 1;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 10px 4px;
    text-align: center;
    transition: color 0.2s;
    border-bottom: 2px solid transparent;
}
.dt-tab-btn.active {
    color: #fff;
    border-bottom-color: var(--dt-accent, #c8102e);
}

/* タブコンテンツ */
.dt-tab-content { display: none; padding: 0 12px; }
.dt-tab-content.active { display: block; }

/* セクションラベル */
.dt-panel-label {
    color: rgba(255,255,255,0.45);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin: 12px 0 6px;
    text-transform: uppercase;
}

/* プリセットボタン */
.dt-preset-btn {
    align-items: center;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 11px;
    margin-bottom: 5px;
    padding: 7px 10px;
    transition: background 0.15s, border-color 0.15s;
    width: 100%;
}
.dt-preset-btn:hover, .dt-preset-btn.active {
    background: var(--dt-accent, #c8102e);
    border-color: var(--dt-accent, #c8102e);
}
.dt-swatch {
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin-right: 8px;
    width: 10px;
    flex-shrink: 0;
}

/* カラーピッカー行 */
.dt-color-row {
    align-items: center;
    display: flex;
    gap: 8px;
    margin-bottom: 6px;
}
.dt-color-row label {
    color: rgba(255,255,255,0.6);
    flex: 1;
    font-size: 10px;
}
.dt-color-row input[type=color] {
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 4px;
    cursor: pointer;
    height: 24px;
    padding: 1px;
    width: 36px;
    background: transparent;
}

/* セレクト / ラジオグループ */
.dt-select {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 4px;
    color: #fff;
    font-size: 11px;
    padding: 5px 8px;
    width: 100%;
    margin-bottom: 6px;
}
.dt-btn-group {
    display: grid;
    gap: 4px;
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 8px;
}
.dt-btn-group.cols3 { grid-template-columns: repeat(3, 1fr); }
.dt-btn-group.cols2 { grid-template-columns: repeat(2, 1fr); }
.dt-col-btn {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 4px;
    color: rgba(255,255,255,0.7);
    cursor: pointer;
    font-size: 10px;
    font-weight: 600;
    padding: 5px 2px;
    text-align: center;
    transition: all 0.15s;
}
.dt-col-btn:hover, .dt-col-btn.active {
    background: var(--dt-accent, #c8102e);
    border-color: var(--dt-accent, #c8102e);
    color: #fff;
}

/* カードプレビュー選択 */
.dt-card-opts {
    display: grid;
    gap: 6px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 8px;
}
.dt-card-opt {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    padding-bottom: 8px;
    transition: border-color 0.15s;
}
.dt-card-opt.active { border-color: var(--dt-accent, #c8102e); }
.dt-card-opt .preview {
    background: rgba(255,255,255,0.1);
    display: block;
    height: 40px;
    margin-bottom: 5px;
    width: 100%;
    position: relative;
}
.dt-card-opt .preview::after {
    background: rgba(255,255,255,0.2);
    bottom: 0;
    content: '';
    height: 12px;
    left: 0;
    position: absolute;
    width: 100%;
}
.dt-card-opt[data-ratio="3/4"] .preview { height: 54px; }
.dt-card-opt span {
    color: rgba(255,255,255,0.6);
    display: block;
    font-size: 9px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
}
.dt-card-opt.active span { color: #fff; }

/* トグルスイッチ */
.dt-toggle-row {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
}
.dt-toggle-row label:first-child {
    color: rgba(255,255,255,0.7);
    flex: 1;
    font-size: 11px;
}
.dt-toggle {
    appearance: none;
    background: rgba(255,255,255,0.15);
    border-radius: 10px;
    cursor: pointer;
    height: 18px;
    outline: none;
    position: relative;
    transition: background 0.2s;
    width: 32px;
    flex-shrink: 0;
}
.dt-toggle::before {
    background: #fff;
    border-radius: 50%;
    content: '';
    height: 14px;
    left: 2px;
    position: absolute;
    top: 2px;
    transition: transform 0.2s;
    width: 14px;
}
.dt-toggle:checked { background: var(--dt-accent, #c8102e); }
.dt-toggle:checked::before { transform: translateX(14px); }
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 8000;
    transition: transform 0.3s, opacity 0.3s;
}

body {
    background-color: var(--dt-body-bg);
    font-family: 'Noto Sans JP', Lato, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: var(--dt-text);
}

body.shop .wrapper {
    margin: 0 auto 60px;
    padding: 0 10px;
}

@media(min-width: 769px) {
    body.shop .wrapper {
        width: 960px;
    }
}

/* コンテンツエリアに上部余白を追加 */
body.shop #mainContent,
body.shop .main,
body.shop .itemList {
    padding-top: 24px;
}

body.shop #mainHeader {
    background-color: var(--dt-header-bg);
    box-shadow: 0 2px 8px rgba(0,0,0,0.35);
    left: 0;
    margin: 0 auto 0;
    padding: 0;
    position: sticky;
    top: calc(var(--information-banner-height, 0px));
    width: 100%;
    z-index: 1000;
}

body.shop #shopHeader {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}


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

body.shop #shopHeader h1 {
    display: block;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0;
    padding: 14px 0;
    text-align: left;
}

body.shop #shopHeader h1 a {
    color: var(--dt-header-text);
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

body.shop #shopHeader h1 img {
    width: auto;
    max-width: 200px;
    object-fit: contain;
    vertical-align: middle;
    /* filter は使わない: webpロゴは既に白抜き + 赤スパーク色を保持 */
}

body.shop #shopHeader nav {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin: 0;
    border: none;
}

body.shop #shopHeader nav ul {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
    justify-content: flex-end;
    width: auto;
    /* BASEメニュー（カート・テントアイコン）は right:25px z-index:2002 で固定表示 */
    /* 右端との重なりを避けるため padding-right で余白を確保 */
    padding-right: 130px;
}

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

body.shop #shopHeader nav ul li a {
    color: var(--dt-header-text);
    display: block;
    padding: 22px 18px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: background-color 0.2s, color 0.2s;
    white-space: nowrap;
}

body.shop #shopHeader nav ul li a:hover,
body.shop #shopHeader nav ul li a:focus {
    background-color: var(--dt-accent);
    color: #fff;
}

body.shop #shopHeader nav ul li.itemSearch {
    width: auto;
    padding: 0;
}

body.shop #shopHeader nav ul li.itemSearch form {
    box-sizing: border-box;
    border: none;
    display: flex;
    align-items: center;
    padding: 0;
    position: relative;
    width: auto;
    height: auto;
    margin-left: 8px;
}

body.shop #shopHeader nav ul li.itemSearch form input {
    background-color: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 36px;
    padding: 0 36px 0 12px;
    position: static;
    transition: background-color 0.2s;
    width: 160px;
}

body.shop #shopHeader nav ul li.itemSearch form input::placeholder {
    color: rgba(255,255,255,0.55);
}

body.shop #shopHeader nav ul li.itemSearch form input:focus {
    background-color: rgba(255,255,255,0.22);
    outline: none;
}

body.shop #shopHeader nav ul li.itemSearch form .itemSearch__btn {
    background-color: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    padding: 0;
}

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

/* ===== ハンバーガーメニュー（モバイル） ===== */
.dt-hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px 0;
    flex-direction: column;
    gap: 5px;
    margin-left: 16px;
}
.dt-hamburger span {
    background: #fff;
    border-radius: 2px;
    display: block;
    height: 2px;
    transition: all 0.3s;
    width: 24px;
}
.dt-hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.dt-hamburger.active span:nth-child(2) { opacity: 0; }
.dt-hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media(max-width: 998px) {

	#baseMenu {
    	right: 70px;
	    top: calc(var(--information-banner-height, 0px) + 35px);
	}

    body.shop #shopHeader {
        /* BASEメニュー（テント＋カート）は right:25px 固定 約110px幅
           ハンバーガーボタンが右端に来るため、右側に余白を確保 */
        padding: 0 25px 0 16px;
        flex-wrap: wrap;
    }

    body.shop #shopHeader h1 {
        font-size: 16px;
        padding: 12px 0;
    }

    .dt-hamburger {
        display: flex;
    }

    body.shop #shopHeader nav {
        display: none;
        width: 100%;
        order: 3;
        border-top: 1px solid rgba(255,255,255,0.1);
    }

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

    body.shop #shopHeader nav ul {
        flex-direction: column;
        align-items: stretch;
        padding-right: 0; /* モバイルはドロワー表示なので不要 */
    }

    body.shop #shopHeader nav ul li {
        width: 100%;
    }

    body.shop #shopHeader nav ul li a {
        padding: 14px 20px;
        text-align: left;
        border-bottom: 1px solid rgba(255,255,255,0.06);
    }

    body.shop #shopHeader nav ul li.itemSearch {
        padding: 10px 16px;
    }

    body.shop #shopHeader nav ul li.itemSearch form {
        width: 100%;
        margin-left: 0;
    }

    body.shop #shopHeader nav ul li.itemSearch form input {
        width: 100%;
    }
}

.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;
    }

}

body.shop #mainFooter {
    background-color: var(--dt-footer-bg);
    color: var(--dt-footer-text);
    font-size: 12px;
    font-weight: normal;
    margin: 60px 0 0;
    padding: 40px 20px 24px;
    width: 100%;
    box-sizing: border-box;
}

.dt-footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
    max-width: 1200px;
}

body.shop #mainFooter .footerMenu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
}

body.shop #mainFooter .footerMenu ul li {
    color: var(--dt-footer-text);
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6;
    margin: 0;
    text-align: center;
    width: auto;
}

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

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

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

.footerNav {
    color: var(--dt-footer-text) !important;
    text-decoration: none;
    transition: color 0.2s;
    letter-spacing: 0.5px;
}

.footerNav:hover {
    color: #fff !important;
    text-decoration: underline;
}

.dt-footer-divider {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.12);
    margin: 0;
    width: 100%;
}

.dt-footer-copyright {
    color: rgba(255,255,255,0.45);
    font-size: 11px;
    letter-spacing: 0.5px;
    text-align: center;
}

@media(min-width: 769px) {
    body.shop #mainFooter .footerMenu ul {
        flex-wrap: nowrap;
    }
}

.pinnedBlog {
    padding: 0 0 34px;
}

.pinnedBlog .pinnedBlog_title {
    font-size: 12px;
    text-align: center;
}

.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;
}

/* ========================================
   商品グリッド（CSS Grid・可変列数）
======================================== */
body#shopTopPage .itemList {
    box-sizing: border-box;
    display: grid;
    gap: var(--dt-grid-gap, 16px);
    grid-template-columns: repeat(var(--dt-sp-cols, 2), 1fr);
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 16px;
    width: 100%;
}

@media(min-width: 769px) {
    body#shopTopPage .itemList {
        grid-template-columns: repeat(var(--dt-pc-cols, 4), 1fr);
        padding: 0 24px;
    }
}

/* --- カード共通 --- */
body#shopTopPage .item {
    background: var(--dt-card-bg, #fff);
    border-radius: var(--dt-card-radius, 4px);
    box-shadow: var(--dt-card-shadow);
    box-sizing: border-box;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}
body#shopTopPage .item:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.13);
    transform: translateY(-2px);
}

/* --- 画像エリア --- */
body#shopTopPage .item .itemImg {
    aspect-ratio: var(--dt-img-ratio, 1 / 1);
    line-height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
body#shopTopPage .item .itemImg img {
    height: 100%;
    object-fit: var(--dt-img-fit, cover);
    transition: transform 0.35s;
    width: 100%;
}
body#shopTopPage .item:hover .itemImg img {
    transform: scale(1.04);
}

/* フレームあり */
body.dt-frame .item .itemImg {
    border: 1px solid var(--dt-border, #e0e0e0);
}

/* --- テキスト --- */
body#shopTopPage .item .itemTitle {
    margin: 0;
    padding: 10px 10px 2px;
    text-align: left;
}
body#shopTopPage .item .itemTitle h2 {
    color: var(--dt-text, #2c2c2c);
    font-size: var(--dt-font-item-title, 13px);
    font-weight: 500;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
body#shopTopPage .item .itemDetail {
    padding: 2px 10px 12px;
    text-align: left;
}
body#shopTopPage .item .itemPrice {
    color: var(--dt-text, #2c2c2c);
    font-size: var(--dt-font-item-price, 12px);
    font-weight: 500;
}
body#shopTopPage .item a {
    color: var(--dt-text, #2c2c2c);
    display: block;
}
body#shopTopPage .item a:hover {
    color: var(--dt-accent);
}

body#shopTopPage .item a .itemTitle h2 {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 2px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body#shopTopPage .item .itemImg {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    margin: auto;
    overflow: hidden;
    padding: 1px;
    vertical-align: middle;
}

body#shopTopPage .item:hover .itemImg {
    border: 1px solid var(--dt-accent);
    padding: 0;
}

body#shopTopPage .item:hover a {
    color: var(--dt-accent);
}

body#shopTopPage .item .itemImg a {
    display: block;
    position: relative;
}

body#shopTopPage .item .itemImg a::before {
    content: '';
    display: block;
    padding-top: 100%;
}

body#shopTopPage .item .itemImg img.image-resize {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


body#shopTopPage .item .itemImg a .soldout_cover {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.9);
    bottom: 0;
    filter: alpha(opacity=80);
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    zoom: 1;
}

body#shopTopPage .item .itemImg a .soldout_cover p {
    color: #ed4242;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

body#shopTopPage .item .itemDetail .itemPrice {
    font-size: 10px;
    letter-spacing: 1px;
    text-align: center;
}

body#shopTopPage .item .itemDetail .discountPrice {
    color: #e75c5c;
    margin: 0;
}

body#shopTopPage .item .itemDetail .discountPrice__ratio {
    border: 1px solid #e75c5c;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    line-height: 18px;
    margin-right: 5px;
    padding: 0 5px;
}

body#shopTopPage .item .itemDetail .discountPrice__calcPrice {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.8;
    white-space: nowrap;
}
body#shopTopPage .item .comingSoon {
    color: #11beae;
    font-size: 14px;
    margin-top: 8px;
}
body#shopTopPage .item .preOrder, body#shopTopPage .item .lottery, body#shopTopPage .item .takeout, body#shopTopPage .item .community {
    border: 1px solid #252525;
    border-radius: 2px;
    color: #252525;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 6px;
    margin-top: 6px;
}

body#shopTopPage .item .community {
    background-color: #f2bb31;
    border: 1px solid #f2bb31;
    color: #fff;
}

body#shopDetailPage #mainContent {
    background-color: var(--dt-card-bg, #fff);
    border-radius: var(--dt-card-radius, 4px);
    box-shadow: var(--dt-card-shadow, 0 1px 4px rgba(0,0,0,0.08));
    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;
}

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 {
    border-bottom: dotted 1px #000;
    border-top: dotted 1px #000;
    box-sizing: border-box;
}

body#shopDetailPage header h1.itemTitle {
    color: #3c3c3c;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 32px;
}

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 {
    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;
}

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

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%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: #000;
    font-size: 14px;
    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: #262626;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 30px 0;
    text-align: left;
}

body#shopDetailPage .itemPrice .discountPrice__default {
    color: #666;
    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: 25px;
}

body#shopDetailPage .purchase .itemPrice_soldout h2 {
    display: block;
    margin: 0;
    text-decoration: line-through;
}

body#shopDetailPage .purchase .itemPrice_soldout > span {
    color: #ed4242;
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
}

body#shopDetailPage .purchase .comingSoon {
    color: #11beae;
    font-size: 19px;
    margin: 0 0 20px;
}

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: 25px;
}

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: 60px 7px 24px 0;
}

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: var(--dt-accent);
    border: none;
    border-radius: var(--dt-btn-radius, 3px);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    outline: none;
    padding: 16px 0;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.2s;
    width: 100%;
    border-radius: 3px;
}

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;
}

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


@media(min-width: 769px) {
    body#shopDetailPage #mainContent {
        padding: 80px 65px;
        width: 830px;
    }

    body#shopDetailPage #mainContent .item {
        float: left;
        position: relative;
        width: 493px;
    }

    body#shopDetailPage #mainContent .purchase {
        margin: 0 0 0 520px;
        width: 280px;
    }

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

    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;
    }
}

#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;
}

.main {
    background: #fff;
    height: auto;
    margin: 0 auto;
    text-align: left;
    width: 960px;
}

.main #about {
    color: #535353;
    margin: 0 auto;
    padding: 85px 0;
    width: 820px;
}

.main #about h2 {
    color: #000;
    font-size: 18px;
    letter-spacing: 3px;
    margin-bottom: 24px;
    text-align: left;
    text-transform: uppercase;
}

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

.main #about h3 {
    font-size: 28px;
}

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

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

.main #about .social > ul {
    display: inline-block;
}

.main #about .social ul li {
    float: left;
    margin-right: 15px;
}

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

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;
}

.inquirySection {
    padding: 60px;
}

.inquirySection h1 {
    color: #1a1a1a;
    font-size: 35px;
    letter-spacing: 3px;
    line-height: 35px;
    margin: 0 0 20px;
    text-align: left;
    text-transform: uppercase;
}

.inquirySection p {
    color: #000;
    font-size: 13px;
    line-height: 13px;
    text-align: left;
}

.inquirySection form {
    width: 100%;
}

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

.inquirySection dl {
    text-align: left;
}

.inquirySection dl dt {
    color: #000;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
}

.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: 1px solid #c4c4c4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    width: 100%;
}

.inquirySection dl dd textarea {
    box-sizing: border-box;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    height: 135px;
    padding: 10px;
    width: 100%;
}

@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: var(--dt-accent, #c8102e);
    border: none;
    color: #fff;
    display: inherit;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 55px auto 0;
    padding: 14px 0;
    border-radius: 3px;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    width: 290px;
}

.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: var(--dt-accent, #c8102e);
    color: #fff;
    display: block;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 35px auto 0;
    padding: 14px 0;
    border-radius: 3px;
    text-align: center;
    transition-duration: 0.2s;
    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;
    }
}
