@charset "UTF-8";

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
reset.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/*!────────────────────────────────────────
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 ────────────────────────────────────────*/
/*
  # Global selectors
*/
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    /* All browsers without overlaying scrollbars */
    -webkit-text-size-adjust: 100%;
    /* iOS 8+ */
}

*,
::before,
::after {
    background-repeat: no-repeat;
    /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

::before,
::after {
    text-decoration: inherit;
    /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
    vertical-align: inherit;
}

* {
    padding: 0;
    /* Reset `padding` and `margin` of all elements */
    margin: 0;
}

/*
  # General elements
 */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
    display: none;
    height: 0;
}

hr {
    overflow: visible;
    /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

summary {
    display: list-item;
    /* Add the correct display in all browsers */
}

small {
    font-size: 80%;
    /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
    display: none;
    /* Add the correct display in IE */
}

abbr[title] {
    border-bottom: 1px dotted;
    /* Add a bordered underline effect in all browsers */
    text-decoration: none;
    /* Remove text decoration in Firefox 40+ */
}

a {
    background-color: transparent;
    /* Remove the gray background on active links in IE 10 */
    -webkit-text-decoration-skip: objects;
    /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
    outline-width: 0;
    /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    /* Specify the font family of code elements */
}

b,
strong {
    font-weight: bolder;
    /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
    font-style: italic;
    /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
    background-color: #ff0;
    color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
  # Forms
    */
input {
    border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
    cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
    cursor: default;
}

[type="number"] {
    width: auto;
    /* Firefox 36+ */
}

[type="search"] {
    -webkit-appearance: textfield;
    /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    /* Safari 8 */
}

textarea {
    overflow: auto;
    /* Internet Explorer 11+ */
    resize: vertical;
    /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    /* Specify font inheritance of form elements */
}

optgroup {
    font-weight: bold;
    /* Restore the font weight unset by the previous rule. */
}

button {
    overflow: visible;
    /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: 0;
    padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* Correct the inability to style clickable types in iOS */
}

button,
select {
    text-transform: none;
    /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit;
}

/* Style select like a standard input */
select {
    -moz-appearance: none;
    /* Firefox 36+ */
    -webkit-appearance: none;
    /* Chrome 41+ */
}

select::-ms-expand {
    display: none;
    /* Internet Explorer 11+ */
}

select::-ms-value {
    color: currentColor;
    /* Internet Explorer 11+ */
}

legend {
    border: 0;
    /* Correct `color` not being inherited in IE 8/9/10/11 */
    color: inherit;
    /* Correct the color inheritance from `fieldset` elements in IE */
    display: table;
    /* Correct the text wrapping in Edge and IE */
    max-width: 100%;
    /* Correct the text wrapping in Edge and IE */
    white-space: normal;
    /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* Correct the inability to style clickable types in iOS and Safari */
    font: inherit;
    /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
    -webkit-appearance: textfield;
    /* Correct the odd appearance in Chrome and Safari */
    outline-offset: -2px;
    /* Correct the outline style in Safari */
}

/*
  # Specify media element style
   */
img {
    border-style: none;
    /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
    vertical-align: baseline;
}

svg:not(:root) {
    overflow: hidden;
    /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
    display: inline-block;
    /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/*
  # Accessibility
    */
/* Hide content from screens but not screenreaders */
@media screen {
    [hidden~="screen"] {
        display: inherit;
    }

    [hidden~="screen"]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important;
    }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
    cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
    cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
    cursor: default;
}

/*
  # Selection
    */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
    background-color: #b3d4fc;
    /* Required when declaring ::selection */
    color: #000;
    text-shadow: none;
}

::selection {
    background-color: #b3d4fc;
    /* Required when declaring ::selection */
    color: #000;
    text-shadow: none;
}

:focus {
    outline: none;
}

/*added 2018-05-14*/
ul {
    list-style: none;
}

/* Slider */
/*.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}*/

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
variables.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
font.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
html {
    /* set 16px to 10px */
    font-size: 62.5%;
}

body {
    color: #000;
    font-size: 1.4rem;
    /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;*/
    font-family: "Roboto","游ゴシック","YuGothic","Yu Gothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Arial,"メイリオ",Meiryo,sans-serif;
    line-height: 1.6;
    -webkit-print-color-adjust: exact;
}

body {
    /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
(-webkit-min-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 2/1),
(min-resolution: 2dppx) {
    body {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

.bold {
    font-weight: 700;
}

.indent {
    text-indent: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: 700;
    letter-spacing: inherit;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
common_setting.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ===========================
基本設定
=========================== */
html {
    background-color: #fff;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}

a:hover {
    opacity: .8;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

main,
section {
    display: block;
}

#sysAll {
    max-width: 100%;
    background-color: transparent;
    padding: 0;
}

#sysHeader,
#sysWrap,
#sysMain,
#sysAside,
#sysFooter {
    padding: 0;
    margin: 0 auto;
}

#sysWrap {
    max-width: 1160px;
    padding: 0 30px;
    margin: 0 auto;
    overflow: hidden;
}

div#sysMain {
    float: none;
    max-width: 1160px;
    width: 100%;
}

div#sysAside {
    display: none;
    float: none;
}

#sysAll .sysContent{padding:0;}

#sysAll #sysMain > .sysFuncText > .sysContent {
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.disnone{display: none;}

@media only screen and (min-width: 601px) and (max-width: 1160px) {
    #sysWrap {
        max-width: 100%;
        padding: 0 3%;
        margin: 0 auto 0;
    }
}

@media only screen and (max-width: 600px) {
    #sysWrap {
        max-width: 100%;
        padding: 0 3%;
        margin: 0px auto 0;
    }
}

/* ===========================
画面幅による表示・非表示
=========================== */
@media only screen and (min-width: 1161px) {
    .tb_only {
        display: none !important;
    }

    .sp_only {
        display: none !important;
    }

    .pc_only {
        display: block !important;
    }
}

/* TBここから */
@media only screen and (min-width: 601px) and (max-width: 1160px) {
    .pc_only {
        display: none !important;
    }

    .sp_only {
        display: none !important;
    }

    .tb_only {
        display: block !important;
    }
}

/* SPここから */
@media only screen and (max-width: 600px) {
    .pc_only {
        display: none !important;
    }

    .tb_only {
        display: none !important;
    }

    .sp_only {
        display: block !important;
    }
}

/* ===========================
clearfix
=========================== */
.clearfix::after {
    content: " ";
    display: block;
    clear: both;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
header.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* PC */
#sysHeader {
    width: 100%;
}

#sysHeader .header_content {
    display:none;
}

#sysHeader .header_wrap {
    width: 100%;
    background-color: #fff;
}

#sysHeader .header_wrap .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1160px;
    padding: 15px 30px 15px;
    margin: 0 auto;
    /* ヘッダーロゴ＋説明文 */
    /* ヘッダー上部メニュー */
    /* カート情報 */
    /* グローバルメニュー */
}
#sysHeader .header_wrap .header_inner .header_h1,
#sysHeader .header_wrap .header_inner .header_h1_under,
#sysHeader .header_wrap .header_inner .header_search_block,
#sysHeader .header_wrap .header_inner .header,
#sysHeader .header_wrap .header_inner .h_cart{
    display: block;
    margin:0;
}
#sysHeader .header_wrap .header_inner .header_content .sysItemSearchForm{
  display: flex;
  align-items: center;
  border:1px solid #666;
  border-radius:5px;
  overflow: hidden;
}

#sysHeader .header_wrap .header_inner .header_content .sysItemSearchForm .sysSearchButton{
  margin:0;
  background: url("/img/common/header_search_icon.png")no-repeat 50%;
  padding: 5px 15px;
  background-size: 25px;
  width: 50px;
  text-indent: -9999px;
}

#sysHeader .header_wrap .header_inner .header_h1,
#sysHeader .header_wrap .header_inner .header_h1_under {
    min-width: 245px;
}
#sysHeader .header_wrap .header_inner .header_search_block{
  margin-right:auto;
  padding-left:20px;
}
#sysHeader .header_wrap .header_inner .header_search_block .sysItemSearchFormWord input{
  padding:5px 0 5px 10px!important;
  border:none!important;
}

#sysHeader .header_wrap .header_inner .header_h1 .h_inner .logo_all .logo,
#sysHeader .header_wrap .header_inner .header_h1_under .h_inner .logo_all .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#sysHeader .header_wrap .header_inner .header_h1 .h_inner .logo_all .logo .logo_img,
#sysHeader .header_wrap .header_inner .header_h1_under .h_inner .logo_all .logo .logo_img {
    width: 100%;
    max-width: 230px;
    margin-right: 15px;
}

#sysHeader .header_wrap .header_inner .header_h1 .h_inner .logo_all .logo .head_title,
#sysHeader .header_wrap .header_inner .header_h1_under .h_inner .logo_all .logo .head_title {
    font-size: 1.1rem;
    font-weight: 700;
}

#sysHeader .header_wrap .header_inner .header {
    min-width: 285px;
}

#sysHeader .header_wrap .header_inner .header .g_navi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}

#sysHeader .header_wrap .header_inner .header .g_navi ul li {
    width: 100%;
    max-width: 85px;
    margin: 0 5px;
}

#sysHeader .header_wrap .header_inner .header .g_navi ul li a {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    line-height: 28px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    color: #666;
}

/*
#sysHeader .header_wrap .header_inner .header .g_navi ul li:nth-child(1) a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f2bb';
  font-weight: 700;
  color: #999;
  font-size:2.5rem;
}

#sysHeader .header_wrap .header_inner .header .g_navi ul li:nth-child(2) a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f004';
  font-weight: 700;
  color: #999;
  font-size:2.5rem;
}

#sysHeader .header_wrap .header_inner .header .g_navi ul li:nth-child(3) a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f2bd';
  font-weight: 700;
  color: #999;
  font-size:2.5rem;
}
*/

#sysHeader .header_wrap .header_inner .header .g_navi ul li:nth-child(1) a:before {
    content: '';
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' viewBox='0 0 576 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%23999999' d='M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-352 96c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H86.4C74 384 64 375.4 64 364.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2zM512 312c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-64c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-64c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#sysHeader .header_wrap .header_inner .header .g_navi ul li:nth-child(2) a:before {
    content: '';
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%23999999' d='M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#sysHeader .header_wrap .header_inner .header .g_navi ul li:nth-child(3) a:before {
    content: '';
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' viewBox='0 0 496 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%23999999' d='M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 96c48.6 0 88 39.4 88 88s-39.4 88-88 88-88-39.4-88-88 39.4-88 88-88zm0 344c-58.7 0-111.3-26.6-146.5-68.2 18.8-35.4 55.6-59.8 98.5-59.8 2.4 0 4.8 .4 7.1 1.1 13 4.2 26.6 6.9 40.9 6.9 14.3 0 28-2.7 40.9-6.9 2.3-.7 4.7-1.1 7.1-1.1 42.9 0 79.7 24.4 98.5 59.8C359.3 421.4 306.7 448 248 448z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#sysHeader .header_wrap .header_inner #cartInfo {
    width: 100%;
    max-width: 85px;
    position: relative;
    /* カート情報：ポップアップ */
    /* カートボタン */
}

#sysHeader .header_wrap .header_inner #cartInfo .h_cart {
    display: none;
    width: 280px;
    height: 145px;
    color: #000;
    border: 1px solid #aaa;
    background: #fff;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 120;
    padding: 10px 20px;
}

#sysHeader .header_wrap .header_inner #cartInfo .h_cart dl {
    font-size: 1.2rem;
    line-height: 2.2;
    margin-bottom: 2px;
}

#sysHeader .header_wrap .header_inner #cartInfo .h_cart dl dt,
#sysHeader .header_wrap .header_inner #cartInfo .h_cart dl dd {
    display: inline-block;
    font-weight: 700;
}

#sysHeader .header_wrap .header_inner #cartInfo .h_cart dl dd span {
    display: inline-block;
    color: #da4636;
    font-weight: 700;
    padding: 0 5px;
}

#sysHeader .header_wrap .header_inner #cartInfo .h_cart .sysCartInfoCartIn {
    margin-top: 12px;
}

#sysHeader .header_wrap .header_inner #cartInfo .h_cart .sysCartInfoCartIn a {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background: #dd046e;
    padding: 12px 0 0;
    margin: 10px 0 5px;
}

#sysHeader .header_wrap .header_inner #cartInfo .h_cart .sysCartInfoCartIn a img {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

#sysHeader .header_wrap .header_inner #cartInfo .cartTxt {
    width: 100%;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    color: #666;
    display: flex;
    flex-flow: column;
    justify-content: center;
    position:relative;
    /* カート内商品数バッジ */
}

/*
#sysHeader .header_wrap .header_inner #cartInfo .cartTxt:before {
  font-family: "Font Awesome 5 Free";
  content: '\f07a';
  font-weight: 700;
  color: #999;
  font-size:2.5rem;
}
*/
#sysHeader .header_wrap .header_inner #cartInfo .cartTxt:before {
    content: '';
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' viewBox='0 0 576 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%23999999' d='M528.1 301.3l47.3-208C578.8 78.3 567.4 64 552 64H159.2l-9.2-44.8C147.8 8 137.9 0 126.5 0H24C10.7 0 0 10.7 0 24v16c0 13.3 10.7 24 24 24h69.9l70.2 343.4C147.3 417.1 136 435.2 136 456c0 30.9 25.1 56 56 56s56-25.1 56-56c0-15.7-6.4-29.8-16.8-40h209.6C430.4 426.2 424 440.3 424 456c0 30.9 25.1 56 56 56s56-25.1 56-56c0-22.2-12.9-41.3-31.6-50.4l5.5-24.3c3.4-15-8-29.3-23.4-29.3H218.1l-6.5-32h293.1c11.2 0 20.9-7.8 23.4-18.7z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


#sysHeader .header_wrap .header_inner #cartInfo .cartTxt img {
    /*width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;*/
    display: none;
}

#sysHeader .header_wrap .header_inner #cartInfo .cartTxt .itemCount {
    display: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    background: #ff7379;
    border-radius: 50%;
    position: absolute;
    top:0;
    left:10px;
    box-shadow:0 0 3px #fff;
}

#sysHeader .header_wrap .header_inner .h_navi {
    width: 100%;
    padding-top: 25px;
}

#sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 {
    width: 20%;
}

#sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu {
    position: relative;
}

#sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu>a {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    position: relative;
}

#sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu>a::before {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #222;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu .toggleNav {
    display: none;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 110;
    -webkit-box-shadow: 2px 2px 4px 0px #ccc;
    box-shadow: 2px 2px 4px 0px #ccc;
}

#sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu .toggleNav ul .tab2 {
    border-bottom: 1px dotted #ccc;
    position: relative;
}

#sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu .toggleNav ul .tab2:last-of-type {
    border-bottom: none;
}

#sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu .toggleNav ul .tab2 a {
    display: block;
    position: relative;
    padding: 10px 22px 10px 10px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
}

#sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu .toggleNav ul .tab2 a i {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1:last-of-type .slideMenu>a::after {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #222;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}





/* TB */
@media only screen and (min-width: 601px) and (max-width: 1160px) {
    #sysHeader {
        /* SP開閉メニュー */
    }

    #sysHeader .header_wrap .header_inner {
        display: block;
        max-width: 100%;
        padding: 0;
        /* ヘッダーロゴ＋説明文 */
        /* カート情報 */
        /* ヘッダー：SP用 */
        /* グローバルメニュー */
    }

    #sysHeader .header_wrap .header_inner .header_h1,
    #sysHeader .header_wrap .header_inner .header_h1_under {
        max-width: 100%;
    }

    #sysHeader .header_wrap .header_inner .header_h1 .h_inner .logo_all .logo,
    #sysHeader .header_wrap .header_inner .header_h1_under .h_inner .logo_all .logo {
        display: block;
    }

    #sysHeader .header_wrap .header_inner .header_h1 .h_inner .logo_all .logo .logo_img,
    #sysHeader .header_wrap .header_inner .header_h1_under .h_inner .logo_all .logo .logo_img {
        display: none;
    }

    #sysHeader .header_wrap .header_inner .header_h1 .h_inner .logo_all .logo .head_title,
    #sysHeader .header_wrap .header_inner .header_h1_under .h_inner .logo_all .logo .head_title {
        font-size: 1rem;
        text-align: center;
        background: #ededed;
        padding: 2px 3%;
    }

    #sysHeader .header_wrap .header_inner .header_topbnr_2,
    #sysHeader .header_wrap .header_inner #cartInfo,
    #sysHeader .header_wrap .header_inner .header_h1,
    #sysHeader .header_wrap .header_inner .header_h1_under,
    #sysHeader .header_wrap .header_inner .header,
    #sysHeader .header_wrap .header_inner .header_search_block{
        display: none;
    }
    #sysHeader .header_wrap .header_inner .header_sp{
        display: block;
    }








    #sysHeader .header_wrap .header_inner .header_sp {
        width: 96%;
        padding: 15px 0 0;
        margin: 0 auto;
        position: relative;
    }
    #sysHeader .header_wrap .header_inner .header_sp #navBtn {
        width: 40px;
        position: absolute;
        top: 10px;
        left: 0;
    }

    #sysHeader .header_wrap .header_inner .header_sp .spLogo {
        display: block;
        width: 140px;
        margin: 0 auto;
    }

    #sysHeader .header_wrap .header_inner .header_sp .spCart {
        width: 40px;
        position: absolute;
        top: 10px;
        right: 0;
    }

    #sysHeader .header_wrap .header_inner .header_sp .spCart .itemCount2 {
        display: none;
        width: 18px;
        height: 18px;
        font-size: 1rem;
        font-weight: 700;
        text-align: center;
        line-height: 18px;
        color: #fff;
        background: rgba(207, 15, 42, 0.9);
        border-radius: 10px;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    #sysHeader .header_wrap .header_inner .h_navi {
        padding: 15px 0;
    }

    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab {
        position: relative;
    }

    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 {
        width: 25%;
    }

    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu {
        position: static;
    }

    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu>a {
        font-size: 1.2rem;
    }

    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu .toggleNav {
        top: 35px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu .toggleNav ul .tab2:last-of-type {
        border-bottom: 1px dotted #ccc;
    }

    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu .toggleNav ul .tab2 a {
        padding: 12px 5% 12px 3%;
    }

    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu .toggleNav ul .tab2 a i {
        right: 3%;
    }

    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1:first-of-type a::before {
        content: none;
    }

    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1:last-of-type {
        display: none;
    }

    #sysHeader .h_spnavi {
        display: none;
        color: #444;
        background: rgba(220, 220, 220, 0.9);
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 150;
        overflow: auto;
    }

    #sysHeader .h_spnavi #spNaviWrap {
        width: 100%;
        height: auto;
        background: #e1e1e1;
        padding: 30px 10% 100px;
        position: absolute;
        top: 0;
        left: -100%;
        z-index: 200;
        overflow: scroll;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_search .sysHeadline,
    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_login .sysHeadline {
        font-size: 1.8rem;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_search {
        margin-top: 30px;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_search form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        border: 1px solid #ddd;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_search form .sysItemSearchFormWord {
        width: 70%;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_search form .sysItemSearchFormWord input[type="search"] {
        height: 40px;
        border: none;
    }
    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_search form .sysSearchButton {
        overflow: hidden;
        display: block;
        width: 30%;
        height: 40px;
        margin: 0;
        padding: 0;
        text-indent: -999px;
        border-radius: 0px;
        border: none;
        background: #222 url(/img/common/ico_search.png) no-repeat center center;
        background-size: 70px;
        cursor: pointer;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_login .sysContent>p {
        text-align: center;
        margin: 10px 0;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_login .sysContent .sysFormItem {
        margin-bottom: 10px;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_login .sysContent .sysFormItem .sysFormLabel {
        display: block;
        font-size: 1.2rem;
        margin-bottom: 3px;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_login .sysContent .sysLoginButton {
        width: 100%;
        font-size: 1.5rem;
        height: 35px;
        line-height: 10px;
        color: #fff;
        border-radius: 5x;
        background: #000;
        margin: 10px 0;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_login ul li {
        height: 35px;
        font-size: 1.5rem;
        line-height: 33px;
        text-align: center;
        border: 1px solid #444;
        border-radius: 5x;
        margin-bottom: 10px;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_login ul li a {
        font-size: 1.2rem;
        padding: 0px 5px 5px 0px;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #closeMenu {
        font-size: 1.5rem;
        position: absolute;
        top: 15px;
        left: 3%;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #closeMenu span {
        display: inline-block;
        font-size: 1.2rem;
        margin: 0 10px;
        cursor: pointer;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #spNavMenu {
        margin: 30px 0 0;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #spNavMenu .navTitle {
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        margin: 10px 0;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #spNavMenu .spMenuList {
        font-size: 1.5rem;
        position: relative;
        border-bottom: 1px solid #aaa;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #spNavMenu .spMenuList a {
        display: block;
        padding: 10px 0;
        padding-left: 15px;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #spNavMenu .spMenuList .spToggleNav li {
        font-size: 1.2rem;
        border-bottom: 1px dotted #aaa;
        padding-left: 20px;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #spNavMenu .spMenuList .spToggleNav li:first-of-type {
        border-top: 1px solid #aaa;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #spNavMenu .spMenuList .spToggleNav li:last-of-type {
        border-bottom: none;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #spNavMenu #closeMenu2 {
        height: 40px;
        font-size: 15px;
        line-height: 40px;
        text-align: center;
        border: 1px solid #444;
        border-radius: 5x;
        cursor: pointer;
        margin: 20px 0;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #spNavMenu #closeMenu2 span {
        display: inline-block;
        margin: 0 10px;
    }
}

/* SP */
@media only screen and (max-width: 600px) {
    #sysHeader {
        /* SP開閉メニュー */
    }

    #sysHeader .header_wrap .header_inner {
        display: block;
        max-width: 100%;
        padding: 0;
        /* ヘッダーロゴ＋説明文 */
        /* カート情報 */
        /* ヘッダー：SP用 */
        /* グローバルメニュー */
    }

    #sysHeader .header_wrap .header_inner .header_h1,
    #sysHeader .header_wrap .header_inner .header_h1_under {
        max-width: 100%;
    }

    #sysHeader .header_wrap .header_inner .header_h1 .h_inner .logo_all .logo,
    #sysHeader .header_wrap .header_inner .header_h1_under .h_inner .logo_all .logo {
        display: block;
    }

    #sysHeader .header_wrap .header_inner .header_h1 .h_inner .logo_all .logo .logo_img,
    #sysHeader .header_wrap .header_inner .header_h1_under .h_inner .logo_all .logo .logo_img {
        display: none;
    }

    #sysHeader .header_wrap .header_inner .header_h1 .h_inner .logo_all .logo .head_title,
    #sysHeader .header_wrap .header_inner .header_h1_under .h_inner .logo_all .logo .head_title {
        font-size: 1rem;
        text-align: center;
        background: #ededed;
        padding: 2px 3%;
    }

    #sysHeader .header_wrap .header_inner #cartInfo {
        display: none;
    }

    #sysHeader .header_wrap .header_inner .header_sp {
        width: 96%;
        padding: 3px 0;
        margin: 0 auto;
        position: relative;
    }
    #sysHeader .header_wrap .header_inner .header_sp .sysContent{
      display: flex;
      justify-content:space-between;
      align-items:center;
    }

    #sysHeader .header_wrap .header_inner .header_sp #navBtn {
        width: 40px;
    }
    .sysOpcBody #sysHeader .header_wrap .header_inner .header_sp #navBtn,
    .sysOpcBody #sysHeader .header_wrap .header_inner .header_sp .spCart,
    .sysCart #sysHeader .header_wrap .header_inner .header_sp #navBtn,
    .sysCart #sysHeader .header_wrap .header_inner .header_sp .spCart{
      display: none;
    }

    #sysHeader .header_wrap .header_inner .header_sp .spLogo {
        display: block;
        width: 140px;
        margin: 0 auto;
    }
    .sysOpcBody #sysHeader .header_wrap .header_inner .header_sp .spLogo,
    .sysCart #sysHeader .header_wrap .header_inner .header_sp .spLogo{
      padding: 10px 0;
    }

    #sysHeader .header_wrap .header_inner .header_sp .spCart {
        width: 40px;
    }

    #sysHeader .header_wrap .header_inner .header_sp .spCart .itemCount2 {
        display: none;
        width: 18px;
        height: 18px;
        font-size: 1rem;
        font-weight: 700;
        text-align: center;
        line-height: 18px;
        color: #fff;
        background: rgba(207, 15, 42, 0.9);
        border-radius: 10px;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    #sysHeader .header_wrap .header_inner .h_navi {
        padding: 15px 0;
    }

    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab {
        position: relative;
    }

    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 {
        width: 25%;
    }

    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu {
        position: static;
    }

    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu>a {
        font-size: 1.2rem;
    }

    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu .toggleNav {
        top: 35px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu .toggleNav ul .tab2:last-of-type {
        border-bottom: 1px dotted #ccc;
    }

    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu .toggleNav ul .tab2 a {
        padding: 12px 6% 12px 3%;
    }

    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1 .slideMenu .toggleNav ul .tab2 a i {
        right: 3%;
    }

    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1:first-of-type a::before {
        content: none;
    }

    #sysHeader .header_wrap .header_inner .h_navi .tabmenu .tab .tab1:last-of-type {
        display: none;
    }

    #sysHeader .h_spnavi {
        display: none;
        color: #444;
        background: rgba(220, 220, 220, 0.9);
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 150;
        overflow: auto;
    }

    #sysHeader .h_spnavi #spNaviWrap {
        width: 100%;
        height: auto;
        background: #e1e1e1;
        padding: 50px 3% 100px;
        position: absolute;
        top: 0;
        left: -100%;
        z-index: 200;
        overflow: scroll;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_search .sysHeadline,
    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_login .sysHeadline {
        font-size: 1.8rem;
        text-align: center;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_search {
        margin-top: 30px;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_search form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        border: 1px solid #ddd;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_search form .sysItemSearchFormWord {
        width: 70%;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_search form .sysItemSearchFormWord input[type="search"] {
        height: 40px;
        border: none;
        background-color:#f0f0f0;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_search form .sysSearchButton {
        overflow: hidden;
        display: block;
        width: 30%;
        height: 40px;
        margin: 0;
        padding: 0;
        text-indent: -999px;
        border-radius: 0px;
        border: none;
        background: #222222 url(/img/common/ico_search.png) no-repeat center center;
        background-size: 70px;
        cursor: pointer;
    }
    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_login{
      padding:20px;
      background-color:#fff;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_login .sysContent>p {
        text-align: center;
        margin: 10px 0;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_login .sysContent .sysFormItem {
        margin-bottom: 10px;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_login .sysContent .sysFormItem .sysFormLabel {
        display: block;
        font-size: 1.2rem;
        margin-bottom: 3px;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_login .sysContent .sysLoginButton {
        width: 100%;
        font-size: 1.5rem;
        line-height: 10px;
        color: #fff;
        border-radius: 5px;
        background: #e5006e;
        margin: 10px 0 20px;
        padding:20px 0;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_login ul li {
        height: 35px;
        font-size: 1.5rem;
        line-height: 33px;
        text-align: center;
        border: 1px solid #444;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .h_login ul li a {
        font-size: 1.2rem;
        padding: 0px 5px 5px 0px;
        display: block;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #closeMenu {
        position: absolute;
        top: 10px;
        left: 2%;
        font-size: 2.5rem;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #closeMenu span {
        display: inline-block;
        font-size: 1.2rem;
        margin: 0 10px;
        cursor: pointer;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #spNavMenu {
        margin: 30px 0 0;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #spNavMenu .navTitle {
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        margin: 10px 0;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #spNavMenu .spMenuList {
        font-size: 1.5rem;
        position: relative;
        border-bottom: 1px solid #aaa;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #spNavMenu .spMenuList a {
        display: block;
        padding: 10px 0;
        padding-left: 15px;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #spNavMenu .spMenuList .spToggleNav li {
        font-size: 1.2rem;
        border-bottom: 1px dotted #aaa;
        padding-left: 20px;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #spNavMenu .spMenuList .spToggleNav li:first-of-type {
        border-top: 1px solid #aaa;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #spNavMenu .spMenuList .spToggleNav li:last-of-type {
        border-bottom: none;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #spNavMenu #closeMenu2 {
        height: 40px;
        font-size: 15px;
        line-height: 40px;
        text-align: center;
        border: 1px solid #444;
        border-radius: 5x;
        cursor: pointer;
        margin: 20px 0;
    }

    #sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav #spNavMenu #closeMenu2 span {
        display: inline-block;
        margin: 0 10px;
    }
    #sysHeader .header_wrap .header_inner .header_topbnr_2,
    #sysHeader .header_wrap .header_inner #cartInfo,
    #sysHeader .header_wrap .header_inner .header_h1,
    #sysHeader .header_wrap .header_inner .header_h1_under,
    #sysHeader .header_wrap .header_inner .header,
    #sysHeader .header_wrap .header_inner .header_search_block{
        display: none;
    }
    #sysHeader .header_wrap .header_inner .header_sp,
    #sysHeader .header_wrap .header_inner .header_topbnr_2{
        display: block;
        margin:0 auto;
    }
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
footer.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
#sysFooter .f_guide {
    width: 100%;
	background-color: #fff;
/* background-color:#f7eed2; */
}

#sysFooter .f_guide .sysContent {
    width: 100%;
    max-width: 1160px;
    padding: 30px;
    margin: 0 auto;
}

#sysFooter .f_guide .sysContent p {
    font-size: 1.5rem;
    text-align: center;
    margin: 5px 0;
    font-weight:500;
}
#sysFooter .f_guide .sysContent p.hour{
  max-width:350px;
  margin:0 auto;
  border-top:1px solid #333;
  padding-top:10px;
}
#sysFooter .f_guide .sysContent .guide02 p.hour{
  border:none;
}

#sysFooter .f_guide .sysContent .smaller {
    font-size: 1.2rem;
}

#sysFooter .f_guide .sysContent .mt {
    margin-top: 20px;
}

#sysFooter .f_guide .sysContent .Title {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 700;
    padding: 10px 0 30px;
}

#sysFooter .f_guide .sysContent .guideTitle {
    text-align: center;
    margin-bottom: 20px;
    font-size:2rem;
}
#sysFooter .f_guide .sysContent .guideTitle i{
  display: block;
  font-size:3rem;
  margin-bottom:15px;
}

#sysFooter .f_guide .sysContent .common_btn {
    margin: 10px auto;
    max-width:300px;
}

#sysFooter .f_guide .sysContent .common_btn a {
    font-size: 1.8rem;
    padding: 10px 0;
    font-weight:bold;
    border-radius:5px;
}

#sysFooter .f_guide .sysContent .freedial a {
    background: rgba(0, 0, 0, 0) url(/img/common/dial.png) no-repeat scroll left center/45px auto;
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    padding-left: 50px;
    font-family: "century gothic"
}

#sysFooter .f_guide .sysContent>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#sysFooter .f_guide .sysContent>div .guideBlock {
    width: 50%;
    font-size: 1.4rem;
    padding-top: 10px;
}
#sysFooter .f_guide .sysContent>div .guideBlock.guide01 {
  border-right:1px solid #333;
}

#sysFooter .footer {
    width: 100%;
    margin: 0;
    letter-spacing: 2px;
    text-align: center;
}

#sysFooter .footer .f_gnav_all {
    background: #fff;
 /* background: #c3c3c3; */
    padding: 15px 0;
}

#sysFooter .footer .f_gnav_all ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#sysFooter .footer .f_gnav_all ul li {
    font-size: 1.2rem;
    padding: 0 20px;
    position: relative;
}

#sysFooter .footer .f_gnav_all ul li::after {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #000;
    margin-top: -35px;
    position: absolute;
    right: 0;
    top: 40px;
}

#sysFooter .footer .f_gnav_all ul li a i {
    display: none;
}

#sysFooter .footer .f_gnav_all ul li:last-of-type::after {
    content: none;
}

#sysFooter .f_copy {
    font-size: 1.2rem;
    padding: 10px;
    color:#fff;
    background-color:#dd046e;
    font-family:"century gothic";
}

#sysFooter .pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 52px;
    height: 52px;
    text-align: center;
    z-index: 100;
}

