@charset "UTF-8";

/* CSS Document */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
    min-width: 0;
}
/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-tap-highlight-color: transparent;
    /* 3*/
    font-size: 100%;
}
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}
/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}
/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}
/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* Lists (definition) */
/* ============================================ */
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}
address {
    font-style: inherit;
}
/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    text-decoration: underline dotted;
    /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
    vertical-align: bottom;
}
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    /* 1 */
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit;
    /* 2 */
}
/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
    cursor: default;
}
/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
    outline: auto;
}
select:disabled {
    opacity: inherit;
}
/**
 * Remove padding
 */
option {
    padding: 0;
}
/**
 * Reset to invisible
 */
fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}
legend {
    padding: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/**
 * Correct the outline style in Safari.
 */
[type="search"] {
    outline-offset: -2px;
    /* 1 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}
/**
 * Fix appearance for Firefox
 */
[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}
/**
 * Clickable labels
 */
label[for] {
    cursor: pointer;
}
/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}
/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
    outline: auto;
}
/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
    border-color: inherit;
    /* 1 */
    border-collapse: collapse;
}
caption {
    text-align: left;
}
td,
th {
    vertical-align: top;
    padding: 0;
}
th {
    text-align: left;
    font-weight: bold;
}
/* ここからオリジナルCSS */
/* 共通部分 */
body {
    margin: 0;
    /* Google Fonts */
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7;
}
#contents {
    max-width: 1100px;
    padding-top: 72px;
    padding-right: 12px;
    padding-left: 12px;
    margin: 0 auto;
}
#contents.brand-header-displayed {
    padding-top: 140px;
}
h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    padding: 16px 0;
}
img {
    max-width: 100%;
}
/* ランキングのバッジを非表示 */
.badge {
    display: none;
}
#main-column .newItem,
#main-column .ranking,
#main-column .pickup {
    padding: 20px 0;
}
/* 商品の一覧表示 */
.column-set {
    display: grid;
    gap: 20px 10px;
    grid-template-columns: repeat(3, 1fr);
}
#itemList .column-set {
    grid-template-columns: repeat(2, 1fr);
}
/* 商品画像 */
.column-set img {
    aspect-ratio: 1/1;
    object-fit: cover;
    border: 1px solid #efefef;
}
/* 商品名（トップ、商品一覧共通） */
.column-set h3,
#itemList h2 {
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 3px 0;
}
/* 商品価格 */
.column-set .column4 p,
.column-set .column4 span,
.column-set .column5 p,
.column-set .column5 span {
    font-size: .75rem;
    color: #000;
}
.column-set p.fx_price,
.column-set .column4 span.selling_price_str {
    display: none;
}
.column-set .column4 span.special_price_str {
    display: block;
    color: #ec6d7b;
    font-weight: 600;
    margin-top: .25rem;
}
.column-set span.selling_price {
    font-size: 1.25rem;
    font-weight: 500;
}
.column-set span.taxin {
    font-size: .75rem;
    padding-left: .25rem;
}
.column-set p.inner-catch {
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.5;
    padding-top: .75rem;
    /* 本反映では消す */
    display: none;
}
/* ニュース一覧 */
#main-column .news {
    padding: 20px 0 40px;
}
.news-box {
    padding: 10px 0 12px;
    border-bottom: solid 1px #b3b3b3;
}
.news-box a {
    display: flex;
    flex-direction: column;
    font-weight: 500;
}
.news-box time,
#JournalList article .state_l ul li.date {
    font-size: .75rem;
    font-weight: 500;
    color: #777777;
    padding-left: 2px;
}
/* ヘッダー */
.shop_header_block {
    position: fixed;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    transition: box-shadow 0.3s ease;
}
.shop_header_block.scrolled {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.header_contents {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 70px;
}
.shop_logo {
    position: absolute;
    left: 50%;
    transform: translateX(-60%);
}
.shop_logo img {
    width: 156px;
}
.header_nav {
    display: flex;
    position: absolute;
    right: 10px;
}
.header_nav .item .icon {
    width: 40px;
    height: 40px;
}
.header_nav .item .title {
    display: none;
}
.header_nav .mypage {
    display: none;
}
/* サーチボタン */
.shop_header_block .search_btn {
    position: relative;
}
.shop_header_block .search_btn a {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
/* 検索窓のポップアップ */
#header_search_form {
    display: none;
    width: 300px;
    position: absolute;
    right: 10px;
    top: 60px;
    border: solid 1px #CCC;
    background: #FFF;
    z-index: 1000;
    line-height: 100%;
    text-align: left;
}
#header_search_form input[type="text"] {
    width: 90% !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none !important;
    height: 35px !important;
    padding: 5px !important;
}
#header_search_form button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 35px !important;
    width: 55px !important;
    border: 0;
    text-align: center;
    display: block;
    outline: none;
    color: #FFF;
}
/* ドロワーメニューのボタン */
#side-open-btn {
    background: transparent;
    border-radius: 0px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 35px;
    left: 10px;
    transform: translateY(-50%);
    white-space: nowrap;
    transition: .5s;
    z-index: 10000;
}
#side-open-btn span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    border-radius: 1px;
    margin: auto;
    transform: translateX(-50%);
    background: #3b3b3b;
    transition: .2s;
}
#side-open-btn span::before,
#side-open-btn span::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 2px;
    border-radius: 1px;
    background: #3b3b3b;
    transition: .3s;
}
#side-open-btn span::before {
    margin-top: -10px;
}
#side-open-btn span::after {
    margin-top: 8px;
}
#side-open-btn.sidebar-open {
    left: 80%;
}
#side-open-btn.sidebar-open span {
    background: transparent;
}
#side-open-btn.sidebar-open span::before,
#side-open-btn.sidebar-open span::after {
    background: #ffffff;
    margin-top: 0;
}
#side-open-btn.sidebar-open span::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#side-open-btn.sidebar-open span::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
/* フッター */
footer,
#cart-footer {
    background-color: #efefef;
}
.shop_footer_block {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 30px;
}
.shop_info,
.cal_container,
.footer_nav {
    padding-left: 20px;
    padding-right: 20px;
}
.shop_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
.footer_logo img {
    width: 200px;
    transform: translateX(-3%);
}
.social_links {
    display: none;
    justify-content: center;
    align-items: center;
    gap: 32px;
}
.social_links a {
    display: block;
    width: 32px;
    height: 32px;
    background-size: cover;
}
/* 本番環境での記述 */
.social_links a.fb_link {
    background-image: url(../../../../assets/logos/Facebook_Logo_Primary.svg);
}
.social_links a.ig_link {
    background-image: url(../../../../assets/logos/Instagram_Glyph_Gradient.png);
}
@supports (background-image: url("image.webp")) {
    .social_links a.ig_link {
        background-image: url(../../../../assets/logos/Instagram_Glyph_Gradient.webp);
    }
}
.social_links a.x_link {
    background-image: url(../../../../assets/logos/X_logo-black.svg);
}
.openhour {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
/* カレンダー */
.calendar {
    position: relative;
    height: 286px;
    background-color: #FFF;
    margin: 0 auto;
    padding: 12px 16px;
    max-width: 450px;
}
.cal_wrapper th {
    position: relative;
    padding-bottom: 6px;
    border-bottom: solid 1px #b3b3b3;
}
p.month {
    font-weight: 600;
    text-align: center;
}
input.prev,
input.next,
input.prev-hide {
    position: absolute;
    top: .6rem;
    bottom: 0;
    /* margin: auto 0; */
}
input.prev,
input.next {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    line-height: 1;
    width: 9px;
    height: 9px;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
}
input.prev,
input.prev-hide {
    left: 0;
    transform: translateX(25%) rotate(-135deg);
}
input.next {
    right: 0;
    transform: translateX(-25%) rotate(45deg);
}
table.cal {
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
}
table.cal tr {
    margin-bottom: 2px;
}
tr.headline td {
    padding: 3px 0;
}
tr.headline td:first-child,
tr.headline td:last-child {
    color: #ec6d7b
}
table.cal td {
    text-align: center;
    font-size: .75rem;
}
table.cal td div {
    padding: 3px 0;
}
.ccolor1 {
    color: #FFF;
}
.cap {
    position: absolute;
    bottom: 12px;
}
li.cap_txt {
    padding: 2px;
    font-size: .75rem;
}
li.cap_txt span {
    margin-right: 4px;
}
/* フッターナビゲーション */
.footer_nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 18px;
    font-weight: 400;
    color: #fff;
    background-color: #3b3b3b;
    padding-top: 24px;
    padding-bottom: 12px;
}
.footer_nav li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_nav li a {
    display: inline-block;
    width: 100%;
}
/* ナビゲーションリンクの＞・フッターとサイドバー共通 */
li.inner_link::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 8px;
    height: 8px;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
}
.footer_nav li.inner_link::after {
    color: #fff;
    margin-top: 3px;
}
/* コピーライト */
.shop_footer_bottom_block {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3b3b3b;
    text-align: center;
    color: #FFF;
    height: 50px;
}
#flick a,
#flick img,
#brands a,
#brands img {
    -webkit-user-drag: none;
    /* Safariや古いブラウザ対策 */
    user-select: none;
    /* テキストの選択禁止（すべてのブラウザで有効） */
}
.top_slider_block {
    padding-top: 72px;
    display: none;
}
.top_slider_block li {
    position: relative;
    border-radius: 16px;
    max-width: 100%;
    font-size: 3rem;
    margin: 0 8px;
    width: 80vw;
    aspect-ratio: 4/5;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #efefef;
}
.top_slider_block li a {
    display: inline-block;
    position: relative;
}
.top_slider_block li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    z-index: 1;
    pointer-events: none;
    /* オーバーレイがクリックを邪魔しないように */
}
.top_slider_block li.no-shadow a::after {
    display: none;
}
.top_slider_block li a img {
    max-width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
}
.top_slider_block li p {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    /* ::after より上に */
    color: #FFF;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
    padding: 16px 20px;
    transform: translateZ(0);
    /* 新しい合成レイヤーとして分離 */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* 長期休業のお知らせヘッダー */
#holiday-notice a {
    display: block;
    font-size: .75rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background: #ec6d7b;
    padding: .5rem 1rem;
}
#holiday-notice a:hover {
    background: #d95a67;
}
/* ブランドヘッダー */
#brand-header {
    display: none;
}
#brand-header[class] {
    display: flex;
}
#brand-header a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 70px;
    background-origin: content-box;
    background-repeat: no-repeat;
    background-position: center;
    text-decoration: none;
}
#brand-header.marines a {
    background-color: #f1f1f1;
    background-image: url(../../../../assets/logos/marican_kari_2tone.svg);
    background-size: auto 100%;
    padding: .6rem;
}
#brand-header.cjets a {
    background-color: #c8191e;
    background-image: url(../../../../assets/logos/chibajets_logo03_rp.svg);
    background-size: 137px auto;
    background-position: 48% center;
}
#brand-header.cjets a::after {
    content: "";
    content: "\00a9 CHIBAJETS FUNABASHI";
    color: #fff;
    font-size: .5rem;
    position: absolute;
    right: .5rem;
    bottom: .25rem;
}
/* #brand-header a {    display: flex;    justify-content: center;    align-items: center;    width: 100%;    height: auto;    height: 100%;    padding: 1rem;    background-origin: content-box;    background-repeat: no-repeat;    background-position: center;    text-decoration: none;} */
/* #brand-header.cjets a {    height: 2rem;    background-color: #c8191e;    background-image: url(../../../../assets/logos/chibajets_logo03_rp.svg);} */
/* #brand-header.cjets {    display: flex;    justify-content: center;    align-items: center;    height: auto;}#brand-header.cjets a {    position: relative;    background-color: #c8191e;    background-image: url(../../../../assets/logos/chibajets_logo03_rp.svg);    background-position: 48% 54%;    background-size: 137px auto;}#brand-header.cjets a::after {    content: "\00a9 CHIBAJETS FUNABASHI";    color: #fff;    font-size: .5rem;    position: absolute;    right: .5rem;    bottom: .25rem;}#brand-header.marines {    background: #bf1845;    display: flex;    justify-content: center;    align-items: center;}#brand-header.marines a {    background-color: #f1f1f1;    background-image: url(../../../../assets/logos/marican_kari_2tone.svg);    background-size: auto 100%;} */
/* #brand-header.cjets {    display: flex;    justify-content: center;    align-items: center;}#brand-header.cjets a {    background-color: #c8191e;    background-image: url(../../../../assets/logos/chibajets_logo03_rp.svg);    background-position: 48% 54%;    background-size: 140px auto;    gap: .75rem;} */
/* チームロゴ使用版 */
/* #brand-header.cjets a::before {    content: "";    display: block;    width: auto;    height: 65%;    aspect-ratio: 4/1;    background-image: url(../../../../assets/logos/chibajets_logo03_rp.svg);    background-origin: content-box;    background-size: auto 100%;    background-repeat: no-repeat;    background-position: center;}#brand-header.cjets a::after {    content: "応炎グッズ";    color: #dee1e1;    font-size: 1.25rem;    font-weight: 600;} */
/* ロゴ無しテキストのみ版 */
/* #brand-header.cjets a::after {    content: "千葉ジェッツ応炎グッズ";    color: #fff;    font-size: 1.25rem;    font-weight: 600;} */
/* トップバナーブロック＝ブランドカルーセル */
.top_banner_block {
    position: relative;
    background-color: #efefef;
    padding: 8px 0 16px;
    display: none;
}
.top_banner_block h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    padding: 20px 0;
}
.top_banner_block .brands_container {
    position: relative;
    padding: 0 20px;
}
.top_banner_block li {
    position: relative;
    max-width: 100%;
    margin: 0 6px;
    width: 38vw;
    /* aspect-ratio: 4/5; */
    box-sizing: border-box;
    overflow: hidden;
    background-color: #efefef;
}
.top_banner_block li a img {
    max-width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
}
.top_banner_block li a p {
    font-weight: 500;
    padding: 0 3px;
}
.brandlist_link {
    text-align: center;
    padding: 20px 0;
}
.brandlist_link a {
    display: inline-block;
    color: #fff;
    background-color: #3b3b3b;
    font-weight: 500;
    line-height: 1;
    padding: 8px 28px;
    border-radius: 16px;
}
/* サイドバー */
#sub-column {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    transition: 0.5s;
    z-index: 300;
    width: 0;
    /* 初期状態：閉じている */
    visibility: hidden;
    /* 初期状態：非表示（FOUC対策） */
}
/* サイドバーを開いた状態 */
#sub-column.sidebar-open {
    width: 80%;
    visibility: visible;
}
/* サイドバーを閉じた状態（visibleにしてアニメーション対応） */
#sub-column.sidebar-closed {
    width: 0;
    visibility: hidden;
    /* ←ここをhiddenに統一（見えない状態に確実に） */
}
/* サイドバーの背景を暗くする */
#wrapper.sidebar-open::before {
    background: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200;
}
/* テキストの折り返しを防ぐ */
#sub-column a,
#sub-column .accordion_header,
#sub-column li,
#sub-column button,
#sub-column input,
#sub-column span {
    white-space: nowrap;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* 必要なら「…」で省略表示 */
}
#sub-column .side_nav {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 10px 12px;
}
/* サイドバーのカレンダーは非表示 */
#subc_calendar {
    display: none;
}
/* マイページ・カート・検索ボタン */
.side_btn_block {
    padding: 16px 0;
}
.side_btn_block ul {
    display: flex;
    gap: 6px;
}
.side_btn_block li {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    border: solid 2px #ec6d7b;
    border-radius: 10rem;
    font-weight: 500;
}
.side_btn_block li.mypage {
    color: #fff;
    background-color: #ec6d7b;
}
.side_btn_block li.cart {
    color: #ec6d7b;
}
.side_btn_block li a {
    display: block;
    width: 100%;
    line-height: 1;
    padding: .5rem;
}
/* 検索フォーム */
.side_search_block form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
    font-size: .75rem;
    width: 100%;
    padding: 4px;
    border-bottom: solid 1px #b3b3b3;
}
.side_search_block .keyword {
    width: 100%;
}
.side_search_block button {
    width: 30px;
    height: 30px;
}
/* サイドバーのアコーディオン */
.accordion_one {
    margin: 0 auto;
    border-bottom: solid 1px #efefef;
}
.accordion_one .accordion_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    padding: 14px 10px;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.5s;
}
.accordion_header .icon-plus {
    position: relative;
    width: 18px;
    height: 18px;
}
.accordion_header .icon-plus::before,
.accordion_header .icon-plus::after {
    content: '';
    position: absolute;
    background-color: #000;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
/* 横棒 */
.accordion_header .icon-plus::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
}
/* 縦棒 */
.accordion_header .icon-plus::after {
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    transform: translateX(-50%) rotate(0deg);
    transform-origin: center;
}
/* アクティブ時：縦棒を90度回転させて横棒に重ねて見えなくする */
.accordion_header.open .icon-plus::after {
    transform: translateX(-50%) rotate(90deg);
    opacity: 0;
}
.accordion_one .accordion_header:hover {
    opacity: .8;
}
.accordion_one .accordion_inner {
    display: none;
    padding: 0 0 16px 12px;
}
.accordion_inner ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    /* margin: 0; */
    padding-left: 12px;
    border-left: solid 1px #efefef;
}
.accordion_inner li {
    font-size: .75rem;
    font-weight: 400;
    line-height: 1;
}
/* サイドバーのリンク */
.side_nav .sidebar_links {
    display: flex;
    flex-direction: column;
    padding: 0 8px;
}
.side_nav .sidebar_links li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .75rem;
}
.side_nav .sidebar_links li a {
    display: inline-block;
    width: 100%;
    padding: 6px 0;
}
.side_nav .sidebar_links li.inner_link::after {
    color: #000;
}
/* 商品一覧と商品詳細のパンくずリスト */
#bread-crumb {
    position: relative;
    font-size: .75rem;
    color: #333;
    padding: 0 .25rem;
    margin: .5rem 0;
}
/* 商品詳細ページのパンくずTOPのみ */
#Detail #bread-crumb-listTop {
    position: absolute;
}
.bread-crumb-listCate {
    padding-left: 2rem;
}
#bread-crumb-listTop ol,
.bread-crumb-listCate ol {
    display: flex;
    flex-wrap: wrap;
    column-gap: .5rem;
}
#bread-crumb-listTop li,
.bread-crumb-listCate li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: .5rem;
    white-space: nowrap;
}
#bread-crumb-listTop li:nth-child(n+2)::before,
.bread-crumb-listCate li::before {
    content: "";
    height: 11px;
    width: 1px;
    margin-top: 2px;
    background-color: #c4c4c6;
    transform: rotate(30deg);
}
/* 商品一覧（カテゴリ）ページ */
#itemList h1 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: .5rem;
}
/* 上部のソート機能関連 */
#pager-top,
#pager-bm {
    font-size: .75rem;
    /*  */
}
#pager-top select#TypeKey,
#pager-top .quantity,
#pager-top .pagerlist {
    display: none;
}
#itemList_wrap form[name="ITEMLIST"] {
    margin-top: .5rem;
}
.selectbox {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.selectbox select {
    width: auto;
    height: 1.5rem;
    padding: 0 .75rem;
    margin-right: .5rem;
    border: solid 1px #c4c4c6;
    border-radius: .75rem;
}
/* 商品一覧のお気に入りボタンの配置 */
#itemList .column4 {
    display: flex;
    flex-direction: column;
    position: relative;
}
#itemList .column4 .itemThumb-wrap {
    order: 1;
}
#itemList .column4 h2,
#itemList .column4 p {
    order: 3;
}
#itemList .column4 h2 {
    width: calc(100% - 30px);
}
#itemList .column4 [class^="sps-wishArea"] {
    position: relative;
    order: 2;
}
#itemList .column4 [class^="sps-wishArea"] a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 6px;
    margin-right: 4px;
    cursor: pointer;
}
/* 商品一覧のお気に入りボタンをハートにする */
#itemList .sps-wishAddItem img,
#itemList .sps-wishAddItemOk img {
    display: none;
}
#itemList span.sps-wishAddItem,
#itemList span.sps-wishAddItemOk {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
}
#itemList span.sps-wishAddItem::before,
#itemList span.sps-wishAddItem::after,
#itemList span.sps-wishAddItemOk::before,
#itemList span.sps-wishAddItemOk::after {
    content: "";
    width: 50%;
    height: 80%;
    border-radius: 25px 25px 0 0;
    display: block;
    position: absolute;
}
#itemList span.sps-wishAddItem::before,
#itemList span.sps-wishAddItemOk::before {
    transform: rotate(-45deg);
    left: 14%;
}
#itemList span.sps-wishAddItem::after,
#itemList span.sps-wishAddItemOk::after {
    transform: rotate(45deg);
    right: 14%;
}
#itemList span.sps-wishAddItem::before,
#itemList span.sps-wishAddItem::after {
    background: #eee;
}
#itemList span.sps-wishAddItemOk::before,
#itemList span.sps-wishAddItemOk::after {
    background: #ec6d7b;
}
#itemList .sps-wishAddItemOk.wishBtnHidden,
#itemList .sps-wishAddItem.wishBtnHidden {
    display: none;
}
/* 在庫を確認するボタン */
#itemList .sps-itemList-stockDisp a {
    font-weight: 500;
    font-size: .75rem;
    border-radius: 5px;
    height: 1.75rem;
    display: inline-block;
    background-color: #eee;
    padding: .2rem .6rem 0;
    margin-top: .5rem;
}
#itemList .sps-itemList-stockDisp a:hover {
    color: #fff;
    background-color: #3b3b3b;
}
/* 商品一覧ページ送り */
#pager-bm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .5rem;
    padding: .75rem 0;
    margin-top: 2rem;
    border-top: solid 1px #c4c4c6;
}
#pager-bm .quantity {
    text-align: center;
}
.pagerlist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: .25rem;
}
.pagerlist a,
.pagerlist .selected {
    text-align: center;
    border-radius: 50%;
    padding-top: .1rem;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 .25rem;
}
.pagerlist a[title$="へ"] {
    position: relative;
    border-radius: .75rem;
    width: auto;
    margin: 0;
}
.pagerlist a[title^="最初"],
.pagerlist a[title^="前"] {
    padding-left: 1.2rem;
    padding-right: .5rem;
}
.pagerlist a[title^="次"],
.pagerlist a[title^="最後"] {
    padding-left: .5rem;
    padding-right: 1.2rem;
}
.pagerlist a[title^="最初"]::before,
.pagerlist a[title^="前"]::before,
.pagerlist a[title^="次"]::after,
.pagerlist a[title^="最後"]::after {
    content: "";
    position: absolute;
    top: 8px;
    width: .5rem;
    height: .5rem;
    border: solid 1px #000;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
}
.pagerlist a[title^="最初"]::before,
.pagerlist a[title^="前"]::before {
    left: .7rem;
    transform: rotate(-135deg);
}
.pagerlist a[title^="次"]::after,
.pagerlist a[title^="最後"]::after {
    right: .7rem;
    transform: rotate(45deg);
}
.pagerlist a:hover {
    background: #eee;
}
.pagerlist .selected {
    color: #fff;
    background-color: #ec6d7b;
}
/* 商品詳細ページ */
/* 商品画像（サムネイル）と選択項目のflexbox */
form.shopping_form {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
/* サムネイルスライダー関連 */
/* メインイメージの大きさの制御 */
.itemThumb-main {
    width: 100%;
}
.itemThumb-main img.mainImg {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    border: 1px solid #efefef;
}
/* サムネイルスライダー */
.itemThumb-wrapper {
    position: relative;
}
#itemDetail-cont .itemThumb {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
    position: relative;
    padding: 0.5rem 0;
}
.itemThumb::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}
#itemDetail-cont .itemThumb ul {
    display: flex;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
}
#itemDetail-cont .itemThumb li {
    width: 90px;
    scroll-snap-align: start;
    flex-shrink: 0;
    position: relative;
    border: 1px solid #efefef;
}
#itemDetail-cont .itemThumb img {
    aspect-ratio: 1/1;
    object-fit: cover;
    height: auto;
    border: none;
    cursor: pointer;
}
#itemDetail-cont .itemThumb li.overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    pointer-events: none;
}
.thumb-arrow {
    display: none;
}
/* 選択項目のボックス */
#itemDetail-cont .itemOutline {
    display: flex;
    flex-direction: column;
}
/* 新着・ランキングのアイコン */
#itemDetail-cont .itemOutline ul.ico_itemType {
    display: none;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 16px;
}
#itemDetail-cont .itemOutline ul.ico_itemType li {
    width: 32px;
}
#itemDetail-cont .itemOutline h1 {
    font-weight: 500;
}
/* 価格関連 */
#itemDetail-wrap table.price {
    border-collapse: separate;
    border-spacing: 0 .75rem;
    width: 100%;
    table-layout: auto;
    color: #000;
}
#itemDetail-wrap table.price th,
#itemDetail-wrap table.price td {
    font-size: .75rem;
    font-weight: 400;
    width: 100% !important;
}
/* 二重価格表記でない場合は「価格」を消す */
#itemDetail-wrap table.price tr:first-child:last-child th {
    display: none;
}
/* 定価の金額を左に寄せる */
#itemDetail-wrap table.price tr:first-child:not(:last-child) span {
    position: relative;
    left: -10rem;
    white-space: nowrap;
}
#itemDetail-wrap table.price tr:first-child:not(:last-child) span.taxin {
    padding-left: .25rem;
}
/* セール価格、販売価格のセルを縦積み */
#itemDetail-wrap table.price tr:last-child th,
#itemDetail-wrap table.price tr:last-child td {
    font-size: 1rem;
    font-weight: 500;
    display: block;
}
/* 価格の数字を大きく */
#itemDetail-wrap table.price tr:last-child td {
    font-size: 2rem;
    font-weight: 700;
}
/* （税込）は小さく */
#itemDetail-wrap table.price tr:last-child span.taxin {
    font-size: .75rem;
    font-weight: 600;
}
#itemDetail-wrap table.price tr.sp_price th {
    font-weight: 700;
    color: #ec6d7b;
}
/* セレクトボックス */
#itemDetail-cont .itemOutline table.spec th,
#itemDetail-cont .itemOutline table.spec td {
    display: block;
}
#itemDetail-cont .itemOutline table.spec {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 1rem;
    margin-bottom: 16px;
}
#itemDetail-cont .itemOutline table.spec th {
    font-weight: 600;
}
#itemDetail-cont .itemOutline table.spec .option_comment {
    font-size: .75rem;
}
#itemDetail-wrap table.spec select.quantity,
#itemDetail-wrap table.spec select.option_parts,
#itemDetail-wrap table.spec td input[type="text"] {
    height: 2.5rem;
    padding: 0 .5rem;
    margin-top: .5rem;
    border: solid 1px #c4c4c6;
    border-radius: 5px;
    background-color: #fff;
}
#itemDetail-wrap table.spec select.quantity,
#itemDetail-wrap table.spec select.option_parts {
    width: 100%;
}
/* 商品詳細のお気に入りボタン */
.sps-wishAddItem img {
    width: 100%;
}
/* カートボタンをテキストにする */
/* 画像は非表示ではなく透明化してクリック判定は残す */
#cartButton input[type="image"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    margin: 0;
    border: none;
    padding: 0;
}
/* ボタン全体の見た目 */
#cartButton {
    position: relative;
    /* 子要素(input)を重ねるために必要 */
    display: block;
    width: 100%;
    box-sizing: border-box;
}
/* 疑似要素でテキストボタン風に */
#cartButton::before {
    content: "カートにいれる";
    display: block;
    width: 100%;
    padding: .5rem 1rem;
    background-color: #3b3b3b;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    border-radius: 4px;
    user-select: none;
    box-sizing: border-box;
}
/* 在庫なしボタン */
.nostockTextBtn {
    display: block;
    width: 100%;
    padding: .5rem 1rem;
    background: #e3e3e3;
    color: #000;
    font-weight: 500;
    text-align: center;
    border-radius: 4px;
    font-size: 1rem;
    box-sizing: border-box;
}
/* 在庫をみるボタン */
#itemDetail-wrap .cartArea>div+div {
    position: relative;
    display: block;
    width: 100%;
}
/* 元のinput画像ボタンは非表示に */
#itemDetail-wrap .cartArea>div+div input.dialogSStock {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}
/* input.dialogSStock の親divに、ボタンの見た目を追加 */
#itemDetail-wrap .cartArea>div+div::before {
    content: "在庫を見る";
    display: inline-block;
    width: 100%;
    padding: .5rem 1rem;
    background-color: #fff;
    color: #666;
    font-size: 1rem;
    font-weight: 500;
    border: 2px solid #999;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
}
/* お気に入りボタンのテキスト化 */
#pi_cart .sps-wishAddItem img,
#pi_cart .sps-wishAddItemOk img {
    display: none;
}
/* 「お気に入りに追加」ボタン */
#pi_cart .sps-wishAddItem::before {
    content: "\2665  お気に入りに追加";
    display: block;
    width: 100%;
    color: #ec6d7b;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    padding: .5rem 1rem;
    border: 2px solid #ec6d7b;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;
}
/* 「お気に入りに追加済」ボタン */
#pi_cart .sps-wishAddItemOk::before {
    content: "\2665  お気に入りに追加済";
    display: block;
    width: 100%;
    background-color: #ec6d7b;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    padding: .5rem 1rem;
    border: 2px solid #ec6d7b;
    border-radius: 4px;
    cursor: default;
    user-select: none;
}
/* オプションの箱の余白 */
#itemDetail-wrap #spsVarpriceBox>div {
    margin: 0;
    padding: 22px 16px 16px;
}
/* クラス名に特定の文字列が含まれる場合の指定（前方一致） */
/* お気に入りボタンの上部に余白を追加 */
#pi_cart [class^="sps-wishArea"] {
    margin-top: 16px;
}
.itemOutline p.cancel {
    font-size: .75rem;
    font-weight: 400;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: .25rem;
    padding: .5rem 0;
}
.itemOutline p.cancel::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 8px;
    height: 8px;
    border: 1px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
    margin-top: 2px;
}
/* SNSシェア、お問い合わせ、メールで紹介ボタンを非表示 */
table.snsArea,
ul.infoArea {
    display: none;
}
/* 商品詳細ページのメイン紹介文 */
#estimated_shipping dl {
    display: flex;
    justify-content: flex-start;
    gap: .5rem;
}
#estimated_shipping dt {
    flex-shrink: 0;
    white-space: nowrap;
}
/* 発送予定 */
#estimated_shipping dd {
    width: 100%;
    margin-bottom: .25rem;
}
#estimated_shipping p {
    font-size: .75rem;
}
.product_info {
    display: flex;
    flex-direction: column;
}
.product_info>div {
    padding: 1.25rem 0 2rem;
}
span.sub_heading {
    display: inline-block;
    font-weight: 700;
    margin-bottom: .5rem;
}
.product_info .spec table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.product_info .spec th,
.product_info .spec td {
    font-size: .75rem;
    padding: .5rem .75rem;
    border: solid 1px #d8d8d9;
}
.product_info .spec th {
    background-color: #f5f5f5;
}
.caution p,
.caution dt,
.caution dd {
    font-size: .75rem;
}
.caution p,
.caution dd:not(:last-child) {
    margin-bottom: 1rem;
}
/* 商品詳細ページ関連商品 */
.recommend {
    padding: 1.5rem 0 2rem;
}
.recommend h2 {
    font-size: 2rem;
    padding: 0;
    margin-bottom: 1rem;
}
.product_info>div:not(:first-child),
.recommend {
    border-top: solid 1px #b3b3b3;
}
/* カートのCSS */
div#formArea {
    margin-bottom: 2rem;
}
.cart-section #contact table {
    width: 100%;
}
/* タイトル関連 */
h3.title1,
h3.title1.no2,
h4.SPS-cart-item,
h4.SPS-cart-purchase,
h4.SPS-regi-item_detail,
h4.SPS-regi-purchaser,
h4.SPS-regi-addressee,
h4.SPS-regi-paytype,
h4.SPS-regi-enq-item_detail,
.bordlayoutp3.center table.border.center tr:first-child td,
form[name="NEXT"] h4 {
    font-size: 1.25rem;
    font-weight: 700;
    text-align: left;
    margin-top: 3rem;
    margin-bottom: 1rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #000;
    display: inline-block !important;
    width: 100%;
}
form[name="NEXT"]>div {
    width: 100% !important;
}
/* カート・お問い合わせ・マイページのボタン */
.cart-section input[type="button"],
table#enter input[type="button"],
table#enter input[type="submit"],
.bordlayoutp3 table.cartItem td input[type="submit"] {
    color: #fff;
    background: #777777;
    border-radius: 4px;
    vertical-align: middle;
    width: auto !important;
    height: auto !important;
    padding: .5rem 1.5rem !important;
    transition: background 0.2s ease;
}
/* ホバー時の色変化 */
.cart-section input[type="button"]:hover,
table#enter input[type="button"]:hover,
table#enter input[type="submit"]:hover,
.bordlayoutp3 table.cartItem td input[type="submit"]:hover {
    background: #3b3b3b;
}
/* 次の画面へ遷移するボタン */
p.login-next input[value="購入手続きへ進む"],
.cart-section input.regi_next,
form[name="NEXTM"] table.border input#newMemberBtn,
form[name="NEXTM"] table.border input[value="ログイン"],
#card_info input[name=card_info_set].pmAdditionalCheck,
table#enter input[type="button"][value="ログイン"],
table#enter input[type="button"][value="ログアウト"],
table#enter input[type="button"][value="確認画面へ進む"],
table#enter input[type="button"][value="送信する"],
table#enter input[type="submit"][value="\3000 \3000 \6c7a \5b9a \3000 \3000"],
td#center3 form[name="add"] input[value="アドレスを追加する"],
td#center3 form[method="POST"] input[value="グループを作成する"],
td#center3 td.center form[method="POST"] input[value="名称変更"],
form[name="DLEDT"] input[type="submit"],
form[name="GROUP"] input[type="submit"],
table#enter input[value="変更する"],
td#center3 input.sps-my-display,
td#center3 input.sps-my-change-display,
td#center3 div.mainCont>div.layoutp3.center table td:last-child input[value="退会する"] {
    background: #ec6d7b !important;
}
/* ホバー時の色変化 */
p.login-next input[value="購入手続きへ進む"]:hover,
.cart-section input.regi_next:hover,
form[name="NEXTM"] table.border input#newMemberBtn:hover,
form[name="NEXTM"] table.border input[value="ログイン"]:hover,
#card_info input[name=card_info_set].pmAdditionalCheck:hover,
table#enter input[type="button"][value="ログイン"]:hover,
table#enter input[type="button"][value="ログアウト"]:hover,
table#enter input[type="button"][value="確認画面へ進む"]:hover,
table#enter input[type="button"][value="送信する"]:hover,
table#enter input[type="submit"][value="\3000 \3000 \6c7a \5b9a \3000 \3000"]:hover,
td#center3 form[name="add"] input[value="アドレスを追加する"]:hover,
td#center3 form[method="POST"] input[value="グループを作成する"]:hover,
td#center3 td.center form[method="POST"] input[value="名称変更"]:hover,
form[name="DLEDT"] input[type="submit"]:hover,
form[name="GROUP"] input[type="submit"]:hover,
table#enter input[value="変更する"]:hover,
td#center3 input.sps-my-display:hover,
td#center3 input.sps-my-change-display:hover,
td#center3 div.mainCont>div.layoutp3.center table td:last-child input[value="退会する"]:hover {
    background: #d95a67 !important;
}
/* 一部ボタン余白調整 */
td#center3 form[name="add"] input[value="アドレスを追加する"],
td#center3 form[method="POST"] input[value="グループを作成する"],
td#center3 td.center form[method="POST"] input[value="名称変更"],
form[name="DLEDT"] input[type="submit"],
form[name="GROUP"] input[type="submit"],
table#enter input[value="変更する"] {
    margin-right: .75rem;
}
/* カード情報を入力するOFF */
#card_info input[name=card_info_set].pmAdditionalCheck.off {
    color: #999 !important;
    background: #ccc !important;
}
/* 住所入力・お問い合わせフォームのテキスト入力 */
form[name="NEXTM"] table.border table input[type="text"],
form[name="NEXTM"] table.border table input[type="password"],
table.sps-inputTable td.backcolor2.sps-inputContent input,
table.sps-inputTable td.backcolor2.sps-inputContent select,
.layoutp3.center td input[type="text"],
.layoutp3.center td input[type="password"],
.layoutp3.center td textarea,
td#center3 form[name="list"] div select,
table.sps-inputTablePopup input[type="text"],
table.sps-inputTablePopup select,
td#center3 form[name="groupFrm"] td select,
td#center3 form[name="formgroup"] div select,
td#center3 input[name="group_name"] {
    background: #fff;
    min-height: 2.25rem !important;
    padding-left: .75rem;
    padding-right: .75rem;
    border: 1px solid #c4c4c6;
    border-radius: 4px;
}
.cart-section #contact #center1 .centerbox .mainCont .SPS-buttonArea input[type="button"] {
    margin: 0 !important;
}
.cart-section .left {
    text-align: left;
}
.cart-section .center {
    text-align: center;
}
.cart-section input.regi_back {
    margin-top: 1rem;
}
/* ご注文内容のtable */
.bordlayoutp3.center table.cartItem.border td,
table.sps-inputTable+table.border td {
    padding-top: .75rem;
    padding-bottom: .75rem;
    text-align: left;
}
.bordlayoutp3.center table.cartItem.border tr:not(:first-child) td,
table.sps-inputTable+table.border tr:not(:first-child) td {
    border-top: 1px solid #c4c4c6;
}
/* 数量、金額は右寄せ */
.bordlayoutp3.center table.cartItem.border td:nth-child(n+3),
.bordlayoutp3.center table.cartItem.border td[align="right"],
table.sps-inputTable+table.border td:nth-child(n+3) {
    text-align: right;
}
/* 商品画像の右側に余白 */
.bordlayoutp3.center table.cartItem.border tr td:nth-child(2):not(.border-none-v),
.bordlayoutp3.center table.cartItem.border tr td.border-none-v:first-child {
    padding-left: 2rem;
}
.bordlayoutp3.center table.cartItem.border tr:last-child td {
    vertical-align: middle;
    font-weight: 500;
}
.bordlayoutp3.center table.cartItem.border tr:last-child td:last-child {
    font-size: 1.5rem;
    width: 12rem;
}
/* オプション情報 */
.bordlayoutp3 table.cartItem ul.option_style li,
table.sps-inputTable+table.border ul.option_style li {
    margin-bottom: .5rem;
}
/* 商品画像の幅潰れ対策 */
.bordlayoutp3 table.cartItem tr:first-child td:first-child {
    width: 120px !important;
}
.bordlayoutp3 table.cartItem td.itemPic a img {
    width: 120px;
    height: 120px;
}
/* 数量編集・削除 */
.bordlayoutp3 table.cartItem.border td input {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
    border-radius: 4px;
}
.bordlayoutp3 table.cartItem.border td input[type="submit"] {
    padding-right: .75rem !important;
    padding-left: .75rem !important;
    margin-left: 1rem;
}
.bordlayoutp3 table.cartItem.border td input[type="text"] {
    padding-right: .5rem;
    padding-left: .5rem;
    border: 1px solid #c4c4c6;
    background: #fff;
    margin-right: .5rem;
}
/* 会員登録・ログインの案内 */
form[name="NEXTM"] .bordlayoutp3.center {
    display: flex;
    gap: .5rem;
    align-items: flex-start;
}
form[name="NEXTM"] table.border {
    background: #efefef;
    border-radius: 8px;
}
form[name="NEXTM"] table.border>tbody>tr>td {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
form[name="NEXTM"] table.border>tbody>tr:first-child>td {
    padding-top: 1.5rem !important;
}
form[name="NEXTM"] table.border>tbody>tr:last-child>td {
    padding-bottom: 1.5rem !important;
}
form[name="NEXTM"] table.border td.backcolor1.center {
    font-size: 1.25rem;
    font-weight: 500;
    padding-bottom: .5rem;
}
form[name="NEXTM"] table.border input[type="button"] {
    width: 80% !important;
}
form[name="NEXTM"] table.border table input[type="text"],
form[name="NEXTM"] table.border table input[type="password"] {
    text-align: left;
    width: 90% !important;
}
/* 会員登録していないお客様 */
form[name="NEXTM"] table.border td.backcolor2 hr {
    display: none;
}
form[name="NEXTM"] table.border td.backcolor2 p {
    font-size: .75rem;
    margin-bottom: .75rem !important;
}
form[name="NEXTM"] table.border td.backcolor2 p:first-child {
    margin-top: .5rem !important;
}
form[name="NEXTM"] table.border td.backcolor2 p:nth-of-type(2) {
    margin-top: 1.5rem !important;
}
/* 会員のお客様 */
form[name="NEXTM"] table.border table td {
    vertical-align: middle;
    padding-bottom: 1.5rem !important;
}
form[name="NEXTM"] table.border table td:first-child {
    white-space: nowrap;
}
form[name="NEXTM"] table.border td.backcolor2 a {
    font-size: .75rem !important;
    display: block;
    text-align: right;
    padding: .25rem .5rem;
}
form[name="NEXTM"] table.border td.backcolor2 a:first-of-type {
    padding-top: 1rem;
}
form[name="NEXTM"] table.border td.backcolor2 br {
    display: none;
}
/* JPRSの説明文 */
.sps-sslSticker-description {
    width: auto !important;
    margin: 0 !important;
    float: none !important;
    overflow: hidden !important;
}
/* XX様ではない場合はこちらへ */
.cart-section a#logout {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: .5rem;
    text-align: right;
    margin: 1rem 0;
}
.cart-section a#logout::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 8px;
    height: 8px;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
}
/* 購入者情報の住所入力 */
table.sps-inputTable td {
    vertical-align: top !important;
}
table.sps-inputTable td.backcolor1.sps-inputItem {
    padding-top: 1rem !important;
}
table.sps-inputTable span.sps-required {
    background: #ec6d7b;
}
table.sps-inputTable .formError .formErrorContent {
    font-size: .75rem;
    font-weight: 500;
    color: #ec6d7b;
}
table.sps-inputTable tr td:first-child.backcolor2 {
    padding-top: 1rem !important;
}
/* 住所を保存&カード情報を登録のチェックボックス */
.sps-inputTable input[type="checkbox"],
#card_save input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    margin: 0;
    cursor: pointer;
    border: 1px solid #c4c4c6;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    margin-right: .25rem;
    margin-bottom: .25rem;
}
.sps-inputTable input[type="checkbox"]:checked,
#card_save input[type="checkbox"]:checked {
    border: none;
    background-color: #ec6d78;
}
.sps-inputTable input[type="checkbox"]::after,
#card_save input[type="checkbox"]::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 7px;
    width: 6px;
    height: 12px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
    opacity: 1;
}
/* カート内のラジオボタン関連 */
#selectaddressee input[type="radio"],
#selectPayment input[type="radio"],
.bordlayoutp3 input[name="DELIVERY_MAIL"][type="radio"],
table#enter .bordlayoutp3 td input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #c4c4c6;
    border-radius: 50%;
    background: #fff;
    position: relative;
    cursor: pointer;
    vertical-align: middle !important;
}
table#enter .bordlayoutp3 td input[type="radio"] {
    margin: 0 .25rem .25rem;
}
/* すべてのラジオボタンのチェックマーク */
#selectaddressee input[type="radio"]:checked::after,
#selectPayment input[type="radio"]:checked::after,
.bordlayoutp3 input[name="DELIVERY_MAIL"][type="radio"]:checked::after,
table#enter .bordlayoutp3 td input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background-color: #ec6d78;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
/* ラジオボタンのテキスト位置 */
#contact #selectaddressee table.layoutp3 label,
div#selectPayment td.backcolor1 {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
}
div#selectPayment td.backcolor1>input {
    order: 1;
}
div#selectPayment td.backcolor1>label {
    order: 2;
}
div#selectPayment td.backcolor1>div {
    order: 3;
    margin-left: auto;
}
#contact #selectaddressee table.layoutp3 label div,
div#selectPayment label,
label#text_delivm0,
label#text_delivm1 {
    font-size: 1rem;
    font-weight: 500;
    margin-left: .5rem;
}
/* お届け先選択の余白リセット */
#contact #center1 .centerbox .mainFrame .mainCont #selectaddressee div.layoutp3 table.border tbody tr td {
    padding: 0;
}
div#selectPayment {
    text-align: left;
}
div#selectPayment table.border td {
    padding-bottom: .75rem;
}
/* ラジオボタン下の説明文 */
div#selectPayment table.border td div.paytypewrap,
.bordlayoutp3.center table.border.center td.backcolor2>div {
    margin-left: 2rem;
    margin-bottom: 2rem;
    padding: 0 !important;
}
div#selectPayment table.border td div.paytypewrap {
    font-size: 1rem;
}
div.paytypewrap div#card_info {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
div.paytypewrap div#card_info li {
    font-size: .75rem !important;
}
div.paytypewrap div#card_info input[type="button"] {
    font-size: 1rem;
}
div.paytypewrap div#card_info ul#card_save {
    display: flex;
    flex-direction: column-reverse;
}
div.paytypewrap div#card_info ul#card_save label {
    font-weight: initial;
}
/* カード情報を登録する */
.centerbox .mainCont #card_info #card_save label {
    border: none !important;
    margin: 0 0 .5rem 0 !important;
    padding: 0 !important;
}
/* メール便は選択できません */
.bordlayoutp3.center table.border.center td.backcolor2>font {
    color: #ec6d7b;
    display: inline-block;
    margin-bottom: .5rem;
}
.bordlayoutp3.center table.border.center td.backcolor2>div {
    font-size: .75rem;
    margin-top: .5rem;
}
div#card_infopbr {
    display: none;
}
/* ご注文内容の確認画面 */
/* 戻る・この内容で注文する */
form[name="NEXT"]>p:nth-of-type(2) {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
form[name="NEXT"]>p:nth-of-type(2) input {
    margin: 0;
}
form[name="NEXT"] div.right,
form[name="NEXT"] div.SPS-buttonArea.right {
    position: relative;
    text-align: right;
    margin: 0 !important;
}
/* 注文内容確認画面の編集ボタン */
form[name="NEXT"] div.right input.button1,
form[name="NEXT"] div.SPS-buttonArea.right input.button1 {
    position: absolute;
    top: -3.75rem;
    right: 0;
    padding: .25rem .75rem !important;
    margin: 0 !important;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3:not(.center) td.backcolor1 {
    width: 40%;
}
/* 3Dセキュアのメッセージ */
.sps-threeDS-info table {
    table-layout: auto !important;
    margin-top: 1.5rem;
}
.sps-threeDS-info table,
.sps-threeDS-info td {
    width: auto !important;
    border: none !important;
    padding: 0 !important;
}
td.sps-card-threeDS-logo img {
    padding: 0 !important;
    width: 100px;
    max-width: 100% !important;
}
td.sps-card-threeDS-message {
    padding-left: 1.5rem !important;
}
/* ご注文ありがとうございます */
div.mainCont>p+.bordlayoutp3.center table {
    margin-top: 1rem;
    margin-bottom: 2rem;
}
div.mainCont>p+.bordlayoutp3.center table td {
    padding: .25rem 0;
}
/* PCログイン&マイページ＆お問合せ */
/* コンテンツ幅 */
table#enter {
    max-width: 1100px;
    width: 100%;
    margin: auto;
}
table#enter td#center3,
table#enter td#center-seo {
    padding: 20px 12px;
}
/* ショップロゴ追加 */
td#center3::before,
table#enter td#center-seo::before {
    content: "";
    background-image: url('https://pd-shop.jp/assets/logos/pdshop_logo.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    width: 100%;
    height: 42px;
    vertical-align: middle;
    margin-bottom: 1rem;
}
/* マイページパンクズ */
td#center3 div#bread {
    display: flex;
    gap: .5rem;
    margin-bottom: 1rem;
}
td#center3 div#bread p {
    display: flex;
    align-items: center;
    gap: 1rem
}
td#center3 div#bread p span {
    font-size: .75rem;
}
td#center3 div.mainCont {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .75rem;
}
td#center3 div.mainCont .layoutp3,
td#center3 div.mainCont .bordlayoutp3 {
    width: 100%;
}
/* ログイン画面 */
td#center3 table.sps_login {
    width: 100%;
}
td#center3 table.sps_login td {
    display: block;
    text-align: left;
    width: 100%;
    padding-bottom: .25rem;
}
td#center3 table.sps_login td:nth-child(even) {
    padding-bottom: .75rem;
}
td#center3 table.sps_login td input {
    width: 100%;
}
/* ログインボタンを中央に */
td#center3 table.sps_login td>div {
    text-align: center;
}
td#center3 form[name="list"] div {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
/* 表示期間のselect */
td#center3 form[name="list"] div select,
td#center3 form[name="list"] div input {
    padding: .25rem .75rem !important;
    text-align: center;
}
td#center3 div.mainCont div.bordlayoutp3:not(.center)>table:not([class]),
td#center3 div.mainCont div.bordlayoutp3>form>table {
    margin-top: 1rem;
    margin-bottom: 2rem;
}
td#center3 div.mainCont div.bordlayoutp3:not(.center)>table:not([class])>tbody>tr:not(:first-child)>td,
td#center3 div.mainCont div.bordlayoutp3>form>table>tbody>tr:not(:first-child)>td {
    padding-top: .75rem;
    padding-bottom: .75rem;
    border-top: 1px solid #c4c4c6;
}
td#center3 div.mainCont div.bordlayoutp3:not(.center)>table:not([class])>tbody>tr:last-child>td,
td#center3 div.mainCont div.bordlayoutp3>form>table>tbody>tr:last-child>td:not(.right) {
    border-bottom: 1px solid #c4c4c6;
}
/* 購入履歴詳細の商品情報 */
td#center3 div.mainCont div.bordlayoutp3:not(.center)>table:not([class]) td.backcolor3 div {
    margin-bottom: .5rem;
}
td#center3 div.mainCont div.bordlayoutp3:not(.center)>table:not([class]) td.backcolor3 div table {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
td#center3 div.mainCont div.bordlayoutp3:not(.center)>table:not([class]) td.backcolor3 div table td {
    text-align: left;
    width: auto !important;
}
td#center3 div.mainCont div.bordlayoutp3:not(.center)>table:not([class]) td.backcolor3 div table td:nth-child(n+3) {
    text-align: right;
}
td#center3 div.mainCont div.bordlayoutp3:not(.center)>table:not([class]) td.backcolor3 div table td.center img {
    width: 60px !important;
    height: 60px !important;
}
td#center3 div.mainCont div.bordlayoutp3:not(.center)>table:not([class]) td.backcolor3 div table td:not(.center) {
    padding-left: .5rem;
}
td#center3 div.mainCont div.bordlayoutp3:not(.center)>table:not([class]) td.backcolor3 div table tr:first-child td {
    font-size: .75rem;
    padding-bottom: .5rem;
}
td#center3 div.mainCont div.bordlayoutp3:not(.center)>table:not([class]) td.backcolor3 div table tr:nth-child(n+3) td:not(.border-none-top) {
    padding-top: 2rem;
}
td#center3 div.mainCont div.bordlayoutp3:not(.center)>table:not([class]) td.backcolor3 div table ul.option_style {
    font-size: .75rem;
}
/* 購入履歴詳細（ご注文番号別） */
td#center3 div.mainCont div.bordlayoutp3.center>table:not(.cartItem) th,
td#center3 div.mainCont div.bordlayoutp3.center>table:not(.cartItem) td,
td#center3 div#bread+div.centerbox div.mainCont div.layoutp3.center>table td {
    text-align: left !important;
    width: auto !important;
    padding-top: .75rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid #c4c4c6;
    vertical-align: middle;
}
td#center3 div#bread+div.centerbox div.mainCont div.layoutp3.center>table td br {
    display: none;
}
/* 編集のリンクを右寄せ */
td#center3 div.mainCont div.bordlayoutp3.center>table:not(.cartItem) td a,
td#center3 div#bread+div.centerbox div.mainCont div.layoutp3.center>table td a {
    display: block;
    text-align: right;
}
/* 購入履歴詳細（ご注文内容） */
td#center3 div.mainCont div.bordlayoutp3.center>table.cartItem td {
    width: auto !important;
}
td#center3 div.mainCont div.bordlayoutp3.center>table.cartItem td:not(:first-child) {
    padding-left: 1rem;
}
td#center3 div.mainCont div.bordlayoutp3.center>table.cartItem td.center img {
    width: 50px !important;
    height: 50px !important;
}
td#center3 div.mainCont div.bordlayoutp3.center>table.cartItem td.border-none-top {
    font-size: .75rem;
    padding-top: 0;
}
/* お問い合わせフォーム */
td#center3>div.centerbox:first-child>div.mainCont div.layoutp3.center table th,
td#center3>div.centerbox:first-child>div.mainCont div.layoutp3.center table td {
    display: block;
}
td#center3>div.centerbox:first-child>div.mainCont div.layoutp3.center table th {
    padding-top: 1rem;
    padding-bottom: .25rem;
}
td#center3>div.centerbox:first-child>div.mainCont div.layoutp3.center table td .text1 {
    width: 100%;
}
td#center3>div.centerbox:first-child>div.mainCont div.layoutp3.center table td input[name="YourMail1"] {
    margin-bottom: .5rem;
}
td#center3>div.centerbox:first-child>div.mainCont div.layoutp3.center table td textarea.text1 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
/* グループ選択のセレクト */
td#center3 form[name="groupFrm"] {
    width: 100%;
}
td#center3 form[name="groupFrm"] td,
td#center3 form[name="formgroup"] div {
    display: flex;
    align-items: center;
    margin: 1rem 0 .5rem !important;
}
/* アドレスの新規登録、新規登録 */
span.sps-requiredPopup {
    background: #ec6d7b;
}
td#center3 form[name="DLEDT"] {
    width: 100%;
}
table.sps-inputTablePopup {
    margin-bottom: 1.25rem;
}
table.sps-inputTablePopup td {
    text-align: left;
    padding: .75rem .5rem !important;
    border-bottom: 1px solid #c4c4c6;
}
table.sps-inputTablePopup tr:last-child td {
    border-bottom: none;
}
td#center3 form[name="DLEDT"] table.sps-inputTablePopup tr:last-child td {
    vertical-align: top !important;
    padding-top: 1rem !important;
}
td#center3 form[name="DLEDT"] table.sps-inputTablePopup td.form_group select {
    margin-bottom: .5rem !important;
}
/* グループの作成、編集 */
td#center3 input[name="group_name"] {
    margin-bottom: 1rem;
}
/* 退会手続き */
td#center3 div.mainCont>div.layoutp3.center table td:last-child input[name="PASSWD"],
td#center3 div.mainCont>div.layoutp3.center table td:last-child input[value="退会する"] {
    margin-left: .75rem;
}
/* フリーページ一覧 */
#JournalList {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}
#JournalList h1,
#Journal article h2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 0;
}
#JournalList h1 {
    margin: 1rem 0;
}
#Journal article h2 {
    margin-top: 1.5rem;
    margin-bottom: .25rem;
}
#JournalList article {
    display: flex;
    flex-direction: column-reverse;
    gap: .25rem;
    padding: .5rem .25rem 1rem;
    border-bottom: 1px solid #c4c4c6;
}
#JournalList article:hover {
    background: #f7f7f7;
}
#JournalList article h2 {
    font-size: 1rem;
    font-weight: 500;
    padding: 0;
}
#JournalList article h2 a {
    display: block;
}
#JournalList article .journal-cont {
    display: none;
}
#JournalList article .state_l ul {
    display: flex;
    gap: .5rem;
}
#JournalList article .state_l ul li.time {
    display: none;
}
/* フリーページ詳細 */
#Journal {
    margin-bottom: 2rem;
}
#Journal h1 {
    display: none;
}
#Journal article .journal-cont {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
#Journal article .state_r ul {
    display: flex;
    gap: .5rem;
    font-size: .75rem;
    margin-top: .5rem;
}
#Journal article .state_r ul li.time {
    display: none;
}
#floating-menu {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease-in-out, visibility 0.5s;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 100;
}
#floating-menu p {
    margin: 0;
}
#floating-menu p a img {
    display: none;
}
#floating-menu a {
    background-color: rgba(0, 0, 0, .3);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    transition: 0.2s ease;
}
#floating-menu a:hover {
    background: #ec6d7b;
    background-image: none;
}
#floating-menu p#page-top a::after {
    content: "";
    position: absolute;
    top: 19px;
    right: 15px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 20px;
    height: 20px;
    transform: rotate(-45deg);
}
@media(min-width:768px) {
    /* 共通部分 */
    #contents {
        padding-top: 82px;
    }
    #contents.brand-header-displayed {
        padding-top: 160px;
    }
    h2 {
        font-size: 3.25rem;
        padding: 20px 0;
    }
    #main-column .newItem,
    #main-column .ranking,
    #main-column .pickup {
        padding: 30px 0;
    }
    /* 商品の一覧表示 */
    .column-set {
        grid-template-columns: repeat(5, 1fr);
    }
    #itemList .column-set {
        row-gap: 30px;
        grid-template-columns: repeat(4, 1fr);
    }
    /* ニュースの一覧表示 */
    #main-column .news {
        padding: 30px 0 60px;
    }
    .news-box {
        padding: 24px 12px;
    }
    .news-box a {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 12px;
    }
    .news-box time {
        padding: 0;
        width: 4rem;
    }
    .header_contents {
        height: 80px;
    }
    .shop_logo {
        position: absolute;
        left: 30px;
        transform: translateX(0);
    }
    .header_nav {
        right: 90px;
    }
    .header_nav .item {
        margin-right: 27px;
    }
    .header_nav .item a {
        display: flex;
        align-items: center;
    }
    .header_nav .item .title {
        display: initial;
        font-weight: 600;
        color: #3b3b3b;
    }
    .header_nav .mypage {
        display: initial;
    }
    #side-open-btn {
        top: 40px;
        right: 30px;
        left: auto;
    }
    #side-open-btn.sidebar-open {
        left: auto;
        right: 520px
    }
    /* サイドバー */
    /* パソコンでは右側に表示 */
    #sub-column {
        left: auto;
        right: 0;
    }
    #sub-column.sidebar-open {
        width: 520px;
    }
    #sub-column .side_nav {
        gap: 24px;
    }
    .side_btn_block {
        padding: 24px 0;
    }
    /* フッター */
    .shop_footer_block {
        flex-direction: row;
        justify-content: space-between;
        gap: 30px;
        max-width: 1100px;
        margin: auto;
        padding: 40px 30px;
    }
    .shop_info {
        order: 1;
        align-items: flex-start;
        padding: 10px 0;
    }
    .cal_container {
        order: 3;
        padding: 0;
        width: 350px;
    }
    .footer_nav {
        order: 2;
        color: #000;
        background-color: transparent;
        padding: 10px 0 10px 30px;
        border-left: solid 1px #b3b3b3;
    }
    .footer_logo {
        order: 1;
    }
    .footer_logo img {
        width: 220px;
        transform: translateX(0%);
    }
    .social_links {
        order: 3;
    }
    .openhour {
        order: 2;
        align-items: flex-start;
        margin-bottom: 10px;
    }
    .footer_nav li {
        justify-content: flex-start;
        gap: 8px;
    }
    .footer_nav li a {
        width: auto;
    }
    .footer_nav li.inner_link::after {
        color: #000;
    }
    /* トップスライダー */
    .top_slider_block {
        padding-top: 82px;
    }
    .top_slider_block li {
        width: 28vw;
    }
    /* トップバナーブロック＝ブランドカルーセル */
    .top_banner_block h2 {
        font-size: 3.25rem;
        padding: 36px 0;
    }
    .top_banner_block .brands_container {
        padding: 0;
        margin: 0 100px;
    }
    .top_banner_block li {
        width: 15vw;
    }
    /* 長期休業のお知らせヘッダー */
    #holiday-notice a {
        font-size: 1rem;
    }
    /* パンくずリスト */
    #bread-crumb {
        margin: .75rem 0;
    }
    /* 商品一覧ページ */
    #itemList_wrap {
        position: relative;
    }
    #itemList_wrap form[name="ITEMLIST"] {
        position: absolute;
        margin-top: .3rem;
        top: 0;
        right: 0;
    }
    /* 商品一覧ページ送り */
    #pager-bm {
        justify-content: space-between;
        flex-direction: row;
        gap: auto;
        margin-top: 3rem;
    }
    #pager-bm .quantity {
        text-align: left;
        vertical-align: middle;
    }
    /* 商品詳細ページ */
    /* 商品画像（サムネイル）と選択項目のflexbox */
    form.shopping_form {
        flex-direction: row;
        justify-content: space-between;
        gap: auto;
    }
    form.shopping_form .itemThumb-wrap {
        width: 55%;
    }
    form.shopping_form .itemOutline {
        width: 40%;
    }
    /* サムネイルスライダーの調整 */
    #itemDetail-cont .itemThumb {
        margin: 0 40px;
    }
    /* サムネイルスライダーの左右矢印 */
    .thumb-arrow {
        display: flex;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 50%;
        width: 36px;
        height: 36px;
        cursor: pointer;
        z-index: 10;
        align-items: center;
        justify-content: center;
        user-select: none;
    }
    .thumb-arrow:hover {
        background: #eee;
    }
    .thumb-arrow.left {
        left: 0px;
    }
    .thumb-arrow.right {
        right: 0;
    }
    /* 矢印の描画 */
    .thumb-arrow::before {
        content: '';
        display: block;
        width: 14px;
        height: 14px;
        border: solid #3b3b3b;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }
    .thumb-arrow.left::before {
        transform: rotate(135deg);
        position: relative;
        left: 3px;
    }
    .thumb-arrow.right::before {
        transform: rotate(-45deg);
        position: relative;
        right: 3px;
    }
    /* オプション選択のボックス */
    #itemDetail-wrap #spsVarpriceBox>div {
        padding: 22px 20px 20px;
    }
    /* 発送予定 */
    #estimated_shipping dd br {
        display: none;
    }
    /*商品詳細メイン紹介文*/
    /*.shipping{width:40%;margin-left:auto;}*/
    .product_info {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .product_info>div:first-child {
        align-self: stretch;
        border-bottom: solid 1px #b3b3b3;
    }
    .product_info>div:not(:first-child) {
        width: 48%;
        border-top: none;
    }
    span.sub_heading {
        font-size: 1.25rem;
    }
    /* フリーページ一覧 */
    #JournalList article {
        flex-direction: row-reverse;
        justify-content: flex-end;
        gap: .75rem;
        padding: 1.25rem .5rem;
    }
    /* フロートボタン */
    #floating-menu {
        right: 30px;
    }
    /* 千葉ジェッツコピーライト */
    #brand-header.cjets a::after {
    font-size: .75rem;
}
}