#sysFooter .pagetop #page-top {
display:none;
    line-height: 52px;
    font-size: 2rem;
    color: #fff;
    background: #dd046e;
    border-radius: 30px;
}

#sysFooter .pagetop #page-top:hover {
    opacity: .8;
}

@media only screen and (min-width: 601px) and (max-width: 1160px) {
    #sysFooter .f_guide .sysContent {
        padding: 0;
    }

    #sysFooter .f_guide .sysContent .Title {
        padding: 20px 0 30px;
    }

    #sysFooter .f_guide .sysContent .freedial a {
        font-size: 3rem;
    }

    #sysFooter .f_guide .sysContent>div .guideBlock {
        width: 50%;
        padding: 30px 3% 0;
    }

    #sysFooter .footer {
        margin: 30px 0 0;
        background: #fff;
    }

    #sysFooter .footer .f_gnav_all {
        padding: 0px 0 0px;
        text-align: left;
    }

    #sysFooter .footer .f_gnav_all ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        border-top: 1px solid #444;
    }

    #sysFooter .footer .f_gnav_all ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 50%;
        padding: 12px 22px 12px 15px;
        position: relative;
        border-bottom: 1px solid #444;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #sysFooter .footer .f_gnav_all ul li::after {
        content: none;
    }

    #sysFooter .footer .f_gnav_all ul li a i {
        display: block;
        position: absolute;
        font-size: 2rem;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #sysFooter .footer .f_gnav_all ul li:nth-of-type(even) {
        border-left: 1px solid #444;
    }

    #sysFooter .footer .f_gnav_all ul li:last-of-type {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    #sysFooter .f_guide {
        margin-top: 30px;
    }

    #sysFooter .f_guide .sysContent {
        width: 94%;
        max-width: 100%;
        padding: 0;
    }

    #sysFooter .f_guide .sysContent .smaller {
        font-size: 1.2rem;
    }

    #sysFooter .f_guide .sysContent .mt {
        margin-top: 20px;
    }

    #sysFooter .f_guide .sysContent .Title {
        font-size: 2rem;
        padding: 20px 0 0px;
        line-height: 1;
    }

    #sysFooter .f_guide .sysContent .guideTitle {
        width: 100%;
        max-width: 200px;
        margin: auto;
        font-size: 1.5rem;
        position: absolute;
        top: -15px;
        left: 0;
        right: 0;
        background: #fff;
    }

    #sysFooter .f_guide .sysContent .common_btn {
        margin: 20px auto;
    }

    #sysFooter .f_guide .sysContent .freedial {
        text-align: center;
    }

    #sysFooter .f_guide .sysContent .freedial a {
        font-size: 3rem;
    }

    #sysFooter .f_guide .sysContent>div {
        display: block;
    }

    #sysFooter .f_guide .sysContent>div .guideBlock {
        width: 100%;
        margin: 50px auto;
        padding: 30px 3% 5px;
        border: 1px solid #424242;
        border-radius: 10px;
        position: relative;
    }

    #sysFooter .footer {
        margin: 30px 0 0;
        background: #fff;
    }

    #sysFooter .footer .f_gnav_all {
        padding: 0px 0 0px;
        text-align: left;
    }

    #sysFooter .footer .f_gnav_all ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        border-top: 1px solid #444;
    }

    #sysFooter .footer .f_gnav_all ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 50%;
        padding: 12px 22px 12px 15px;
        position: relative;
        border-bottom: 1px solid #444;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #sysFooter .footer .f_gnav_all ul li::after {
        content: none;
    }

    #sysFooter .footer .f_gnav_all ul li a i {
        display: block;
        position: absolute;
        font-size: 2rem;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #sysFooter .footer .f_gnav_all ul li:nth-of-type(even) {
        border-left: 1px solid #444;
    }

    #sysFooter .footer .f_gnav_all ul li:last-of-type {
        width: 100%;
    }

    #sysFooter .f_copy {
        font-size: 1rem;
        padding: 10px 5px;
    }

    #sysFooter .f_copy .sp_newline {
        display: block;
    }
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
aside.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* PC */
#sysAside .side_search {
    margin-bottom: 30px;
}

#sysAside .side_search form {
    border: none;
    overflow: hidden;
}

#sysAside .side_search form .sysItemSearchFormWord {
    width: 100%;
    margin-bottom: 5px;
}
#sysAside .side_search form .sysItemSearchFormWord:before{
  content:"絞り込み検索";
  font-size:1.5rem;
  font-weight:bold;
  margin: 0 0 10px;
  text-align: center;
  display: block;
}

#sysAside .side_search form .sysItemSearchFormWord input[type="search"] {
    height: 40px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
}

#sysAside .side_search form .sysSearchButton {
    display: block;
    width: 100%;
    /*height: 40px;
    border: none;
    border-radius: 5px;
    background: #000 url(/img/common/ico_search.png) no-repeat center center;
    background-size: 70px;
    text-indent: -999px;
    overflow: hidden;*/
    margin: 20px 0 0;
    cursor: pointer;
    background-color:#dd046e;
    color:#fff;
    font-weight:bold;
    border-radius:5px;
}

#sysAside .side_navi_item,
#sysAside .side_navi {
    margin-bottom: 0;
    border-bottom: 1px solid #000;
    /* メニュー名を折り返して全て表示したい場合は以下をアクティブにしてください */
    /* a {
      padding: 7px 22px 7px 5px;
      text-overflow: unset;
      white-space: normal;
    } */
}

#sysAside .side_navi_item a,
#sysAside .side_navi a {
    display: block;
    position: relative;
    padding: 7px 22px 7px 5px;
    border-bottom: 1px dotted #cdcdcd;
}

#sysAside .side_navi_item a::after,
#sysAside .side_navi a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    content: ">";
    font-size: 1.4rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#sysAside .side_navi_item .sysHeadline,
#sysAside .side_navi .sysHeadline {
    width: 90%;
    font-size: 1.3rem;
    font-weight: 700;
    text-align: left;
    letter-spacing: normal;
    margin: 0;
    margin-left: auto;
    padding: 0;
}

#sysAside .side_navi_item .sysHeadline::before,
#sysAside .side_navi .sysHeadline::before {
    content: none;
}

#sysAside .side_navi_item .sysContent,
#sysAside .side_navi .sysContent {
    width: 90%;
    margin-left: auto;
}

#sysAside .side_navi_item .sysContent ul li:last-of-type a,
#sysAside .side_navi .sysContent ul li:last-of-type a {
    border-bottom: none;
}

#sysAside .side_navi .sysHeadline {
    width: 100%;
    padding: 7px 5px;
    border-bottom: 1px solid #000;
}
#sysAside .side_search form .sysItemSearchFormLimit,
#sysAside .side_search form .sysItemSearchFormSort{
  position: relative;
}
#sysAside .side_search form .sysItemSearchFormLimit:before{
  content:"表示件数";
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  margin-top:20px;
  margin-bottom: 10px;
}
#sysAside .side_search form .sysItemSearchFormSort:before{
  content:"表示順";
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
#sysAside .side_search form .sysItemSearchFormLimit:after,
#sysAside .side_search form .sysItemSearchFormSort:after{
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  font-weight: 700;
  color: #666;
  position: absolute;
  z-index:-1;
  right: 10px;
  bottom:10px;
}
#sysAside .side_search form .sysItemSearchFormLimit select,
#sysAside .side_search form .sysItemSearchFormSort select{
  width:100%;
  background-color:rgba(0,0,0,0.05);
  border:none;
  border-bottom:1px solid #333;
}

#sysItemSearch #sysAside .side_search,
#sysItemCategory #sysAside .side_search{
  box-shadow:0 0 3px #ccc;
  padding:10px 10px 20px;
}
#sysAside .side_search .sysItemSearchFormCategory{
  font-size:1.4rem;
  font-weight:bold;
  padding:20px 0 25px;
  margin:20px 0;
  border-top:1px dashed #ccc;
  border-bottom:1px dashed #ccc;
  position:relative;
}
#sysAside .side_search select[name=category]{
  width:99%;
  font-size:1.3rem;
  font-weight:normal;
  border: none;
  box-shadow:1px 1px 3px #ccc;
  border:1px solid #ccc;
  margin:10px 0 0;
  border-radius:5px;
  padding:10px;
}
#sysAside .side_search .sysItemSearchFormCategory:after{
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  font-weight: 700;
  color: #dd046e;
  font-size: 1.5rem;
  position:absolute;
  bottom:33px;
  right:10px;
  z-index:-1;
}

/* TB */
@media only screen and (min-width: 601px) and (max-width: 1160px) {

    #sysAside .side_navi_item,
    #sysAside .side_navi {
        margin-bottom: 0;
        border-bottom: 1px solid #000;
    }

    #sysAside .side_navi_item a,
    #sysAside .side_navi a {
        display: block;
        position: relative;
        padding: 7px 22px 7px 5px;
        border-bottom: 1px dotted #cdcdcd;
    }

    #sysAside .side_navi_item a::after,
    #sysAside .side_navi a::after {
        position: absolute;
        top: 50%;
        right: 10px;
        content: ">";
        font-size: 1.4rem;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #sysAside .side_navi_item .sysHeadline,
    #sysAside .side_navi .sysHeadline {
        width: 100%;
        font-size: 1.3rem;
        font-weight: 700;
        text-align: left;
        letter-spacing: normal;
        margin: 0;
        margin-left: auto;
        padding: 0;
    }

    #sysAside .side_navi_item .sysHeadline::before,
    #sysAside .side_navi .sysHeadline::before {
        content: none;
    }

    #sysAside .side_navi_item .sysContent,
    #sysAside .side_navi .sysContent {
        width: 100%;
        margin-left: auto;
    }

    #sysAside .side_navi_item .sysContent ul,
    #sysAside .side_navi .sysContent ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #sysAside .side_navi_item .sysContent ul li,
    #sysAside .side_navi .sysContent ul li {
        width: 50% !important;
    }

    #sysAside .side_navi_item .sysContent ul li:last-of-type a,
    #sysAside .side_navi .sysContent ul li:last-of-type a {
        border-bottom: none;
    }

    #sysAside .side_navi .sysHeadline {
        width: 100%;
        padding: 7px 5px;
        border-bottom: 1px solid #000;
    }

    #sysAside .side_navi_1 {
        border-top: 1px solid #000;
    }

}

/* SP */
@media only screen and (max-width: 600px) {

    #sysAside .side_navi_item .sysHeadline,
    #sysAside .side_navi .sysHeadline {
        width: 100%;
    }

    #sysAside .side_navi_item .sysContent,
    #sysAside .side_navi .sysContent {
        width: 100%;
    }

    #sysAside .side_navi_1 {
        border-top: 1px solid #000;
    }
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
form.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ===========================
フォーム設定
=========================== */
button,
input,
optgroup,
select,
textarea {
    font: inherit;
}

input[type=search],
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
textarea {
    -webkit-appearance: none;
    padding: 10px 5px !important;
    width: 100%;
    line-height: 2;
    background: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 0 !important;
    outline: none;
    background: #fff !important;
}

input[type="radio"] {
    margin: 0 10px;
    vertical-align: middle;
}

select {
    border: 1px solid #ddd;
    padding: 10px 5px;
}

input[type=submit] {
    -webkit-appearance: none;
    padding: 10px 5px;
    line-height: 2;
    margin-top: 30px;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}

input[type=submit]:hover {
    opacity: .8;
}

.sysFormField {
    margin: 10px 0;
}

.sysFormField label {
    margin-right: 20px;
}

/*.sysFormItem {
    margin-bottom: 30px;
}*/
#sysMemberRegisterConfirm .sysFormItem{
  margin:0;
  display: flex;
  align-items: center;
  width:100%;
  border-bottom:1px dotted #ccc;
}

.sysFormLabel {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.sysLoginButton,
.sysButton {
    width: 100%;
    border: none;
    padding: 10px;
    margin: 5px 0;
    border-radius: 5x;
    background-color: #ccc;
    color: #000;
    cursor: pointer;
}

.sysLoginButton {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 10px auto;
    padding: 20px;
    background: #e5006e;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    border-radius:5px;
}

.sysCartButton {
        width:90%;
    border: none;
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
    background-color: #dd046e;
    color: #fff;
        font-weight:bold;
    cursor: pointer;
        margin-bottom:10px;
}


.sysNextSubmit {
    background: #666;
    color: #fff;
    display: block;
    padding: 10px 15px;
    text-shadow: none;
    border-color: transparent;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    margin: 0 auto;
}

.sysBackButton {
    max-width: 230px;
    background: #ccc;
}

.sysZipcode .sysFormField,
.sysPrefStateId .sysFormField {
    max-width: 200px;
}

.sysZipcode .sysFormField select,
.sysPrefStateId .sysFormField select {
    width: 100%;
}

.sysZipcode .sysButton,
.sysPrefStateId .sysButton {
    max-width: 200px;
}

.sysBirthday .sysFormField input[type="text"] {
    max-width: 60px;
}

.sysSelectAddress {
    background: -webkit-gradient(linear, left bottom, left top, from(white), to(white));
    background: -webkit-linear-gradient(bottom, white, white);
    background: -o-linear-gradient(bottom, white, white);
    background: linear-gradient(0deg, white, white);
}

/* ----------------------------------------------------------------------------------- */
/* フリーフォーム：入力 */
#sysFormIndex #sysAll #sysWrap #sysMain {
    max-width: 800px;
}

#sysFormIndex #sysAll #sysWrap #sysMain>h2 {
    display: none;
}

#sysFormIndex #sysAll #sysWrap #sysMain a {
    display: inline-block;
    color: #068acc;
    text-decoration: underline;
}

#sysFormIndex #sysAll #sysWrap #sysMain input[type=search],
#sysFormIndex #sysAll #sysWrap #sysMain input[type=text],
#sysFormIndex #sysAll #sysWrap #sysMain input[type=tel],
#sysFormIndex #sysAll #sysWrap #sysMain input[type=email],
#sysFormIndex #sysAll #sysWrap #sysMain input[type=password],
#sysFormIndex #sysAll #sysWrap #sysMain textarea {
    margin: 5px 0;
}

#sysFormIndex #sysAll #sysWrap #sysMain input[type="radio"] {
    margin: 10px;
}

#sysFormIndex #sysAll #sysWrap #sysMain select {
    margin: 5px 0;
}

#sysFormIndex #sysAll #sysWrap #sysMain .questions .txtBlock {
    text-align: center;
    margin: 30px 0;
}

/* フリーフォーム：確認 */
#sysFormConfirm #sysAll #sysWrap #sysMain {
    max-width: 800px;
}

#sysFormConfirm #sysAll #sysWrap #sysMain>h2 {
    display: none;
}
#sysFormConfirm #sysAll #sysWrap #sysMain>h2 + form{
  position: relative;
}

#sysFormConfirm #sysAll #sysWrap #sysMain .sysFormField {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

#sysFormConfirm #sysAll #sysWrap #sysMain .sysButton {
    width: 100%;
    max-width: 230px;
    margin: 0;
    margin-right: 1%;
    margin-top: 30px;
    height: 50px;
    border-radius: 5px;
    background: #ccc;
    color: #444;
   /* position:absolute;*/
    bottom:-140px;
    left:0;
}

#sysFormConfirm #sysAll #sysWrap #sysMain .sysNextSubmit {
    max-width: 100%;
}

/* フリーフォーム：完了 */
#sysFormThanks #sysAll #sysWrap #sysMain {
    max-width: 800px;
}

#sysFormThanks #sysAll #sysWrap #sysMain>h2 {
    display: none;
}

#sysFormThanks #sysAll #sysWrap #sysMain .completeText {
    margin: 20px 0;
    text-align: center;
    font-size: 1.4rem;
}

#sysFormThanks #sysAll #sysWrap #sysMain .completeText p {
    margin: 10px 0;
}

#sysFormThanks #sysAll #sysWrap #sysMain .completeText a {
    color: #068acc;
    text-decoration: underline;
}

/* 新規会員登録：共通 */
.sysMemberRegister #sysAll #sysHeader .header_wrap {
    border-bottom: none;
    position: static;
}

.sysMemberRegister #sysAll #sysHeader .header_wrap .header_inner {
    display: block;
    padding: 0;
}

.sysMemberRegister #sysAll #sysHeader .header_wrap .header_inner .header_h1_under {
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
    background-color: #fff;
    text-align: center;
}

.sysMemberRegister #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .h_inner {
    margin: 15px 0 0;
}

.sysMemberRegister #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .logo {
    display: block;
}

.sysMemberRegister #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .logo .logo_img {
    display: block;
    margin: 0 auto;
}

.sysMemberRegister #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .head_title {
    font-weight: 700;
    margin-top: 5px;
}

.sysMemberRegister #sysAll #sysHeader .header_wrap .header_inner .header_h1_under a {
    display: block;
    width: 160px;
    margin: 0 auto;
}

.sysMemberRegister #sysAll #sysWrap {
    margin: 0 auto;
}

.sysMemberRegister #sysAll #sysWrap #sysMain {
    max-width: 800px;
}

.sysMemberRegister #sysAll #sysWrap #sysMain>h2 {
    display: none;
}

/* 新規会員登録：入力 */
#sysMemberRegisterIndex #sysAll #sysWrap #sysMain .sysNextSubmit {
    max-width: 100%;
    height:auto;
}

#sysMemberRegisterIndex #sysAll #sysWrap #sysMain input[type="submit"].sysButton {
    width: 100%;
    max-width: 230px;
    margin: 0;
    margin-right: 1%;
    margin-top: 30px;
    height: 50px;
    border-radius: 5px;
    background: #ccc;
    color: #444;
    border-radius:5px;
}

/* 新規会員登録：確認 */
#sysMemberRegisterConfirm #sysAll #sysWrap #sysMain>h2+div {
    margin-bottom: 1em;
}

#sysMemberRegisterConfirm #sysAll #sysWrap #sysMain .sysFormField {
    padding: 0px;
}

#sysMemberRegisterConfirm #sysAll #sysWrap #sysMain .sysBackButton {
    width: 100%;
    max-width: 230px;
    margin: 0;
    margin-right: 1%;
    margin-top: 30px;
    height: 50px;
    border-radius: 5px;
    background: #ccc;
    color: #444;
}
#sysMemberRegisterConfirm #sysMain form:nth-child(4){
  margin:20px 0;
  box-shadow:0 0 3px #ccc;
  padding:10px 20px;
  border-radius:5px;
}
#sysMemberRegisterConfirm #sysAll #sysWrap #sysMain .sysNextSubmit {
    max-width: 100%;
    margin-top:30px 0 20px!important;
}

/* 新規会員登録：完了 */
#sysMemberRegisterRegister #sysAll #sysWrap #sysMain>p {
    text-align: center;
}

/* マイページ：ログイン */
#sysMypageLogin #sysAll #sysWrap #sysMain>h3 {
    display: none;
}

#sysMypageLogin #sysAll #sysWrap #sysMain .sysButton {
    display: block;
    text-decoration:underline;
    background-color:#fff;
    max-width: 400px;
    margin: 0 auto;
}

/* マイページ：共通＋各設定 */
.sysMypage #sysAll #sysWrap #sysMain {
    max-width: 800px;
}

.sysMypage #sysAll #sysWrap #sysMain>h2 {
    display: none;
}

.sysMypage #sysAll #sysWrap #sysMain>h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    border-top:1px solid #666;
    border-bottom:1px solid #666;
    text-align: center;
    padding:10px;
    margin:10px 0;
}

.sysMypage #sysAll #sysWrap #sysMain .SysMypageMinorHeadLine {
    font-size: 1.8rem;
    border-left: 5px solid #3d3d3d;
    padding-left: 5px;
    margin: 50px 0 15px 0;
}
#sysMypageEditDelivery .SysMypageMinorHeadLine + p{
  text-align:right;
  color:#f00;
  margin:10px 0;
  font-weight:500;
}
#sysMypageEditDelivery .sysPrefStateId .sysFormField select{
  border:1px solid #ccc;
  border-radius:5px;
  box-shadow:1px 1px 3px #ccc;
  padding:10px 20px;
  cursor:pointer;
}
#sysMypageEditDelivery .sysPrefStateId .sysFormField{
  position:relative;
}
#sysMypageEditDelivery .sysPrefStateId .sysFormField:after{
  font-family: "Font Awesome 5 Free";
  content: '\f078';
  font-weight: 700;
  color: #666;
  font-size:1.3rem;
  position: absolute;
  right: 15px;
  top:13px;
  z-index:-1;
}

.sysMypage #sysAll #sysWrap #sysMain .sysMypageNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding:50px 0 30px;
    margin-top:50px;
    border-top:1px solid #666;
    clear:both;
}

.sysMypage #sysAll #sysWrap #sysMain .sysMypageNav form {
    width: 32%;
    margin:0 0.5% 10px;
    position: relative;
}
.sysMypage #sysAll #sysWrap #sysMain .sysMypageNav form:before{
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 700;
  color: #dd046e;
  font-size: 1.5rem;
  position:absolute;
  top:13px;
  right:15px;
}
.sysMypage #sysAll #sysWrap #sysMain .sysMypageNav *:nth-last-child(2) {
  width:100%;
}
.sysMypage #sysAll #sysWrap #sysMain .sysMypageNav *:nth-last-child(2):before {
  content:"";
}
.sysMypage #sysAll #sysWrap #sysMain .sysMypageNav form .sysButton {
    margin: 0;
    background-color:#fff;
    border:1px solid #666;
    color:#666;
    border-radius:5px;
    font-weight:700;
}
.sysMypage #sysAll #sysWrap #sysMain .sysMypageNav *:nth-last-child(2) .sysButton{
  background-color:rgba(0,0,0,0);
  text-decoration:underline;
  border:none;
}

.sysMypage #sysAll #sysWrap #sysMain .sysOrderHistory {
    margin-bottom: 30px;
}

.sysMypage #sysAll #sysWrap #sysMain .sysMyPoint {
    margin-bottom: 30px;
    margin-top:30px;
    border-bottom:1px solid #666;
    padding-bottom:30px;
}

.sysMypage #sysAll #sysWrap #sysMain>form:last-of-type .sysButton {
    max-width: 230px;
    background: #ccc;
    border-radius:5px;
    color:#666;
}

.sysMypage #sysAll #sysWrap #sysMain .sysItemList {
    margin-bottom: 30px;
}

.sysMypage #sysAll #sysWrap #sysMain .sysItemList ul.sysList li>div {
    width: 78%;
}
.sysMypage #sysAll #sysWrap #sysMain .sysItemList ul.sysList li>div:nth-child(3){
  width:100%;
}

.sysMypage #sysAll #sysWrap #sysMain .sysItemList ul.sysList li>div form {
    text-align: right;
}

.sysMypage #sysAll #sysWrap #sysMain .sysItemList ul.sysList li .sysThumbnailImage {
    width: 20%;
    float: none;
    margin-right: 0;
}

/* TB */
@media only screen and (min-width: 601px) and (max-width: 1160px) {

    /* 新規会員登録：共通 */
    .sysMemberRegister #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .h_inner {
        margin: 0;
    }

    .sysMemberRegister #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .logo {
        display: block;
    }

    .sysMemberRegister #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .head_title {
        background-color: #fff;
        margin: 0;
        padding: 0;
    }

    .sysMemberRegister #sysAll #sysWrap {
        margin: 0 auto;
    }
}

/* SP */
@media only screen and (max-width: 600px) {
    .sysFormField label {
        display: block;
        margin-right: 0;
    }

    /* 新規会員登録：共通 */
    .sysMemberRegister #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .h_inner {
        margin: 0;
    }

    .sysMemberRegister #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .logo {
        display: block;
    }

    .sysMemberRegister #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .head_title {
        background-color: #fff;
        margin: 0;
        padding: 0;
    }

    .sysMemberRegister #sysAll #sysWrap {
        margin: 0 auto;
    }
	
    /* マイページ：共通＋各設定 */
    .sysMypage #sysAll #sysWrap #sysMain .sysItemList ul.sysList li>div {
        width: 58%;
    }

    .sysMypage #sysAll #sysWrap #sysMain .sysItemList ul.sysList li .sysThumbnailImage {
        width: 40%;
    }
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
cart.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.sysCart #sysAll #sysHeader,
.sysOpcBody #sysAll #sysHeader {
    /* カートページ用ヘッダー設定 */
}

.sysCart #sysAll #sysHeader .header_wrap,
.sysOpcBody #sysAll #sysHeader .header_wrap,
.form-inquiry #sysAll #sysHeader .header_wrap{
    border-bottom: none;
    position: static;
    box-shadow:0 0 3px #ccc;
}

.sysCart #sysAll #sysHeader .header_wrap .header_inner,
.sysOpcBody #sysAll #sysHeader .header_wrap .header_inner,
.form-inquiry #sysAll #sysHeader .header_wrap .header_inner{
    display: block;
    padding: 0;
}

.sysCart #sysAll #sysHeader .header_wrap .header_inner .header_h1_under,
.sysOpcBody #sysAll #sysHeader .header_wrap .header_inner .header_h1_under,
.form-inquiry #sysAll #sysHeader .header_wrap .header_inner .header_h1_under{
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
    background-color: #fff;
    text-align: center;
}

.sysCart #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .h_inner,
.sysOpcBody #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .h_inner{
    margin: 15px 0 0;
}

.sysCart #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .logo,
.sysOpcBody #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .logo,
.form-inquiry #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .logo {
    display: block;
}

.sysCart #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .logo .logo_img,
.sysOpcBody #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .logo .logo_img,
.form-inquiry #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .logo .logo_img {
    display: block;
    margin: 0 auto;
}

.sysCart #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .head_title,
.sysOpcBody #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .head_title,
.form-inquiry #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .head_title {
    font-weight: 700;
    margin-top: 5px;
}

.sysCart #sysAll #sysHeader .header_wrap .header_inner .header_h1_under a,
.sysOpcBody #sysAll #sysHeader .header_wrap .header_inner .header_h1_under a,
.form-inquiry #sysAll #sysHeader .header_wrap .header_inner .header_h1_under a {
    display: block;
    width: 160px;
    margin: 0 auto;
}

.sysCart #sysAll #sysWrap,
.sysOpcBody #sysAll #sysWrap {
    margin: 0 auto;
}

.sysCart #sysAll #sysWrap #sysMain,
.sysOpcBody #sysAll #sysWrap #sysMain {
    max-width: 800px;
    margin: 0 auto 50px;
}

/*.sysCart #sysAll #sysWrap #sysMain .sysLoginButton,
.sysCart #sysAll #sysWrap #sysMain .sysButton:hover,
.sysOpcBody #sysAll #sysWrap #sysMain .sysLoginButton,
.sysOpcBody #sysAll #sysWrap #sysMain .sysButton:hover {
    background: #fff;
}*/


.sysCart #sysAll #sysWrap #sysMain input[type="submit"],
.sysCart #sysAll #sysWrap #sysMain button,
.sysOpcBody #sysAll #sysWrap #sysMain input[type="submit"],
.sysOpcBody #sysAll #sysWrap #sysMain button {
    display: inline-block;
    width: auto;
    height: auto;
    min-width: 150px;
    padding: 10px;
    margin: 10px 0;
    cursor: pointer;
    background: #333;
    color:#fff;
    border:none;
    border-radius:5px;
}

.sysCart #sysAll #sysWrap #sysMain .sysNextSubmitArea .sysNextSubmit,
.sysOpcBody #sysAll #sysWrap #sysMain .sysNextSubmitArea .sysNextSubmit {
    width: 100%;
    max-width: 100%;
    font-weight: 700;
    background: #da4636;
    border: none;
    margin: 5px 0;
    text-shadow: none;
}

.sysCart #sysAll #sysWrap #sysMain .sysBox,
.sysOpcBody #sysAll #sysWrap #sysMain .sysBox {
    background-color: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
    border:none;
    border-radius:5px;
    margin: 1em auto 2em;
    padding: 1em;
}

.sysCart #sysAll #sysWrap #sysMain .sysCartAttention,
.sysOpcBody #sysAll #sysWrap #sysMain .sysCartAttention {

  font-size:1.7rem;
    font-weight: 700;
    color: #da4636;
}

.sysCart #sysAll #sysWrap #sysMain .sysTotalTxt,
.sysOpcBody #sysAll #sysWrap #sysMain .sysTotalTxt {
    text-shadow: none;
}

.sysCart #sysAll #sysWrap #sysMain .sysTotalTxt .sysCartAttention,
.sysOpcBody #sysAll #sysWrap #sysMain .sysTotalTxt .sysCartAttention {
    font-size: 2rem;
    padding: 0 0.3em;
}

.sysCart #sysAll #sysWrap #sysMain .sysCartTitle,
.sysOpcBody #sysAll #sysWrap #sysMain .sysCartTitle {
    font-size: 1.8rem;
    font-weight: 700;
    color: #000;
    padding: 0;
    background-color: #fff;
    border-bottom:1px solid #666;
}

.sysCart #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox,
.sysOpcBody #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sysCart #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox>div,
.sysOpcBody #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox>div {
    width: 100%;
}
.sysCart #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox>div.sysSubTotalArea{
  text-align: right;
  padding:10px 0;
  font-size:1.3rem;
}

.sysCart #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox>div>div,
.sysCart #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox #sysSelections > div{
  display: flex;
  align-items: center;
  justify-content:flex-end;
  position:relative;
}
.sysCart #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox #sysSelections > div{
  flex-wrap:wrap;
}
.sysCart #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox #sysSelections > div .sysSelectionDescription{
  width:100%;
  margin-bottom:20px;
}
/*.sysCart #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox>div>div:after{
  font-family: "Font Awesome 5 Free";
  content: '\f078';
  font-weight: 700;
  color: #666;
  font-size:1.3rem;
  position: absolute;
  right: 15px;
  z-index:0;
}*/
.sysCart #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox>div>div.sysItemName:after,
.sysCart #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox>div>div.sysItemRetailPrice:after{
  display:none;
}

.sysCart #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox>a,
.sysOpcBody #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox>a {
    display: block;
    width: 30%;
}

.sysCart #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox>a .sysProductImg,
.sysOpcBody #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox>a .sysProductImg {
    display: block;
    width: 100%;
    margin: 0;
    float: none;
}

.sysCart #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox hr,
.sysOpcBody #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox hr {
    width: 100%;
}

.sysCart #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox .sysProduct,


.sysOpcBody #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox .sysProduct {
    width: 68%;
}

.sysCart #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox .sysProduct .sysItemName,
.sysOpcBody #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox .sysProduct .sysItemName {
    font-size: 1.8rem;
}

.sysCart #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox select,
.sysOpcBody #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox select {
    width: 40%;
    max-width: 100%;
    display: block;
    margin: 0;
    border: none;
    text-align: right;
    padding: 10px 40px 10px 10px;
    border-radius:0px;
    border:1px solid #ccc;
    cursor:pointer;
}

.sysCart #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox .sysNumArea,
.sysOpcBody #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox .sysNumArea {
  display: none;
    padding-top: 5px;
    margin-bottom: 20px;
}

.sysCart #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox .sysDeleteArea,
.sysOpcBody #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox .sysDeleteArea {
    text-align: right;
}

.sysCart #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox .sysDeleteArea .sysButton,
.sysOpcBody #sysAll #sysWrap #sysMain .sysItemListArea ul li .sysBox .sysDeleteArea .sysButton {
    /*text-align: center;
    background-color: #fff;*/
    text-align: center;
    background: none;
  background-size: 50%;
  border: none;
  color: #666;
  width: auto;
  min-width: 70px;
  padding: 3px;
  text-decoration:underline;
  border-radius: 0;
  font-size:1.3rem;
  font-weight: 500;
  margin:10px 0 0;
}
.sysOpcBody .message_card_select01{
  position:relative;
}
.sysOpcBody .message_card_select01:after{
  display: none;
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  font-weight: 700;
  color: #dd046e;
  font-size: 1.3rem;
  position:absolute;
  bottom:10px;
  left:220px;
}
.sysOpcBody .message_card_select01 select ~ :after{
  display: block;
}
.sysOpcBody .message_card_select01 select{
  background-color:#fff;
}
#sysBasket.sysCart #useAmazonSubmitButton .sysAmazonNextSubmit{
  background-color:#dd046e!important;
  color:#fff!important;
  font-weight:bold;
  box-shadow:1px 1px 3px #ccc;
}

/* 旧OPCのボタン設定 */
#sysAll #sysWrap #sysMain button.mdl-button {
    display: inline-block;
    width: auto;
    height: 45px;
    min-width: 150px;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #999 !important;
    border-radius: 5x;
    cursor: pointer;
    background: #fff !important;
    color: #000;
    font-size: 1.5rem;
    line-height: 1;
}

#sysBasket #sysAll #sysWrap #sysMain>.mdl_btn_ button.mdl-button.full-width {
    width: 100% !important;
    max-width: 100%;
    font-weight: 700;
    background: #da4636 !important;
    border: none !important;
    margin: 5px 0;
    text-shadow: none;
    line-height: 1;
    font-size: 1.5rem;
    color: #fff;
}
#sysBasket .sysConfirmCoupon{
  text-align: right;
}
#sysBasket .sysConfirmCoupon input{
  border:1px solid #dd046e;
  border-radius:5px;
  color:#dd046e;
  padding:8px 20px;
}
.basketCouponEdit .basketCoupon_edit > div{
  margin: 10px 0;
}
.basketCouponEdit_errors{
  margin-bottom: 20px;
}
.basketCouponEditDialog_buttonGroup.basketCouponEditButtonGroup{
  text-align: right;
}

.sysCart #sysAll #sysWrap #sysMain button.opc-dlg-close {
    width: 50px;
    height: 50px;
    min-width: 50px;
    padding: 0;
    line-height: 1;
    padding-bottom: 6px;
}

/* OPC設定 */
.mdl_btn_.opcDialog,
form.opcUseAmazon {
    width: 100%;
    padding-right: 0;
}

#sysMain h3 {
    font-size: 2rem;
}

#sysMain #show-dlg-1,
#sysMain #show-dlg-1_low,
#sysMain .sysOpcNextSubmit,
#sysMain .sysNextSubmit {
    display: block;
    width: 100% !important;
    padding: 20px 10px !important;
    margin: 5px 0 !important;
    color: #fff !important;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: bold;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none !important;
    border-radius: 5px;
    background: #e4006f !important;
    box-shadow:1px 1px 3px #ccc;
}

#sysMain #show-dlg-2 {
    display: block;
    width: 100% !important;
    padding: 10px;
    margin: 0 0 30px !important;
    color: #fff !important;
    font-size: 1.2rem;
    line-height: 1;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none !important;
    border-radius: 5x;
    background: #000 !important;
}

#sysMain #show-dlg-3 {
    display: block;
    width: 100% !important;
    padding: 10px;
    margin: 0 0 30px !important;
    color: #fff !important;
    font-size: 1.2rem;
    line-height: 1;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none !important;
    border-radius: 5x;
    background: #000 !important;
    color: #fff !important;
    background: #da4636 !important;
}

#sysMain .next_btn {
    color: #fff !important;
    font-size: 1rem;
    line-height: 1;
    border: none !important;
    background: #000 !important;
}

#sysMain #order_price_confirm_btn {
    color: #fff !important;
    width: 100% !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #000 !important;
}

#sysMain .mdl-js-button {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#sysMain #change-to-billAddr,
#sysMain #show-dlg-addrList,
#sysMain #show-dlg-inputAddr {
    line-height: 1;
    border: none !important;
    background: #000 !important;
}

#sysMain p.user_type {
    font-size: 1.2rem;
}

.sysOpcProduct .sysOpcItemName {
    font-size: 1.2rem;
}

/*情報入力ページ調整*/
.sysOpcBody .header_wrap {
    height: auto;
    position: static;
    border-bottom: none;
}

.sysOpcBody .header_h1_under a {
    pointer-events: none;
}

.sysOpcBody .footer .f_gnav_all {
    display: none;
}

input[type="button"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.opcCommonInputText,
.opcCommonInputSelect,
.opcCommonInputRadio,
.opcCommonInputCheckbox {
    margin-left: 0 !important;
    height: auto;
}

.opcCommonEditModeBlock {
    background: #fff !important;
    border:1px solid #f1e8d9;
    padding: 20px;
}
.opcDeliveryMethodGroup_edit .opcCommonEditModeBlock:before{
  content:"配送方法を選択";
  border-left:5px solid #666;
  font-size:1.8rem;
  font-weight: bold;
  display: block;
  width:100%;
  padding-left:10px;
  margin-bottom:20px;
}

.opcOrderSummaryTitle,
.opcBillingAddressTitle,
.opcDeliveryAddressTitle,
.opcItemTitle,
.opcPaymentMethodTitle {
    font-size: large !important;
    margin-bottom: 0.5em;
}

.opcItem {
    padding: 3%;
    border: 1px solid #f1e8d9;
    margin-top: 10px;
}

.opcCommonInputSelect,
.opcCommonButton {
    background: #fff;
}
.opcItem_purpose_edit,
.opcItem_numAndLabelGroup_edit{
  position:relative;
}
.opcDeliveryAddress_prefStateAndLabelGroup_edit{
  position:relative;
}
.opcDeliveryAddress_prefStateAndLabelGroup_edit:after{
  font-family: "Font Awesome 5 Free";
    content: '\f078';
    font-weight: 700;
    color: #666;
    font-size: 1.3rem;
    position: absolute;
    left: 230px;
    bottom:10px;
    z-index: 0;
}
.opcCommonInputSelect {
    display:block;
    min-width: 250px;
    background-color:rgba(0,0,0,0);
    border:1px solid #ccc;
    padding:10px 20px;
    box-sizing:border-box;
}
#sysOpc .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit > div,
#sysOpc .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit > div{
  display:flex;
  position:relative;
  z-index:0;
}
.opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit:after, .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit:after, #sysOpc .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit > div:after {
    font-family: "Font Awesome 5 Free";
    content: '\f107';
    font-weight: 700;
    color: #666;
    position: absolute;
    right: 5%;
    font-size: 1.5rem;
    top: 10px;
    z-index:-1;
}
.opcItem_numAndLabelGroup_edit:after,
.opcItem_purpose_edit:after{
  font-family: "Font Awesome 5 Free";
  content: '\f078';
  font-weight: 700;
  color: #dd046e;
  position: absolute;
  left: 220px;
  top:42px;
  z-index:-1;
}

.opcBillingAddress_completeButton_edit,
.opcDeliveryMethod_completeButton_edit,
.opcPaymentMethod_completeButton_edit,
.opcItem_completeButton_edit,
.opcDeliveryAddress_completeButton_edit,
.opcPointAndCouponDialog_applyButton_edit,
.opcRemarks_completeButton_edit {
    background: #e4006f !important;
    border: 1px solid #e4006f !important;
    color: #fff !important;
    font-weight: bold;
    margin-bottom:20px;
    font-size: 1.6rem;
    padding: 20px 0;
}

.opcConfirm_inputStatus {
    display: block !important;
    width: 100% !important;
    margin: 0 auto 1em;
    background: #da4636 !important;
    color: #fff !important;
    border: 1px solid #da4636 !important;
    font-weight: bold;
}

.opcConfirm_inputStatus_disable {
    display: block !important;
    width: 100% !important;
    margin: 0 auto 1em;
    background: #ccc !important;
    color: #000 !important;
}

.opcConfirm_order {
    display: block !important;
    width: 100% !important;
    margin: 0 auto;
    background: #e4006f !important;
    color: #fff !important;
    border: 1px solid #e4006f !important;
    font-weight: bold;
    border-radius:5px;
    padding:15px;
    font-size:1.5rem;
    box-shadow:1px 1px 3px #ccc;
}

.opcConfirm_order_disable {
    display: block !important;
    width: 100% !important;
    margin: 0 auto;
    background: #ccc !important;
    color: #000 !important;
}
.opcOrderBackToBasket_backToBasket.opcCommonButton{
  background-color:#333!important;
}
#sysBasket .sysNextSubmitAreaForUseAmazon + form{
    text-align: center;
}

.opcItem_increaseNumButton_edit,
.opcItem_decreaseNumButton_edit {
    width: 42px !important;
    background: #f1f1f1 !important;
}

.opcCommonButtonGroup {
    margin-top: 1em;
}

.opcBillingAddress_genderMaleAndLabelGroup_edit,
.opcBillingAddress_genderFemaleAndLabelGroup_edit {
    width: 15% !important;
}

.opcBillingAddress_acceptMailmagazineYesLabel_edit {
    margin-top: 1em;
    display: inline-block;
}

.opcOrderSummary_totalPriceAndLabelGroup {
    padding-bottom: 10px !important;
}

.opcCommonEditLabel {
    margin-top: 30px;
    border-left: 0px;
    font-weight:bold;
    border-left:5px solid #666;
}

.opcOrderSummary_priceBreakDownGroup {
    padding-top: 1em;
    padding-bottom: 1em;
}

.opcOrderSummary_feeAndLabelGroup,
.opcOrderSummary_usePointPriceAndLabelGroup {
    padding-bottom: 1em;
    margin-bottom: 1em;
}
.opcBillingAddress_prefStateAndLabelGroup_edit{
  position:relative;
}
.opcBillingAddress_prefStateAndLabelGroup_edit:after{
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  font-weight: 700;
  color: #666;
  position: absolute;
  left:220px;
  top: 47px;
  z-index:0;
}
.opcBillingAddress_prefState_edit {
    margin: 5px 0;
    background-color:rgba(0,0,0,0);
}
/*.opcBillingAddress_zipCodeAndLabelGroup_edit{
  display:flex;
  align-items: center;
}*/

.opcBillingAddressButtonGroup_edit,
.opcDeliveryAddress_buttonGroup,
.opcDeliveryMethod_buttonGroup_edit {
    padding: 1em 0;
}

.opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit,
.opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit {
    margin-bottom: 1em;
}

.opcItem_itemSubTotalPriceAndLabelGroup {
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.opcDeliveryAddressAndDeliveryMethodGroup,
.opcItemList {
    margin-bottom: 0 !important;
    border: none !important;
    padding: 0 !important;
    position: static !important;
}

.opcBillingAddress .opcCommonReferenceLabel {
    width: 70px;
    display: inline-block;
    position: relative;
}

.opcBillingAddress .opcCommonReferenceLabel::after {
    position: absolute;
    right: 0;
}

.opcDeliveryMethod .opcCommonReferenceLabel {
    width: 123px;
    display: inline-block;
    position: relative;
}

.opcDeliveryMethod .opcCommonReferenceLabel::after {
    position: absolute;
    right: 0;
}

.opcCommonRequireLabel {
    color: #da4636 !important;
    font-weight: bold;
}

.opcRemarks_remark_edit {
    width: 100% !important;
}

.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2em;
}

.opcDeliveryAddressEditDialog_directChangeLabel {
    width: 100%;
}

.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup .opcCommonButton {
    width: calc(32% - 1em) !important;
}

.opcItem_itemName {
    font-weight: bold;
    font-size: 15px;
}

.opcConfirm_headerErrorMessage {
    width: 100% !important;
    max-width: 800px;
}

.opcRemarks_remark,
.opcRemarks_cartOption {
    margin-left: 0 !important;
    width: 100% !important;
    white-space: normal !important;
}

#sysOpc>form+div {
    margin-bottom: 60px !important;
}

.opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit {
    padding-left: 0 !important;
    margin-left: 0 !important;
    border-bottom: none !important;
}

.opcDeliveryAddress {
    border-bottom: 1px solid #9b9b9b;
    margin-bottom: 1em;
}

.opcDeliveryMethod_hopeDeliveryDateLabel_edit {
    width: 126px;
    display: inline-block;
}

/* SP */
@media only screen and (max-width: 600px) {

    .sysCart #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .h_inner,
    .sysOpcBody #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .h_inner {
        margin: 0;
    }

    .sysCart #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .logo,
    .sysOpcBody #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .logo {
        display: block;
    }

    .sysCart #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .head_title,
    .sysOpcBody #sysAll #sysHeader .header_wrap .header_inner .header_h1_under .head_title {
        background-color: #fff;
        margin: 0;
        padding: 0;
    }

    .sysCart #sysAll #sysWrap,
    .sysOpcBody #sysAll #sysWrap {
        margin: 0 auto;
    }
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
item_detail.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
#sysItemDetail #sysAll #sysWrap #sysMain article {
    /* タイトル */
    /* 画像とテキストの横並び設定 */
}

#sysItemDetail #sysAll #sysWrap #sysMain article .sysItemName h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3em;
    padding-bottom: 10px;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* 画像 */
    /* テキスト */
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .sysItemImages {
    width: 46%;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .sysItemImages .sysMainImage a {
    display: block;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .sysItemImages .sysMainImage a img {
    display: block;
    width: 100%;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .sysItemImages .sysImageDescription {
    font-size: 1.2rem;
    margin: 5px 0;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .sysItemImages .sysImageList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .sysItemImages .sysImageList li {
    float: none;
    width: 19%;
    height: auto;
    margin: 0 0.5% 1.32%;
    line-height: inherit;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .sysItemImages .sysImageList li:nth-of-type(4n) {
    margin-right: 0;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea {
    width: 50%;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysItemName{
  border-bottom:1px solid #666;
  margin-bottom:10px;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysPr {
    margin-top: 15px;
    padding:0 10px;
    display: flex;
    justify-content: flex-end;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysDescription {
    margin-bottom: 10px;
    padding:10px;
    font-size: 1.4rem;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysExplanation table {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    border: none;
    border-top: 1px solid #ccc;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysExplanation table thead {
    text-align: center;
    color: #fff;
    background: #999;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysExplanation table tr {
    border-bottom: 1px solid #ccc;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysExplanation table th,
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysExplanation table td {
    padding: 6px 10px;
    text-align: center;
    border: none;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysExplanation .itempage_detail h3 {
    font-size: 1.8rem;
    font-weight: 400;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysExplanation .itempage_detail table {
    width: 100%;
    margin-bottom: 10px;
    border-top: 1px solid #ccc;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysExplanation .itempage_detail table tr {
    border-bottom: 1px solid #ccc;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysExplanation .itempage_detail table th,
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysExplanation .itempage_detail table td {
    padding: 10px;
    font-size: 1.2rem;
    text-align: center;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysExplanation .itempage_detail table th {
    width: 30%;
    border-right: 1px solid #ccc;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysExplanation .itempage_detail table td {
    width: 70%;
    text-align: left;
    background: #fff;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysExplanation .show_bx {
    margin-bottom: 10px;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysExplanation .show_bx .show_bx_inner {
    margin-bottom: 10px;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysExplanation .show_bx .show_bx_inner .btn_tr {
    padding: 10px 0 10px 35px !important;
    background: #e4e4e4 url(/img/layout/system/ico_plus.png) 10px center no-repeat !important;
    background-size: 18px !important;
    cursor: pointer;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysExplanation .show_bx .show_bx_inner .btn_tr.active {
    background: #e4e4e4 url(/img/layout/system/ico_minus.png) 10px center no-repeat !important;
    background-size: 18px !important;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysExplanation .show_bx .show_bx_inner .contents_tr {
    background-color: #f5f5f5;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysExplanation .show_bx .show_bx_inner .contents_tr table {
    margin-bottom: 0 !important;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysItemId {
    font-size: 1.2rem;
    text-align: right;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysRetailPrice {
    width: 100%;
    margin:20px 0 10px;
    color: #000;
    font-weight: 700;
    padding:0 10px;
    font-family: "Century Gothic";
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysRetailPrice .sysRetailPriceValue {
    font-size: 3.8rem;
    font-weight: 500;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysRetailPrice .sysRetailPriceValue span{
  font-size:1.5rem;
  padding-left:3px;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm form.sysCartInForm{
  display: flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  align-items: baseline;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm select {
    width: 100%;
    display: inline-block;
    float: none;
    margin: 5px 0;
    padding: .2em .5em;
    border: 1px solid #000;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysCartInForm #sysVariation {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:20px 0;
    position: relative;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysCartInForm #sysVariation .sysVariationSelects{
  font-weight:bold;
  font-size:1.5rem;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysCartInForm #sysVariation select{
  width: 70%;
  font-weight: normal;
  padding: 10px 40px 10px 10px;
  border: none;
  border-bottom: 1px solid #666;
  font-size: 1.8rem;
  text-align: right;
  cursor: pointer;
  background-color: rgba(0,0,0,0.02);
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysCartInForm #sysVariation:after{
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  font-weight: 700;
  color: #666;
  position: absolute;
  right: 15px;
  top: 40px;
  font-size: 1.4rem;
  z-index: -1;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysCartInForm #sysVariation .sysFormVariationTable {
    width: 100%;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysCartInForm #sysVariation .sysFormVariationTable .sysFormVariationName {
    background-color: #fdf5f5;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysSelections {
    margin-bottom: 10px;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysNumber {
    text-align: left;
    font-size:1.5rem;
    width:100%;
    font-weight:bold;
    position: relative;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    margin:0 0 15px;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysNumber select {
    width: 30%;
    max-width:160px;
    font-weight: normal;
    padding:8px 40px 8px 10px;
    border:1px solid #ccc;
    font-size:1.8rem;
    text-align: right;
    font-family: "Century Gothic";
    cursor:pointer;
    box-shadow:1px 1px 3px #ccc;
    border-radius:5px;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysNumber:after {
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  font-weight: 700;
  color: #dd046e;
  position: absolute;
  left:180px;
  top:18px;
  font-size:1.3rem;
  z-index:-1;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysNumber .sysNumArea {
    padding-top: 5px;
    margin-bottom: 20px;
    display: none;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysNumber .sysNumArea button {
    overflow: hidden;
    display: inline-block;
    width: 37%;
    padding: 10px;
    text-indent: -999px;
    border: 1px solid #b9b9b9;
    border-radius: 5x;
    background: #f1f1f1;
    cursor: pointer;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysNumber .sysNumArea button:hover {
    background-color: #efefef !important;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysNumber .sysNumArea button.sysBtnPlus {
    background: url(/img/layout/system/btn_plus.png) center center no-repeat;
    background-size: 65px;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysNumber .sysNumArea button.sysBtnMinus {
    background: url(/img/layout/system/btn_minus.png) center center no-repeat;
    background-size: 90px;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysGetPoint{
  width:100%;
  margin: 10px 0 5px;
  font-size: 1.5rem;
  font-weight: bold;
  color:#ff9800;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysGetPoint .get_point{
  font-weight:bold;
  padding:0 3px;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysGetPoint:before{
  content:"";
  display: inline-block;
  width:20px;
  height:20px;
  background:url("/img/common/point_icons.png")no-repeat center;
  background-size:contain;
  margin-right:5px;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysSubtotal {
    text-align: right;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysSubtotal .sysSubtotalPrice {
    font-size: 1.7rem;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysSubmit {
  width:85%;
  position: relative;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysSubmit input[name="isUseOriginalSslDomain"]+div
/*,#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysSubmit .sysCartInDone*/{
  position: absolute;
  top:30%;
  left:50%;
  z-index:1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
/*#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysSubmit .sysCartInDone{
  background-color:rgba(255,255,255,0.95);
  border:5px solid #ff9800;
  font-size:1.8rem;
  padding:20px 30px;
  display: flex;
  flex-flow:column;
  border-radius:10px;
  align-items: center;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysSubmit .sysCartInDone:before{
  font-family: "Font Awesome 5 Free";
  content: '\f217';
  font-weight: 700;
  color: #ff9800;
  font-size:5rem;
  animation: yureru-j 2s infinite;
}
@keyframes yureru-j {
    0% {
        transform: translate(0px, 2px);
    }
    5% {
        transform: translate(0px, -2px);
    }
    10% {
        transform: translate(0px, 2px);
    }
    15% {
        transform: translate(0px, -2px);
    }
    20% {
        transform: translate(0px, 2px);
    }
    25% {
        transform: translate(0px, -2px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}*/
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysSubmit .sysCartInDone span{
  border:none;
  box-shadow:none;
  display:block;
  text-align:center;
  font-size:1.6rem;
  padding:0;
  margin:0;
  color:#dd046e;
  font-weight:bold;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysSubmit .sysCartButton {
    width: 100%;
    padding: 15px!important;
    font-weight: bold;
    margin:0 0 30px;
    font-size:1.8rem;
    box-shadow:0 2px 3px #ccc;
    background:url("/img/common/icon_cart_01.png")no-repeat center #dd046e;
    background-position:32% 50%;
    background-size: 28px;
    text-indent:30px;
    border-radius:5px;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysSubmit div .sysCartButton {
  background-color: #fff;
    color: #dd046e;
    border: 4px solid #dd046e;
    box-sizing: border-box;
    text-indent:0;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysWishlist{
  width:15%;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysWishlist .sysButton {
    width: 60px;
    overflow: hidden;
    border: 1px solid #b9b9b9;
    font-weight: bold;
    background: url(/img/common/icon_hart_02.png)no-repeat 50% #fff;
    background-size: 50%;
    margin:0 0 0 20%;
    height:60px;
    text-indent: -9999px;
    padding:20px 0;
    border-radius:5px;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysWishlist .sysButton[disabled=disabled],
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysWishlist .sysButton[disabled]{
  background: url(/img/common/icon_hart_01.png)no-repeat 50% #fff;
  background-size: 50%;
}

#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm .sysShare {
    text-align: right;
    width:100%;
}
/*#sysItemDetail .orderArea .sysForm form{
  display: flex;
  flex-wrap:wrap;
}*/

/* SP */
@media only screen and (max-width: 600px) {
    #sysItemDetail #sysAll #sysWrap #sysMain article {
        /* タイトル */
        /* 画像とテキストの横並び設定解除 */
    }

    #sysItemDetail #sysAll #sysWrap #sysMain article .sysItemName h1 {
        font-size: 2rem;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }

    #sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea {
        display: block;
        /* 画像 */
        /* テキスト */
    }

    #sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .sysItemImages {
        width: 100%;
        margin-bottom: 20px;
    }

    #sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea {
        width: 100%;
    }
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
item_list.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* 件数表示＋表示切り替え部分 */
.sysItemListDisp {
    margin-bottom: 20px;
    /* リストとサムネイル切り替え部分：アイコンを使用する場合は以下をアクティブにしてください */
}

.sysItemList {
    /* リスト表示 */
    /* サムネイル表示 */
}

.sysItemList ul.sysList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sysItemList ul.sysList li>div {
    width: 100%;
}

.sysItemList ul.sysList li .sysThumbnailImage {
    width: 20%;
}

.sysItemList ul.sysList li .itemDetailWrap {
    width: 78%;
}

.sysItemList ul.sysList li .itemDetailWrap .sysItemName {
    font-size: 1.6rem;
}

.sysItemList ul.sysList li form {
    width: 100%;
    text-align: right;
    margin: 5px 0;
}

.sysItemList ul.sysList li form input[type=submit] {
  margin: 0;
  width: 100%;
  max-width: 200px;
  border-radius:5px;
  background-color: #dd046e;
  font-weight:bold;
}
.sysItemList ul.sysList li div:nth-child(3) form input[type=submit] {
  text-decoration: underline;
  padding: 0;
  max-width: fit-content;
  background-color: #fff;
  color: #999;
}

.sysItemList ul.sysList li form button {
    margin: 0;
    width: 100%;
    max-width: 200px;
}

.sysItemList ul.sysList li form .sysAddSelection select,
.sysItemList ul.sysList li form .sysAddVariation select {
    width: 100%;
    max-width: 200px;
    margin-bottom: 5px;
}

.sysItemList ul.sysThumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sysItemList ul.sysThumbnail li {
    float: none;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    position:relative;
    padding:8px;
    width:24%;
    margin:0 0.5% 10px;
    border:1px solid #f0f0f0;
    border-radius:5x;
}

.sysItemList ul.sysThumbnail li>div {
    width: 100%;
}
.sysItemList ul.sysThumbnail li .itemDetailWrap{
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height:100%;
}

.sysItemList ul.sysThumbnail li div:nth-child(3){
  margin-top:auto;
}
.sysItemList ul.sysThumbnail li div:nth-child(3) form{
  margin-bottom:0;
  text-align: center;
}
.sysItemList ul.sysThumbnail li div:nth-child(3) form input{
  text-decoration: underline;
    padding: 0;
    max-width: fit-content;
    background-color: #fff;
    color: #999;
}

.sysItemList ul.sysThumbnail li .itemDetailWrap .sysItemName {
    font-size: 1.4rem;
    margin-top: 10px;
    font-weight:500;
    line-height:1.4em;
}
.sysItemList ul.sysThumbnail li .itemDetailWrap .sysRetailPrice {
  text-align: right;
  font-size:1.8rem;
  font-weight:500;
  color:#000;
  margin-top:auto;
  font-family: "Century Gothic";
}
.sysItemList ul.sysThumbnail li .itemDetailWrap .sysRetailPrice .subtaxTxt{
  font-size:1.3rem;
}

.sysItemList ul.sysThumbnail li .itemDetailWrap .sysItemPrArea,
.sysItemBlock .sysHorizontal li .sysItemPrArea{
	text-align: right;
	font-weight: bold;
	font-size: 1.2rem;
/*　font-size: 1.3rem;　*/
}

.sysItemList ul.sysThumbnail li .itemDetailWrap .sysItemPrArea span.free_shipping_icon,
.sysItemBlock .sysHorizontal li .sysItemPrArea span.free_shipping_icon{
	background-color: #ff9800;
	color: #fff;
	padding: 3px 10px;
	border-radius: 5x;
}
.sysItemList ul.sysThumbnail li .itemDetailWrap .sysItemPrArea span.sale_icon,
.sysItemBlock .sysHorizontal li .sysItemPrArea span.sale_icon{
	background-color: #ff0000;
	color: #fff;
	padding: 3px 10px;
	border-radius: 5x;
}

.sysItemList ul.sysThumbnail li .sysWishListButtonFormAjax{
  height:0;
}

.sysItemList ul.sysThumbnail li form {
    width: 100%;
    margin: 10px 0;
}

.sysItemList ul.sysThumbnail li form input[type=submit] {
    margin: 0;
    width: 100%;
    border-radius:5px;
    background-color: #dd046e;
    font-weight: bold;
}

.sysItemList ul.sysThumbnail li button {
  margin: 0;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  background-color: #fff;
  border-radius: 5px;
  background:url("/img/common/icon_hart_02.png")no-repeat 50% #fff;
  background-size:60%;
}
.sysItemList ul.sysThumbnail li button[disabled=disabled],
.sysItemList ul.sysThumbnail li button[disabled] {
  background:url("/img/common/icon_hart_01.png")no-repeat 50% #fff;
  background-size:60%;
}
.sysItemList ul.sysThumbnail li .sysAddSelection select,
.sysItemList ul.sysThumbnail li .sysAddVariation select {
    width: 100%;
    margin-bottom: 5px;
}


#sysItemCategory #sysAll #sysWrap #sysMain {
    /* ソート部分 */
}

#sysItemCategory #sysAll #sysWrap #sysMain .sysItemCategoryCtl{
  border:none;
  padding:15px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#sysItemCategory #sysAll #sysWrap #sysMain .sysItemCategoryCtl a {
  display: block;
  padding: 2px 10px;
  text-decoration: none;
  margin: 0 1%;
  border-bottom:1px solid #666;
  font-size:1.3rem;
  font-weight:500;
  -webkit-transition: 0.3s; -moz-transition: 0.3s; transition: 0.3s;
}
#sysItemCategory #sysAll #sysWrap #sysMain .sysItemCategoryCtl a:hover{
  color:#dd046e;
  border-bottom:1px solid #fff;
  font-weight: bold;
}
#sysItemCategory #sysAll #sysWrap #sysMain .sysItemCategoryCtl a.sysCurrent{
  border:none;
  color:#dd046e;
  border-bottom:2px solid #dd046e;
  font-weight: bold;
}

#sysItemSearch #sysAll #sysWrap #sysMain {
    /* 検索条件変更 */
}

#sysItemSearch #sysAll #sysWrap #sysMain h2 {
    margin-bottom: 10px;
}

#sysItemSearch #sysAll #sysWrap #sysMain>form {
    font-size: 1.2rem;
    padding: 0;
    margin-bottom: 20px;
    position: relative;
}

#sysItemSearch #sysAll #sysWrap #sysMain>form .sysItemSearchFormWord {
    margin-bottom: 5px;
}

#sysItemSearch #sysAll #sysWrap #sysMain>form .sysItemSearchFormWord input {
    height: 40px;
    vertical-align: bottom;
    border: 1px solid #d0d0d0;
}

#sysItemSearch #sysAll #sysWrap #sysMain>form input[type="radio"] {
    margin: 10px 10px 20px;


}









#sysItemSearch #sysAll #sysWrap #sysMain>form select {
    width:100%;
    border: none;
    font-size:1.3rem;
    padding:5px 15px;
    border-radius:5px;
    box-shadow:1px 1px 3px #ccc;
    border:1px solid #ccc;
    cursor:pointer;
}


#sysItemSearch #sysAll #sysWrap #sysMain>form .sysItemSearchFormRange {
    display: inline-block;
    margin: 5px auto;
}

#sysItemSearch #sysAll #sysWrap #sysMain>form .sysItemSearchFormRange input {
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#sysItemSearch #sysAll #sysWrap #sysMain>form .sysItemSearchFormCategory {
    display: none;
}

#sysItemSearch #sysAll #sysWrap #sysMain>form .sysItemSearchFormSort {
    display: flex;
    align-items: center;
}

#sysItemSearch #sysAll #sysWrap #sysMain>form .sysItemSearchFormLimit {
  display: flex;
  align-items: center;
}

#sysItemSearch #sysAll #sysWrap #sysMain>form .sysSearchButton {
    display: block;
    padding: 3px;
    width: 15%;
    border: none;
    background: #dd046e;
    color: #fff;
    font-size: 1.4rem;
    font-weight:bold;
    cursor: pointer;
    border-radius: 5px;
    box-shadow:1px 1px 3px #ccc;
}

/* TB */
@media only screen and (min-width: 601px) and (max-width: 1160px) {
    .sysItemList {
        /* リスト表示 */
    }

    .sysItemList ul.sysList li .sysThumbnailImage {
        width: 30%;
    }

    .sysItemList ul.sysList li .itemDetailWrap {
        width: 68%;
    }
}

/* SP */
@media only screen and (max-width: 600px) {
    .sysItemList {
        /* リスト表示 */
        /* サムネイル表示 */
    }

    .sysItemList ul.sysList li .sysThumbnailImage {
        width: 40%;
    }

    .sysItemList ul.sysList li .itemDetailWrap {
        width: 58%;
    }

    .sysItemList ul.sysList li .itemDetailWrap .sysItemName {
        font-size: 1.4rem;
    }

    .sysItemList ul.sysList li form input[type=submit] {
        max-width: 100%;
    }

    .sysItemList ul.sysList li form button {
        max-width: 100%;
    }

    .sysItemList ul.sysThumbnail li {
        width: 48%;
        margin:0 1% 10px;
    }

    .sysItemList ul.sysThumbnail li .itemDetailWrap .sysItemName {
        font-size: 1.4rem;
        margin-top: 5px;
    }
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
text_page.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
#law #sysAll #sysWrap #sysMain,
#shopping-guide #sysAll #sysWrap #sysMain,
#questions #sysAll #sysWrap #sysMain,
#privacypolicy #sysAll #sysWrap #sysMain,
#corporate #sysAll #sysWrap #sysMain {
    max-width: 800px;
}

#law #sysAll #sysWrap #sysMain .text_page,
#shopping-guide #sysAll #sysWrap #sysMain .text_page,
#questions #sysAll #sysWrap #sysMain .text_page,
#privacypolicy #sysAll #sysWrap #sysMain .text_page,
#corporate #sysAll #sysWrap #sysMain .text_page {
    /* テキストページ共通 */
    /* ご利用ガイド */
    /* 特定商取引法に基づく表示 */
}

#law #sysAll #sysWrap #sysMain .text_page .pattern01,
#shopping-guide #sysAll #sysWrap #sysMain .text_page .pattern01,
#questions #sysAll #sysWrap #sysMain .text_page .pattern01,
#privacypolicy #sysAll #sysWrap #sysMain .text_page .pattern01,
#corporate #sysAll #sysWrap #sysMain .text_page .pattern01 {
    font-size: 1.8rem;
    border-left: 5px solid #3d3d3d;
    padding-left: 5px;
    margin: 15px 0;
}

#law #sysAll #sysWrap #sysMain .text_page .pattern02,
#shopping-guide #sysAll #sysWrap #sysMain .text_page .pattern02,
#questions #sysAll #sysWrap #sysMain .text_page .pattern02,
#privacypolicy #sysAll #sysWrap #sysMain .text_page .pattern02,
#corporate #sysAll #sysWrap #sysMain .text_page .pattern02 {
    font-size: 1.6rem;
    border-bottom: 1px solid #3d3d3d;
    padding-left: 5px;
    padding-bottom: 5px;
    margin: 10px 0;
}

#law #sysAll #sysWrap #sysMain .text_page .txtBlock,
#shopping-guide #sysAll #sysWrap #sysMain .text_page .txtBlock,
#questions #sysAll #sysWrap #sysMain .text_page .txtBlock,
#privacypolicy #sysAll #sysWrap #sysMain .text_page .txtBlock,
#corporate #sysAll #sysWrap #sysMain .text_page .txtBlock {
    margin: 30px 0;
    font-size: 1.3rem;
}

#law #sysAll #sysWrap #sysMain .text_page .txtBlock .larger,
#shopping-guide #sysAll #sysWrap #sysMain .text_page .txtBlock .larger,
#questions #sysAll #sysWrap #sysMain .text_page .txtBlock .larger,
#privacypolicy #sysAll #sysWrap #sysMain .text_page .txtBlock .larger,
#corporate #sysAll #sysWrap #sysMain .text_page .txtBlock .larger {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

#law #sysAll #sysWrap #sysMain .text_page .txtBlock ul li,
#shopping-guide #sysAll #sysWrap #sysMain .text_page .txtBlock ul li,
#questions #sysAll #sysWrap #sysMain .text_page .txtBlock ul li,
#privacypolicy #sysAll #sysWrap #sysMain .text_page .txtBlock ul li,
#corporate #sysAll #sysWrap #sysMain .text_page .txtBlock ul li {
    margin: 5px 0;
}

#law #sysAll #sysWrap #sysMain .text_page .txtBlock a,
#shopping-guide #sysAll #sysWrap #sysMain .text_page .txtBlock a,
#questions #sysAll #sysWrap #sysMain .text_page .txtBlock a,
#privacypolicy #sysAll #sysWrap #sysMain .text_page .txtBlock a,
#corporate #sysAll #sysWrap #sysMain .text_page .txtBlock a {
    display: inline-block;
    color: #068acc;
    text-decoration: underline;
}

#law #sysAll #sysWrap #sysMain .text_page hr.style01,
#shopping-guide #sysAll #sysWrap #sysMain .text_page hr.style01,
#questions #sysAll #sysWrap #sysMain .text_page hr.style01,
#privacypolicy #sysAll #sysWrap #sysMain .text_page hr.style01,
#corporate #sysAll #sysWrap #sysMain .text_page hr.style01 {
    width: 100%;
    height: 1px;
    background: #222222;
    margin: 50px auto;
    padding: 0;
    border: 0;
}

#law #sysAll #sysWrap #sysMain .text_page .guideBlock,
#shopping-guide #sysAll #sysWrap #sysMain .text_page .guideBlock,
#questions #sysAll #sysWrap #sysMain .text_page .guideBlock,
#privacypolicy #sysAll #sysWrap #sysMain .text_page .guideBlock,
#corporate #sysAll #sysWrap #sysMain .text_page .guideBlock {
    padding-top: 20px;
}

#law #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee,
#shopping-guide #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee,
#questions #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee,
#privacypolicy #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee,
#corporate #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee {
    width: 100%;
    margin: 20px auto;
}

#law #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .tableTitle,
#shopping-guide #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .tableTitle,
#questions #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .tableTitle,
#privacypolicy #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .tableTitle,
#corporate #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .tableTitle {
    font-size: 1.6rem;
    color: #424242;
    margin-bottom: 10px;
}

#law #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable,
#shopping-guide #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable,
#questions #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable,
#privacypolicy #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable,
#corporate #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    line-height: 1.4;
    text-align: center;
}

#law #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead,
#shopping-guide #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead,
#questions #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead,
#privacypolicy #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead,
#corporate #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead {
    background: #555;
    text-align: center;
}

#law #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead th,
#shopping-guide #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead th,
#questions #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead th,
#privacypolicy #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead th,
#corporate #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead th {
    padding: 10px;
    vertical-align: top;
    font-weight: normal;
    color: #fff;
}

#law #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead.spThead,
#shopping-guide #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead.spThead,
#questions #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead.spThead,
#privacypolicy #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead.spThead,
#corporate #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead.spThead {
    display: none;
}

#law #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody th,
#shopping-guide #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody th,
#questions #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody th,
#privacypolicy #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody th,
#corporate #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody th {
    width: 55%;
    padding: 10px;
    vertical-align: top;
    background: #fff;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#law #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody td,
#shopping-guide #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody td,
#questions #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody td,
#privacypolicy #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody td,
#corporate #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody td {
    width: 45%;
    padding: 10px;
    vertical-align: top;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #eee;
}

#law #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable b,
#shopping-guide #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable b,
#questions #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable b,
#privacypolicy #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable b,
#corporate #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable b {
    color: #D42E30;
    display: inline-block;
    padding: 0 3px;
    font-size: 1.2em;
}

#law #sysAll #sysWrap #sysMain .text_page #main_tradelaw,
#shopping-guide #sysAll #sysWrap #sysMain .text_page #main_tradelaw,
#questions #sysAll #sysWrap #sysMain .text_page #main_tradelaw,
#privacypolicy #sysAll #sysWrap #sysMain .text_page #main_tradelaw,
#corporate #sysAll #sysWrap #sysMain .text_page #main_tradelaw {
    width: 100%;
    border: 1px solid #ddd;
    margin: 0 auto 30px;
}

#law #sysAll #sysWrap #sysMain .text_page #main_tradelaw dl,
#shopping-guide #sysAll #sysWrap #sysMain .text_page #main_tradelaw dl,
#questions #sysAll #sysWrap #sysMain .text_page #main_tradelaw dl,
#privacypolicy #sysAll #sysWrap #sysMain .text_page #main_tradelaw dl,
#corporate #sysAll #sysWrap #sysMain .text_page #main_tradelaw dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ededed;
    border-bottom: 1px dotted #bfbfbf;
}

#law #sysAll #sysWrap #sysMain .text_page #main_tradelaw dl:last-of-type,
#shopping-guide #sysAll #sysWrap #sysMain .text_page #main_tradelaw dl:last-of-type,
#questions #sysAll #sysWrap #sysMain .text_page #main_tradelaw dl:last-of-type,
#privacypolicy #sysAll #sysWrap #sysMain .text_page #main_tradelaw dl:last-of-type,
#corporate #sysAll #sysWrap #sysMain .text_page #main_tradelaw dl:last-of-type {
    border: none;
}

#law #sysAll #sysWrap #sysMain .text_page #main_tradelaw dt,
#shopping-guide #sysAll #sysWrap #sysMain .text_page #main_tradelaw dt,
#questions #sysAll #sysWrap #sysMain .text_page #main_tradelaw dt,
#privacypolicy #sysAll #sysWrap #sysMain .text_page #main_tradelaw dt,
#corporate #sysAll #sysWrap #sysMain .text_page #main_tradelaw dt {
    width: 25%;
    padding: 15px;
    font-weight: 700;
}

#law #sysAll #sysWrap #sysMain .text_page #main_tradelaw dd,
#shopping-guide #sysAll #sysWrap #sysMain .text_page #main_tradelaw dd,
#questions #sysAll #sysWrap #sysMain .text_page #main_tradelaw dd,
#privacypolicy #sysAll #sysWrap #sysMain .text_page #main_tradelaw dd,
#corporate #sysAll #sysWrap #sysMain .text_page #main_tradelaw dd {
    width: 75%;
    padding: 15px;
    background: #fff;
}

#law #sysAll #sysWrap #sysMain .text_page #main_tradelaw dd a,
#shopping-guide #sysAll #sysWrap #sysMain .text_page #main_tradelaw dd a,
#questions #sysAll #sysWrap #sysMain .text_page #main_tradelaw dd a,
#privacypolicy #sysAll #sysWrap #sysMain .text_page #main_tradelaw dd a,
#corporate #sysAll #sysWrap #sysMain .text_page #main_tradelaw dd a {
    display: inline-block;
    color: #068acc;
    text-decoration: underline;
}

/* SP */
@media only screen and (max-width: 600px) {

    #law #sysAll #sysWrap #sysMain .text_page,
    #shopping-guide #sysAll #sysWrap #sysMain .text_page,
    #questions #sysAll #sysWrap #sysMain .text_page,
    #privacypolicy #sysAll #sysWrap #sysMain .text_page,
    #corporate #sysAll #sysWrap #sysMain .text_page {
        /* テキストページ共通 */
        /* ご利用ガイド */
        /* 特定商取引法に基づく表示 */
    }

    #law #sysAll #sysWrap #sysMain .text_page .txtBlock,
    #shopping-guide #sysAll #sysWrap #sysMain .text_page .txtBlock,
    #questions #sysAll #sysWrap #sysMain .text_page .txtBlock,
    #privacypolicy #sysAll #sysWrap #sysMain .text_page .txtBlock,
    #corporate #sysAll #sysWrap #sysMain .text_page .txtBlock {
        font-size: 1.2rem;
    }

    #law #sysAll #sysWrap #sysMain .text_page hr.style01,
    #shopping-guide #sysAll #sysWrap #sysMain .text_page hr.style01,
    #questions #sysAll #sysWrap #sysMain .text_page hr.style01,
    #privacypolicy #sysAll #sysWrap #sysMain .text_page hr.style01,
    #corporate #sysAll #sysWrap #sysMain .text_page hr.style01 {
        margin: 30px auto;
    }

    #law #sysAll #sysWrap #sysMain .text_page .guideBlock,
    #shopping-guide #sysAll #sysWrap #sysMain .text_page .guideBlock,
    #questions #sysAll #sysWrap #sysMain .text_page .guideBlock,
    #privacypolicy #sysAll #sysWrap #sysMain .text_page .guideBlock,
    #corporate #sysAll #sysWrap #sysMain .text_page .guideBlock {
        padding-top: 0;
    }

    #law #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable,
    #shopping-guide #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable,
    #questions #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable,
    #privacypolicy #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable,
    #corporate #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable {
        text-align: left;
        font-size: 1.2rem;
    }

    #law #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead,
    #shopping-guide #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead,
    #questions #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead,
    #privacypolicy #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead,
    #corporate #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead {
        width: 100%;
    }

    #law #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead th,
    #shopping-guide #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead th,
    #questions #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead th,
    #privacypolicy #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead th,
    #corporate #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead th {
        display: block;
    }

    #law #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead.spThead,
    #shopping-guide #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead.spThead,
    #questions #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead.spThead,
    #privacypolicy #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead.spThead,
    #corporate #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead.spThead {
        display: block;
    }

    #law #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead.pcThead,
    #shopping-guide #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead.pcThead,
    #questions #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead.pcThead,
    #privacypolicy #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead.pcThead,
    #corporate #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable thead.pcThead {
        display: none;
    }

    #law #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody th,
    #shopping-guide #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody th,
    #questions #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody th,
    #privacypolicy #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody th,
    #corporate #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody th {
        display: block;
        width: 100%;
        border: none;
    }

    #law #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody td,
    #shopping-guide #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody td,
    #questions #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody td,
    #privacypolicy #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody td,
    #corporate #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable tbody td {
        display: block;
        width: 100%;
        border: none;
    }

    #law #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable b,
    #shopping-guide #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable b,
    #questions #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable b,
    #privacypolicy #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable b,
    #corporate #sysAll #sysWrap #sysMain .text_page .guideBlock .shipFee .shipFeeTable b {
        color: #D42E30;
        display: inline-block;
        padding: 0 3px;
        font-size: 1.2em;
    }

    #law #sysAll #sysWrap #sysMain .text_page #main_tradelaw,
    #shopping-guide #sysAll #sysWrap #sysMain .text_page #main_tradelaw,
    #questions #sysAll #sysWrap #sysMain .text_page #main_tradelaw,
    #privacypolicy #sysAll #sysWrap #sysMain .text_page #main_tradelaw,
    #corporate #sysAll #sysWrap #sysMain .text_page #main_tradelaw {
        border: none;
    }

    #law #sysAll #sysWrap #sysMain .text_page #main_tradelaw dl,
    #shopping-guide #sysAll #sysWrap #sysMain .text_page #main_tradelaw dl,
    #questions #sysAll #sysWrap #sysMain .text_page #main_tradelaw dl,
    #privacypolicy #sysAll #sysWrap #sysMain .text_page #main_tradelaw dl,
    #corporate #sysAll #sysWrap #sysMain .text_page #main_tradelaw dl {
        display: block;
        border: none;
    }

    #law #sysAll #sysWrap #sysMain .text_page #main_tradelaw dt,
    #shopping-guide #sysAll #sysWrap #sysMain .text_page #main_tradelaw dt,
    #questions #sysAll #sysWrap #sysMain .text_page #main_tradelaw dt,
    #privacypolicy #sysAll #sysWrap #sysMain .text_page #main_tradelaw dt,
    #corporate #sysAll #sysWrap #sysMain .text_page #main_tradelaw dt {
        width: 100%;
    }

    #law #sysAll #sysWrap #sysMain .text_page #main_tradelaw dd,
    #shopping-guide #sysAll #sysWrap #sysMain .text_page #main_tradelaw dd,
    #questions #sysAll #sysWrap #sysMain .text_page #main_tradelaw dd,
    #privacypolicy #sysAll #sysWrap #sysMain .text_page #main_tradelaw dd,
    #corporate #sysAll #sysWrap #sysMain .text_page #main_tradelaw dd {
        width: 100%;
    }
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
top.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* PC */
#top #sysAll #sysHeader {
    /* スライダー */
}

#top #sysAll #sysHeader .top_slider img,
#top #sysAll #sysHeader .top_slider_after img {
    display: block;
    width: 100%;
	padding: 0 5px;
}

.slick_prev, .slick_next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
 
.slick_prev {
/*　left: 20%;　*/
	left: 25px;
	z-index: 100;
	color: transparent;
}
 
.slick_next {
/*　right: 20%;　*/
	right: 25px;
	z-index: 100;
	color: transparent;
}
 
.slick_prev:before, .slick_next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick_prev:before {
    content: '';
}
 
.slick_next:before {
    content: '';
}
 
.slick_prev:hover,
.slick_prev:focus,
.slick_next:hover,
.slick_next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
 
.slick_prev:hover:before,
.slick_prev:focus:before,
.slick_next:hover:before,
.slick_next:focus:before {
    opacity: 1;
}
 
.slick_prev.slick_disabled:before,
.slick_next.slickdisabled:before {
    opacity: .25;
}

    .slick-slider .slick-dots {
        margin: 14px auto 0;
    }

    .slick-slider .slick-dots li {
        width: 20px !important;
        height: 10px !important;
    }
.slick-dots li button:before{
	font-size:36px!important;
}




/*#top #sysAll #sysHeader .top_slider .slick-slide,
#top #sysAll #sysHeader .top_slider_after .slick-slide{
    opacity: .7;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}

#top #sysAll #sysHeader .top_slider .slick-current,
#top #sysAll #sysHeader .top_slider_after .slick-current{
    opacity: 1;
}*/

#top #sysAll #sysWrap {
    margin-top: 0;
}

#top #sysAll #sysWrap #sysMain {
    /* 新着アイテム */
    /* 特集一覧 */
    /* おすすめ商品 */
}

#top #sysAll #sysWrap #sysMain .top_newarrival .sysItemBlock ul li {
    width: 25%;
    padding: 5px 10px;
}

#top #sysAll #sysWrap #sysMain .top_features ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#top #sysAll #sysWrap #sysMain .top_features ul li {
    width: 33%;
    padding: 10px;
    font-size: 1.2rem;
}

#top #sysAll #sysWrap #sysMain .top_features ul li .featuresText {
    margin: 10px auto;
}

#top #sysAll #sysWrap #sysMain .top_features ul li .featuresText span {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
}

#top #sysAll #sysWrap #sysMain .top_recommend_item {
    margin-bottom: 60px;
}

#top #sysAll #sysWrap #sysMain .top_recommend_item .sysItemBlock ul li {
    float: left;
}

/* TB */
@media only screen and (min-width: 601px) and (max-width: 1160px) {
    #top #sysAll #sysHeader {

        /* スライダー */
    }

    #top #sysAll #sysHeader .top_slider,
    #top #sysAll #sysHeader .top_slider_after {
        margin-top: 114px;
    }
}

/* SP */
@media only screen and (max-width: 600px) {
    #top #sysAll #sysHeader {
        /* スライダー */
    }

    #top #sysAll #sysHeader .top_slider,
    #top #sysAll #sysHeader .top_slider_after{
        margin-top: 0;
    }

    #top #sysAll #sysWrap {
        margin-top: 0;
    }

    #top #sysAll #sysWrap #sysMain {
        /* 新着アイテム */
        /* 特集一覧 */
        /* おすすめ商品 */
        /* 商品ランキング */
    }

    #top #sysAll #sysWrap #sysMain .top_newarrival .sysItemBlock ul li {
        width: 33%;
        padding: 5px;
    }

    #top #sysAll #sysWrap #sysMain .top_features ul li {
        width: 46%;
        padding: 0;
        margin: 2%;
    }

    #top #sysAll #sysWrap #sysMain .top_features ul li:nth-of-type(1),
    #top #sysAll #sysWrap #sysMain .top_features ul li:nth-of-type(2) {
        width: 100%;
        position: relative;
    }

    #top #sysAll #sysWrap #sysMain .top_features ul li:nth-of-type(1) .featuresText,
    #top #sysAll #sysWrap #sysMain .top_features ul li:nth-of-type(2) .featuresText {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 15;
        margin: 0;
        padding: 10px;
        background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    }

    #top #sysAll #sysWrap #sysMain .top_features ul li .featuresText {
        margin: 10px auto;
    }

    #top #sysAll #sysWrap #sysMain .top_features ul li .featuresText span {
        display: block;
        font-size: 1.4rem;
        font-weight: 700;
    }

    #top #sysAll #sysWrap #sysMain .top_recommend_item {
        margin-bottom: 50px;
    }

    #top #sysAll #sysWrap #sysMain .top_recommend_item .sysItemBlock ul li .sysCartButton {
        width: 100%;
        font-size: 1rem;
        letter-spacing: -1px;
    }

    #top #sysAll #sysWrap #sysMain .top_ranking_item .sysItemBlock ul li .sysCartButton {
        width: 100%;
        font-size: 1rem;
        letter-spacing: -1px;
    }
	


/*
	.slick_prev {
    left: 5%;
	z-index: 100;
	color: transparent;
}

	.slick_next {
    right: 5%;
	z-index: 100;
	color: transparent;
}
*/

}



/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
parts.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ===========================
見出し
=========================== */
/*.sysTitle,
.sysHeadline {
    width: 600px;
    margin: 30px auto;
    position: relative;
    text-align: center;
    font-size: 2.3rem;
    letter-spacing: 3px;
}

.sysTitle::before,
.sysHeadline::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #222;
}

.sysTitle span,
.sysHeadline span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 40px;
    background-color: #fff;
    text-align: center;
}

.sysTitle b,
.sysHeadline b {
    display: block;
    font-size: 1.4rem;
    text-align: center;
}*/

/* SP */
@media only screen and (max-width: 600px) {

    .sysTitle,
    .sysHeadline {
        width: 100%;
        position: static;
        font-size: 2rem;
    }

    .sysTitle::before,
    .sysHeadline::before {
        height: 0;
    }

    .sysTitle span,
    .sysHeadline span {
        position: relative;
        margin: 0;
        padding: 0;
    }

    .sysTitle b,
    .sysHeadline b {
        font-size: 1rem;
        padding: 5px 80px 0;
        margin-top: 3px;
    }
}

/* ----------------------------------------------------------------------------------- */
/* ===========================
ボタン
=========================== */
.common_btn {
    width: 100%;
    max-width: 250px;
    margin: 20px auto 50px;
    position: relative;
}

.common_btn a {
    display: block;
    padding: 15px 0;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    border-radius: 5x;
    background: #000;
}

.common_btn a i {
    display: inline-block;
    margin-left: 10px;
    font-size: 2rem;
}





/* ----------------------------------------------------------------------------------- */
/* ===========================
スライダー設定
=========================== */
/*.slick-slider .slick-arrow {
  display: none!important;
    width: 14px;
    height: 26px;


    outline: none;
    cursor: pointer;
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(24%);
    -ms-transform: translateY(24%);
    transform: translateY(24%);
    z-index:1;
    opacity:0.5;
}

.slick-slider .slick-arrow.slick_prev {
    left: 19.5%;
    background: url(/img/common/controls.png) no-repeat 0 0;
    background-size: 28px;
}

.slick-slider .slick-arrow.slick_next {
    right: 19.5%;
    background: url(/img/common/controls.png) no-repeat -14px 0;
    background-size: 28px;
}

.slick-slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px auto 0;
    position: absolute;
    left:43%;
    bottom:15px;
    opacity: 0.5;
}

.slick-slider .slick-dots li {
    width: 14px !important;
    height: 14px !important;
    background-color: #999;
    border-radius: 5%;
    margin: 0 7px !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    cursor: pointer;
}

.slick-slider .slick-dots li.slick-active {
    background-color: #000;
}*/

/* TB */
/*@media only screen and (min-width: 601px) and (max-width: 1160px) {
    .slick-slider .slick-arrow.slick_prev {
        left: 30%;
    }

    .slick-slider .slick-arrow.slick_next {
        right: 30%;
    }
}*/

/* SP */
/*@media only screen and (max-width: 600px) {
    .slick-slider .slick-arrow {
        width: 12px;
        height: 22px;
        -webkit-transform: translateY(24%);
        -ms-transform: translateY(24%);
        transform: translateY(24%);
    }

    .slick-slider .slick-arrow.slick_prev {
        left: 20%;
        background: url(/img/common/controls.png) no-repeat 0 0;
        background-size: 24px;
    }

    .slick-slider .slick-arrow.slick_next {
        right: 20%;
        background: url(/img/common/controls.png) no-repeat -12px 0;
        background-size: 24px;
    }

    .slick-slider .slick-dots {
        margin: 14px auto 0;
    }

    .slick-slider .slick-dots li {
        width: 10px !important;
        height: 10px !important;
    }
}*/

/* ----------------------------------------------------------------------------------- */
/* ===========================
アイテムブロック
=========================== */
.sysFuncItemBlock .sysItemBlock .sysHorizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sysFuncItemBlock .sysItemBlock .sysHorizontal li {
    float: none;
    width: 33%;
    padding: 5px 10px;
    font-size: 1.2rem;
    margin: 0 0 20px;
}

.sysFuncItemBlock .sysItemBlock .sysHorizontal li .sysItemName {
    font-size: 1.4rem;
    padding-top: 10px;
    text-align: left;
}
.sysFuncItemBlock .sysItemBlock .sysHorizontal li .sysItemPrice {
  text-align: right;
  margin:10px 0 0;
  font-size:1.8rem;
}
.sysFuncItemBlock .sysItemBlock .sysHorizontal li .sysItemPrice .subtaxTxt{
  font-size:1.3rem;
  margin-left:5px;
}

.sysFuncItemBlock .sysItemBlock .sysHorizontal li .sysAddSelection select,
.sysFuncItemBlock .sysItemBlock .sysHorizontal li .sysAddVariation select {
    width: 100%;
    margin-bottom: 5px;
}

/* SP */
@media only screen and (max-width: 600px) {
    .sysFuncItemBlock .sysItemBlock .sysHorizontal li {
        width: 33%;
        padding: 5px;
    }

    .sysFuncItemBlock .sysItemBlock .sysHorizontal li .sysItemName {
        font-size: 1.2rem;
        padding-top: 5px;
    }
}

/* ----------------------------------------------------------------------------------- */
/* ===========================
PR設定
=========================== */
.sysPr span {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    color: #222;
    text-align: center;
    border: 1px solid #222;
    border-radius: 5px;
    padding: 5px 20px;
    margin: 0 5px 5px 0;
}

.sysPr span:first-of-type {
    display: none;
}
.sysPr span.free_shipping_icon{
  border:none;
  color:#fff;
  background-color:#ff9800;
}
.sysPr span.sale_icon{
  border:none;
  color:#fff;
  background-color:#ff0000;
}
.sysPr span.liquor{
  border:none;
  color:#fff;
  background-color:#8abd97;
}


/* ----------------------------------------------------------------------------------- */
/* ===========================
GP customize 2022.04.01
=========================== */

/* header */
.header_commonlinks{
  width: 100%;
  font-size: 14px;
  padding: 5px;
  background-color: #dd046e;
  margin:-1px 0 0;
}
.header_commonlinks .header_common_navi,
.header_commonlinks .header_common_navi ul.nav_right__link{
  display: flex;
  justify-content: flex-end;
  color:#fff;
  font-size:1.2rem;
}
.header_commonlinks .header_common_navi > p{
  border-right:1px solid #fff;
  padding-right:10px;
}
.header_commonlinks .header_common_navi ul.nav_right__link li a{
  border-right:1px solid #fff;
  color:#fff;
  padding:0 10px;
}
.header_commonlinks .header_common_navi ul.nav_right__link li:last-child a{
  border:none;
}

.header_topbnr,
.header_topbnr_2 {
  background:url("/img/bnr/newcustomer_bgimg.png")no-repeat center;
  background-size:cover;
}
.header_topbnr li img,
.header_topbnr_2 li img{
  max-width:1160px;
  display:block;
  margin:0 auto;

}
.header_topbnr a,
.header_topbnr_2 a{
  display:block;
  width:100%;
  text-align: center;
  color:#fff;
  font-weight:bold;
  font-size:1.6rem;
}
.header_topbnr_2 a{
  font-size:1.4rem;
}
.header_topbnr a span,
.header_topbnr_2 a span{
  background-color:#fff;
  color:#dd046e;
  padding:3px 15px;
  font-size:1.4rem;
  border-radius:2px;
  margin-right:15px;
}
.header_topbnr_2 a span{display: none;}


.header_globalnavi{
  box-shadow:0 2px 3px #f0f0f0;
  background-color:#fff;
}
.header_globalnavi ul{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width:1160px;
  margin:0 auto;
}
.header_globalnavi ul li{
  width:20%;
}
.header_globalnavi ul a{
  display: block;
  line-height: 55px;
  font-weight: 700;
  color: #666;
  box-sizing: border-box;
  border-bottom: 2px solid #fff;
  text-align: center;
  position: relative;
  font-size:1.4rem;
}
.header_globalnavi ul a:after{
  content:"";
  border-right:1px solid #999;
  position: absolute;
  right: 0;
  top:30%;
  width:1px;
  height:50%;
}
.header_globalnavi ul li:last-child a:after{
  display: none;
}
.header_navi{
  display:none;
}
.global_links .header_navi{
  display:block;
}
.global_links,
.search_price_block,
.header_scene_links{
  display:none;
  background-color:#f9f7ee;
  position: absolute;
  width:100%;
  z-index:2;
}
.global_links .global_inner,
.search_price_block .sysContent,
.header_scene_links .sysContent{
  max-width:1160px;
  margin:0 auto;
  padding: 20px 0 20px;
}
.global_links .global_inner{
  display: flex;
  flex-flow:column;
  flex-wrap:wrap;
  max-height: 600px;
}
.global_links .global_inner .header_navi{
  width:20%;
}
.global_links .global_inner .header_navi .sysHeadline{
  padding:0;
}
.global_links .global_inner .header_navi .sysHeadline a{
  font-size: 15px;
  font-weight: bold;
  color: #e11270;
  margin-bottom: 10px;
  padding:0;
  display: block;
}
.global_links .global_inner .header_navi .sysContent a{
  padding:3px 0 3px 10px;
}
.search_price_block .sysContent ul{
  display: flex;
  flex-wrap:wrap;
  justify-content: flex-start;
  align-items: center;
  padding:10px 0;
}
.search_price_block .sysContent li{
  width:20%!important;
}
#sysHeader .search_price_block .sysContent li a,
#sysHeader .header_scene_links .sysContent li a{
  color: #333;
  padding: 10px 10px 10px 25px;
  font-weight: 500;
  font-size: 1.5rem;
  position: relative;
}
#sysHeader .search_price_block .sysContent li a:before,
#sysHeader .header_scene_links .sysContent li a:before{
  position: absolute;
  top: 50%;



  left: 8px;
  width: 0;
  height: 0;
  margin-top: -6px;
  padding: 0;
  content: '';
  border-left: 6px solid #e11270;
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  pointer-events: none;
}
.header_scene_links nav ul{
display:flex;
flex-wrap:wrap;
padding:20px 0;
}
.header_scene_links nav ul li{
width:20%!important;
}



/* footer */
#sysFooter .detail_history{
	width: 100%;
	background-color: #fff;
 /* background-color: #f7eed2; */
	padding: 25px 0;
 /* padding: 30px 0; */
}
#sysFooter .detail_history h3{
	font-size: 1.8rem;
 /* font-size: 1.5rem; */
	width: 100%;
	max-width: 1160px;
	margin: 0 auto 10px;
}
#sysFooter .detail_history .sysHorizontal{
	display: flex;
	flex-wrap:wrap;
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
}
#sysFooter .detail_history .sysHorizontal li{
	width: 15.5%;
	margin: 0 0.5% 10px;
}
#sysFooter .detail_history .sysHorizontal li .sysItemName{
	font-size: 1.3rem;
}

.footer_column {
background-color:#dd046e;
  padding:0 0 30px 0;
}
.footer_column .sysHeadline,
.footer_column .sysContent{
  width:100%;
  max-width:1160px;
  margin:0 auto;
}
.footer_column .sysHeadline p{
  font-size:3rem;
  text-align:center;
  font-weight:bold;
  padding:40px 0;
  color:#ffffff;
}
.footer_column .sysContent .foot_column{
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
}
.footer_column .sysContent .foot_column > div{
  width:19%;
  margin:0 0.5% 20px;
  display: flex;
  flex-flow:column;
  padding:20px 5px 10px;
  border:5px solid #e11270;
  background-color:#fff;
  border-radius:10px;
}
.footer_column .sysContent .foot_column > div > div{
  text-align: center;
}
.footer_column .sysContent .foot_column > div > p{
  display: flex;
  flex-flow: column;
  height: 100%;
  padding:10px;
  justify-content: space-between;
  font-size:1.4rem;
  font-weight:500;
}
.footer_column .sysContent .foot_column > div > p span{
  font-size: 1.2rem;
  color: #666;
}
.footer_column .sysContent .foot_column > div > p b{
  display: block;
  text-align: center;
  border: 2px solid #e11270;
  color: #e11270;
  padding: 5px;
  margin-top: 10px;
  font-size: 1.3rem;
}
.footer_column .sysContent .foot_column > div > div p{
  font-size:1.8rem;
  margin:10px 0;
  line-height:1.2em;
  font-weight:bold;
  color:#e11270;
}
.footer_column .sysContent .foot_column > div > div div{
  padding:15px 0;
}
.footer_column .sysContent .foot_column > div > div i{
  font-size:10rem;
  color:#e11270;
}
/*.footer_column .sysContent .foot_column > div:nth-child(1) > div i{color:#015D88;}
.footer_column .sysContent .foot_column > div:nth-child(2) > div i{color:#DA9685;}
.footer_column .sysContent .foot_column > div:nth-child(3) > div i{color:#F73939;}
.footer_column .sysContent .foot_column > div:nth-child(4) > div i{color:#E0D2BF;}
.footer_column .sysContent .foot_column > div:nth-child(5) > div i{color:#061149;}
.footer_column .sysContent .foot_column > div:nth-child(6) > div i{color:#D49F3A;}*/

/*TOP*/
#sysMain .ranking_wrap5,
#sysMain .top_search_category,
#sysMain .top_search_brand{
  margin-top: 30px;
}
#sysMain .ranking_wrap5 h3,
#sysMain .top_search_category h3,
#sysMain .top_search_brand h3,
/* #sysMain .gp_info h3, */
#sysMain .column_contents h3{
	font-size: 2.3rem;
	font-weight: bold;
	margin-bottom: 20px;
/*　border-bottom: 1px solid #999;*/
	padding: 10px;
	line-height: 1.8em;
}



#sysMain .gp_info h3{
	width: 100px;
/*　width: 100%;　*/
	line-height: 1.6em;
	font-size: 2rem;
	background-color: #f00;
	color: #fff;
	margin: 0;
	padding: 1px 10px;
	}



.ranking_wrap5 h3 strong{
	font-size: 1.8rem;
	background-color: #e11270;
	color: #fff;
	padding: 5px 10px;
	display: block;
	width: 140px;
	text-align: center;
	line-height: 1em;
	border-radius: 5px;
}

#sysMain .ranking_wrap5 .sysHorizontal li {
	width: 19%;
	margin: 0 0.5%;
	padding: 0;
	justify-content: flex-start;
}

#sysMain .ranking_wrap5 .sysHorizontal li .sysItemName a{
	display: block;
	font-size: 1.4rem;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 1.4em;
}
#sysMain .ranking_wrap5 .sysHorizontal li .sysItemName a br{
	display: none;
}
#sysMain .ranking_wrap5 .sysHorizontal li .sysItemPrice{
	text-align: right;
	font-size: 1.8rem;
	font-weight: 500;
	color: #000;
	margin-top: auto;
	font-family: "Century Gothic",sans-serif;
}
#sysMain .ranking_wrap5 .sysHorizontal li .sysItemPrice .subtaxTxt{
	font-size: 1.3rem;
	margin-left: 5px;
}



.top_search_brand .brand_logo_list,
.top_search_category .category__list{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.top_search_category .category__list li{
	width: 24%;
/*　width: 14%;　*/
	margin: 0 0.5% 20px;
/*　margin: 0 1.3% 20px;　*/
}
.top_search_brand .brand_logo_list li{
	width: 14%;
	margin: 0 1.3% 10px;
/*　width: 19%;　*/
/*　margin:0 0.5% 10px;　*/
}
.top_search_brand .brand_logo_list li a{
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.top_search_category .category__list li a{
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	padding: 10px;
/*　padding: 5px;　*/
	box-shadow: 0 0 3px #ccc;
	border-radius: 5px;
}
.top_search_category .category__list li a p{
	font-size: 18px;
/*　font-size: 14px;　*/
	font-weight: 500;
	line-height: 1.2em;
	padding: 10px 5px;
	text-align: center;
}



.gp_info{
	margin: 0;
	margin-top: 25px;
	padding: 0;
}

.gp_info ul li{
  border-bottom: 1px dashed #ccc;
}
.gp_info ul li a{
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  padding: 15px;
  font-weight: 500;
}
.gp_info ul li a time{
  margin-right: 20px;
  font-size: 1.3rem;
}
.gp_info ul li a br{
  display: none;
}



.gourmet_bnr_area{
padding-bottom:15px;
}

.special_banner{
	max-width: 1160px;
    margin: 0 auto;
    padding-top: 30px;
}
.special_banner h3{
    font-size: 2.3rem;
    font-weight: bold;
    border-bottom: 1px solid #999;
    padding: 10px;
    line-height: 1.8em;
    margin-bottom: 20px;
}
.special_banner .recommend_sp_bnr ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 1160px;
	margin: 0 auto;
}
.special_banner .recommend_sp_bnr ul li{
	width: 25%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.special_banner .recommend_sp_bnr ul li a{
    display: block;
    padding: 10px;
    box-shadow: 0 0 3px #ccc;
	border-radius: 5px;
}
.gp_service{
  max-width:1160px;
  margin:40px auto 60px;
}
.gp_service h3{
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid #999;
  padding: 10px;
}
.gp_service h3 span{
  display: block;
  font-size:1.5rem;
}
.gp_service .gp_service_block ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gp_service .gp_service_block ul li{
  width:24%;
  margin:0 0.5%;
}
.column_contents{
  margin-top:60px;
}
.column_contents .sysRss{
  display: flex;
  flex-wrap:wrap;
}
.column_contents .sysRss li{
  width:24%;
  margin:0 0.5% 10px;
  padding:10px;
}
.column_contents .sysRss li a{
  display: block;
  justify-content: space-between;
  align-items: center;
  font-weight:700;
  padding:5px;
  font-size:1.4rem;
  text-decoration: underline;
  line-height:1.4em;
}
.column_contents .sysRss li .sysRssPubDate{
  text-align: right;
  font-size:1.2rem;
  font-weight:500;
  color:#999;
  padding:5px 0;
}
.column_contents .sysRss li .sysRssDescription p:nth-child(2){
  padding: 10px 0;
  font-size: 1.3rem;
  line-height: 1.4em;
  color:#666;
}
.seasonal_block{
  background-color: #8bd7ed;
  padding: 20px;
  border-radius: 5x;
  margin-top:10px;
}
.seasonal_block h2{
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 10px;
  line-height: 1.8em;
  text-align:center;
  color:#124e75;
}


.seasonal_block h2 b{

  margin:0 auto;
  font-size:1.7rem;
  background-color: #3da9c9;
  color: #fff;
  padding: 5px 10px;
  display: block;
  width: 140px;
  text-align: center;
  line-height: 1em;
  border-radius: 5x;
}
.seasonal_block.sysFuncItemBlock .sysItemBlock .sysHorizontal li{
  padding: 8px;
  width: 24%;
  margin: 0 0.5% 10px;
  display:flex;
  flex-flow:column;
  justify-content: flex-start;
  background-color:#fff;
}
.seasonal_block.sysFuncItemBlock .sysItemBlock .sysHorizontal li .sysItemName{

margin-bottom:auto;
}
#sysMain .seasonal_block .sysHorizontal li .sysItemPrice{
  text-align: right;
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
  margin-top: 10px;
  font-family: "Century Gothic";
}
.quickdelivery{
  border: 10px solid #f5bb1c;
  margin-bottom: 0;
}
#sysMain .quickdelivery h3{
  padding: 0;
}
.quickdelivery h3 img.sp{
  display: none;
}
.quickdelivery.sysFuncItemBlock .sysItemBlock .sysHorizontal{
  padding: 15px;
}
.quickdelivery.sysFuncItemBlock .sysItemBlock .sysHorizontal li{
  width: 20%;
}
.quickdelivery.sysFuncItemBlock .sysItemBlock .sysHorizontal li .sysIconRank{
  display: none;
}
.quickdelivery.sysFuncItemBlock .sysItemBlock .sysHorizontal li .sysItemPrice{
  text-align: right;
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
  margin-top: auto;
  font-family: "Century Gothic",sans-serif;
}
.quickdelivery_link .sysContent p,
.topmore_link{
  text-align: right;
  padding: 30px 0 40px;
}

/*
.quickdelivery_link .sysContent p:after,
.topmore_link:after{
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  color: #666;
  font-weight: 700;
  margin-left: 10px;
}
*/

.quickdelivery_link .sysContent p:after,
.topmore_link:after{
    content: '';
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='12' width='10.5' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%23666666' d='M207 381.5L12.7 187.1c-9.4-9.4-9.4-24.6 0-33.9l22.7-22.7c9.4-9.4 24.5-9.4 33.9 0L224 284.5l154.7-154c9.4-9.3 24.5-9.3 33.9 0l22.7 22.7c9.4 9.4 9.4 24.6 0 33.9L241 381.5c-9.4 9.4-24.6 9.4-33.9 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	color: #666;
}

.quickdelivery_link .sysContent p a,
.topmore_link a{
  font-weight: 500;
  text-decoration: underline;
  font-size: 1.5rem;
}
#top .gourmet_bnr_area{
  padding: 50px 0 70px;
}
#top .gourmet_bnr_area .sysContent{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#top .gourmet_bnr_area .sysContent a{
  display: block;
  width: 24%;
  margin: 0 0.5%;

}



/*　info　お知らせ　*/
#sysInformation #sysMain{
	margin: 0;
	padding: 50px 0;
/* padding-bottom: 50px; */
}
.oshirase{
	width: 100%;
	margin: 0;
	padding: 0;
	}
.oshirase_wrap{
	max-width: 1160px;
	width: 100%;
	margin: 50px 0;
	}

#sysInformation #sysMain h1{
	font-size: 3.0rem;
/*  font-size: 2.0rem; */
	margin: 25px 0;
	padding: 15px 5px;
	border-bottom: 1px solid #666;
}
#sysInformation #sysMain h1 + div{
	padding: 0 10px;
}

.oshirase h3{
	font-size: 36px;
	margin: 10px 0;
	}
	
.oshirase h5{
	margin-bottom: 10px;
	border-left: 10px solid #000;
	padding: 0 0 0 5px;
	font-size: 24px;
	}

#sysInformation #sysMain h4{
	font-size: 2.0rem;
/*  font-size: 1.6rem; */
	margin-top: 20px;
}
#sysInformation #sysMain p{
	font-size: 1.8rem;
/*  font-size: 1.4rem; */
	margin: 25px 0;
}
#sysInformation #sysMain p span.info_notice{
	display: block;
	color: #f00;
	font-size: 1.6rem;
/* font-size: 1.3rem; */
}
.oshirase span{
	color: #f00;
	}
.oshirase_color01{
	color: #ff0000;
	}
.oshirase_color02{
	color: #0000ff;
	}
/*　info　お知らせ　*/



/*cart onepage*/
.opcItem_itemCommonOptionOptionGroup_edit,
.opcItem_itemCommonOptionOptionGroup_edit{
  display: flex;
  flex-wrap:wrap;
}
.opcItem_itemCommonOptionOptionGroup_edit label,
.opcItem_itemCommonOptionOptionGroup_edit label{
  width:33%;
  padding:0 10px;
  margin-bottom:10px;
}
.opcItem_itemCommonOptionOptionGroup_edit label input,
.opcItem_itemCommonOptionOptionGroup_edit label input{
  display: flex;
}

.sysCart h1.sysHeadline{
  text-align: center;
  padding:25px 0;
  font-size:1.7rem;
}
.sysCart h1.sysHeadline span b{
  display: block;
  font-weight:normal;
  font-size:1.3rem;
}
.sysCart .sysItemListArea ul.nav{
  display: flex;
  flex-wrap:wrap;
}
.sysCart .sysItemListArea ul.nav li{
  width:48%;
  margin:0 1% 10px;
}

#sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsTitle{
  margin-top:30px;
  font-size:1.3rem;
  font-weight:normal;
}
#sysOpc .opcMultiDelivery .opcDeliveryAddressList .opcDeliveryAddressSummary{
  border:1px solid #f0f0f0;
}
#sysOpc .opcMultiDelivery .opcDeliveryAddressList .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit{
  display: flex;
  flex-wrap: wrap;

}
#sysOpc .opcMultiDelivery .opcDeliveryAddressList .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit li{
  padding: 20px 15px;
  width: 48%;
  margin: 0 1% 10px;
}

#sysOpc .opcMultiDelivery .opcDeliveryAddressList .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit li label input{
  display: none;
}

#sysOpc .opcMultiDelivery .opcDeliveryAddressList .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit li label input + span{
  display: block;
  margin:0 0 20px;
  padding:10px;
  box-shadow:0 0 3px #ccc;
  backgrond-color: #fff;
  text-align: center;
  position: relative;
  cursor:pointer;
  border-radius:5px;
}
#sysOpc .opcMultiDelivery .opcDeliveryAddressList .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit li label input:checked + span{

  background-color:#dd046e;
  color: #fff;
  border-radius:5px;
}
#sysOpc .opcMultiDelivery .opcDeliveryAddressList .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit li label input:checked + span:before{
  position: absolute;
  top:10px;
  left:10px;
  font-size:2rem;
  font-family: "Font Awesome 5 Free";
  content: '\f058';
  font-weight: 700;
  color: #fff;
}
#sysOpc .opcMultiDelivery .opcDeliveryMethod_mailShippingDetailAndLabelGroup_edit{
    margin: 0;
    padding: 0;
    border: none;
}

#sysOpc .opcMultiDelivery .opcDeliveryAddressList .opcCommonEditModeBlock .opcDeliveryAddress_openDialogButtonGroup_edit{
  display: flex;
  justify-content: center;
  padding: 10px 0 30px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
#sysOpc .opcMultiDelivery .opcDeliveryAddressList .opcCommonEditModeBlock .opcDeliveryAddress_openDialogButtonGroup_edit input{
  width: 38%;
  margin: 0 1%;
  border: none;
  background-color: #333!important;
  color: #ffff;
  font-weight: bold;
  font-size: 1.4rem;
  border-radius:5px;
}

#sysOpc .opcItem_itemImageGroup,#sysOpc .opcItem_itemImageGroup_edit{
  width:15%;
  margin-bottom:20px;
}
#sysOpc .opcItem_itemSummary, #sysOpc .opcItem_itemSummary_edit{
  width:85%;
}
#sysOpc .opcItem_deliveryAddressItemGroup_edit{
  border-top:1px solid #666;
}
#sysOpc .noshi_002,
#sysOpc .noshi_003{
  margin-top:15px;
}
#sysOpc .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcItem_increaseNumButton_edit,
#sysOpc .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcItem_decreaseNumButton_edit{
  display: none;
}

#sysOpc .opcItem_itemCommonOptionUseOptionNameGroup_edit{
  display:flex;
  padding:20px 0;
}
#sysOpc .opcItem_itemCommonOptionUseOptionNameGroup_edit label{
  margin-right:5px;
}
#sysOpc .opcItem_isWithCarrierBagAndLabelGroup_edit label{
  display: block;
  margin-top:20px;
}
#sysOpc .opcPaymentMethod_edit label{
  display: block;
  padding:10px 0;
}
#sysOpc .opcItem_itemCommonOptionUseOptionNameGroup_edit label input,
#sysOpc .opcItem_itemCommonOptionDetailGroup_edit .opcItem_itemCommonOptionOptionLabel_edit input,
#sysOpc .opcItem_isWithCarrierBagAndLabelGroup_edit label input,
#sysOpc .opcPaymentMethod_edit label input{
  display: none;
}
#sysOpc .opcItem_itemCommonOptionUseOptionNameGroup_edit label span,
#sysOpc .opcItem_isWithCarrierBagAndLabelGroup_edit label span,
#sysOpc .opcPaymentMethod_edit label span{
  padding:10px 30px;
  border-radius:5px;
  box-shadow:0 0 3px #999;
  cursor: pointer;
  position: relative;
}
#sysOpc .opcItem_itemCommonOptionUseOptionNameGroup_edit label input:checked + span,
#sysOpc .opcItem_isWithCarrierBagAndLabelGroup_edit label input:checked + span,
#sysOpc .opcPaymentMethod_edit label input:checked + span{
  background-color:#dd046e;
  color:#fff;
}
#sysOpc .opcItem_itemCommonOptionUseOptionNameGroup_edit label input:checked + span:before,
#sysOpc .opcItem_isWithCarrierBagAndLabelGroup_edit label input:checked + span:before,
#sysOpc .opcPaymentMethod_edit label input:checked + span:before{
  position: absolute;
top: 7px;
left: 8px;
font-size: 1.5rem;
font-family: "Font Awesome 5 Free";
content: '\f058';
font-weight: 700;
color: #fff;
}
#sysOpc .opcItem_itemCommonOptionDetailGroup_edit{
  padding:10px;
  margin-top:10px;
  border-radius:5px;
  background-color:#fbfaf3;
  position: relative;
}
.opcItem_itemCommonOptionDetailAndLabelGroup_edit.wedding_noshi_002{
  position: relative;

}
.opcItem_itemCommonOptionDetailAndLabelGroup_edit.wedding_noshi_002:after{
  position: absolute;
  top: 37px;
  left: 220px;
  font-family: "Font Awesome 5 Free";
  content: '\f078';
  font-weight: 700;
  color: #dd046e;
}
#sysOpc .opcItem_itemCommonOptionDetailGroup_edit .opcItem_itemCommonOptionOption_edit.opcCommonInputSelect{
  background-color:#fff;
  cursor: pointer;
}
#sysOpc .opcItem_itemCommonOptionDetailGroup_edit .opcItem_itemCommonOptionSelectLabel_edit{
  font-size:1.6rem;
  font-weight:bold;
  padding:10px;
}
#sysOpc .opcItem_itemCommonOptionDetailGroup_edit .opcItem_itemCommonOptionOptionLabel_edit div.opcItem_itemCommonOptionOptionBlock_edit{
  width:100%;
  padding:10px;
  border-radius:5px;
  background-color:#fff;
  border:5px solid #fff;
  cursor: pointer;
}
#sysOpc .opcItem_itemCommonOptionDetailGroup_edit .opcItem_itemCommonOptionOptionLabel_edit div span.opcItem_itemCommonOptionOptionLabel_edit{
  display: block;
  font-weight:bold;
  font-size:1.4rem;
  padding:0 0 10px;
  line-height:1.3em;
}
#sysOpc .opcItem_itemCommonOptionDetailGroup_edit .opcItem_itemCommonOptionOptionLabel_edit div div.opcItem_itemCommonOptionDescription_edit{
  padding:10px 0 0;
}
#sysOpc .opcItem_itemCommonOptionDetailGroup_edit .wraspping_001 .opcItem_itemCommonOptionOptionLabel_edit div div.opcItem_itemCommonOptionDescription_edit{
  display: none;
}
#sysOpc .opcItem_itemCommonOptionDetailGroup_edit .opcItem_itemCommonOptionOptionLabel_edit input:checked + div{
  border:5px solid #ff5722;
  box-shadow:0 0 3px #999;
}

#sysOpc .opcOrderSummaryTitle,
#sysOpc .opcBillingAddressTitle,
#sysOpc .opcClientTitle,
#sysOpc .opcDeliveryAddressHeader,
#sysOpc .opcPaymentMethodTitle,
#sysOpc .opcRemarksTitle{
  background-color:#f0f0f0;
  margin:0;
  border-radius:5px 5px 0 0;
  padding:10px;
  font-size:1.7rem!important;
  display: block;
  width:100%;
}
#sysOpc .opcDeliveryAddressGroup .opcDeliveryAddressHeader,
#sysOpc .opcDeliveryMethodArea .opcDeliveryMethodHeader,
#sysOpc .opcDeliveryAddressItemArea .opcDeliveryAddressItemHeader{
  background-color:#fff;
  border-radius:0;
  border-left:5px solid #666;
  padding:5px 10px;
  margin-bottom:10px;
}
#sysOpc .opcOrderSummary,
#sysOpc .opcBillingAddress,
#sysOpc .opcClient,
#sysOpc .opcCommonEditModeBlock
#sysOpc .opcBillingAddress_edit.opcCommonEditModeBlock,
#sysOpc .opcClient_edit.opcCommonEditModeBlock,
#sysOpc .opcDeliveryAddress_edit.opcCommonEditModeBlock
#sysOpc .opcDeliveryAddressAndItemsGroup,
#sysOpc .opcPaymentMethod,
#sysOpc .opcRemarks_edit,
#sysOpc .opcDeliveryAddressAndItemsGroup{
  border: 1px solid #f0f0f0;
}
.opcDeliveryAddressList .opcDeliveryAddressHeaderGroup,
.opcDeliveryAddressList .opcDeliveryMethodHeaderGroup,
.opcDeliveryAddressList .opcDeliveryAddressItemHeaderGroup,
.opcDeliveryAddressList .opcDeliveryMethodHeader{
  display: block
}
.opcBillingAddressArea,
.opcClientArea,
.opcDeliveryAddressList .opcDeliveryAddressItemHeaderGroup,
.opcDeliveryAddressList .opcDeliveryAddressHeaderGroup,
.opcDeliveryAddressList .opcDeliveryMethodHeaderGroup,
.opcPaymentMethodArea{
  position: relative;
}
.opcBillingAddress_buttonGroup.opcCommonButtonGroup,
.opcClient_buttonGroup.opcCommonButtonGroup,
.opcPaymentMethod_buttonGroup.opcCommonButtonGroup{
  position: absolute;
  top:-40px;
  right:10px;
  margin:0;
}
.opcDeliveryAddressHeader_buttonGroup.opcCommonButtonGroup,
.opcDeliveryMethodHeader_buttonGroup.opcCommonButtonGroup,
.opcDeliveryAddressItemHeader_buttonGroup.opcCommonButtonGroup{
  position: absolute;
  top:10px;
  right:0px;
  margin:0;
}
.opcBillingAddress_buttonGroup.opcCommonButtonGroup input,
.opcClient_buttonGroup.opcCommonButtonGroup input,
.opcDeliveryAddressHeader_buttonGroup.opcCommonButtonGroup input,
.opcDeliveryMethodHeader_buttonGroup.opcCommonButtonGroup input,
.opcDeliveryAddressItemHeader_buttonGroup.opcCommonButtonGroup input,
.opcPaymentMethod_buttonGroup.opcCommonButtonGroup input,
.opcOrderSummary_buttonGroup.opcCommonButtonGroup input{
  border: 1px solid #ccc;
  font-size: 1.2rem;
  padding: 5px 20px;
  border-radius: 5px;
  font-weight: 700;
}
.opcBillingAddress_nameAndLabelGroup,
.opcBillingAddress_mailaddressAndLabelGroup,
.opcBillingAddress_fullAddressAndLabelGroup,
.opcBillingAddress_telAndLabelGroup,
.opcBillingAddress_companyNameAndLabelGroup,
.opcBillingAddress_departmentNameAndLabelGroup,
.opcBillingAddress_genderAndLabelGroup,
.opcBillingAddress_acceptMailmagazineAndLabelGroup,
.opcDeliveryAddress_nameAndNameKanaGroup,
.opcDeliveryAddress_zipCodeAndLabelGroup,
.opcDeliveryAddress_fullAddressGroup,
.opcDeliveryAddress_telAndLabelGroup,
.opcDeliveryMethod_deliveryMethodAndLabelGroup,
.opcDeliveryMethod_hopeDeliveryDateAndLabelGroup,

.opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup,
.opcItem_numAndLabelGroup,
.opcItem_purposeAndLabelGroup,
.opcItem_itemCommonOptionAndLabelGroup.noshi,
.opcItem_itemCommonOptionAndLabelGroup.wrapping,
.opcItem_isWithCarrierBagAndLabelGroup,
.opcClient_nameAndLabelGroup,
.opcClient_fullAddressAndLabelGroup,
.opcClient_telAndLabelGroup,
.opcClient_companyNameAndLabelGroup,
.opcClient_departmentNameAndLabelGroup{
  padding:2px 10px;
  font-weight:500;
  font-size:1.4rem;
}
.opcDeliveryAddressItemArea .opcItem{
  padding:10px;
  margin-top:20px;
}
.opcDeliveryAddressItemArea .opcItem .opcItem_deliveryAddressItemGroup{
  padding:10px 0;
}
.opcItem_purposeAnditemCommonOptionGroup .opcItem_itemCommonOptionGroup{
  display: flex;
  flex-wrap:wrap;
}
.opcItem_purposeAnditemCommonOptionGroup .opcItem_itemCommonOptionGroup > div{
  width:50%;
}
.opcItem_itemCommonOptionSelectsGroup,
.opcItem_itemCommonOptionSelectsGroup{
  padding: 10px;
  margin: 10px 0;
  border-radius: 5x;
}
.opcItem_itemCommonOptionSelectsGroup > div,
.opcItem_itemCommonOptionSelectsGroup > div{
  padding:2px 0;
}
.opcDeliveryAddressItem_completeButton_edit.opcCommonButtonEdit,
.opcDeliveryMethod_openDialogButton_edit.opcCommonButtonEdit{
  background-color: #e4006f;
  color: #fff;
  border: none;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;

  padding: 20px 0;
}
#sysOpc .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit{
  border-bottom:none;
  margin-left: 0;
  padding-left: 0;
}
#sysOpc .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit > div{
  margin-bottom:1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sysOpc .opcPaymentMethodArea,
#sysOpc .opcOrderSummaryArea,
#sysOpc .opcRequestOrderArea{
  margin-top:30px;
}
#sysOpc .opcPaymentMethodArea .opcPaymentMethod_edit{
  padding:20px;
  border-bottom:1px dashed #ccc;
}
#sysOpc .opcPaymentMethod_paymentMethodDetailGroup_edit{
  margin:10px 0 0;
}
.opcDeliveryAddressList_buttonGroup.opcCommonButtonGroup{
  text-align: center;
  position: relative;
}
.opcDeliveryAddressList_buttonGroup.opcCommonButtonGroup input{
  width:30%;
}
.opcDeliveryAddressList_buttonGroup.opcCommonButtonGroup:after{
  font-family: "Font Awesome 5 Free";
  content: '\f055';
  font-weight: 700;
  color: #666;
  font-size:1.7rem;
  position: absolute;
  top:17%;
  left:36.5%;
}
.opcSelectDeliveriesArea{
  margin-top:30px;
}
.opcSelectDeliveries:before{
  content:"配送先を選ぶ";
  display: block;
  border-left:5px solid #666;
  padding:3px 10px;
  font-size:1.7rem;
  font-weight:bold;
  margin-bottom:20px;
}
.opcSelectDeliveries .opcSelectDeliveries_buttonGroup_edit{
  display: flex;
  flex-wrap:wrap;
}
.opcSelectDeliveries .opcSelectDeliveries_buttonGroup_edit .opcSelectDeliveries_deliveryToSingle_edit,
.opcSelectDeliveries .opcSelectDeliveries_buttonGroup_edit .opcSelectDeliveries_deliveryToMultiple_edit{
  width:49%;
  margin:0 1% 0 0;
  color:#666;
  background-color:#fff;
  font-size:1.5rem;
  font-weight:500;
  border:1px solid #ccc!important;
  border-radius:5px;
}
.opcSelectDeliveries .opcSelectDeliveries_buttonGroup_edit .opcSelectDeliveries_backButton_edit{
  margin:20px 0 0;
}
.opcDeliveryAddressEditDialog_customerDeliveryAddressButtonAndLabelGroup{
  display: flex;
  flex-wrap:wrap;
}
.opcDeliveryAddressEditDialog_customerDeliveryAddressLabel.opcCommonEditLabel{
  width:100%;
}
.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup input,
.opcDeliveryAddressEditDialog_customerDeliveryAddressButtonAndLabelGroup input{
  width: 48%;
  margin: 10px 1% 0;
  font-size:1.5rem;
  font-weight:500;
  border-radius:5px;
}
#sysPurchaseAuthMember{
  margin-top:30px;
}
.sysCart #sysAll #sysWrap #sysMain .sysFormItem.sysSubmit input[type="submit"]{
  background-color:#e4006f;
  border:none;
}
#sysRegi.sysCart #sysAll #sysWrap #sysMain .sysFormItem.sysSubmit input[type="submit"]{
  width:100%;
  color:#fff;
}
.sysOpcBody .opcItemCommonOptionsArea .opcItemCommonOptionsTitle{
  text-indent: -9999px;
  padding:30px 0 0;
}
.sysOpcBody .opcItemCommonOptionsArea .opcItemCommonOptionsTitle:after{
  content:"ギフト設定（のし、包装のご指定）";
  text-indent: 0px;
  display: block;
  font-size:1.8rem;
}
.sysOpcBody .opcItemCommonOption_completeButton_edit.opcCommonButtonEdit{
  background-color:#e4006f;
  border:none;
  color:#fff;
  border-radius:5px;
  font-size:1.6rem;
  font-weight:bold;
  margin-bottom:10px;
  padding: 20px 0;
}
.opcCommonButtonEdit{
  border:none!important;
  border-radius:5px;
  color:#fff;
  background-color:#333;
  font-weight:bold;
}
.opcClientButtonGroup_edit.opcCommonButtonGroupEdit .opcCommonButtonEdit{
  background-color:#dd046e;
  color:#fff;
}


/*機能パーツ*/
.sysFuncItemBlock.ranking_wrap5 .sysHorizontal{
	display: flex;
	justify-content: space-between;
}
.sysFuncItemBlock.ranking_wrap5 .sysHorizontal li{
	width: 20%;
	margin: 0 0 10px;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
.sysFuncItemBlock.ranking_wrap5 .sysHorizontal li input[type=submit]{
	margin-top: 10px;
	width: 100%;
}

.sysItemSearchFormItemCategoryGroups div ul li,
.sysItemSearchFormItemPrGroups div ul li{
  margin-bottom:8px;
  display:flex;
  font-size:1.35rem;
  align-items:center;
}
.filtered_search .sysItemSearchFormItemCategoryGroups div ul li{
  width:20%;
}
.sysItemSearchFormItemCategoryGroups div ul li input,
.sysItemSearchFormItemPrGroups div ul li input{
  margin:0 5px;
}
.sysItemSearchFormItemCategoryGroupsTitle,
.sysItemSearchFormItemPrGroupsTitle,
.sysItemSearchFormItemCategoryGroupsHeadline,
.sysItemSearchFormItemPrGroupsHeadline,
.btnShowSearchForm{
  display:none;
}
.itemCategoryGroupTitle0,
.itemCategoryGroupTitle1,
.itemPrGroupTitle0,
.itemPrGroupTitle1,
.itemPrGroupTitle2,
.itemPrGroupTitle3{
  font-size:1.4rem;
  font-weight:bold;
  display:block;
  margin-bottom:10px;
}
.itemCategoryGroup0,
.itemCategoryGroup1,
.itemPrGroup0,
.itemPrGroup1,
.itemPrGroup2,
.itemPrGroup3{
  padding-bottom:20px;
  margin-bottom:20px;
  border-bottom:1px dashed #ccc;
}
#top .itemCategoryGroup0,
#top .itemCategoryGroup1,
#top .itemPrGroup0,
#top .itemPrGroup1,
#top .itemPrGroup2,
#top .itemPrGroup3{
  border:none;
}
.filtered_search .itemCategoryGroup0,
.filtered_search .itemCategoryGroup1{
  width:44%;
  margin:0 2%;
  border:none;
}
.filtered_search .cross_search{
  font-size: 3.5rem;
  margin-bottom: 30px;
  font-weight: bold;
  color: #666;
}
#top .itemPrGroup0,
#top .itemPrGroup1,
#top .itemPrGroup2{
  width:33.3%;
}

/* pagenation */
.sysPagination ul{
  padding:20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sysPagination ul li{
  width:auto;
  padding:0;
  margin:0 0.5%;
  display: block;
}
.sysPagination ul li a{
  line-height:1em;
  padding:10px 15px;
  font-size:1.5rem;
  border:none;
  min-width:40px;
  min-height:40px;
  border-radius:5px;
}
.sysPagination ul li a.sysCurrent{
  background-color:#dd046e;
  color:#fff;
  font-weight:bold;
}



/*マイページ*/
#sysMypageIndex h1{
  text-align: center;
  font-size:1.8rem;
  margin-top:20px;
}
#sysMypageIndex h1 b{
  display: block;
  font-size:1.2rem;
  font-weight: normal;
}

.sysMypage h1{
  text-align: center;
  font-size:1.8rem;
  margin-top:20px;
}
.sysMypage h1 b{
  display: block;
  font-size:1.2rem;
  font-weight: normal;
}


/*マイページ　購入履歴*/
#sysMypageOrderHistoryDetail .sysOrderDetailArea > div{
  margin:5px 0;
}
#sysMypageOrderHistoryDetail form input.sysBackButton{
  width: 100%;
  max-width:200px;
  border-radius:5px;
}
#sysMypageOrderHistory .sysItemReviewArea .sysItemReviewLink a{
  border-radius: 5px;
  border: 1px solid #dd046e;
  color: #dd046e;
  padding: 5px 20px;
  font-weight: bold;
}

/*マイページ　購入履歴*/

.sysMypage #sysAll #sysWrap #sysMain .sysOrderHistory > div{
  text-align: right;
}
.sysMypage .sysOrderList{
  border:1px solid #666;
  padding:0 15px 15px;
}
.sysMypage .sysOrderList .sysOrderHeader{
  font-weight:500;
  font-size:1.4rem;
  margin:10px 0;
  padding-top:15px;
  position: relative;
}
.sysMypage .sysOrderList .sysOrderHeader .sysDatetime{
  float:none;
  font-size:1.7rem;
}
.sysMypage .sysOrderList .sysOrderHeader .sysDatetime:before{
  font-family: "Font Awesome 5 Free";
  content: '\f07a';
  font-weight: 700;
  margin-right:5px;
  color: #dd046e;
}
.sysMypage .sysOrderList .sysOrderHeader .sysCallOrderHistoryDetail{
  position: absolute;
  top: 20px;
  right: 0;
}
.sysMypage .sysOrderList .sysOrderHeader .sysCallOrderHistoryDetail button{
  border: 1px solid #666;
  padding: 5px 15px;
  font-size: 1.3rem;
  font-weight: 700;
}
.sysMypage .sysOrderList .sysOrderHeader .sysTotalPrice{
  text-align: left;
}
.sysMypage .sysOrderList .sysOrder{
  background-color:#fffcf0;
  padding:10px;
}
.sysMypage .sysOrderList .sysOrders .sysOrders .sysOrderHeader{
  border-top:1px dashed #666;
  padding-top:15px;
  position: relative;
}
.sysMypage .sysOrderList .sysOrders .sysOrders li:nth-child(3n){
  border-top:1px dashed #666;
}
.sysMypage .sysOrderList .sysOrders .sysItemReviewLink{
  text-align: right;
}
.sysMypage .sysOrderList .sysOrders .sysItemReviewLink span{
  background-color: #cbc0b4;
  padding: 5px 15px;
  font-weight: 700;
  font-size: 1.2rem;
}
.sysMypage .sysOrderList .sysOrders .sysItemReviewLink a{
  background-color: #fff;
  border:1px solid #666;
  padding: 5px 15px;
  font-weight: 700;
  font-size: 1.2rem;
}




/*マイページ　投稿済みレビュー*/
.sysMyReviewList .sysReview{
  font-size:1.5rem;
}

/*マイページ　お届け先情報*/
.sysSelectAddress{
  margin-bottom:10px;
}
.sysSelectAddress button[type="submit"]{
  padding:10px;
  border:1px solid #999;
  box-shadow:1px 1px 3px #ccc;
  border-radius:5px;
  font-size:1.4rem;
  font-weight:500;
  position: relative;
}
.sysSelectAddress button[type="submit"]:after{
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 700;
  color: #666;
  position: absolute;
  right:2%;
  font-size:1.5rem;
  top:40%;;
}
/*マイページ　ポイント*/

.sysMyPoint div{
  font-size:1.7rem;
  font-weight: 700;
  text-align: center;
}
.sysMyPoint > div:first-child{
  font-size:2rem;
}
.sysMyPoint > div:nth-child(2){
  font-weight: normal;
  color: #f00;
}
.sysMyPoint > div:nth-child(3){
  padding: 10px;
  margin-top: 20px;
  background-color: #ffd9d9;
}
.sysMyPoint > ul{
  background-color: #ffffff;
  border: 5px solid #fed9d9;
}
.sysMyPoint > ul li div:nth-child(odd){
  background-color: #eee;
}
.sysMyPoint > ul li div:nth-child(even){
  font-weight: normal;
  padding: 10px;
}
/*マイページ　クーポン*/
#sysMain .sysCoupon{
  border:none;
  float:left;
  margin:10px 1%;
  width:48%;
  border-radius: 5px;
  padding-bottom:10px;
}
#sysMain .sysCoupon > div{
  padding:0 10px;
}
#sysMain .sysCoupon .sysCouponId{
  font-weight:bold;
}
#sysMain .sysCoupon .sysCouponId .title{
  font-size:1.5rem;
}
#sysMain .sysCoupon .sysCouponId .detail{
  font-size:1.7rem;
}
#sysMain .sysCoupon .sysCouponDiscount{
  font-size:2.8rem;
  font-weight:bold;
  padding:5px 0;
  margin-bottom:10px;
  background-color:#eb2727;
  border:none;
  color:#fff;
}
#sysMain .sysCoupon .sysCouponDiscount:before{
  font-family: "Font Awesome 5 Free";
  content: '\f145';
  font-weight: 700;
  color: #fff;
  margin-right:10px;
}

/*マイページ　会員情報*/
.sysMemberPassword h4{
  color:#f00;
  margin:10px 0 10px;
}
.sysMemberPassword h4:before{
  content:"※";
}
#sysMypageEditMember .sysZipcode{
  display: flex;
  flex-wrap:wrap;
  align-items: center;
}
#sysMypageEditMember .sysZipcode .sysFormLabel{
  width:100%;
}
#sysMypageEditMember .sysZipcode .sysFormField{
  width:100%;
  max-width:200px;
  margin-right: 10px
}
#sysMypageEditMember .sysZipcode .sysButton{
  padding: 0;
  width: 120px;
  height: 50px;
}
#sysMypageEditMember .sysMemberPassword{
  background-color:#fafafa;
  padding:15px;
}

/*マイページ　レビュー一覧*/
.sysMyReviewList li{
  border-bottom:1px dashed #ccc;
  padding:10px;
}
.sysMyReviewList .sysItemName{
  font-size:1.5rem;
  font-weight:700;
  margin-bottom:10px;
}
.sysMyReviewList .sysReview br{
  display: block;
}

/*マイページ　お気に入り*/

/*マイページ　お届け先変種*/
#sysMypageEditDelivery #sysAll #sysWrap #sysMain{
  display: flex;
  flex-wrap:wrap;
}
#sysMypageEditDelivery #sysMain h1,
#sysMypageEditDelivery #sysMain h2,
#sysMypageEditDelivery #sysMain h3,
#sysMypageEditDelivery #sysMain > form{
  width:100%;
}
#sysMypageEditDelivery .sysSelectAddress{
  width: 48%;
  margin: 0 1% 15px;
}
/*マイページ　メッセージカード*/
#sysMypageMessageCard .sysMessageCard form input.sysButton{
  background-color:#dd046e;
  border-radius:5px;
  box-shadow: 1px 1px 3px #ccc;
  color:#fff;
  font-weight:bold;
  font-size:1.5rem;
}
#sysMypageMessageCard .sysMessageCardInfo input[type=submit]{
  margin:5px 0;
}
#sysMypageMessageCard .sysMessageCardInfo input.messageCardPreviewButton,
#sysMypageMessageCard .sysMessageCardInfo input.messageCardButton{
  width:100%;
  padding:5px 10px;
  background-color:#f0f0f0;
  border-radius:5px;
  box-shadow:1px 1px 3px #ccc;
}
#sysMypageMessageCard .sysMessageCardInfo td form:nth-child(3) input.messageCardButton{
  width:100%;
  padding:5px 10px;
  color:#fff;
  background-color:#666;
  border-radius:5px;
  box-shadow:1px 1px 3px #ccc;
}

/*マイページ　退会*/
#sysMypageWithdrawalConfirm .sysWithdrawal{
  display:flex;
  flex-wrap:wrap;


  align-items:center;
}
#sysMypageWithdrawalConfirm .sysWithdrawal > p{

  width:100%;

}
#sysMypageWithdrawalConfirm .sysWithdrawal > form{
  width:50%;
  padding:0 10px;
}
#sysMypageWithdrawalConfirm .sysWithdrawal > form input[type=submit]{
  border-radius:5px;
}


/*ログイン*/
#sysMypageReminder .sysRemindForm .sys_mailaddress .sysFormField + input[type="submit"]{
  border-radius:5px;
  box-shadow:1px 1px 3px #ccc;
  padding: 5px 30px;
  background-color: #dd046e;
  color: #fff;
  font-weight: bold;
}


/*新規会員登録*/
#sysMemberRegisterIndex #sysMain,
#sysMemberRegisterConfirm #sysMain{
  margin:20px auto;
  padding:20px;
}
#sysMemberRegisterIndex h1,
#sysMemberRegisterConfirm h1,
#sysMemberRegisterRegister h1,
#sysFormIndex h1,
#sysFormConfirm h1,
#sysFormThanks h1{
  text-align: center;
  font-size:1.8rem;
  margin-bottom:20px;
}
#sysMemberRegisterIndex h1 b,
#sysMemberRegisterConfirm h1 b,
#sysMemberRegisterRegister h1 b,
#sysFormIndex h1 b,
#sysFormConfirm h1 b,
#sysFormThanks h1 b{
  display: block;
  font-size:1.2rem;
  font-weight: normal;
}
#sysMemberRegisterIndex .sysMemberAgreementFormLabel{
  padding:0;
  font-weight:bold;
}
#sysMemberRegisterIndex .sysFormLabel{
  color:#666;
}
#sysMemberRegisterConfirm .sysFormLabel{
  margin:0;
  min-width:130px;
  padding:5px 0;
}
#sysMemberRegisterIndex .sysRequired{
  font-size:1.3rem;
}
#sysMemberRegisterIndex .sysMemberAgreement{
  padding:0 10px 10px;
  margin-bottom:10px;
  height:100px;
  min-height:100px;
}
#sysMemberRegisterIndex .sysMemberAgreement h3{
  font-size:1.6rem;
  margin-top:10px;
}
#sysMemberRegisterIndex .sysMailaddress .sysFormField:before{
content:'※ご入力にお間違いが無いかご確認ください。\A※ドメイン指定受信をされている方は｢@giftplaza-online.com」からのメールを受信可能に設定をお願いします。';
white-space:pre;
color: #bb0000;
}
#sysMemberRegisterIndex #form_main .sysForm > label input{
  margin-right:5px;
}
#sysMemberRegisterIndex #form_main .sysForm .sysName{
  margin:40px 0 0;
}
#sysMemberRegisterIndex #form_main .sysForm .sysZipcode{
  display: flex;
  flex-wrap:wrap;
  align-items: center;
}
#sysMemberRegisterIndex #form_main .sysForm .sysZipcode .sysFormLabel{
  width:100%;
}
#sysMemberRegisterIndex #form_main .sysForm .sysZipcode .sysFormField{
  width:200px;
  margin-right:10px;
}
#sysMemberRegisterIndex #form_main .sysForm .sysZipcode .sysButton{
  padding:0;
  width:120px;
  height:50px;
  background-color: rgba(0,0,0,0);
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #ccc;
}
#sysMemberRegisterIndex #form_main .sysForm .sysPrefStateId{
  position:relative;
}
#sysMemberRegisterIndex #form_main .sysForm .sysPrefStateId .sysFormField:after{
  font-family: "Font Awesome 5 Free";
  content: '\f078';
  font-weight: 700;
  color: #e11270;
  position:absolute;
  left:170px;
  top:42px;
  z-index:0;
}
#sysMemberRegisterIndex #form_main .sysForm .sysPrefStateId .sysFormField select{
  border-radius:5px;
  background-color: rgba(0,0,0,0);
  border: 1px solid #ccc;
  padding:10px 15px;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #ccc;
}

/*機能パーツ*/
.filtered_search{
  background-color:#f0f0f0;
  padding:20px 0 30px;
}
.filtered_search h3{
  font-size:2.5rem;
  text-align:center;
  padding:20px 0;
}
.filtered_search .sysItemSearchForm{
  position: relative;
  width:100%;
}
.filtered_search .sysItemSearchForm,
.filtered_search .sysItemSearchFormItemCategoryGroups,
.filtered_search .sysItemSearchFormItemPrGroups{
  display: flex;
  align-items:center;
  flex-wrap:wrap;
}
.filtered_search .sysItemSearchFormItemCategoryGroups{
  width:80%;
  margin:0 10%;
}
.filtered_search .sysItemSearchFormItemPrGroups,
.filtered_search .sysItemSearchFormItemCategoryGroups .sysItemSearchFormItemCategoryGroupsTitle,
.filtered_search .sysItemSearchFormItemPrGroups .sysItemSearchFormItemPrGroupsTitle{
  display:none;
}
.filtered_search .sysItemSearchFormItemCategoryGroups input,
.filtered_search .sysItemSearchFormItemPrGroups input{
  display:none;
}
.filtered_search .itemCategoryGroup0 > span,
.filtered_search .itemCategoryGroup1 > span,
.filtered_search .itemPrGroup0 > span,
.filtered_search .itemPrGroup1 > span,
.filtered_search .itemPrGroup2 > span{
  display: flex;
  justify-content: center;
  padding:20px;
  background-color:#ffffff;
  cursor: pointer;
  position: relative;
  border-radius:5px;
  box-shadow:1px 1px 3px #ccc;
}
.filtered_search .itemCategoryGroup0 > span:after,
.filtered_search .itemCategoryGroup1 > span:after,
.filtered_search .itemPrGroup0 > span:after,
.filtered_search .itemPrGroup1 > span:after,
.filtered_search .itemPrGroup2 > span:after{
  font-family: "Font Awesome 5 Free";
  content: '\f078';
  font-weight: 700;
  color: #e11270;
  position:absolute;
  right:20px;
  font-size:1.6rem;
}
.filtered_search .itemPrGroup2 > span{
  border:none;
}
.filtered_search .itemCategoryGroup0 ul,
.filtered_search .itemCategoryGroup1 ul,
.filtered_search .itemPrGroup0 ul,
.filtered_search .itemPrGroup1 ul,
.filtered_search .itemPrGroup2 ul{
  display: none;
  flex-wrap:wrap;
  width:95%;
  padding:20px;
  position: absolute;
  top:70px;
  left:2.5%;
  background-color:rgba(255,255,255,0.95);
  box-shadow:0 0 5px #ccc;
  z-index:1;
}
.filtered_search .itemCategoryGroup1 ul.flin{
  display: flex;
}
.filtered_search input[disabled] + label{
  background-color:#666!important;
}
.filtered_search .itemCategoryGroup0 ul li label,
.filtered_search .itemCategoryGroup1 ul li label,
.filtered_search .itemPrGroup0 ul li label,
.filtered_search .itemPrGroup1 ul li label,
.filtered_search .itemPrGroup2 ul li label{
  padding:10px 25px;
  border:1px solid #ccc;
  background-color:#fff;
  border-radius:5px;
  margin-right:5px;
  cursor: pointer;
  display:block;
  width:100%;
  text-align:center;
  box-shadow:1px 1px 3px #ccc;
  font-weight:500;
}
.filtered_search input[data-is-checked] + label{
  background-color:#e11270!important;
  border:1px solid #e11270!important;
  color:#fff;
  font-weight:bold;
}
.filtered_search .sysItemSearchForm .sysSearchButton{
  display: flex;
  justify-content: center;
  width:300px;
  margin:0 auto;
  position: relative;
  background-color: #e11270;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.5rem;
}
.filtered_search .itemCategoryGroup0 ul.open_searchsublink,
.filtered_search .itemCategoryGroup1 ul.open_searchsublink,
.filtered_search .itemPrGroup0 ul.open_searchsublink,
.filtered_search .itemPrGroup1 ul.open_searchsublink,
.filtered_search .itemPrGroup2 ul.open_searchsublink{
  display: flex;
}

/*商品検索ページ*/
.sysItemSearchForm .sysItemSearchResultSimple{
  display: flex;
  align-items:center;
  flex-wrap:wrap;
  background-color: #f7eed2;
  padding: 10px;
}
.sysItemSearchForm .sysItemSearchFormInput{
  display: flex!important;
  align-items: center;
  justify-content:right;
  margin-top: 10px;
  padding: 5px 0 15px;
  border-bottom:1px dashed #ccc;
}
.sysItemSearchForm .sysItemSearchFormInput > div,
.sysItemSearchForm .sysItemSearchFormInput > input.sysSearchButton{
  width:25%;
  margin:0 1%;
}
#sysItemSearch #sysAll #sysWrap #sysMain>form .sysItemSearchFormSort,
#sysItemSearch #sysAll #sysWrap #sysMain>form .sysItemSearchFormLimit{
  position: relative;
}
#sysItemSearch #sysAll #sysWrap #sysMain>form .sysItemSearchFormSort:before{
  content:"表示順：";
  font-size:1.3rem;
  font-weight:500;
  width:100px;
}
#sysItemSearch #sysAll #sysWrap #sysMain>form .sysItemSearchFormLimit:before{
  content:"表示件数：";
  font-size:1.3rem;
  font-weight:500;
  width:100px;
}
#sysItemSearch #sysAll #sysWrap #sysMain>form .sysItemSearchFormSort:after,
#sysItemSearch #sysAll #sysWrap #sysMain>form .sysItemSearchFormLimit:after{
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  font-weight: 700;
  color: #dd046e;
  position: absolute;
  right:10px;
  top:7px;
  z-index:-1;
}

#sysMain .sysItemSearchForm .sysItemSearchFormWord,
#sysMain .sysItemSearchForm .sysItemSearchFormCategory{
  display:none;
}
#sysMain .sysItemSearchForm h3{
  width:100%;
  font-size:1.8rem;
  color:#dd046e;
  margin-bottom:5px;
}
#sysMain .sysItemSearchForm h3:before{
  font-family: "Font Awesome 5 Free";
  content: '\f058';
  font-weight: 700;
  margin-right:5px;
  color: #dd046e;
}
.sysItemSearchForm .sysItemSearchFormItemCategoryGroupsCriteria,
.sysItemSearchForm .sysItemSearchFormItemPrGroupsCriteria{
  display: flex;
  flex-wrap:wrap;
}
/*.sysItemSearchForm .sysItemSearchFormWordCriteria,
.sysItemSearchForm .sysItemSearchFormItemCategoryGroupsCriteria .criteriaDetail,
.sysItemSearchForm .sysItemSearchFormItemPrGroupsCriteria .criteriaDetail{
  padding:10px 0;
}*/
.sysItemSearchForm .sysItemSearchFormWordHeadline,
.sysItemSearchForm .sysItemSearchFormItemCategoryGroupsCriteria .detailTitle,
.sysItemSearchForm .sysItemSearchFormItemPrGroupsCriteria .detailTitle,
.sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormItemCategoryGroups,
.sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormItemPrGroups,
.sysItemSearchForm .sysItemSearchFormCategoryHeadline{
  display: none;
}
.sysItemSearchForm .sysItemSearchFormCategoryCriteria .criteriaDetail,
.sysItemSearchForm .sysItemSearchFormWordCriteria .criteriaDetail,
.sysItemSearchForm .sysItemSearchFormItemCategoryGroupsCriteria .detailCriteria,
.sysItemSearchForm .sysItemSearchFormItemPrGroupsCriteria .detailCriteria{
  color:#dd046e;
  border:1px solid #dd046e;
  background-color:#fff;
  border-radius:5px;
  padding:5px 15px;
  margin:0 5px 5px 0;
  font-weight:bold;
  display: inline-block;
  font-size:1.3rem;
}
.sysItemSearchForm .sysItemSearchFormItemCategoryGroupsCriteria .detailCriteria span:nth-child(n+2){
  margin-left:5px;
  padding-left:10px;
  border-left:1px solid #FFF;
}
.sp_search_shwbtn,.sp_search_closebtn{display: none;}

/*商品詳細*/
#sysItemDetail div#sysWrap{
  padding:0;
}
.sysCategoryPankuzu{
  color:#999;
  padding:20px 0;
}
.sysReview + .sysCategoryPankuzu{
  background-color:#fafafa;
  margin:30px 0 20px;
  padding:15px;
}
.sysCategoryPankuzu a{
  color:#999;
  font-size:1.3rem;
}
.sysCategoryPankuzu br{
  display: none;
}

.review_totalcount{
  display: flex;
  align-items: baseline;
}
.orderArea .review_totalcount{
  justify-content: flex-end;
  padding:0 0 5px;
}
.review_totalcount p:nth-child(1){
  font-size:1.8rem;
  color:#ff9800;
}
.review_totalcount p:nth-child(2) b{
  font-weight:500;
  color:#666;
}
#review_block{
  padding-top:30px;
}
#review_block > span{
  font-size:1.8rem;
  font-weight:bold;
}
.sysReview .review_totalcount{
  border-bottom:1px solid #f0f0f0;
  padding-bottom:10px;
}
.sysReview br{
  display: none;
}
.sysReview .review_totalcount p:nth-child(1){
  font-size:3rem;
}
.sysReview ul.sysReviewHistoryList li{
  border-bottom:1px solid #f0f0f0;
  padding:10px 0;
}
.sysReview ul.sysReviewHistoryList li .sysNickname{
  font-size: 1.4rem;
  font-weight: bold;
}
.sysReview ul.sysReviewHistoryList li .sysEvaluation{
  font-size: 1.8rem;
  color: #ff9800;
}
.sysReview ul.sysReviewHistoryList li .sysReviewText{
  font-size:1.5rem;
  font-weight:500;
}
.sysReview ul.sysReviewHistoryList li .sysReviewDatetime{
  margin-top: 15px;
}
.sysReview form{
  text-align: right;
}
.sysReview form input[type="submit"]{
  margin:10px 0 0;
  border:1px solid #999;
  font-weight:700;
  padding:5px 20px;
  border-radius:5px;
  box-shadow:1px 1px 3px #ccc;
}



#sysItemDetail .shipping_free_area{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
 /* font-size: 1.5rem; */
	margin: 25px 0;
 /* margin: 10px 0; */
	padding: 10px;
	background-color: #ffe7e7;
	text-align: center;
	color: #dd046e;
}
#sysItemDetail .shipping_free_area:before{
	font-family: "Font Awesome 5 Free";
	content: '\f48b';
	font-weight: 700;
	color: #dd046e;
	font-size: 3rem;
	margin-right: 10px;
}
#sysItemDetail .shipping_free_area p:nth-child(1){
	font-size: 2.3rem;
	font-weight: 700;
}
#sysItemDetail .shipping_free_area p:nth-child(1) span{
	font-size: 1.2rem;
}
#sysItemDetail .shipping_free_area p:nth-child(2) b{
	font-size: 2rem;
}



.gp_notice_info{
  background-color: #ffe7e7;

  box-sizing: border-box;
  padding: 20px;
  font-size: 1.3rem;
  margin: 15px 0;
  border-radius: 5x;
}
.gp_notice_info h5{
  font-size: 1.7rem;
  text-align: center;
  color: #f74e4e;
  font-weight: bold;
  margin-bottom: 10px;
}
.gp_notice_info p{
  font-size:1.4rem;
}
.modaal-wrapper .sysWishlistForm input[type=submit]{
  border-radius:5px;
  box-shadow:1px 1px 3px #ccc;
  background-color:#dd046e;
  font-weight:bold;
  color:#fff;
}
.modaal-wrapper .mdl-dialog__image.sysWishlistThumbnail{
  text-align:center;
}
.modaal-wrapper .sysWishlistCloseBottomButtonGroup{
  text-align:center;
}
.modaal-wrapper .mdl-dialog__content.sysWishlistMessage .massage{
  font-size:1.5rem;
  color:#333;
}
.modaal-wrapper .sysWishlistCloseBottomButtonGroup button{
  background-color: #fff;
  width: auto;
  margin: 20px 0 0;
  padding: 0;
  text-decoration: underline;
}



#sysItemDetail .connection_detail{
	width: 100%;
	margin: 25px 0;
}
#sysItemDetail .connection_detail h3{
	font-size: 1.8rem;
 /* font-size: 1.8rem; */
	width: 100%;
	max-width: 1160px;
	margin: 0 auto 10px;
}
#sysItemDetail .connection_detail .sysHorizontal{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
}
#sysItemDetail .connection_detail .sysHorizontal li{
	width: 15.5%;
	margin: 0 0.5% 10px;
}
#sysItemDetail .connection_detail .sysHorizontal li .sysItemName{
	font-size: 1.3rem;
}



#sysItemDetail #sysExplanation{
  padding-top:20px;
  text-align: center;
}
#sysItemDetail #sysExplanation > span{
  display: block;
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
}
#sysItemDetail #sysExplanation > table{
    width: 100%;
    margin: 50px 0 0;
}
#sysItemDetail #sysExplanation > table tbody tr{
    width: 70%;
    display: flex;
    margin:0 auto 3px;

}
#sysItemDetail #sysExplanation > table tbody tr td:nth-child(2n){
    border-bottom: 1px solid #f0f0f0;
    text-align: left;
    width: 70%;
    padding: 10px;
}
#sysItemDetail #sysExplanation > table tbody tr td:nth-child(2n+1){
    background-color: #f0f0f0;
    text-align: left;
    width: 30%;
    font-weight: 500;
    padding: 10px;
}
#sysItemDetail #sysExplanation > p{
  text-align: left;
  margin:15px 0;
  padding:15px 10px;
  border-top:1px solid #f0f0f0;
  border-bottom:1px solid #f0f0f0;
}
#sysItemDetail .sysReserveInfo{
  color:#f00;
  font-weight:bold;
  font-size:1.7rem;
  padding:0 10px;
}
#sysItemDetail .gourmet_select{
    padding: 20px 0;
}
#sysItemDetail .gourmet_select h3{
    margin: 10px 0 20px;
    font-size: 2.5rem;
}
#sysItemDetail .gourmet_select h3 b{
    padding-left: 20px;
    font-family: "century gothic";
}
#sysItemDetail .gourmet_select ul{
    display: flex;
    flex-wrap: wrap;
}
#sysItemDetail .gourmet_select li{
    width: 23%;
    margin: 0 1% 10px;
}

/*レビュー詳細*/
#sysItemReviewIndex #sysMain{
  display: flex;
  flex-wrap:wrap;
  align-items:center;
}
#sysItemReviewIndex #sysWrap h2{
  width:70%;
  font-size:2.5rem;
}
#sysItemReviewIndex #sysWrap h2 + div{
  width:30%;
  margin:20px 0 0;
}
#sysItemReviewIndex #sysWrap div + form{
  width:100%;
  text-align:right;
}
#sysItemReviewIndex #sysWrap div + form input.sysButton{
  width:30%;
  margin:10px 0;
  border-radius: 5px;
  background-color: #dd046e;
  color: #fff;
  font-weight: 700;
  box-shadow:1px 1px 3px #ccc;
}
#sysItemReviewIndex #sysWrap h3{
  display:none;
}
#sysItemReviewIndex #sysWrap h3 + form{
  width: 100%;
  display: flex;
  flex-wrap:wrap;
  justify-content: flex-end;
  align-items: center;
  padding: 15px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
  position:relative;
  background-color:#fafafa;
  z-index:0;
}
#sysItemReviewIndex #sysWrap h3 + form .sysForm{
  display: flex;
  width:100%;
  justify-content: center;
}


#sysItemReviewIndex #sysWrap h3 + form .sysForm + input[type="submit"]{
  background-color:#dd046e;
  color:#fff;
  font-weight:bold;
}
#sysItemReviewIndex #sysWrap h3 + form .sysForm > div{
  width:33%;
}
#sysItemReviewIndex #sysWrap h3 + form select{
  margin-right: 15px;
  border-radius: 5px;
  width: 150px;
  background-color: rgba(255,255,255,0.3);
  padding: 5px 20px;
  box-shadow: 1px 1px 3px #ccc;
  cursor:pointer;
}
#sysItemReviewIndex #sysWrap #sysMain > form:nth-child(5){
  width:100%;
  text-align: right;
}
#sysItemReviewIndex #sysWrap #sysMain > form:nth-child(5) input[value="商品詳細"]{
  background-color:rgba(0,0,0,0);
  padding:0;
  text-decoration: underline;
}
#sysItemReviewIndex #sysWrap #sysMain > form:nth-child(5):after,#sysItemReviewIndex #sysWrap #sysMain > form:nth-child(7):after{
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  font-weight: 700;
  color: #dd046e;
  position: absolute;
  z-index:-1;
  right: 205px;
  bottom:20px;
}
#sysItemReviewIndex #sysWrap h3 + form .sysButton{
  margin:0;
  width:15%;
  padding:5px;
  border-radius:5px;
}
#sysItemReviewIndex #sysWrap ul.sysReviewHistoryList{
  padding:10px;
  width:100%;
}
#sysItemReviewIndex #sysWrap ul.sysReviewHistoryList li{
  padding:10px 0;
  border-bottom:1px dashed #ccc;
}
#sysItemReviewIndex #sysWrap ul.sysReviewHistoryList li .sysEvaluation{
  color:#ff9800;
  font-size:2rem;
}
#sysItemReviewIndex #sysWrap ul.sysReviewHistoryList li .sysNickname{
  font-weight:bold;
}
#sysItemReviewIndex #sysWrap ul.sysReviewHistoryList li .sysReviewText{
  font-size:1.5rem;
  font-weight:500;
}
#sysItemReviewIndex #sysWrap ul.sysReviewHistoryList li .sysReviewDatetime{
  margin-top:10px;
}
#sysItemReviewIndex #sysWrap ul.sysReviewHistoryList li div + form input.sysButton{

  width:auto;
  text-decoration:underline;
  padding:0;
  background-color:#fff;
  color:#666;
  box-shadow:none;
  font-weight:normal;
}
#sysItemReviewIndex #sysWrap .sysPagination{
  width:100%;
  text-align:center;
}

#sysItemReviewConfirm #sysMain h2{
  width:100%;
  padding:20px 10px 0;
  font-size:1.8rem;

}
#sysItemReviewConfirm #sysMain h3{
  display: none;
}
#sysItemReviewConfirm #sysMain > div{
  width:50%;
  padding:10px;
  float:left;
}
#sysItemReviewConfirm #sysMain > form{
  float:left;
  width:50%;
}
#sysItemReviewConfirm #sysMain > form:nth-child(5) input[type="submit"]{
  border-radius:5px;
  box-shadow:1px 1px 3px #ccc;
  background-color:#dd046e;
  color:#fff;
  font-weight:bold;
}
#sysItemReviewConfirm #sysMain > form:nth-child(6) input[type="submit"]{
  border-radius:5px;
}

/*フリーフォーム*/
#sysFormIndex .header_wrap,
#sysFormConfirm .header_wrap,
#sysFormThanks .header_wrap{
  border-bottom: none;
  position: static;
  box-shadow: 0 0 3px #ccc;
}
#sysFormConfirm .header_wrap h1{
  font-size:1.8rem;
}
#sysFormIndex #sysHeader .header_wrap .header_inner,
#sysFormConfirm #sysHeader .header_wrap .header_inner,
#sysFormThanks #sysHeader .header_wrap .header_inner{
  justify-content: center;
}
#sysFormIndex #sysHeader .header_wrap .header_inner .header_h1_under .h_inner .logo_all .logo .logo_img,
#sysFormConfirm #sysHeader .header_wrap .header_inner .header_h1_under .h_inner .logo_all .logo .logo_img,
#sysFormThanks #sysHeader .header_wrap .header_inner .header_h1_under .h_inner .logo_all .logo .logo_img{
  display: block;
  width: 160px;
  margin: 0 auto;
}
.form-inquiry #sysWrap .sysFormItem .sysFormField select{
  border:1px solid #999;
  box-shadow:1px 1px 3px #ccc;
  cursor: pointer;
  padding: 10px 15px;
  border-radius:5px;
  width:100%;
  max-width:300px;
}
.form-inquiry #sysWrap .sysFormItem.sys1 .sysFormField{
  position: relative;
}
#sysFormIndex .form-inquiry #sysWrap .sysFormItem.sys1 .sysFormField:before{
  position: absolute;
  top:17px;
  left:270px;
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  font-weight: 700;
  color: #e4006f;
}
.form-inquiry #sysWrap .sysNextSubmit{
  margin:0 0 70px!important;
}

/*.opcCouponCodeAndCoupon_edit .opcCouponTitle,
.opcCouponCodeAndCoupon_edit .opcCoupon_edit{
  display: none;
}*/

.ssl_secure_icon{
  text-align: center;
  padding:10px;
}

#slider > li:not(:first-child){
  display: none;
}

/*商品ブロック*/
	.sysItemSuggestedPrice:before{
content:'■希望小売価格：';
}
/*商品ブロック*/





@media screen and (max-width:600px){
.gift-cp div#sysMain{
  margin-top:100px;
}
#top div#sysMain{
  margin-top:10px;
}
.sysMypage div#sysMain{
  margin-top:60px;
}
#sysAll #sysMain > .sysFuncText > .sysContent{
  padding:0 0 30px;
}
.search_bx,
.h_login,
.header_sp{
  display:none;
}
.h_spnavi .search_bx,
.h_spnavi .h_login,
.header_wrap .header_sp{
  display:block;
}

#sysHeader .header_wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  box-shadow:0 -2px 5px #ccc;
}
#sysHeader .h_spnavi #spNaviWrap .wrap1 .h_login .sysContent div:nth-child(1){
  font-size: 1.5rem;
  font-weight: 700;
  margin: 15px 0 5px;
}
#sysHeader .h_spnavi #spNaviWrap .wrap1 .h_login .sysContent div:nth-child(4){
  background-color:#f0f0f0;
  padding:10px 10px;
  margin-top:10px;
  display: flex;
  justify-content: space-around;
}
#sysHeader .h_spnavi #spNaviWrap .wrap1 .h_login .sysContent div:nth-child(5){
  display:flex;
  justify-content: space-around;
  padding:15px 0 0;
}
#sysHeader .h_spnavi #spNaviWrap .wrap1 .h_login .sysContent div:nth-child(5) a{
  display: block;
}
#sysHeader .h_spnavi #spNaviWrap .wrap1 .h_search{
  background-color:#fff;
  padding:10px 20px 20px;
  margin-top:10px;
}
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav,
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav1,
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav2,
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav3,
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav4{
  background-color:#fff;
  margin-top:1px;
}
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav .sysHeadline p:first-child,
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav2 .sysHeadline p:first-child,
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav3 .sysHeadline p:first-child{
  font-size:1.5rem;
  padding:15px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav .sysHeadline p:first-child i,
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav2 .sysHeadline p:first-child i,
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav3 .sysHeadline p:first-child i{
  margin-right:10px;
  font-size:2rem;
  color:#dd046e;
}
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav .sysHeadline p:first-child:after,
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav2 .sysHeadline p:first-child:after,
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav3 .sysHeadline p:first-child:after{
  font-family: "Font Awesome 5 Free";
  content: '\f0d7';
  font-weight: 700;
  margin-left:auto;
  color: #999;
}
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav .sysHeadline p.down_arrow:after,
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav2 .sysHeadline p.down_arrow:after,
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav3 .sysHeadline p.down_arrow:after{
  font-family: "Font Awesome 5 Free";
  content: '\f0de';
  font-weight: 700;
  color: #999;
}
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav .sysContent ul,
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav2 .sysContent ul,
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav3 .sysContent ul {
  display: none;
  padding:10px;
  background-color:#fafafa;
}
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav .sysContent ul li a,
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav2 .sysContent ul li a,
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav3 .sysContent ul li a,
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav4 .sysContent ul li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top:2px solid #fafafa;
  background-color:#fff;
  padding:15px 10px 15px 20px;
}
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav4 .sysContent ul li:first-child a{
  border: none;
}
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sysContent ul li a:after{
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 700;
  margin-left:10px;
  color: #999;
}
.sp_nav{
  border-top:10px solid #e1e1e1;
}

/*footer*/
.footer_column .sysContent .foot_column{
  flex-wrap:wrap;
}
.footer_column .sysContent .foot_column > div{
  width:48%;
  margin:0 1% 10px;
  padding:10px 0;
}
.footer_column .sysHeadline p{
  font-size:2rem;
  padding:30px;
}
.footer_column .sysContent .foot_column{
  justify-content:flex-start;
}
.footer_column .sysContent .foot_column > div > div i{
  font-size:6rem;
}
.footer_column .sysContent .foot_column > div > p{
  font-size:1.3rem;
  margin-top:10px;
}
#sysFooter .f_guide{
  margin:0;
  padding:30px 0;
}
#sysFooter .f_guide .sysContent .guideTitle{
  position:static;
  background-color:rgba(255,255,255,0);
}
#sysFooter .f_guide .sysContent>div .guideBlock{
  margin:20px auto;
}
#sysFooter .footer{
  margin:0;
}

.gp_service .gp_service_block ul{
  flex-wrap:wrap;
}
.gp_service .gp_service_block ul li{
  width:48%;
  margin:0 1% 10px;
}
.footer_column .sysContent .foot_column > div > div div{
  padding:0;
}
.footer_column .sysContent .foot_column > div > div p{
  min-height:auto;
}
.footer_column .sysContent .foot_column > div > p b{
  font-size:1.2rem;
}


/*TOP*/
.filtered_search{
  width:95%;
  margin:0 auto;
}
.filtered_search h3{
  width:100%;
}
.filtered_search .itemCategoryGroup0, .filtered_search .itemCategoryGroup1{
  width:100%;
  margin:0;
  padding:0;
}
.filtered_search .cross_search{
  width:100%;
  margin:0;
  padding:0;
  font-size:2rem;
  text-align:center;
}
.filtered_search .itemCategoryGroup0 > span, .filtered_search .itemCategoryGroup1 > span{
  margin:0;
}
.filtered_search .sysItemSearchForm .sysSearchButton{
  width:80%;
  padding:15px;
  margin-top:20px;
}
.filtered_search .sysItemSearchFormItemCategoryGroups div ul li{
  width:50%;
}
.filtered_search .itemCategoryGroup0 ul li label, .filtered_search .itemCategoryGroup1 ul li label, .filtered_search .itemPrGroup0 ul li label, .filtered_search .itemPrGroup1 ul li label, .filtered_search .itemPrGroup2 ul li label{
  padding:10px 5px;
}

	.sysFuncItemBlock.ranking_wrap5 .sysHorizontal,
	.top_search_brand .brand_logo_list,
	.top_search_category .category__list{
		flex-wrap: wrap;
	}
	#sysMain .ranking_wrap5 .sysHorizontal li{
		width: 48%;
		margin: 0 1% 10px;
	}
	#sysMain .ranking_wrap5 .sysHorizontal li:first-child{
		width: 100%;
	}
	.top_search_category .category__list li{
		width: 31%;
		margin: 0 1% 10px;
	}
	.top_search_category .category__list li a{
		padding: 5px;
	}
	.top_search_category .category__list li a p{
		font-size: 12px;
	}
	
	.top_search_brand .brand_logo_list{
		flex-wrap: nowrap;
		overflow-x: scroll;
		padding-left: 10px;
	}
	.top_search_brand .brand_logo_list li{
  min-width: 130px;
	}
	

	#sysMain .ranking_wrap5 h3,
	#sysMain .top_search_category h3,
	#sysMain .top_search_brand h3,
	/* #sysMain .gp_info h3,*/
	.gp_service h3{
		width: 100%;
		font-size: 2rem;
	}
	
	#sysMain .gp_info h3{
		width: 30%;
	/*　width: 100%;　*/
		line-height: 1.8em;
		font-size: 2rem;
		background-color: #f00;
		color: #fff;
		margin: 0;
		padding: 1px 10px;
	}
	
	.gp_service h3 b{
		border: none;
		display: inline;
		padding: 0;
	}
	.gp_service h3 b img{
		width: 150px;
	}

	
	
	#sysFooter .detail_history h3,
	#sysItemDetail .connection_detail h3{
		padding: 0 10px;
	}
	#sysFooter .detail_history .sysHorizontal,
	#sysItemDetail .connection_detail .sysHorizontal{
		flex-wrap: nowrap;
		overflow-x: scroll;
	}
	#sysFooter .detail_history .sysHorizontal li,
	#sysItemDetail .connection_detail .sysHorizontal li{
		width: 33%;
		min-width: 150px;
	}

	
	
	.gp_info ul li a{
		flex-wrap: wrap;
		white-space: normal;
	}
	
	
	
	.special_banner .recommend_sp_bnr ul li{
		width: 48.5%;
		margin: 10px 0 0;
		padding: 0 0 0 10px;
	}
	
	.gp_service h3{
		font-size: 2rem;
	}
	.column_contents{
		border-radius: 0;
		padding: 20px 10px;
	}
	
.column_contents .sysRss li{
  width:48%;
  margin:0 1% 10px;
}
.column_contents .sysRss li .sysRssDescription p:nth-child(2){
  display: none;
}
.seasonal_block{
  padding:20px 10px;
  border-radius:0;
}
.seasonal_block.sysFuncItemBlock .sysItemBlock .sysHorizontal li{
  width:48%;
  margin:0 1% 10px;
}
.seasonal_block h2 b{
  border:none;
}

/*aside*/
#sysItemSearch #sysAside,
#sysItemCategory #sysAside{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0 0 20px;
  z-index: 1000;
  overflow: scroll;
}
#sysItemSearch #sysAside .side_search, #sysItemCategory #sysAside .side_search{
  display: block;
  width: 93%;
  background-color: #fff;
  margin: 0 auto;
  padding: 20px 15px;
  border-radius: 5px;
  box-shadow: 0 0 5px #333;
}
#sysAside .side_navi,
#sysAside .aside_amazonpay{
  display: none;
}
#sysAside .sysItemSearchFormItemCategoryGroups div ul,
#sysAside .sysItemSearchFormItemPrGroups div ul{
  display: flex;
  flex-wrap:wrap;
}
#sysAside .sysItemSearchFormItemCategoryGroups div ul li,
#sysAside .sysItemSearchFormItemPrGroups div ul li{
  width:50%;
  padding:0 3px;
}
#sysAside .sysItemSearchFormItemCategoryGroups div ul li input,
#sysAside .sysItemSearchFormItemPrGroups div ul li input{
  display: none;
}
#sysAside .sysItemSearchFormItemCategoryGroups div ul li label,
#sysAside .sysItemSearchFormItemPrGroups div ul li label{
  display: block;
  text-align: center;
  width: 100%;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 8px 5px;
  cursor: pointer;
  font-size:1.2rem;
  font-weight:bold;
}
#sysAside .sysItemSearchFormItemCategoryGroups div ul li input[data-is-checked]+label,
#sysAside .sysItemSearchFormItemPrGroups div ul li input[data-is-checked]+label{
  background-color:#e11270;
  border:1px solid #e11270;
  color:#fff;
  font-weight:500;
}
#sysAside .sysItemSearchFormItemCategoryGroups div ul li input[disabled]+label,
#sysAside .sysItemSearchFormItemPrGroups div ul li input[disabled]+label{
  background-color:#999;
}
#sysAside .side_search .sysItemSearchFormCategory{
  position: relative;
}
#sysAside .side_search .sysItemSearchFormCategory:after{
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  font-weight: 700;
  color: #e11270;
  position: absolute;
  right:15px;
  bottom:33px;

  font-size:1.5rem;
  z-index:1;
}
.sp_search_shwbtn, .sp_search_closebtn{display: block;}
.sp_search_shwbtn{
  display: block;
  position: fixed;
  left: 0;
  bottom: 25px;
  width: 100%;
  z-index: 10;
  text-align: center;
}
.sp_search_shwbtn p{
  width: 40%;
  margin: 0 auto;
  background-color: #dd046e;

  border-radius: 5px;
  padding: 10px 15px;
  color: #fff;
  box-shadow: 1px 1px 3px #666;
  font-weight:bold;
}
.sp_search_shwbtn p:before{
  font-family: "Font Awesome 5 Free";
  content: '\f0b0';
  font-weight: 700;
  color: #fff;
  margin-right: 5px;
}
.sp_search_closebtn{
  text-align: right;
  padding: 5px 15px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
}
.sp_search_closebtn2{
  font-size: 1.5rem;
  text-align: center;
  padding: 10px 0 0;
  text-decoration: underline;
}

/*商品一覧、カテゴリ、商品検索*/
.sysItemCategoryPankuzu{padding:5px 0;}
.sysItemCategoryPankuzu a{color:#999;}
#sysItemCategory #sysAll #sysWrap #sysMain,
#sysItemSearch #sysAll #sysWrap #sysMain,
#sysItemDetail #sysAll #sysWrap #sysMain,
.sysItemReview #sysAll #sysWrap #sysMain{
  margin-top:90px;
}
#sysItemCategory #sysAll #sysWrap #sysMain .sysItemCategoryCtl{
  justify-content: flex-start;
  overflow-x: scroll;
}
#sysItemCategory #sysAll #sysWrap #sysMain .sysItemCategoryCtl a{
  min-width:100px;
  text-align: center;
}
.sysItemSearchForm .sysItemSearchFormInput > div, .sysItemSearchForm .sysItemSearchFormInput > input.sysSearchButton{
  width:40%;
}
#sysItemSearch #sysAll #sysWrap #sysMain>form .sysItemSearchFormSort:before{
  font-size:1.2rem;
  min-width:50px;
}
#sysItemSearch #sysAll #sysWrap #sysMain>form .sysItemSearchFormLimit:before{
  min-width:62px;
  font-size:1.2rem;
}
#sysItemSearch #sysAll #sysWrap #sysMain h2{
  margin:0;
  padding:10px;
  text-align: center;
}

/*商品詳細*/
.sysCategoryPankuzu{
  padding:10px;
}
.review_totalcount{

  justify-content: flex-end;
}
#sysItemDetail #sysAll #sysWrap #sysMain article .sysItemName h1{
  padding:10px 10px 0;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .sysItemImages .sysImageList{
  padding:0 5px;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysRetailPrice{
  text-align:right;
  padding-right:10px;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysNumber{
  justify-content: flex-end;
  padding-right:10px;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysNumber:after{
  right:25px;
  left:auto;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysWishlist{
  margin:0 2%;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysWishlist .sysButton{
  margin-left:0;
}
#sysItemDetail .sysReview{
  padding:30px 10px 0;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysSubmit{
  width:78%;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysNumber select{
  width:87%;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysSubmit .sysCartButton{
  background-position:23% 50%;
  background-size:25px;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysGetPoint{
  width:90%;
  margin:0 auto 10px;
  line-height:1.2em;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysGetPoint{
  text-align: left;
  justify-content: flex-start;
}
#sysItemDetail #sysExplanation,
#sysItemDetail .sysItemId{
  padding:15px 10px;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysSubmit .sysCartInDone{
  width:80%;
  left:60%;
}
#sysItemDetail .special_banner{
  margin-bottom:40px;
}

#sysItemDetail .shipping_free_area:before{
  font-size: 1.8rem;
}



/*レビュー詳細*/
#sysItemReviewIndex #sysWrap h2{
  font-size:1.8rem;
  width:50%;
  padding-right:2%;
}
#sysItemReviewIndex #sysWrap h2 + div{
  margin:0;
  width:50%;
}
#sysItemReviewIndex #sysWrap div + form input.sysButton{
  width:50%;
}
#sysItemReviewIndex #sysWrap h3 + form:after{
  right:40%;
}
#sysItemReviewIndex #sysWrap h3 + form .sysButton{
  min-width:100px;
}
#sysItemReviewIndex #sysWrap #sysMain > form:nth-child(5):after,
#sysItemReviewIndex #sysWrap #sysMain > form:nth-child(7):after{
  right:40%;
  bottom:23px;
}

/*新規会員登録*/
#sysMemberRegisterIndex #form_main .sysForm .sysZipcode .sysFormField{
  width:100%;
  max-width:100%;
  margin:10px 0;
}
#sysMemberRegisterIndex #form_main .sysForm .sysZipcode .sysFormField input{
  border:1px solid #ccc;
  padding:10px 5px;
}
#sysMemberRegisterIndex #form_main .sysForm .sysPrefStateId .sysFormField{
  max-width:100%;
}
#sysMemberRegisterIndex #form_main .sysForm .sysPrefStateId .sysFormField:after{
  left:auto;
  right:15px;
}
#sysMemberRegisterIndex .sysBirthday{
  display: flex;
  flex-wrap:wrap;
  align-items: center;
}
#sysMemberRegisterIndex .sysBirthday .sysFormLabel{
  width:100%;
}
#sysMemberRegisterIndex .sysBirthday .sysFormField input{
  border:1px solid #ccc;
  padding:10px 5px;
  margin:0 10px;
  max-width:70px;
  width:auto;
}
#sysMemberRegisterIndex .sysMailaddress .sysFormField:before{
	content:'※ご入力にお間違いが無いかご確認ください。\A※ドメイン指定受信をされている方は\A｢@giftplaza-online.com」からのメールを\A受信可能に設定をお願いします。';
	white-space:pre;
	color: #bb0000;
	}

/*マイページ*/
.sysMypage #sysAll #sysWrap #sysMain .sysMypageNav form{
  width:100%;
}
#sysMypageEditDelivery .sysSelectAddress{
  width:100%;
}
#sysMain .sysCoupon{
  width:100%;
}

/*マイページ　購入履歴*/
.sysMypage .sysOrderList .sysOrderHeader .sysCallOrderHistoryDetail{
  position: static;
  text-align: right;
}

/*パスワードを忘れ*/
#sysMypageReminder .sysRemindForm .sys_mailaddress .sysFormField + input[type="submit"]{
  width:100%;
  padding:10px;
}

/*cart カート*/
.sysCart .sysItemListArea ul.nav li{
  width:100%;
  margin:0;
}

/* 購入手続き */
.opcItem_itemCommonOptionOptionGroup_edit label, .opcItem_itemCommonOptionOptionGroup_edit label{
  width:50%;
  padding:0 5px;
}
.opcSelectDeliveries .opcSelectDeliveries_buttonGroup_edit .opcSelectDeliveries_deliveryToSingle_edit, .opcSelectDeliveries .opcSelectDeliveries_buttonGroup_edit .opcSelectDeliveries_deliveryToMultiple_edit{
  width:100%;
  margin-bottom:10px;
}
#sysOpc .opcMultiDelivery .opcDeliveryAddressList .opcCommonEditModeBlock .opcDeliveryAddress_openDialogButtonGroup_edit{
  flex-wrap:wrap;
}
#sysOpc .opcMultiDelivery .opcDeliveryAddressList .opcCommonEditModeBlock .opcDeliveryAddress_openDialogButtonGroup_edit input{
  width:100%;
  margin-bottom:10px;
}
#sysOpc .opcMultiDelivery .opcDeliveryAddressList .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit{
  flex-wrap:wrap;
}
#sysOpc .opcMultiDelivery .opcDeliveryAddressList .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit li{
  padding:20px 10px;
  width:100%;
  border-bottom:1px dashed #ccc;
}
.opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit, .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit{
  display: flex;
  align-items: center;
}
.opcDeliveryMethod_hopeDeliveryDateLabel_edit,
.opcDeliveryMethod_hopeDeliveryTimeLabel_edit,
.opcDeliveryMethod_receiveStoreLabel_edit,
.opcDeliveryMethod_hopeReceiveDateLabel_edit,
.opcDeliveryMethod_hopeReceiveTimeLabel_edit{
  min-width:130px;
  display:block;
  font-size:1.3rem;
  font-weight:bold;
}
.opcCommonInputSelect{
  width:auto;
  min-width:160px;
  width:100%;
}
.opcDeliveryAddress_prefStateAndLabelGroup_edit:after{
  left:auto;
  right:15px;
  top:42px;
}
.opcItem_purpose_edit .opcCommonInputSelect{
  width:100%;
}
.opcItem_purpose_edit:after{
  left:auto;
  right:10px;
}
#sysOpc .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit{
  margin:0;
  padding:0;
}
#sysOpc .opcItem_itemCommonOptionUseOptionNameGroup_edit label{
  width:48%;
}
#sysOpc .opcItem_itemCommonOptionUseOptionNameGroup_edit label span{
  display:block;
}
.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup .opcCommonButton,
.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup input, .opcDeliveryAddressEditDialog_customerDeliveryAddressButtonAndLabelGroup input{
  width:100%!important;
}
.opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit,
.opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit,
#sysOpc .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit > div{
  position:relative;
}
.opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit:after,
.opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit:after,
#sysOpc .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit > div:after{
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  font-weight: 700;
  color: #666;
  position: absolute;
  right:5%;
  font-size:1.5rem;
  top:10px;
}
.opcItem_purposeAnditemCommonOptionGroup .opcItem_itemCommonOptionGroup > div{
    width: 100%;
}

.opcAdditionalDeliveryAddressSelectDialog_buttonAndLabelGroup input.opcCommonButton{
  width:100%;
  border-radius:5px;
  padding:10px;
  box-shadow:1px 1px 3px #ccc;
}
.opcConfirm_order{
  height:auto;
}
.opcBillingAddress_buttonGroup.opcCommonButtonGroup, .opcClient_buttonGroup.opcCommonButtonGroup, .opcPaymentMethod_buttonGroup.opcCommonButtonGroup{
  top:-42px;
}
.opcBillingAddress_buttonGroup.opcCommonButtonGroup input, .opcClient_buttonGroup.opcCommonButtonGroup input, .opcDeliveryAddressHeader_buttonGroup.opcCommonButtonGroup input, .opcDeliveryMethodHeader_buttonGroup.opcCommonButtonGroup input, .opcDeliveryAddressItemHeader_buttonGroup.opcCommonButtonGroup input, .opcPaymentMethod_buttonGroup.opcCommonButtonGroup input, .opcOrderSummary_buttonGroup.opcCommonButtonGroup input{
  height:auto;
  padding:8px 20px;
}
.opcConfirm_order{
  height:auto;
}
.opcDeliveryAddressListFooterGroup .opcDeliveryAddressList_buttonGroup.opcCommonButtonGroup input{
  width:100%;
  border-radius:5px;
}
.opcDeliveryAddressListFooterGroup .opcDeliveryAddressList_buttonGroup.opcCommonButtonGroup:after{
  left:26%;
}
#sysOpc .opcItem_itemCommonOptionUseOptionNameGroup_edit label span, #sysOpc .opcItem_isWithCarrierBagAndLabelGroup_edit label span, #sysOpc .opcPaymentMethod_edit label span{
  width:100%;
  box-shadow:1px 1px 3px #ccc;
  display: block;
}
.opcItem_numAndLabelGroup_edit:after, .opcItem_purpose_edit:after{
  left:auto;
  right:10px;
}
/*レビュー投稿*/
#sysItemReviewIndex #sysWrap h3 + form .sysForm{
  flex-flow:column;
}
#sysItemReviewIndex #sysWrap h3 + form .sysForm > div{
  width:100%;
}
#sysItemReviewIndex #sysWrap h3 + form .sysForm + input[type="submit"]{
  width:100%;
  padding:10px;
}
#sysItemReviewConfirm div#sysMain{
  margin-top:100px;
}
#sysItemReviewConfirm #sysMain > form{
  width:100%;
}
#sysItemReviewConfirm #sysMain > form:nth-child(5) input[type="submit"],
#sysItemReviewConfirm #sysMain > form:nth-child(6) input[type="submit"]{
  margin:5px 0 10px;
}
#sysItemReviewConfirm #sysMain > form:nth-child(6) input[type="submit"]{
  margin-bottom:50px;
}

}
@media screen and (min-width:601px) and (max-width:1160px){

}
@media screen and (min-width:1161px){
.sp_notice{display:none;}
}
/* #END_OF_RESOURCE_FILE */
.sp{display:none;}





/**************** 20221101追加 ***************************/

@media screen and (min-width:768px){

.sysContent .sysVertical{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:flex-start;
}
.sysContent .sysVertical li{
/*　width: calc(96% / 3);　*/
/*　margin-right: 2%;　*/
	width: calc(96% / 5);
	margin-top: 2em;
	margin-right: 1%;
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}
/*
.sysContent .sysVertical li:nth-of-type(3n){
 margin-right: 0;
}
.sysContent .sysVertical li:nth-of-type(-n+3){
 margin-top: 0;
}
　*/
.sysContent .sysVertical li:nth-of-type(5n){
	margin-right: 0;
}
.sysContent .sysVertical li:nth-of-type(-n+5){
	margin-top: 0;
}
.sysContent .sysIconRank{
	text-align: left !important;
	margin-bottom:.5em;
}
.sysContent .sysVertical .sysItemImage img{
	width: 100% !important;
	float: none !important;
}
.sysItemImage{
	margin-bottom: 1em;
}
.sysItemName{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: .5em;
}
.free_shipping_icon{
	display: inline-block;
	color: #fff;
	font-weight: bold;
	text-align: center;
/*　padding: 5px 25px;　*/
/*　background: #c50a32;　*/
	padding: 5px 15px;
	background: #ff9800;
}

.sysItemPrice{
	margin-bottom: .5em;
}

.sysItemPrice{
	font-size: 15px;
}

}





/************** SP用商品検索 ***************/

@media screen and (max-width:767px){

#top #sysAll #sysHeader .top_slider{
 margin-top: 135px;
}

.sp-search{
    z-index: 1;
    display: block !important;
    position: fixed;
    top: 75px;
   /*　top: 88px;　*/
    left: 0;
	background-color: #fff;
    width: 100%;
    height: 55px;
    padding: 15px 1em 5px;
   /*　padding: 5px 1em 5px;　*/
	text-align: center;
	margin-top: 10px;
}

.sp-search .sysContent{
	height: 40px;
	}

.sp-search .sysContent input[type=search]{
    padding: 5px !important;
    width: 100%;
    height: 35px;
}

.sp-search input[type=submit]{
    margin-top: 0;
    background: #fafafa;
    padding: 3px 10px;
    border: 1px solid #ccc;
}

.sp-search .sysItemSearchFormWord{
	width: 83%;
    display: inline-block;
}

}

@media screen and (min-width:768px){

 .sp-search{
	 display: none !important;
	}
}





/**************** 20230206ソーシャルギフト設定追加 ***************************/
/*ソーシャルギフトURLをコピーするボタン*/
.sysSocialGiftReceiveUrlCopyButton{
background: #333;
}
/*ソーシャルギフトLINEで送るボタン*/
.sysSocialGiftReceiveUrlSendLineButton{
background-color:#06c152!important;
}
/*ソーシャルギフトで贈るボタン*/
.opcSelectDeliveries_deliveryToSocialGift_edit{
margin: 10px 0;
padding: 10px auto;
width: 99%;
background-color:#333!important;
color: #fff;
}





/*20230321追記*/
#sysOpc .opcMultiDelivery .opcDeliveryMethodListArea .opcDeliveryAddressSummary{
  border:1px solid #f0f0f0;
}
#sysOpc .opcMultiDelivery .opcDeliveryMethodListArea .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit{
  display: flex;
  flex-wrap: wrap;

}
#sysOpc .opcMultiDelivery .opcDeliveryMethodListArea .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit li{
  padding: 20px 15px;
  width: 48%;
  margin: 0 1% 10px;
}

#sysOpc .opcMultiDelivery .opcDeliveryMethodListArea .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit li label input{
  display: none;
}
#sysOpc .opcMultiDelivery .opcDeliveryMethodListArea .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit li label input + span{
  display: block;
  margin:0 0 20px;
  padding:10px;
  box-shadow:0 0 3px #ccc;
  backgrond-color: #fff;
  text-align: center;
  position: relative;
  cursor:pointer;
  border-radius:5px;
}
#sysOpc .opcMultiDelivery .opcDeliveryMethodListArea .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit li label input:checked + span{
  background-color:#dd046e;
  color: #fff;
  border-radius:5px;
}
#sysOpc .opcMultiDelivery .opcDeliveryMethodListArea .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit li label input:checked + span:before{
  position: absolute;
  top:10px;
  left:10px;
  font-size:2rem;
  font-family: "Font Awesome 5 Free";
  content: '\f058';
  font-weight: 700;
  color: #fff;
}
#sysOpc .opcMultiDelivery .opcDeliveryMethod_mailShippingDetailAndLabelGroup_edit{
    margin: 0;
    padding: 0;
    border: none;
}

#sysOpc .opcMultiDelivery .opcDeliveryMethodListArea .opcCommonEditModeBlock .opcDeliveryAddress_openDialogButtonGroup_edit{
  display: flex;
  justify-content: center;
  padding: 10px 0 30px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
#sysOpc .opcMultiDelivery .opcDeliveryMethodListArea .opcCommonEditModeBlock .opcDeliveryAddress_openDialogButtonGroup_edit input{
  width: 38%;
  margin: 0 1%;
  border: none;
  background-color: #333!important;
  color: #ffff;
  font-weight: bold;
  font-size: 1.4rem;
  border-radius:5px;
}



/*フォーム用設定20230524*/
/*
#sysFormConfirm .sysForm:before {
    content: "申し込み内容に間違いが無いか確認し、申し込みしてください。";
}
*/



/*　最短お届け日表示機能レイアウト部分　*/
.sysDeliveryDate{
	margin: 0;
	padding: 25px 0;
}
.sysDeliveryDateViewName{
	margin: 0;
	padding: 5px 0;
	font-size: 16px;
}
.sysDeliveryDateAppendComment{
	margin: 0;
	padding: 10px 0;
}
.sysDeliveryDateShippingPeriodDatetime{
	font-size: 16px;
	color: #2f22ff;
}
.sysDeliveryDateEarliestDeliveryDate{
	font-size: 16px;
	color: #ff0000;
}

/* Default styles for receive option selection area */
  /* Common styles */
  .sysReceiveOption {
    margin: 8px 0;
  }

  .sysReceiveOption label {
    margin: 4px 0;
    display: inline-block;
  }

  .sysReceiveOption select {
    padding: 0 4px;
    width: 100%;
    border: 1px solid #999;
    border-radius: 4px;
    margin: 4px 0;
  }

  /* Title */
  .sysReceiveOptionTitle {
    margin: 4px 0;
  }

  /* Radio Button */
  .sysReceiveOptionRadioGroup input[type="radio"] {
    display: none;
  }

  .sysReceiveOptionTabLabel {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #999;
    border-radius: 8px;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-right: 12px;
    text-align: center;
    min-width: 100px;
    box-sizing: border-box;
  }

  .sysReceiveOptionRadioGroup input[type="radio"]:checked+.sysReceiveOptionTabLabel {
    border-color: #333;
    background-color: #f6f6f6;
    font-weight: bold;
    box-shadow: inset 0 0 0 1px #333;
  }

  /* Select */
  .sysReceiveStore,
  .sysReceiveDate,
  .sysReceiveTime,
  .sysReceiveStoreDescription {
    margin-bottom: 8px;
  }

  .sysReceiveStoreExplanation {
    margin: 4px 0 4px 4px; 
  }

  /* store description */
  .sysReceiveStoreDescriptionValue {
    border: 1px solid #999;
    border-radius: 4px;
    margin: 4px 0;
    padding: 8px;
    min-height: 40px;
  }
/*　最短お届け日表示機能レイアウト部分　*/



/*　20250325_PC版ヘッダーの固定　*/
#sysHeader {
    width: 100%;
	padding-top: 60px;
}
.header_topbnr{
	display: block;
	position: fixed; /* ヘッダーを固定する */
	top: 0; /* 上部から配置の基準位置を決める */
	left: 0; /* 左から配置の基準位置を決める */
	width: 100%; /* ヘッダーの横幅を指定する */
	height: 60px; /* ヘッダーの高さを指定する */
	z-index: 150;
	overflow: auto;
}

@media only screen and (max-width: 767px) {
	.header_topbnr{
		display: none;
	}
}
/*　20250325_PC版ヘッダーの固定　*/





/*　【ヘッダー】キャンペーンバナー｜共通　*/
.campaign_hbnr{
	max-width: 100%;
	margin: 0;
	padding: 25px 0;
	}
.campaign_wrap{
	width: 1160px;
	margin: 0 auto;
	padding: 0;
	}	
.campaign_list ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 5px;
	/*
	background-image: url('');
	background-position: 10%;
	background-color: #fff;
	*/

}
.campaign_list ul li{
	width: 48%;
	margin: 10px 1%;
	position: relative;
}
.campaign_list ul li img{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}



@media only screen and (max-width: 767px) {
.campaign_hbnr{
	max-width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 0;
	}
.campaign_wrap{
	width: 96%;
	margin: 0 auto;
	padding: 25px 0;
	}	
	.campaign_list ul{
		width: 100%;
		margin: 0 auto;
		padding: 25px 0;
		flex-wrap: wrap;
	}
	.campaign_list ul li{
		width: 100%;
		margin: 5px 2%;
	}

	.campaign_list ul li img{
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
}
/*　【ヘッダー】キャンペーンバナー｜共通　*/



/*　フッター部分の豆知識と関連コラム　*/
.chugen_bitsofknowledge,
.mothersday_bitsofknowledge{
		width: 100%;
		margin: 0 auto;
		padding: 0;
	/*　background-color: #fffee2;　*/
		background-color: #f5f5f5;
	}

	.bitsofknowledge{
		width: 100%;
		margin: 0 auto;
		padding: 50px 0;
		background-color: #fff;
	}
	.bitsofknowledge_text{
		width: 1160px;
		margin: 0 auto;
		padding: 10px 0;
	}
	.bitsofknowledge_link{}
	.topmore_columnlink{}
	.topmore_columnlink p{
		text-align: right;
	}
	.topmore_columnlink p a{}
	.topmore_columnlink p a:hover{
		opacity:0.8;
	}
	.topmore_columnlink:after{
		font-family: "Font Awesome 5 Free";
		content: '\f107';
		color: #333;
		font-weight: 700;
		margin-left: 10px;
	}
	.topmore_columnlink a{
		text-align: right;
		color: #333;
	/*font-weight: bold;*/
		font-size: 1.8rem;
		text-decoration:none;
	}
	
	.bitsofknowledge h3{
		text-align: center;
		font-size: 5.0rem;
		font-weight: bold;
		margin: 0 auto;
		padding: 25px 0 0;
		color: #393939;
	}
	.bitsofknowledge h4{
		text-align: left;
		font-size: 2.0rem;
		font-weight: bold;
		margin: 0;
		padding: 25px 0 0;
		color: #393939;
	}
	.bitsofknowledge p{
		text-align: left;
		font-size: 1.6rem;
		margin: 0;
		padding: 0 0 25px;
	}


.chugen_column,
.mothersday_column{
		width: 100%;
		margin: 0 auto;
		padding: 25px 0;
	/*　background-color: #fffee2;　*/
		background-color: #f5f5f5;
	}
.chugen_column h3,
.mothersday_column h3{
		text-align: center;
		font-size: 5.0rem;
		font-weight: bold;
		margin: 0 auto;
		padding: 25px 0 0;
		color: #393939;
	}
.chugen_column h4,
.mothersday_column h4{
		text-align: left;
		font-size: 1.4rem;
		font-weight: bold;
		margin: 0;
		padding: 25px 0 0;
		color: #393939;
	}
.chugen_column p,
.mothersday_column p{
		text-align: left;
		font-size: 1.4rem;
		margin: 0;
		padding: 0 0 25px;
	}
.chugencolumn_01,
.mothersdaycolumn_01{
		width: 1160px;
		margin: 0 auto;
		padding: 25px 0;
	}
.chugencolumn_01 ul,
.mothersdaycolumn_01 ul{
		margin: 0 auto;
		padding: 25px 0;
		display:flex;
		flex-wrap:wrap;
	}
.chugencolumn_01 ul li,
.mothersdaycolumn_01 ul li{
		width: 32%;
		margin: 10px 0.5%;
		border-radius: 5px;
		box-shadow: 1px 1px 3px #ccc;
		background-color: #fff;
	}
.chugencolumn_01 img,
.mothersdaycolumn_01 img{
		width: 100%;
}
.chugencolumn_01 h4,
.mothersdaycolumn_01 h4{
		text-align: left;
		font-size: 1.6rem;
		font-weight: bold;
		margin: 0;
		padding: 15px 2%;
	}
.chugencolumn_01 p,
.mothersdaycolumn_01 p{
		width: 96%;
		text-align: left;
		font-size: 1.4rem;
		margin: 0 auto;
		padding: 0 2% 15px;
	}

@media only screen and (max-width: 767px) {
		.mothersday_bitsofknowledge{
			width: 100%;
			margin: 0 auto;
			padding: 0;
		}
	.bitsofknowledge,
	.bitsofknowledge_text,
	.chugen_column,
	.mothersday_column{
			width: 96%;
			margin: 0 auto;
		}

		.bitsofknowledge{
			width: 100%;
			margin: 0 auto;
			padding: 25px 0;
			background-color: #fff;
		}

		.chugencolumn_01,
		.mothersdaycolumn_01{
			width: 100%;
			margin: 0 auto;
			padding: 0;
		}
		.chugencolumn_01 ul,
		.mothersdaycolumn_01 ul{
			margin: 0 auto;
			padding: 25px 0;
			display: flex;
			flex-wrap: wrap;
		}
		.chugencolumn_01 ul li,
		.mothersdaycolumn_01 ul li{
			width: 48%;
			margin: 10px 1%;
			border-radius: 5px;
			box-shadow: 1px 1px 3px #ccc;
			background-color: #fff;
		}
		.chugencolumn_01 img,
		.mothersdaycolumn_01 img{
			width: 100%;
		}
		.chugencolumn_01 h4,
		.mothersdaycolumn_01 h4{
			text-align: left;
			font-size: 1.2rem;
			font-weight: bold;
			margin: 0 auto;
			padding: 10px 2%;
		}
		.chugencolumn_01 p,
		.mothersdaycolumn_01 p{
			width: 96%;
			text-align: left;
			font-size: 12px;
			margin: 0 auto;
			padding: 0 2% 15px;
		}
	}
/*　フッター部分の豆知識と関連コラム　*/
@media screen and (max-width:600px){
.gift-cp div#sysMain{
	margin-top: 100px;
}
#top div#sysMain{
	margin-top: 10px;
}
.sysMypage div#sysMain{
	margin-top: 60px;
}
#sysAll #sysMain > .sysFuncText > .sysContent{
	padding: 0 0 30px;
}
.search_bx,
.h_login,
.header_sp{
	display: none;
}
.h_spnavi .search_bx,
.h_spnavi .h_login,
.header_wrap .header_sp{
	display: block;
}
#sysHeader .header_wrap{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  box-shadow:0 -2px 5px #ccc;
}
#sysHeader .h_spnavi #spNaviWrap .wrap1 .h_login .sysContent div:nth-child(1){
  font-size: 1.5rem;
  font-weight: 700;
  margin: 15px 0 5px;
}
#sysHeader .h_spnavi #spNaviWrap .wrap1 .h_login .sysContent div:nth-child(4){
  background-color:#f0f0f0;
  padding:10px 10px;
  margin-top:10px;
  display: flex;
  justify-content: space-around;
}
#sysHeader .h_spnavi #spNaviWrap .wrap1 .h_login .sysContent div:nth-child(5){
  display:flex;
  justify-content: space-around;
  padding:15px 0 0;
}
#sysHeader .h_spnavi #spNaviWrap .wrap1 .h_login .sysContent div:nth-child(5) a{
  display: block;
}
#sysHeader .h_spnavi #spNaviWrap .wrap1 .h_search{
  background-color:#fff;
  padding:10px 20px 20px;
  margin-top:10px;
}
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav,
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav1,
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav2,
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav3,
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav4{
  background-color:#fff;
  margin-top:1px;
}
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav .sysHeadline p:first-child,
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav2 .sysHeadline p:first-child,
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav3 .sysHeadline p:first-child{
  font-size:1.5rem;
  padding:15px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav .sysHeadline p:first-child i,
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav2 .sysHeadline p:first-child i,
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav3 .sysHeadline p:first-child i{
  margin-right:10px;
  font-size:2rem;
  color:#dd046e;
}
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav .sysHeadline p:first-child:after,
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav2 .sysHeadline p:first-child:after,
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav3 .sysHeadline p:first-child:after{
  font-family: "Font Awesome 5 Free";
  content: '\f0d7';
  font-weight: 700;
  margin-left:auto;
  color: #999;
}
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav .sysHeadline p.down_arrow:after,
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav2 .sysHeadline p.down_arrow:after,
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav3 .sysHeadline p.down_arrow:after{
  font-family: "Font Awesome 5 Free";
  content: '\f0de';
  font-weight: 700;
  color: #999;
}
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav .sysContent ul,
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav2 .sysContent ul,
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav3 .sysContent ul {
  display: none;
  padding:10px;
  background-color:#fafafa;
}
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav .sysContent ul li a,
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav2 .sysContent ul li a,
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav3 .sysContent ul li a,
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav4 .sysContent ul li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top:2px solid #fafafa;
  background-color:#fff;
  padding:15px 10px 15px 20px;
}
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sp_nav4 .sysContent ul li:first-child a{
  border: none;
}
#sysHeader .h_spnavi #spNaviWrap .wrap1 .sysContent ul li a:after{
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 700;
  margin-left:10px;
  color: #999;
}
.sp_nav{
  border-top:10px solid #e1e1e1;
}

/*footer*/
.footer_column .sysContent .foot_column{
  flex-wrap:wrap;
}
.footer_column .sysContent .foot_column > div{
  width:48%;
  margin:0 1% 10px;
  padding:10px 0;
}
.footer_column .sysHeadline p{
  font-size:2rem;
  padding:30px;
}
.footer_column .sysContent .foot_column{
  justify-content:flex-start;
}
.footer_column .sysContent .foot_column > div > div i{
  font-size:6rem;
}
.footer_column .sysContent .foot_column > div > p{
  font-size:1.3rem;
  margin-top:10px;
}
#sysFooter .f_guide{
  margin:0;
  padding:30px 0;
}
#sysFooter .f_guide .sysContent .guideTitle{
  position:static;
  background-color:rgba(255,255,255,0);
}
#sysFooter .f_guide .sysContent>div .guideBlock{
  margin:20px auto;
}
#sysFooter .footer{
  margin:0;
}

.gp_service .gp_service_block ul{
  flex-wrap:wrap;
}
.gp_service .gp_service_block ul li{
  width:48%;
  margin:0 1% 10px;
}
.footer_column .sysContent .foot_column > div > div div{
  padding:0;
}
.footer_column .sysContent .foot_column > div > div p{
  min-height:auto;
}
.footer_column .sysContent .foot_column > div > p b{
  font-size:1.2rem;
}


/*TOP*/
.filtered_search{
  width:95%;
  margin:0 auto;
}
.filtered_search h3{
  width:100%;
}
.filtered_search .itemCategoryGroup0, .filtered_search .itemCategoryGroup1{
  width:100%;
  margin:0;
  padding:0;
}
.filtered_search .cross_search{
  width:100%;
  margin:0;
  padding:0;
  font-size:2rem;
  text-align:center;
}
.filtered_search .itemCategoryGroup0 > span, .filtered_search .itemCategoryGroup1 > span{
  margin:0;
}
.filtered_search .sysItemSearchForm .sysSearchButton{
  width:80%;
  padding:15px;
  margin-top:20px;
}
.filtered_search .sysItemSearchFormItemCategoryGroups div ul li{
  width:50%;
}
.filtered_search .itemCategoryGroup0 ul li label, .filtered_search .itemCategoryGroup1 ul li label, .filtered_search .itemPrGroup0 ul li label, .filtered_search .itemPrGroup1 ul li label, .filtered_search .itemPrGroup2 ul li label{
  padding:10px 5px;
}
.sysFuncItemBlock.ranking_wrap5 .sysHorizontal,
.top_search_brand .brand_logo_list,
.top_search_category .category__list{
  flex-wrap:wrap;
}
#sysMain .ranking_wrap5 .sysHorizontal li{
  width:48%;
  margin:0 1% 10px;
}
#sysMain .ranking_wrap5 .sysHorizontal li:first-child{
  width:100%;
}
.top_search_category .category__list li{
  width:31%;
  margin:0 1% 10px;
}
.top_search_brand .brand_logo_list{
  flex-wrap:nowrap;
  overflow-x: scroll;
  padding-left:10px;
}
.top_search_brand .brand_logo_list li{
  min-width:130px;
}


#sysMain .ranking_wrap5 h3,
#sysMain .top_search_category h3,
#sysMain .top_search_brand h3,
/* #sysMain .gp_info h3, */
.gp_service h3{
	width: 100%;
	font-size: 2rem;
}

.gp_service h3 b{
  border: none;
  display: inline;
  padding: 0;
}
.gp_service h3 b img{
  width: 150px;
}

#sysMain .gp_info h3{
	width: 23%;
/*　width: 100%;　*/
	line-height: 1.4em;
	font-size: 1.6rem;
	background-color: #f00;
	color: #fff;
	margin: 0;
	padding: 1px 10px;
}




#sysFooter .detail_history h3,
#sysItemDetail .connection_detail h3{
  padding:0 10px;
}
#sysFooter .detail_history .sysHorizontal,
#sysItemDetail .connection_detail .sysHorizontal{
  flex-wrap:nowrap;
  overflow-x:scroll;
}
#sysFooter .detail_history .sysHorizontal li,
#sysItemDetail .connection_detail .sysHorizontal li{
  width:33%;
  min-width:150px;
}



.gp_info{
	width: 96%;
	margin: 0 auto;
	margin-top: 25px;
	padding: 0;
}

.gp_info ul li a{
	flex-wrap: wrap;
	white-space: normal;
}



.special_banner .recommend_sp_bnr ul li{
	width: 48.5%;
	margin: 10px 0 0;
	padding: 0 0 0 10px;
}

.gp_service h3{
  font-size: 2rem;
}
.column_contents{
  border-radius:0;
  padding:20px 10px;
}
.column_contents .sysRss li{
  width:48%;
  margin:0 1% 10px;
}
.column_contents .sysRss li .sysRssDescription p:nth-child(2){
  display: none;
}
.seasonal_block{
  padding:20px 10px;
  border-radius:0;
}
.seasonal_block.sysFuncItemBlock .sysItemBlock .sysHorizontal li{
  width:48%;
  margin:0 1% 10px;
}
.seasonal_block h2 b{
  border:none;
}
.quickdelivery h3 img.sp{
  display: block;
}
.quickdelivery h3 img.pc{
  display: none;
}
.quickdelivery.sysFuncItemBlock .sysItemBlock .sysHorizontal li{
  width: 50%;
}
.quickdelivery.sysFuncItemBlock .sysItemBlock .sysHorizontal{
  padding: 5px;
}
.quickdelivery_link .sysContent p,
.topmore_link{
  padding: 30px 5px 0; 
}

/*aside*/
#sysItemSearch #sysAside,
#sysItemCategory #sysAside{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0 0 20px;
  z-index: 1000;
  overflow: scroll;
}
#sysItemSearch #sysAside .side_search, #sysItemCategory #sysAside .side_search{
  display: block;
  width: 93%;
  background-color: #fff;
  margin: 0 auto;
  padding: 20px 15px;
  border-radius: 5px;
  box-shadow: 0 0 5px #333;
}
#sysAside .side_navi,
#sysAside .aside_amazonpay{
  display: none;
}
#sysAside .sysItemSearchFormItemCategoryGroups div ul,
#sysAside .sysItemSearchFormItemPrGroups div ul{
  display: flex;
  flex-wrap:wrap;
}
#sysAside .sysItemSearchFormItemCategoryGroups div ul li,
#sysAside .sysItemSearchFormItemPrGroups div ul li{
  width:50%;
  padding:0 3px;
}
#sysAside .sysItemSearchFormItemCategoryGroups div ul li input,
#sysAside .sysItemSearchFormItemPrGroups div ul li input{
  display: none;
}
#sysAside .sysItemSearchFormItemCategoryGroups div ul li label,
#sysAside .sysItemSearchFormItemPrGroups div ul li label{
  display: block;
  text-align: center;
  width: 100%;
  border: 1px solid #999;
  border-radius: 50px;
  padding: 8px 5px;
  cursor: pointer;
  font-size:1.2rem;
  font-weight:bold;
}
#sysAside .sysItemSearchFormItemCategoryGroups div ul li input[data-is-checked]+label,
#sysAside .sysItemSearchFormItemPrGroups div ul li input[data-is-checked]+label{
  background-color:#e11270;
  border:1px solid #e11270;
  color:#fff;
  font-weight:500;
}
#sysAside .sysItemSearchFormItemCategoryGroups div ul li input[disabled]+label,
#sysAside .sysItemSearchFormItemPrGroups div ul li input[disabled]+label{
  background-color:#999;
}
#sysAside .side_search .sysItemSearchFormCategory{
  position: relative;
}
#sysAside .side_search .sysItemSearchFormCategory:after{
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  font-weight: 700;
  color: #e11270;
  position: absolute;
  right:15px;
  bottom:33px;
  font-size:1.5rem;
  z-index:1;
}
.sp_search_shwbtn, .sp_search_closebtn{display: block;}
.sp_search_shwbtn{
  display: block;
  position: fixed;
  left: 0;
  bottom: 25px;
  width: 100%;
  z-index: 10;
  text-align: center;
}
.sp_search_shwbtn p{
  width: 30%;
  margin: 0 auto;
  background-color: #dd046e;
  border-radius: 50px;
  padding: 10px 15px;
  color: #fff;
  box-shadow: 1px 1px 3px #666;
  font-weight:bold;
}
.sp_search_shwbtn p:before{
  font-family: "Font Awesome 5 Free";
  content: '\f0b0';
  font-weight: 700;
  color: #fff;
  margin-right: 5px;
}
.sp_search_closebtn{
  text-align: right;
  padding: 5px 15px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
}
.sp_search_closebtn2{
  font-size: 1.5rem;
  text-align: center;
  padding: 10px 0 0;
  text-decoration: underline;
}

/*商品一覧、カテゴリ、商品検索*/
.sysItemCategoryPankuzu{padding:5px 0;}
.sysItemCategoryPankuzu a{color:#999;}
#sysItemCategory #sysAll #sysWrap #sysMain,
#sysItemSearch #sysAll #sysWrap #sysMain,
#sysItemDetail #sysAll #sysWrap #sysMain,
.sysItemReview #sysAll #sysWrap #sysMain{
  margin-top:90px;
}
#sysItemCategory #sysAll #sysWrap #sysMain .sysItemCategoryCtl{
  justify-content: flex-start;
  overflow-x: scroll;
}
#sysItemCategory #sysAll #sysWrap #sysMain .sysItemCategoryCtl a{
  min-width:100px;
  text-align: center;
}
.sysItemSearchForm .sysItemSearchFormInput > div, .sysItemSearchForm .sysItemSearchFormInput > input.sysSearchButton{
  width:40%;
}
#sysItemSearch #sysAll #sysWrap #sysMain>form .sysItemSearchFormSort:before{
  font-size:1.2rem;
  min-width:50px;
}
#sysItemSearch #sysAll #sysWrap #sysMain>form .sysItemSearchFormLimit:before{
  min-width:62px;
  font-size:1.2rem;
}
#sysItemSearch #sysAll #sysWrap #sysMain h2{
  margin:0;
  padding:10px;
  text-align: center;
}

/*商品詳細*/
.sysCategoryPankuzu{
  padding:10px;
}
.review_totalcount{
  justify-content: flex-end;
}
#sysItemDetail #sysAll #sysWrap #sysMain article .sysItemName h1{
  padding:10px 10px 0;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .sysItemImages .sysImageList{
  padding:0 5px;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysRetailPrice{
  text-align:right;
  padding-right:10px;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysNumber{
  justify-content: flex-end;
  padding-right:10px;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysNumber:after{
  right:25px;
  left:auto;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysWishlist{
  margin:0 2%;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysWishlist .sysButton{
  margin-left:0;
}
#sysItemDetail .sysReview{
  padding:30px 10px 0;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysSubmit{
  width:78%;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysNumber select{
  width:87%;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysSubmit .sysCartButton{
  background-position:23% 50%;
  background-size:25px;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysGetPoint{
  width:90%;
  margin:0 auto 10px;
  line-height:1.2em;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysGetPoint{
  text-align: left;
  justify-content: flex-start;
}
#sysItemDetail #sysExplanation,
#sysItemDetail .sysItemId{
  padding:15px 10px;
}
#sysItemDetail #sysAll #sysWrap #sysMain article>.orderArea .orderArea .sysForm #sysSubmit .sysCartInDone{
  width:80%;
  left:60%;
}
#sysItemDetail .special_banner{
  margin-bottom:40px;
}
#sysItemDetail .shipping_free_area:before{
  font-size:1.8rem;
}

/*レビュー詳細*/
#sysItemReviewIndex #sysWrap h2{
  font-size:1.8rem;
  width:50%;
  padding-right:2%;
}
#sysItemReviewIndex #sysWrap h2 + div{
  margin:0;
  width:50%;
}
#sysItemReviewIndex #sysWrap div + form input.sysButton{
  width:50%;
}
#sysItemReviewIndex #sysWrap h3 + form:after{
  right:40%;
}
#sysItemReviewIndex #sysWrap h3 + form .sysButton{
  min-width:100px;
}
#sysItemReviewIndex #sysWrap #sysMain > form:nth-child(5):after,
#sysItemReviewIndex #sysWrap #sysMain > form:nth-child(7):after{
  right:40%;
  bottom:23px;
}

/*新規会員登録*/
#sysMemberRegisterIndex #form_main .sysForm .sysZipcode .sysFormField{
  width:100%;
  max-width:100%;
  margin:10px 0;
}
#sysMemberRegisterIndex #form_main .sysForm .sysZipcode .sysFormField input{
  border:1px solid #ccc;
  padding:10px 5px;
}
#sysMemberRegisterIndex #form_main .sysForm .sysPrefStateId .sysFormField{
  max-width:100%;
}
#sysMemberRegisterIndex #form_main .sysForm .sysPrefStateId .sysFormField:after{
  left:auto;
  right:15px;
}
#sysMemberRegisterIndex .sysBirthday{
  display: flex;
  flex-wrap:wrap;
  align-items: center;
}
#sysMemberRegisterIndex .sysBirthday .sysFormLabel{
  width:100%;
}
#sysMemberRegisterIndex .sysBirthday .sysFormField input{
  border:1px solid #ccc;
  padding:10px 5px;
  margin:0 10px;
  max-width:70px;
  width:auto;
}

/*マイページ*/
.sysMypage #sysAll #sysWrap #sysMain .sysMypageNav form{
  width:100%;
}
#sysMypageEditDelivery .sysSelectAddress{
  width:100%;
}
#sysMain .sysCoupon{
  width:100%;
}

/*マイページ　購入履歴*/
.sysMypage .sysOrderList .sysOrderHeader .sysCallOrderHistoryDetail{
  position: static;
  text-align: right;
}

/*パスワードを忘れ*/
#sysMypageReminder .sysRemindForm .sys_mailaddress .sysFormField + input[type="submit"]{
  width:100%;
  padding:10px;
}

/*cart カート*/
.sysCart .sysItemListArea ul.nav li{
  width:100%;
  margin:0;
}

/* 購入手続き */
.opcItem_itemCommonOptionOptionGroup_edit label, .opcItem_itemCommonOptionOptionGroup_edit label{
  width:50%;
  padding:0 5px;
}
.opcSelectDeliveries .opcSelectDeliveries_buttonGroup_edit .opcSelectDeliveries_deliveryToSingle_edit, .opcSelectDeliveries .opcSelectDeliveries_buttonGroup_edit .opcSelectDeliveries_deliveryToMultiple_edit{
  width:100%;
  margin-bottom:10px;
}
#sysOpc .opcMultiDelivery .opcDeliveryAddressList .opcCommonEditModeBlock .opcDeliveryAddress_openDialogButtonGroup_edit{
  flex-wrap:wrap;
}
#sysOpc .opcMultiDelivery .opcDeliveryAddressList .opcCommonEditModeBlock .opcDeliveryAddress_openDialogButtonGroup_edit input{
  width:100%;
  margin-bottom:10px;
}
#sysOpc .opcMultiDelivery .opcDeliveryAddressList .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit{
  flex-wrap:wrap;
}
#sysOpc .opcMultiDelivery .opcDeliveryAddressList .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit li{
  padding:20px 10px;
  width:100%;
  border-bottom:1px dashed #ccc;
}
.opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit, .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit{
  display: flex;
  align-items: center;
}
.opcDeliveryMethod_hopeDeliveryDateLabel_edit,
.opcDeliveryMethod_hopeDeliveryTimeLabel_edit,
.opcDeliveryMethod_receiveStoreLabel_edit,
.opcDeliveryMethod_hopeReceiveDateLabel_edit,
.opcDeliveryMethod_hopeReceiveTimeLabel_edit{
  min-width:130px;
  display:block;
  font-size:1.3rem;
  font-weight:bold;
}
.opcCommonInputSelect{
  width:auto;
  min-width:160px;
  width:100%;
}
.opcDeliveryAddress_prefStateAndLabelGroup_edit:after{
  left:auto;
  right:15px;
  top:42px;
}
.opcItem_purpose_edit .opcCommonInputSelect{
  width:100%;
}
.opcItem_purpose_edit:after{
  left:auto;
  right:10px;
}
#sysOpc .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit{
  margin:0;
  padding:0;
}
#sysOpc .opcItem_itemCommonOptionUseOptionNameGroup_edit label{
  width:48%;
}
#sysOpc .opcItem_itemCommonOptionUseOptionNameGroup_edit label span{
  display:block;
}
.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup .opcCommonButton,
.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup input, .opcDeliveryAddressEditDialog_customerDeliveryAddressButtonAndLabelGroup input{
  width:100%!important;
}
.opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit,
.opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit,
#sysOpc .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit > div{
  position:relative;
}
.opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit:after,
.opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit:after,
#sysOpc .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit > div:after{
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  font-weight: 700;
  color: #666;
  position: absolute;
  right:5%;
  font-size:1.5rem;
  top:10px;
}
.opcAdditionalDeliveryAddressSelectDialog_buttonAndLabelGroup input.opcCommonButton{
  width:100%;
  border-radius:50px;
  padding:10px;
  box-shadow:1px 1px 3px #ccc;
}
.opcConfirm_order{
  height:auto;
}
.opcBillingAddress_buttonGroup.opcCommonButtonGroup, .opcClient_buttonGroup.opcCommonButtonGroup, .opcPaymentMethod_buttonGroup.opcCommonButtonGroup{
  top:-42px;
}
.opcBillingAddress_buttonGroup.opcCommonButtonGroup input, .opcClient_buttonGroup.opcCommonButtonGroup input, .opcDeliveryAddressHeader_buttonGroup.opcCommonButtonGroup input, .opcDeliveryMethodHeader_buttonGroup.opcCommonButtonGroup input, .opcDeliveryAddressItemHeader_buttonGroup.opcCommonButtonGroup input, .opcPaymentMethod_buttonGroup.opcCommonButtonGroup input, .opcOrderSummary_buttonGroup.opcCommonButtonGroup input{
  height:auto;
  padding:8px 20px;
}
.opcConfirm_order{
  height:auto;
}
.opcDeliveryAddressListFooterGroup .opcDeliveryAddressList_buttonGroup.opcCommonButtonGroup input{
  width:100%;
  border-radius:50px;
}
.opcDeliveryAddressListFooterGroup .opcDeliveryAddressList_buttonGroup.opcCommonButtonGroup:after{
  left:26%;
}
#sysOpc .opcItem_itemCommonOptionUseOptionNameGroup_edit label span, #sysOpc .opcItem_isWithCarrierBagAndLabelGroup_edit label span, #sysOpc .opcPaymentMethod_edit label span{
  width:100%;
  box-shadow:1px 1px 3px #ccc;
  display: block;
}
.opcItem_numAndLabelGroup_edit:after, .opcItem_purpose_edit:after{
  left:auto;
  right:10px;
}
/*レビュー投稿*/
#sysItemReviewIndex #sysWrap h3 + form .sysForm{
  flex-flow:column;
}
#sysItemReviewIndex #sysWrap h3 + form .sysForm > div{
  width:100%;
}
#sysItemReviewIndex #sysWrap h3 + form .sysForm + input[type="submit"]{
  width:100%;
  padding:10px;
}
#sysItemReviewConfirm div#sysMain{
  margin-top:100px;
}
#sysItemReviewConfirm #sysMain > form{
  width:100%;
}
#sysItemReviewConfirm #sysMain > form:nth-child(5) input[type="submit"],
#sysItemReviewConfirm #sysMain > form:nth-child(6) input[type="submit"]{
  margin:5px 0 10px;
}
#sysItemReviewConfirm #sysMain > form:nth-child(6) input[type="submit"]{
  margin-bottom:50px;
}
#top .gourmet_bnr_area{
  padding: 10px 0 0;
}
#top .gourmet_bnr_area .sysContent{
  display: flex;
  flex-wrap: wrap;
  padding: 5px 5px 0;
}
#top .gourmet_bnr_area .sysContent a{
  width: 48%;
  margin: 0 1% 10px;
}

.sp{
	display: block;
}
.pc{
	display: none;
}

#sysFormConfirm .sysHeadline,
#sysFormThanks .sysHeadline{
	margin-top: 135px;
}

/*20230321追記*/
#sysOpc .opcMultiDelivery .opcDeliveryMethodListArea .opcCommonEditModeBlock .opcDeliveryAddress_openDialogButtonGroup_edit{
	flex-wrap: wrap;
}
#sysOpc .opcMultiDelivery .opcDeliveryMethodListArea .opcCommonEditModeBlock .opcDeliveryAddress_openDialogButtonGroup_edit input{
	width: 100%;
	margin-bottom: 10px;
}
#sysOpc .opcMultiDelivery .opcDeliveryMethodListArea .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit{
	flex-wrap: wrap;
}
#sysOpc .opcMultiDelivery .opcDeliveryMethodListArea .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit li{
	padding: 20px 10px;
	width: 100%;
	border-bottom: 1px dashed #ccc;
}



/*　info　お知らせ　*/
#sysInformation #sysMain{
	margin: 0;
	padding: 25px 0;
/* padding-bottom: 50px; */
}
.oshirase{
	width: 100%;
	margin: 0;
	padding: 0;
	}
.oshirase_wrap{
	max-width: 100%;
	width: 100%;
	margin: 25px 0;
	}

#sysInformation #sysMain h1{
	font-size: 2.0rem;
/*  font-size: 2.0rem; */
	margin: 25px 0;
	padding: 15px 5px;
	border-bottom: 1px solid #666;
}
#sysInformation #sysMain h1 + div{
	padding: 0 10px;
}

.oshirase h3{
	font-size: 36px;
	margin: 10px 0;
	}
	
.oshirase h5{
	margin-bottom: 10px;
	border-left: 10px solid #000;
	padding: 0 0 0 5px;
	font-size: 2.0rem;
	}

#sysInformation #sysMain h4{
	font-size: 2.0rem;
/*  font-size: 1.6rem; */
	margin-top: 20px;
}
#sysInformation #sysMain p{
	font-size: 1.6rem;
/*  font-size: 1.4rem; */
}
#sysInformation #sysMain p span.info_notice{
	display: block;
	color: #f00;
	font-size: 1.6rem;
/* font-size: 1.3rem; */
}
.oshirase span{
	color:#f00;
	}
.oshirase_color01{
	color: #ff0000;
	}
.oshirase_color02{
	color: #0000ff;
	}
/*　info　お知らせ　*/



/*キャンペーン＆特集*/
.campaign_bnr_area{
	width: 100%;
	margin: 0 auto;
	padding: 25px 0;
}
.campaign_wrap{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}		
.campaign_bnr_area .campaign_list{
	width: 96%;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}
.campaign_bnr_area .campaign_list ul{
	width: 100%;
	margin: 0;
	padding: 0;
}
.campaign_bnr_area .campaign_list li{
	width: 48%;
	margin: 5px 0.5%;
	padding: 0;
}
.campaign_bnr_area .campaign_list li a{
	justify-content: center;
	margin: 0 auto;
	padding: 0;
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}

/*　横スクロール　*/
/*
.campaign_bnr_area .campaign_list{
	flex-wrap: nowrap;
	overflow-x: scroll;
	padding-left: 10px;
}
.campaign_bnr_area .campaign_list li{
	min-width: 160px;
	margin: 5px 1%;
}
*/
/*　横スクロール　*/

/*キャンペーン＆特集*/
}
@media screen and (min-width:601px) and (max-width:1160px){

}
@media screen and (min-width:1161px){
.sp_notice{display:none;}

#sysFormConfirm .sysHeadline, #sysFormThanks .sysHeadline{
margin-top: 30px;
}



/*キャンペーン＆特集*/
.campaign_bnr_area{
	width: 100%;
	margin: 0 auto;
	margin-top: 25px;
	padding: 0;
}
.campaign_wrap{
	width: 1160px;
	margin: 0 auto;
	padding: 0;
}
.campaign_bnr_area .campaign_list{
	max-width: 100%;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
}
.campaign_bnr_area .campaign_list ul{
	width: 100%;
	margin: 0;
	padding: 0;
}
.campaign_bnr_area .campaign_list li{
	width: 19%;
	margin: 5px 0.5%;
	padding: 0;
/*　width: 19%;　*/
/*　margin:0 0.5% 10px;　*/
}
.campaign_bnr_area .campaign_list li a{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
/*キャンペーン＆特集*/
}
/* #END_OF_RESOURCE_FILE */
